Trace number 4248194

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) 2402.29 2318.6

General information on the benchmark

NameOrtholatin/Ortholatin-m1-s1/
Ortholatin-016.xml
MD5SUM6d65a76f46cedd698fe2b492b618a08c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark11.1101
Satisfiable
(Un)Satisfiability was proved
Number of variables768
Number of constraints261
Number of domains2
Minimum domain size16
Maximum domain size256
Distribution of domain sizes[{"size":16,"count":512},{"size":256,"count":256}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":736},{"degree":3,"count":32}]
Minimum constraint arity3
Maximum constraint arity256
Distribution of constraint arities[{"arity":3,"count":256},{"arity":16,"count":2},{"arity":256,"count":3}]
Number of extensional constraints256
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":256},{"type":"allDifferent","count":3},{"type":"instantiation","count":2}]
Optimization problemNO
Type of objective

Solver Data

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

pid=28082
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.35 1.37 1.48 3/261 28085
/proc/meminfo: memFree=31144692/32770624 swapFree=5920/164716
[pid=28085] ppid=28082 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28085/stat : 28085 (bash) S 28082 28085 19746 0 -1 4202496 685 1534 0 0 0 0 0 0 20 0 1 0 9637207 9736192 350 33554432000 4194304 5098028 140733855555664 140733855553304 140092264041472 0 0 4100 65536 18446744071580971376 0 0 17 13 0 0 0 0 0 7196144 7232144 20860928 140733855556878 140733855556963 140733855556963 140733855559662 0
/proc/28085/statm: 2377 350 278 221 0 86 0

[startup+0.100171 s]
/proc/loadavg: 1.35 1.37 1.48 3/261 28085
/proc/meminfo: memFree=31144692/32770624 swapFree=5920/164716
[pid=28085] ppid=28082 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/28085/stat : 28085 (bash) S 28082 28085 19746 0 -1 4202496 879 6427 0 0 0 0 0 1 20 0 1 0 9637207 9871360 377 33554432000 4194304 5098028 140733855555664 140733855549672 140092264041472 0 0 4100 65536 18446744071580971376 0 0 17 13 0 0 0 0 0 7196144 7232144 20860928 140733855556878 140733855556963 140733855556963 140733855559662 0
/proc/28085/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200355 s]
/proc/loadavg: 1.35 1.37 1.48 3/261 28085
/proc/meminfo: memFree=31144692/32770624 swapFree=5920/164716
[pid=28085] ppid=28082 vsize=10435860 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/28085/stat : 28085 (java) S 28082 28085 19746 0 -1 1077944320 5122 12559 0 0 6 1 8 3 20 0 13 0 9637207 10686320640 5479 33554432000 4194304 4196468 140732500609264 140732500591808 139742117957367 0 0 0 16800971 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
/proc/28085/statm: 2608965 5479 2172 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300334 s]
/proc/loadavg: 1.35 1.37 1.48 3/261 28085
/proc/meminfo: memFree=31144692/32770624 swapFree=5920/164716
[pid=28085] ppid=28082 vsize=10902392 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/28085/stat : 28085 (java) S 28082 28085 19746 0 -1 1077944320 7405 12559 0 0 23 2 8 3 20 0 20 0 9637207 11164049408 9142 33554432000 4194304 4196468 140732500609264 140732500591808 139742117957367 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
/proc/28085/statm: 2725598 9142 2997 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700239 s]
/proc/loadavg: 1.35 1.37 1.48 3/261 28085
/proc/meminfo: memFree=31144692/32770624 swapFree=5920/164716
[pid=28085] ppid=28082 vsize=10902720 CPUtime=0.94 cores=1,3,5,7,9,11,13,15
/proc/28085/stat : 28085 (java) S 28082 28085 19746 0 -1 1077944320 12702 12559 0 0 79 4 8 3 20 0 20 0 9637207 11164385280 15971 33554432000 4194304 4196468 140732500609264 140732500591808 139742117957367 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
/proc/28085/statm: 2725680 15971 3206 1 0 2713890 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 10902720

[startup+1.50082 s]
/proc/loadavg: 1.35 1.37 1.48 3/281 28158
/proc/meminfo: memFree=31040656/32770624 swapFree=5920/164876
[pid=28085] ppid=28082 vsize=10913344 CPUtime=2.28 cores=1,3,5,7,9,11,13,15
/proc/28085/stat : 28085 (java) S 28082 28085 19746 0 -1 1077944320 28020 12559 0 0 204 13 8 3 20 0 20 0 9637207 11175264256 44095 33554432000 4194304 4196468 140732500609264 140732500591808 139742117957367 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
/proc/28085/statm: 2728336 44095 3409 1 0 2716450 0
[pid=28085/tid=28140] ppid=28082 vsize=10913344 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28140/stat : 28140 (java) R 28082 28085 19746 0 -1 4202560 19729 12559 0 0 125 6 8 3 20 0 20 0 9637219 11175264256 44095 33554432000 4194304 4196468 140732500609264 139742122186672 139742117969302 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28141] ppid=28082 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28141/stat : 28141 (java) S 28082 28085 19746 0 -1 1077944384 134 12559 0 0 0 0 8 3 20 0 20 0 9637220 11175264256 44095 33554432000 4194304 4196468 140732500609264 139742070577680 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28142] ppid=28082 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28142/stat : 28142 (java) S 28082 28085 19746 0 -1 1077944384 28 12559 0 0 0 0 8 3 20 0 20 0 9637220 11175264256 44095 33554432000 4194304 4196468 140732500609264 139742069525136 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28143] ppid=28082 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28143/stat : 28143 (java) S 28082 28085 19746 0 -1 1077944384 37 12559 0 0 0 0 8 3 20 0 20 0 9637220 11175264256 44095 33554432000 4194304 4196468 140732500609264 139742068472080 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28144] ppid=28082 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28144/stat : 28144 (java) S 28082 28085 19746 0 -1 1077944384 37 12559 0 0 0 0 8 3 20 0 20 0 9637220 11175264256 44095 33554432000 4194304 4196468 140732500609264 139742067419536 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28145] ppid=28082 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28145/stat : 28145 (java) S 28082 28085 19746 0 -1 1077944384 17 12559 0 0 0 0 8 3 20 0 20 0 9637220 11175264256 44095 33554432000 4194304 4196468 140732500609264 139742066367504 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28146] ppid=28082 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28146/stat : 28146 (java) S 28082 28085 19746 0 -1 1077944384 50 12559 0 0 1 0 8 3 20 0 20 0 9637220 11175264256 44095 33554432000 4194304 4196468 140732500609264 139742065314960 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28147] ppid=28082 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28147/stat : 28147 (java) S 28082 28085 19746 0 -1 1077944384 28 12559 0 0 1 0 8 3 20 0 20 0 9637220 11175264256 44095 33554432000 4194304 4196468 140732500609264 139742064261904 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28148] ppid=28082 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28148/stat : 28148 (java) S 28082 28085 19746 0 -1 1077944384 16 12559 0 0 1 0 8 3 20 0 20 0 9637220 11175264256 44095 33554432000 4194304 4196468 140732500609264 139741717257104 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28149] ppid=28082 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28149/stat : 28149 (java) S 28082 28085 19746 0 -1 1077944384 1847 12559 0 0 2 0 8 3 20 0 20 0 9637223 11175264256 44095 33554432000 4194304 4196468 140732500609264 139741591754992 139742117968514 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28150] ppid=28082 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28150/stat : 28150 (java) S 28082 28085 19746 0 -1 1077944384 56 12559 0 0 0 0 8 3 20 0 20 0 9637223 11175264256 44095 33554432000 4194304 4196468 140732500609264 139741590701280 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28151] ppid=28082 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28151/stat : 28151 (java) S 28082 28085 19746 0 -1 1077944384 43 12559 0 0 0 0 8 3 20 0 20 0 9637224 11175264256 44095 33554432000 4194304 4196468 140732500609264 139741589648112 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28152] ppid=28082 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28152/stat : 28152 (java) S 28082 28085 19746 0 -1 1077944384 1 12559 0 0 0 0 8 3 20 0 20 0 9637228 11175264256 44095 33554432000 4194304 4196468 140732500609264 139741588596688 139742117975963 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28153] ppid=28082 vsize=10913344 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28153/stat : 28153 (java) S 28082 28085 19746 0 -1 1077944384 1631 12559 0 0 15 0 8 3 20 0 20 0 9637228 11175264256 44095 33554432000 4194304 4196468 140732500609264 139741587544816 139742117968514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28154] ppid=28082 vsize=10913344 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28154/stat : 28154 (java) S 28082 28085 19746 0 -1 1077944384 498 12559 0 0 10 0 8 3 20 0 20 0 9637228 11175264256 44095 33554432000 4194304 4196468 140732500609264 139741586492272 139742117968514 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28155] ppid=28082 vsize=10913344 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28155/stat : 28155 (java) S 28082 28085 19746 0 -1 1077944384 655 12559 0 0 13 0 8 3 20 0 20 0 9637228 11175264256 44095 33554432000 4194304 4196468 140732500609264 139741585439216 139742117968514 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28156] ppid=28082 vsize=10913344 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28156/stat : 28156 (java) S 28082 28085 19746 0 -1 1077944384 1075 12559 0 0 27 0 8 3 20 0 20 0 9637228 11175264256 44095 33554432000 4194304 4196468 140732500609264 139741584386672 139742117968514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28157] ppid=28082 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28157/stat : 28157 (java) S 28082 28085 19746 0 -1 1077944384 3 12559 0 0 0 0 8 3 20 0 20 0 9637228 11175264256 44095 33554432000 4194304 4196468 140732500609264 139741583333856 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28158] ppid=28082 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28158/stat : 28158 (java) S 28082 28085 19746 0 -1 1077944384 6 12559 0 0 0 0 8 3 20 0 20 0 9637229 11175264256 44095 33554432000 4194304 4196468 140732500609264 139741582281392 139742117968514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 10913344

[startup+3.10082 s]
/proc/loadavg: 1.35 1.37 1.48 4/281 28158
/proc/meminfo: memFree=30970484/32770624 swapFree=5920/164876
[pid=28085] ppid=28082 vsize=10927868 CPUtime=5.74 cores=1,3,5,7,9,11,13,15
/proc/28085/stat : 28085 (java) S 28082 28085 19746 0 -1 1077944320 47174 12559 0 0 543 20 8 3 20 0 20 0 9637207 11190136832 60981 33554432000 4194304 4196468 140732500609264 140732500591808 139742117957367 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
/proc/28085/statm: 2731967 60981 3474 1 0 2719522 0
[pid=28085/tid=28140] ppid=28082 vsize=10927868 CPUtime=3.01 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28140/stat : 28140 (java) R 28082 28085 19746 0 -1 4202560 34479 12559 0 0 281 9 8 3 20 0 20 0 9637219 11190136832 60981 33554432000 4194304 4196468 140732500609264 139742122177184 139742117969302 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28141] ppid=28082 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28141/stat : 28141 (java) S 28082 28085 19746 0 -1 1077944384 134 12559 0 0 0 0 8 3 20 0 20 0 9637220 11190136832 60981 33554432000 4194304 4196468 140732500609264 139742070577680 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28142] ppid=28082 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28142/stat : 28142 (java) S 28082 28085 19746 0 -1 1077944384 28 12559 0 0 0 0 8 3 20 0 20 0 9637220 11190136832 60981 33554432000 4194304 4196468 140732500609264 139742069525136 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28143] ppid=28082 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28143/stat : 28143 (java) S 28082 28085 19746 0 -1 1077944384 37 12559 0 0 0 0 8 3 20 0 20 0 9637220 11190136832 60981 33554432000 4194304 4196468 140732500609264 139742068472080 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28144] ppid=28082 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28144/stat : 28144 (java) S 28082 28085 19746 0 -1 1077944384 37 12559 0 0 0 0 8 3 20 0 20 0 9637220 11190136832 60981 33554432000 4194304 4196468 140732500609264 139742067419536 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28145] ppid=28082 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28145/stat : 28145 (java) S 28082 28085 19746 0 -1 1077944384 17 12559 0 0 0 0 8 3 20 0 20 0 9637220 11190136832 60981 33554432000 4194304 4196468 140732500609264 139742066367504 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28146] ppid=28082 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28146/stat : 28146 (java) S 28082 28085 19746 0 -1 1077944384 50 12559 0 0 1 0 8 3 20 0 20 0 9637220 11190136832 60981 33554432000 4194304 4196468 140732500609264 139742065314960 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28147] ppid=28082 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28147/stat : 28147 (java) S 28082 28085 19746 0 -1 1077944384 28 12559 0 0 1 0 8 3 20 0 20 0 9637220 11190136832 60981 33554432000 4194304 4196468 140732500609264 139742064261904 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28148] ppid=28082 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28148/stat : 28148 (java) S 28082 28085 19746 0 -1 1077944384 16 12559 0 0 1 0 8 3 20 0 20 0 9637220 11190136832 60981 33554432000 4194304 4196468 140732500609264 139741717257104 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28149] ppid=28082 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28149/stat : 28149 (java) S 28082 28085 19746 0 -1 1077944384 1870 12559 0 0 2 0 8 3 20 0 20 0 9637223 11190136832 60981 33554432000 4194304 4196468 140732500609264 139741591754992 139742117968514 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28150] ppid=28082 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28150/stat : 28150 (java) S 28082 28085 19746 0 -1 1077944384 56 12559 0 0 0 0 8 3 20 0 20 0 9637223 11190136832 60981 33554432000 4194304 4196468 140732500609264 139741590701280 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28151] ppid=28082 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28151/stat : 28151 (java) S 28082 28085 19746 0 -1 1077944384 43 12559 0 0 0 0 8 3 20 0 20 0 9637224 11190136832 60981 33554432000 4194304 4196468 140732500609264 139741589648112 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28152] ppid=28082 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28152/stat : 28152 (java) S 28082 28085 19746 0 -1 1077944384 1 12559 0 0 0 0 8 3 20 0 20 0 9637228 11190136832 60981 33554432000 4194304 4196468 140732500609264 139741588596688 139742117975963 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28153] ppid=28082 vsize=10927868 CPUtime=0.63 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28153/stat : 28153 (java) S 28082 28085 19746 0 -1 1077944384 2293 12559 0 0 51 1 8 3 20 0 20 0 9637228 11190136832 60981 33554432000 4194304 4196468 140732500609264 139741587544816 139742117968514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28154] ppid=28082 vsize=10927868 CPUtime=0.57 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28154/stat : 28154 (java) S 28082 28085 19746 0 -1 1077944384 1347 12559 0 0 45 1 8 3 20 0 20 0 9637228 11190136832 60981 33554432000 4194304 4196468 140732500609264 139741586492272 139742117968514 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28155] ppid=28082 vsize=10927868 CPUtime=0.6 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28155/stat : 28155 (java) S 28082 28085 19746 0 -1 1077944384 1364 12559 0 0 49 0 8 3 20 0 20 0 9637228 11190136832 60981 33554432000 4194304 4196468 140732500609264 139741585439216 139742117968514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28156] ppid=28082 vsize=10927868 CPUtime=1.15 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28156/stat : 28156 (java) S 28082 28085 19746 0 -1 1077944384 3235 12559 0 0 103 1 8 3 20 0 20 0 9637228 11190136832 60981 33554432000 4194304 4196468 140732500609264 139741584386672 139742117968514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28157] ppid=28082 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28157/stat : 28157 (java) S 28082 28085 19746 0 -1 1077944384 3 12559 0 0 0 0 8 3 20 0 20 0 9637228 11190136832 60981 33554432000 4194304 4196468 140732500609264 139741583333856 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28158] ppid=28082 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28158/stat : 28158 (java) S 28082 28085 19746 0 -1 1077944384 7 12559 0 0 0 0 8 3 20 0 20 0 9637229 11190136832 60981 33554432000 4194304 4196468 140732500609264 139741582281392 139742117968514 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
Current children cumulated CPU time (s) 5.74
Current children cumulated vsize (KiB) 10927868

[startup+6.30115 s]
/proc/loadavg: 1.40 1.38 1.48 7/281 28158
/proc/meminfo: memFree=30777344/32770624 swapFree=5920/164880
[pid=28085] ppid=28082 vsize=10997500 CPUtime=18.56 cores=1,3,5,7,9,11,13,15
/proc/28085/stat : 28085 (java) S 28082 28085 19746 0 -1 1077944320 76904 12559 0 0 1810 35 8 3 20 0 20 0 9637207 11261440000 100929 33554432000 4194304 4196468 140732500609264 140732500591808 139742117957367 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
/proc/28085/statm: 2749375 100929 3507 1 0 2736930 0
[pid=28085/tid=28140] ppid=28082 vsize=10997500 CPUtime=6.11 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28140/stat : 28140 (java) R 28082 28085 19746 0 -1 4202560 42908 12559 0 0 588 12 8 3 20 0 20 0 9637219 11261440000 100929 33554432000 4194304 4196468 140732500609264 139742122189352 139741760453367 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28141] ppid=28082 vsize=10997500 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28141/stat : 28141 (java) S 28082 28085 19746 0 -1 1077944384 186 12559 0 0 4 1 8 3 20 0 20 0 9637220 11261440000 100929 33554432000 4194304 4196468 140732500609264 139742070577680 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28142] ppid=28082 vsize=10997500 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28142/stat : 28142 (java) S 28082 28085 19746 0 -1 1077944384 82 12559 0 0 4 2 8 3 20 0 20 0 9637220 11261440000 100929 33554432000 4194304 4196468 140732500609264 139742069525136 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28143] ppid=28082 vsize=10997500 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28143/stat : 28143 (java) S 28082 28085 19746 0 -1 1077944384 64 12559 0 0 4 1 8 3 20 0 20 0 9637220 11261440000 100929 33554432000 4194304 4196468 140732500609264 139742068472080 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28144] ppid=28082 vsize=10997500 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28144/stat : 28144 (java) S 28082 28085 19746 0 -1 1077944384 55 12559 0 0 4 1 8 3 20 0 20 0 9637220 11261440000 100929 33554432000 4194304 4196468 140732500609264 139742067419536 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28145] ppid=28082 vsize=10997500 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28145/stat : 28145 (java) S 28082 28085 19746 0 -1 1077944384 77 12559 0 0 5 1 8 3 20 0 20 0 9637220 11261440000 100929 33554432000 4194304 4196468 140732500609264 139742066367504 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28146] ppid=28082 vsize=10997500 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28146/stat : 28146 (java) S 28082 28085 19746 0 -1 1077944384 75 12559 0 0 4 1 8 3 20 0 20 0 9637220 11261440000 100929 33554432000 4194304 4196468 140732500609264 139742065314960 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28147] ppid=28082 vsize=10997500 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28147/stat : 28147 (java) S 28082 28085 19746 0 -1 1077944384 114 12559 0 0 4 1 8 3 20 0 20 0 9637220 11261440000 100929 33554432000 4194304 4196468 140732500609264 139742064261904 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28148] ppid=28082 vsize=10997500 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28148/stat : 28148 (java) S 28082 28085 19746 0 -1 1077944384 759 12559 0 0 5 1 8 3 20 0 20 0 9637220 11261440000 100929 33554432000 4194304 4196468 140732500609264 139741717257104 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28149] ppid=28082 vsize=10997500 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28149/stat : 28149 (java) S 28082 28085 19746 0 -1 1077944384 2534 12559 0 0 5 0 8 3 20 0 20 0 9637223 11261440000 100929 33554432000 4194304 4196468 140732500609264 139741591754992 139742117968514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28150] ppid=28082 vsize=10997500 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28150/stat : 28150 (java) S 28082 28085 19746 0 -1 1077944384 56 12559 0 0 0 0 8 3 20 0 20 0 9637223 11261440000 100929 33554432000 4194304 4196468 140732500609264 139741590701280 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28151] ppid=28082 vsize=10997500 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28151/stat : 28151 (java) S 28082 28085 19746 0 -1 1077944384 43 12559 0 0 0 0 8 3 20 0 20 0 9637224 11261440000 100929 33554432000 4194304 4196468 140732500609264 139741589648128 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28152] ppid=28082 vsize=10997500 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28152/stat : 28152 (java) S 28082 28085 19746 0 -1 1077944384 1 12559 0 0 0 0 8 3 20 0 20 0 9637228 11261440000 100929 33554432000 4194304 4196468 140732500609264 139741588596688 139742117975963 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28153] ppid=28082 vsize=10997500 CPUtime=3.44 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28153/stat : 28153 (java) R 28082 28085 19746 0 -1 4202560 7714 12559 0 0 331 2 8 3 20 0 20 0 9637228 11261440000 100929 33554432000 4194304 4196468 140732500609264 139741587533104 139742095932849 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28154] ppid=28082 vsize=10997500 CPUtime=3.41 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28154/stat : 28154 (java) R 28082 28085 19746 0 -1 4202560 10293 12559 0 0 327 3 8 3 20 0 20 0 9637228 11261440000 100929 33554432000 4194304 4196468 140732500609264 139741586483104 139742102781008 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28155] ppid=28082 vsize=10997500 CPUtime=3.32 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28155/stat : 28155 (java) R 28082 28085 19746 0 -1 4202560 4804 12559 0 0 320 1 8 3 20 0 20 0 9637228 11261440000 100929 33554432000 4194304 4196468 140732500609264 139741585425136 139742097468427 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28156] ppid=28082 vsize=10997500 CPUtime=2.1 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28156/stat : 28156 (java) S 28082 28085 19746 0 -1 1077944384 4995 12559 0 0 197 2 8 3 20 0 20 0 9637228 11261440000 100929 33554432000 4194304 4196468 140732500609264 139741584386672 139742117968514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28157] ppid=28082 vsize=10997500 CPUtime=0.11 cores=1,3,5,7,9,11,13,15

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

Current children cumulated vsize (KiB) 10997500

[startup+2262.3 s]
/proc/loadavg: 0.80 0.78 0.85 2/255 28277
/proc/meminfo: memFree=29936944/32770624 swapFree=5920/165884
[pid=28085] ppid=28082 vsize=10997500 CPUtime=2343.97 cores=1,3,5,7,9,11,13,15
/proc/28085/stat : 28085 (java) S 28082 28085 19746 0 -1 1077944320 310456 12559 0 0 233715 671 8 3 20 0 20 0 9637207 11261440000 464764 33554432000 4194304 4196468 140732500609264 140732500591808 139742117957367 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
/proc/28085/statm: 2749375 464764 3517 1 0 2736930 0
[pid=28085/tid=28140] ppid=28082 vsize=10997500 CPUtime=2244.82 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28140/stat : 28140 (java) R 28082 28085 19746 0 -1 4202560 121251 12559 0 0 224407 64 8 3 20 0 20 0 9637219 11261440000 464764 33554432000 4194304 4196468 140732500609264 139742122191184 139741762227478 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28141] ppid=28082 vsize=10997500 CPUtime=9.89 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28141/stat : 28141 (java) S 28082 28085 19746 0 -1 1077944384 17012 12559 0 0 910 68 8 3 20 0 20 0 9637220 11261440000 464764 33554432000 4194304 4196468 140732500609264 139742070577680 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28142] ppid=28082 vsize=10997500 CPUtime=9.95 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28142/stat : 28142 (java) S 28082 28085 19746 0 -1 1077944384 15396 12559 0 0 916 68 8 3 20 0 20 0 9637220 11261440000 464764 33554432000 4194304 4196468 140732500609264 139742069525136 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28143] ppid=28082 vsize=10997500 CPUtime=10.02 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28143/stat : 28143 (java) S 28082 28085 19746 0 -1 1077944384 11302 12559 0 0 924 67 8 3 20 0 20 0 9637220 11261440000 464764 33554432000 4194304 4196468 140732500609264 139742068472080 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28144] ppid=28082 vsize=10997500 CPUtime=9.91 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28144/stat : 28144 (java) S 28082 28085 19746 0 -1 1077944384 11581 12559 0 0 914 66 8 3 20 0 20 0 9637220 11261440000 464764 33554432000 4194304 4196468 140732500609264 139742067419536 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28145] ppid=28082 vsize=10997500 CPUtime=10 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28145/stat : 28145 (java) S 28082 28085 19746 0 -1 1077944384 10172 12559 0 0 925 64 8 3 20 0 20 0 9637220 11261440000 464764 33554432000 4194304 4196468 140732500609264 139742066367504 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28146] ppid=28082 vsize=10997500 CPUtime=9.96 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28146/stat : 28146 (java) S 28082 28085 19746 0 -1 1077944384 13144 12559 0 0 919 66 8 3 20 0 20 0 9637220 11261440000 464764 33554432000 4194304 4196468 140732500609264 139742065314960 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28147] ppid=28082 vsize=10997500 CPUtime=9.98 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28147/stat : 28147 (java) S 28082 28085 19746 0 -1 1077944384 14885 12559 0 0 918 69 8 3 20 0 20 0 9637220 11261440000 464764 33554432000 4194304 4196468 140732500609264 139742064261904 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28148] ppid=28082 vsize=10997500 CPUtime=10.11 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28148/stat : 28148 (java) S 28082 28085 19746 0 -1 1077944384 12794 12559 0 0 931 69 8 3 20 0 20 0 9637220 11261440000 464764 33554432000 4194304 4196468 140732500609264 139741717257104 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28149] ppid=28082 vsize=10997500 CPUtime=4.51 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28149/stat : 28149 (java) S 28082 28085 19746 0 -1 1077944384 26257 12559 0 0 401 39 8 3 20 0 20 0 9637223 11261440000 464764 33554432000 4194304 4196468 140732500609264 139741591754992 139742117968514 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28150] ppid=28082 vsize=10997500 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28150/stat : 28150 (java) S 28082 28085 19746 0 -1 1077944384 56 12559 0 0 0 0 8 3 20 0 20 0 9637223 11261440000 464764 33554432000 4194304 4196468 140732500609264 139741590701280 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28151] ppid=28082 vsize=10997500 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28151/stat : 28151 (java) S 28082 28085 19746 0 -1 1077944384 43 12559 0 0 0 0 8 3 20 0 20 0 9637224 11261440000 464764 33554432000 4194304 4196468 140732500609264 139741589648128 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28152] ppid=28082 vsize=10997500 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28152/stat : 28152 (java) S 28082 28085 19746 0 -1 1077944384 1 12559 0 0 0 0 8 3 20 0 20 0 9637228 11261440000 464764 33554432000 4194304 4196468 140732500609264 139741588596688 139742117975963 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28153] ppid=28082 vsize=10997500 CPUtime=4.34 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28153/stat : 28153 (java) S 28082 28085 19746 0 -1 1077944384 13337 12559 0 0 420 3 8 3 20 0 20 0 9637228 11261440000 464764 33554432000 4194304 4196468 140732500609264 139741587544816 139742117968514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28154] ppid=28082 vsize=10997500 CPUtime=4.15 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28154/stat : 28154 (java) S 28082 28085 19746 0 -1 1077944384 15256 12559 0 0 401 3 8 3 20 0 20 0 9637228 11261440000 464764 33554432000 4194304 4196468 140732500609264 139741586492272 139742117968514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28155] ppid=28082 vsize=10997500 CPUtime=4.19 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28155/stat : 28155 (java) S 28082 28085 19746 0 -1 1077944384 9813 12559 0 0 407 1 8 3 20 0 20 0 9637228 11261440000 464764 33554432000 4194304 4196468 140732500609264 139741585439216 139742117968514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28156] ppid=28082 vsize=10997500 CPUtime=2.21 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28156/stat : 28156 (java) S 28082 28085 19746 0 -1 1077944384 13119 12559 0 0 207 3 8 3 20 0 20 0 9637228 11261440000 464764 33554432000 4194304 4196468 140732500609264 139741584386672 139742117968514 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28157] ppid=28082 vsize=10997500 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28157/stat : 28157 (java) S 28082 28085 19746 0 -1 1077944384 3 12559 0 0 0 0 8 3 20 0 20 0 9637228 11261440000 464764 33554432000 4194304 4196468 140732500609264 139741583333856 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28158] ppid=28082 vsize=10997500 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28158/stat : 28158 (java) S 28082 28085 19746 0 -1 1077944384 2905 12559 0 0 58 62 8 3 20 0 20 0 9637229 11261440000 464764 33554432000 4194304 4196468 140732500609264 139741582281392 139742117968514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
Current children cumulated CPU time (s) 2343.97
Current children cumulated vsize (KiB) 10997500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2318.2 s]
/proc/loadavg: 0.81 0.79 0.85 2/255 28278
/proc/meminfo: memFree=29823784/32770624 swapFree=5920/165896
[pid=28085] ppid=28082 vsize=10997500 CPUtime=2400.07 cores=1,3,5,7,9,11,13,15
/proc/28085/stat : 28085 (java) S 28082 28085 19746 0 -1 1077944320 322190 12559 0 0 239318 678 8 3 20 0 20 0 9637207 11261440000 492856 33554432000 4194304 4196468 140732500609264 140732500591808 139742117957367 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
/proc/28085/statm: 2749375 492856 3517 1 0 2736930 0
[pid=28085/tid=28140] ppid=28082 vsize=10997500 CPUtime=2300.66 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28140/stat : 28140 (java) R 28082 28085 19746 0 -1 4202560 132295 12559 0 0 229989 66 8 3 20 0 20 0 9637219 11261440000 492856 33554432000 4194304 4196468 140732500609264 139742122191472 139741761949196 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28141] ppid=28082 vsize=10997500 CPUtime=9.91 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28141/stat : 28141 (java) S 28082 28085 19746 0 -1 1077944384 17093 12559 0 0 912 68 8 3 20 0 20 0 9637220 11261440000 492856 33554432000 4194304 4196468 140732500609264 139742070577680 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28142] ppid=28082 vsize=10997500 CPUtime=9.98 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28142/stat : 28142 (java) S 28082 28085 19746 0 -1 1077944384 15475 12559 0 0 919 68 8 3 20 0 20 0 9637220 11261440000 492856 33554432000 4194304 4196468 140732500609264 139742069525136 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28143] ppid=28082 vsize=10997500 CPUtime=10.04 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28143/stat : 28143 (java) S 28082 28085 19746 0 -1 1077944384 11392 12559 0 0 926 67 8 3 20 0 20 0 9637220 11261440000 492856 33554432000 4194304 4196468 140732500609264 139742068472080 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28144] ppid=28082 vsize=10997500 CPUtime=9.93 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28144/stat : 28144 (java) S 28082 28085 19746 0 -1 1077944384 11663 12559 0 0 916 66 8 3 20 0 20 0 9637220 11261440000 492856 33554432000 4194304 4196468 140732500609264 139742067419536 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28145] ppid=28082 vsize=10997500 CPUtime=10.02 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28145/stat : 28145 (java) S 28082 28085 19746 0 -1 1077944384 10241 12559 0 0 927 64 8 3 20 0 20 0 9637220 11261440000 492856 33554432000 4194304 4196468 140732500609264 139742066367504 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28146] ppid=28082 vsize=10997500 CPUtime=9.99 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28146/stat : 28146 (java) S 28082 28085 19746 0 -1 1077944384 13208 12559 0 0 922 66 8 3 20 0 20 0 9637220 11261440000 492856 33554432000 4194304 4196468 140732500609264 139742065314960 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28147] ppid=28082 vsize=10997500 CPUtime=10 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28147/stat : 28147 (java) S 28082 28085 19746 0 -1 1077944384 14933 12559 0 0 920 69 8 3 20 0 20 0 9637220 11261440000 492856 33554432000 4194304 4196468 140732500609264 139742064261904 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28148] ppid=28082 vsize=10997500 CPUtime=10.13 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28148/stat : 28148 (java) S 28082 28085 19746 0 -1 1077944384 12900 12559 0 0 933 69 8 3 20 0 20 0 9637220 11261440000 492856 33554432000 4194304 4196468 140732500609264 139741717257104 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28149] ppid=28082 vsize=10997500 CPUtime=4.52 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28149/stat : 28149 (java) S 28082 28085 19746 0 -1 1077944384 26324 12559 0 0 402 39 8 3 20 0 20 0 9637223 11261440000 492856 33554432000 4194304 4196468 140732500609264 139741591754992 139742117968514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28150] ppid=28082 vsize=10997500 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28150/stat : 28150 (java) S 28082 28085 19746 0 -1 1077944384 56 12559 0 0 0 0 8 3 20 0 20 0 9637223 11261440000 492856 33554432000 4194304 4196468 140732500609264 139741590701280 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28151] ppid=28082 vsize=10997500 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28151/stat : 28151 (java) S 28082 28085 19746 0 -1 1077944384 43 12559 0 0 0 0 8 3 20 0 20 0 9637224 11261440000 492856 33554432000 4194304 4196468 140732500609264 139741589648128 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28152] ppid=28082 vsize=10997500 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28152/stat : 28152 (java) S 28082 28085 19746 0 -1 1077944384 1 12559 0 0 0 0 8 3 20 0 20 0 9637228 11261440000 492856 33554432000 4194304 4196468 140732500609264 139741588596688 139742117975963 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28153] ppid=28082 vsize=10997500 CPUtime=4.34 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28153/stat : 28153 (java) S 28082 28085 19746 0 -1 1077944384 13337 12559 0 0 420 3 8 3 20 0 20 0 9637228 11261440000 492856 33554432000 4194304 4196468 140732500609264 139741587544816 139742117968514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28154] ppid=28082 vsize=10997500 CPUtime=4.16 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28154/stat : 28154 (java) S 28082 28085 19746 0 -1 1077944384 15256 12559 0 0 401 4 8 3 20 0 20 0 9637228 11261440000 492856 33554432000 4194304 4196468 140732500609264 139741586492272 139742117968514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28155] ppid=28082 vsize=10997500 CPUtime=4.19 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28155/stat : 28155 (java) S 28082 28085 19746 0 -1 1077944384 9813 12559 0 0 407 1 8 3 20 0 20 0 9637228 11261440000 492856 33554432000 4194304 4196468 140732500609264 139741585439216 139742117968514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28156] ppid=28082 vsize=10997500 CPUtime=2.21 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28156/stat : 28156 (java) S 28082 28085 19746 0 -1 1077944384 13119 12559 0 0 207 3 8 3 20 0 20 0 9637228 11261440000 492856 33554432000 4194304 4196468 140732500609264 139741584386672 139742117968514 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28157] ppid=28082 vsize=10997500 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28157/stat : 28157 (java) S 28082 28085 19746 0 -1 1077944384 3 12559 0 0 0 0 8 3 20 0 20 0 9637228 11261440000 492856 33554432000 4194304 4196468 140732500609264 139741583333856 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28158] ppid=28082 vsize=10997500 CPUtime=1.35 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28158/stat : 28158 (java) S 28082 28085 19746 0 -1 1077944384 2909 12559 0 0 60 64 8 3 20 0 20 0 9637229 11261440000 492856 33554432000 4194304 4196468 140732500609264 139741582281392 139742117968514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
Current children cumulated CPU time (s) 2400.07
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 28085 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2318.4 s]
/proc/loadavg: 0.81 0.79 0.85 2/255 28278
/proc/meminfo: memFree=29823784/32770624 swapFree=5920/165896
[pid=28085] ppid=28082 vsize=11130628 CPUtime=2401.33 cores=1,3,5,7,9,11,13,15
/proc/28085/stat : 28085 (java) S 28082 28085 19746 0 -1 1077944320 329743 12559 0 0 239443 679 8 3 20 0 22 0 9637207 11397763072 494172 33554432000 4194304 4196468 140732500609264 140732500591808 139742117957367 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
/proc/28085/statm: 2782657 494172 3517 1 0 2770212 0
[pid=28085/tid=28140] ppid=28082 vsize=11130628 CPUtime=2300.67 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28140/stat : 28140 (java) S 28082 28085 19746 0 -1 1077944384 132809 12559 0 0 229990 66 8 3 20 0 22 0 9637219 11397763072 494172 33554432000 4194304 4196468 140732500609264 139742122195072 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28141] ppid=28082 vsize=11130628 CPUtime=10.07 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28141/stat : 28141 (java) R 28082 28085 19746 0 -1 1077944384 17128 12559 0 0 928 68 8 3 20 0 22 0 9637220 11397763072 494172 33554432000 4194304 4196468 140732500609264 139742070577488 139742117968514 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28142] ppid=28082 vsize=11130628 CPUtime=10.14 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28142/stat : 28142 (java) R 28082 28085 19746 0 -1 4202560 15550 12559 0 0 934 69 8 3 20 0 22 0 9637220 11397763072 494172 33554432000 4194304 4196468 140732500609264 139742069525256 139742110585575 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28143] ppid=28082 vsize=11130628 CPUtime=10.21 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28143/stat : 28143 (java) R 28082 28085 19746 0 -1 4202560 11606 12559 0 0 942 68 8 3 20 0 22 0 9637220 11397763072 494172 33554432000 4194304 4196468 140732500609264 139742068472200 139742110585575 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28144] ppid=28082 vsize=11130628 CPUtime=10.09 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28144/stat : 28144 (java) R 28082 28085 19746 0 -1 4202560 11720 12559 0 0 932 66 8 3 20 0 22 0 9637220 11397763072 494172 33554432000 4194304 4196468 140732500609264 139742067419656 139742102658112 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28145] ppid=28082 vsize=11130628 CPUtime=10.16 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28145/stat : 28145 (java) R 28082 28085 19746 0 -1 4202560 10241 12559 0 0 941 64 8 3 20 0 22 0 9637220 11397763072 494172 33554432000 4194304 4196468 140732500609264 139742066367624 139742110585575 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28146] ppid=28082 vsize=11130628 CPUtime=10.15 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28146/stat : 28146 (java) R 28082 28085 19746 0 -1 4202560 13243 12559 0 0 937 67 8 3 20 0 22 0 9637220 11397763072 494172 33554432000 4194304 4196468 140732500609264 139742065315080 139742111062050 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28147] ppid=28082 vsize=11130628 CPUtime=10.16 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28147/stat : 28147 (java) R 28082 28085 19746 0 -1 4202560 14965 12559 0 0 936 69 8 3 20 0 22 0 9637220 11397763072 494172 33554432000 4194304 4196468 140732500609264 139742064262024 139742110585575 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28148] ppid=28082 vsize=11130628 CPUtime=10.27 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28148/stat : 28148 (java) R 28082 28085 19746 0 -1 4202560 12907 12559 0 0 947 69 8 3 20 0 22 0 9637220 11397763072 494172 33554432000 4194304 4196468 140732500609264 139741717257224 139742110585575 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28149] ppid=28082 vsize=11130628 CPUtime=4.55 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28149/stat : 28149 (java) S 28082 28085 19746 0 -1 1077944384 32630 12559 0 0 405 39 8 3 20 0 22 0 9637223 11397763072 494172 33554432000 4194304 4196468 140732500609264 139741591753616 139742117967573 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28150] ppid=28082 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28150/stat : 28150 (java) S 28082 28085 19746 0 -1 1077944384 56 12559 0 0 0 0 8 3 20 0 22 0 9637223 11397763072 494172 33554432000 4194304 4196468 140732500609264 139741590701280 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28151] ppid=28082 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28151/stat : 28151 (java) S 28082 28085 19746 0 -1 1077944384 43 12559 0 0 0 0 8 3 20 0 22 0 9637224 11397763072 494172 33554432000 4194304 4196468 140732500609264 139741589648128 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28152] ppid=28082 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28152/stat : 28152 (java) S 28082 28085 19746 0 -1 1077944384 127 12559 0 0 0 0 8 3 20 0 22 0 9637228 11397763072 494172 33554432000 4194304 4196468 140732500609264 139741588596688 139742117975963 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28153] ppid=28082 vsize=11130628 CPUtime=4.34 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28153/stat : 28153 (java) S 28082 28085 19746 0 -1 1077944384 13337 12559 0 0 420 3 8 3 20 0 22 0 9637228 11397763072 494172 33554432000 4194304 4196468 140732500609264 139741587544816 139742117968514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28154] ppid=28082 vsize=11130628 CPUtime=4.16 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28154/stat : 28154 (java) S 28082 28085 19746 0 -1 1077944384 15256 12559 0 0 401 4 8 3 20 0 22 0 9637228 11397763072 494172 33554432000 4194304 4196468 140732500609264 139741586492272 139742117968514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28155] ppid=28082 vsize=11130628 CPUtime=4.19 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28155/stat : 28155 (java) S 28082 28085 19746 0 -1 1077944384 9813 12559 0 0 407 1 8 3 20 0 22 0 9637228 11397763072 494172 33554432000 4194304 4196468 140732500609264 139741585439216 139742117968514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28156] ppid=28082 vsize=11130628 CPUtime=2.21 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28156/stat : 28156 (java) S 28082 28085 19746 0 -1 1077944384 13119 12559 0 0 207 3 8 3 20 0 22 0 9637228 11397763072 494172 33554432000 4194304 4196468 140732500609264 139741584386672 139742117968514 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28157] ppid=28082 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28157/stat : 28157 (java) S 28082 28085 19746 0 -1 1077944384 3 12559 0 0 0 0 8 3 20 0 22 0 9637228 11397763072 494172 33554432000 4194304 4196468 140732500609264 139741583333856 139742117967573 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
[pid=28085/tid=28158] ppid=28082 vsize=11130628 CPUtime=1.35 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28158/stat : 28158 (java) S 28082 28085 19746 0 -1 1077944384 2909 12559 0 0 60 64 8 3 20 0 22 0 9637229 11397763072 494172 33554432000 4194304 4196468 140732500609264 139741582281392 139742117968514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140732500617921 140732500620695 140732500620695 140732500623311 0
Current children cumulated CPU time (s) 2401.33
Current children cumulated vsize (KiB) 11130628

[startup+2318.6 s]
/proc/loadavg: 0.81 0.79 0.85 2/255 28278
/proc/meminfo: memFree=29823784/32770624 swapFree=5920/165896
[pid=28085] ppid=28082 vsize=0 CPUtime=2402.26 cores=1,3,5,7,9,11,13,15
/proc/28085/stat : 28085 (java) Z 28082 28085 19746 0 -1 4228108 330105 12559 0 0 239534 681 8 3 20 0 2 0 9637207 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/28085/statm: 0 0 0 0 0 0 0
[pid=28085/tid=28140] ppid=28082 vsize=0 CPUtime=2300.69 cores=1,3,5,7,9,11,13,15
/proc/28085/task/28140/stat : 28140 (java) R 28082 28085 19746 0 -1 4203588 132854 12559 0 0 229990 68 8 3 20 0 2 0 9637219 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2402.26
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 2318.6
CPU time (s): 2402.29
CPU user time (s): 2395.43
CPU system time (s): 6.85679
CPU usage (%): 103.609
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.43
system time used= 6.85679
maximum resident set size= 2908436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 342664
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 199639
involuntary context switches= 155806

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0429 second user time and 20.712 second system time

The end

Launcher Data

Begin job on node106 at 2017-07-22 19:14:35
IDJOB=4248194
IDBENCH=133185
IDSOLVER=2630
FILE ID=node106/4248194-1500743675
RUNJOBID= node106-1500714764-19778
PBS_JOBID= 20623356
Free space on /tmp= 61936 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Ortholatin/Ortholatin-m1-s1/Ortholatin-016.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248194-1500743675/watcher-4248194-1500743675 -o /tmp/evaluation-result-4248194-1500743675/solver-4248194-1500743675 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1500714764-19778 --watchdog 2560  bin/concrete HOME/instance-4248194-1500743675.xml

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

MD5SUM BENCH= 6d65a76f46cedd698fe2b492b618a08c
RANDOM SEED=1564443606

node106.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.15
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.15
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.15
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		: 2133.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		: 2667.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.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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.15
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.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.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		: 1867.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.15
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		: 2267.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:        31145080 kB
MemAvailable:   31371068 kB
Buffers:          169388 kB
Cached:           328624 kB
SwapCached:            0 kB
Active:           946860 kB
Inactive:         218820 kB
Active(anon):     625228 kB
Inactive(anon):    54104 kB
Active(file):     321632 kB
Inactive(file):   164716 kB
Unevictable:        5920 kB
Mlocked:            5920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24328 kB
Writeback:             0 kB
AnonPages:        673716 kB
Mapped:            44912 kB
Shmem:              8852 kB
Slab:             145244 kB
SReclaimable:     110948 kB
SUnreclaim:        34296 kB
KernelStack:        4480 kB
PageTables:         6708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1421460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    583680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61936 MiB
End job on node106 at 2017-07-22 19:53:14