Trace number 4248473

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.04 2303.33

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-10-m021.xml
MD5SUMbb8f18d9394a9daa2d276ef3f55d21f6
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables361
Number of constraints64
Number of domains1
Minimum domain size271
Maximum domain size271
Distribution of domain sizes[{"size":271,"count":271}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":90},{"degree":4,"count":265},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity271
Distribution of constraint arities[{"arity":2,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":6},{"arity":14,"count":6},{"arity":15,"count":6},{"arity":16,"count":6},{"arity":17,"count":6},{"arity":18,"count":6},{"arity":19,"count":3},{"arity":271,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":57}]
Optimization problemNO
Type of objective

Solver Data

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

pid=28855
running on 8 cores: 0,2,4,6,8,10,12,14

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.99 1.40 1.10 6/263 28858
/proc/meminfo: memFree=31275312/32770624 swapFree=5920/166116
[pid=28858] ppid=28855 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28858/stat : 28858 (bash) S 28855 28858 19746 0 -1 4202496 687 1531 0 0 0 0 0 0 20 0 1 0 9897111 9736192 350 33554432000 4194304 5098028 140727397073632 140727397071272 139889785981952 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 7860224 140727397082382 140727397082467 140727397082467 140727397085166 0
/proc/28858/statm: 2377 350 277 221 0 86 0

[startup+0.100071 s]
/proc/loadavg: 1.99 1.40 1.10 6/263 28858
/proc/meminfo: memFree=31275312/32770624 swapFree=5920/166116
[pid=28858] ppid=28855 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/28858/stat : 28858 (bash) S 28855 28858 19746 0 -1 4202496 885 6416 0 0 0 0 0 1 20 0 1 0 9897111 9871360 378 33554432000 4194304 5098028 140727397073632 140727397067640 139889785981952 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 7860224 140727397082382 140727397082467 140727397082467 140727397085166 0
/proc/28858/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200426 s]
/proc/loadavg: 1.99 1.40 1.10 6/263 28858
/proc/meminfo: memFree=31275312/32770624 swapFree=5920/166116
[pid=28858] ppid=28855 vsize=10435860 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/28858/stat : 28858 (java) S 28855 28858 19746 0 -1 1077944320 4836 12305 0 0 6 1 8 4 20 0 13 0 9897111 10686320640 5209 33554432000 4194304 4196468 140721470958144 140721470940688 140179541323511 0 0 0 16800971 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
/proc/28858/statm: 2608965 5209 2170 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300293 s]
/proc/loadavg: 1.99 1.40 1.10 6/263 28858
/proc/meminfo: memFree=31275312/32770624 swapFree=5920/166116
[pid=28858] ppid=28855 vsize=10902392 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/28858/stat : 28858 (java) S 28855 28858 19746 0 -1 1077944320 7992 12305 0 0 22 2 8 4 20 0 20 0 9897111 11164049408 9640 33554432000 4194304 4196468 140721470958144 140721470940688 140179541323511 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
/proc/28858/statm: 2725598 9640 2973 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.70024 s]
/proc/loadavg: 1.99 1.40 1.10 6/263 28858
/proc/meminfo: memFree=31275312/32770624 swapFree=5920/166116
[pid=28858] ppid=28855 vsize=10902720 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/28858/stat : 28858 (java) S 28855 28858 19746 0 -1 1077944320 12709 12305 0 0 79 4 8 4 20 0 20 0 9897111 11164385280 16057 33554432000 4194304 4196468 140721470958144 140721470940688 140179541323511 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
/proc/28858/statm: 2725680 16057 3207 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.99 1.40 1.10 3/283 28931
/proc/meminfo: memFree=31100272/32770624 swapFree=5920/166192
[pid=28858] ppid=28855 vsize=10913344 CPUtime=2.31 cores=0,2,4,6,8,10,12,14
/proc/28858/stat : 28858 (java) S 28855 28858 19746 0 -1 1077944320 27754 12305 0 0 205 14 8 4 20 0 20 0 9897111 11175264256 44662 33554432000 4194304 4196468 140721470958144 140721470940688 140179541323511 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
/proc/28858/statm: 2728336 44662 3407 1 0 2716450 0
[pid=28858/tid=28913] ppid=28855 vsize=10913344 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28913/stat : 28913 (java) R 28855 28858 19746 0 -1 4202560 19562 12305 0 0 125 5 8 4 20 0 20 0 9897124 11175264256 44662 33554432000 4194304 4196468 140721470958144 140179545531888 140179541335446 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28914] ppid=28855 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28914/stat : 28914 (java) S 28855 28858 19746 0 -1 1077944384 32 12305 0 0 1 0 8 4 20 0 20 0 9897125 11175264256 44662 33554432000 4194304 4196468 140721470958144 140179483327376 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28915] ppid=28855 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28915/stat : 28915 (java) S 28855 28858 19746 0 -1 1077944384 28 12305 0 0 1 0 8 4 20 0 20 0 9897125 11175264256 44662 33554432000 4194304 4196468 140721470958144 140179482274576 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28916] ppid=28855 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28916/stat : 28916 (java) S 28855 28858 19746 0 -1 1077944384 14 12305 0 0 0 0 8 4 20 0 20 0 9897125 11175264256 44662 33554432000 4194304 4196468 140721470958144 140179481222288 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28917] ppid=28855 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28917/stat : 28917 (java) S 28855 28858 19746 0 -1 1077944384 47 12305 0 0 0 0 8 4 20 0 20 0 9897125 11175264256 44662 33554432000 4194304 4196468 140721470958144 140179480169488 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28918] ppid=28855 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28918/stat : 28918 (java) S 28855 28858 19746 0 -1 1077944384 120 12305 0 0 1 0 8 4 20 0 20 0 9897125 11175264256 44662 33554432000 4194304 4196468 140721470958144 140179143448976 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28919] ppid=28855 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28919/stat : 28919 (java) S 28855 28858 19746 0 -1 1077944384 41 12305 0 0 1 0 8 4 20 0 20 0 9897125 11175264256 44662 33554432000 4194304 4196468 140721470958144 140179142396176 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28920] ppid=28855 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28920/stat : 28920 (java) S 28855 28858 19746 0 -1 1077944384 45 12305 0 0 1 0 8 4 20 0 20 0 9897125 11175264256 44662 33554432000 4194304 4196468 140721470958144 140179141343888 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28921] ppid=28855 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28921/stat : 28921 (java) S 28855 28858 19746 0 -1 1077944384 18 12305 0 0 0 0 8 4 20 0 20 0 9897125 11175264256 44662 33554432000 4194304 4196468 140721470958144 140179140291088 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28922] ppid=28855 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28922/stat : 28922 (java) S 28855 28858 19746 0 -1 1077944384 1419 12305 0 0 1 0 8 4 20 0 20 0 9897127 11175264256 44662 33554432000 4194304 4196468 140721470958144 140179083025008 140179541334658 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28923] ppid=28855 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28923/stat : 28923 (java) S 28855 28858 19746 0 -1 1077944384 55 12305 0 0 0 0 8 4 20 0 20 0 9897128 11175264256 44662 33554432000 4194304 4196468 140721470958144 140179081971040 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28924] ppid=28855 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28924/stat : 28924 (java) S 28855 28858 19746 0 -1 1077944384 46 12305 0 0 0 0 8 4 20 0 20 0 9897128 11175264256 44662 33554432000 4194304 4196468 140721470958144 140179080918640 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28925] ppid=28855 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28925/stat : 28925 (java) S 28855 28858 19746 0 -1 1077944384 1 12305 0 0 0 0 8 4 20 0 20 0 9897132 11175264256 44662 33554432000 4194304 4196468 140721470958144 140179079866960 140179541342107 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28926] ppid=28855 vsize=10913344 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28926/stat : 28926 (java) S 28855 28858 19746 0 -1 1077944384 892 12305 0 0 14 0 8 4 20 0 20 0 9897132 11175264256 44662 33554432000 4194304 4196468 140721470958144 140179078813808 140179541334658 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28927] ppid=28855 vsize=10913344 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28927/stat : 28927 (java) S 28855 28858 19746 0 -1 1077944384 621 12305 0 0 12 0 8 4 20 0 20 0 9897132 11175264256 44662 33554432000 4194304 4196468 140721470958144 140179077761008 140179541334658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28928] ppid=28855 vsize=10913344 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28928/stat : 28928 (java) S 28855 28858 19746 0 -1 1077944384 1267 12305 0 0 15 0 8 4 20 0 20 0 9897132 11175264256 44662 33554432000 4194304 4196468 140721470958144 140179076708720 140179541334658 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28929] ppid=28855 vsize=10913344 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28929/stat : 28929 (java) S 28855 28858 19746 0 -1 1077944384 1404 12305 0 0 27 0 8 4 20 0 20 0 9897132 11175264256 44662 33554432000 4194304 4196468 140721470958144 140178672838896 140179541334658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28930] ppid=28855 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28930/stat : 28930 (java) S 28855 28858 19746 0 -1 1077944384 3 12305 0 0 0 0 8 4 20 0 20 0 9897132 11175264256 44662 33554432000 4194304 4196468 140721470958144 140178671786848 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28931] ppid=28855 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28931/stat : 28931 (java) S 28855 28858 19746 0 -1 1077944384 6 12305 0 0 0 0 8 4 20 0 20 0 9897133 11175264256 44662 33554432000 4194304 4196468 140721470958144 140178670734128 140179541334658 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 10913344

[startup+3.10082 s]
/proc/loadavg: 1.99 1.40 1.10 5/283 28931
/proc/meminfo: memFree=30952156/32770624 swapFree=5920/166192
[pid=28858] ppid=28855 vsize=10925820 CPUtime=6.44 cores=0,2,4,6,8,10,12,14
/proc/28858/stat : 28858 (java) S 28855 28858 19746 0 -1 1077944320 41372 12305 0 0 613 19 8 4 20 0 20 0 9897111 11188039680 65938 33554432000 4194304 4196468 140721470958144 140721470940688 140179541323511 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
/proc/28858/statm: 2731455 65938 3474 1 0 2719010 0
[pid=28858/tid=28913] ppid=28855 vsize=10925820 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28913/stat : 28913 (java) R 28855 28858 19746 0 -1 4202560 25346 12305 0 0 282 8 8 4 20 0 20 0 9897124 11188039680 65938 33554432000 4194304 4196468 140721470958144 140179545553480 140179169224752 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28914] ppid=28855 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28914/stat : 28914 (java) S 28855 28858 19746 0 -1 1077944384 32 12305 0 0 1 0 8 4 20 0 20 0 9897125 11188039680 65938 33554432000 4194304 4196468 140721470958144 140179483327376 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28915] ppid=28855 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28915/stat : 28915 (java) S 28855 28858 19746 0 -1 1077944384 28 12305 0 0 1 0 8 4 20 0 20 0 9897125 11188039680 65938 33554432000 4194304 4196468 140721470958144 140179482274576 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28916] ppid=28855 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28916/stat : 28916 (java) S 28855 28858 19746 0 -1 1077944384 14 12305 0 0 0 0 8 4 20 0 20 0 9897125 11188039680 65938 33554432000 4194304 4196468 140721470958144 140179481222288 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28917] ppid=28855 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28917/stat : 28917 (java) S 28855 28858 19746 0 -1 1077944384 47 12305 0 0 0 0 8 4 20 0 20 0 9897125 11188039680 65938 33554432000 4194304 4196468 140721470958144 140179480169488 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28918] ppid=28855 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28918/stat : 28918 (java) S 28855 28858 19746 0 -1 1077944384 120 12305 0 0 1 0 8 4 20 0 20 0 9897125 11188039680 65938 33554432000 4194304 4196468 140721470958144 140179143448976 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28919] ppid=28855 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28919/stat : 28919 (java) S 28855 28858 19746 0 -1 1077944384 41 12305 0 0 1 0 8 4 20 0 20 0 9897125 11188039680 65938 33554432000 4194304 4196468 140721470958144 140179142396176 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28920] ppid=28855 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28920/stat : 28920 (java) S 28855 28858 19746 0 -1 1077944384 45 12305 0 0 1 0 8 4 20 0 20 0 9897125 11188039680 65938 33554432000 4194304 4196468 140721470958144 140179141343888 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28921] ppid=28855 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28921/stat : 28921 (java) S 28855 28858 19746 0 -1 1077944384 18 12305 0 0 0 0 8 4 20 0 20 0 9897125 11188039680 65938 33554432000 4194304 4196468 140721470958144 140179140291088 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28922] ppid=28855 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28922/stat : 28922 (java) S 28855 28858 19746 0 -1 1077944384 1434 12305 0 0 1 0 8 4 20 0 20 0 9897127 11188039680 65938 33554432000 4194304 4196468 140721470958144 140179083025008 140179541334658 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28923] ppid=28855 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28923/stat : 28923 (java) S 28855 28858 19746 0 -1 1077944384 55 12305 0 0 0 0 8 4 20 0 20 0 9897128 11188039680 65938 33554432000 4194304 4196468 140721470958144 140179081971040 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28924] ppid=28855 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28924/stat : 28924 (java) S 28855 28858 19746 0 -1 1077944384 46 12305 0 0 0 0 8 4 20 0 20 0 9897128 11188039680 65938 33554432000 4194304 4196468 140721470958144 140179080918640 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28925] ppid=28855 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28925/stat : 28925 (java) S 28855 28858 19746 0 -1 1077944384 1 12305 0 0 0 0 8 4 20 0 20 0 9897132 11188039680 65938 33554432000 4194304 4196468 140721470958144 140179079866960 140179541342107 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28926] ppid=28855 vsize=10925820 CPUtime=0.72 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28926/stat : 28926 (java) S 28855 28858 19746 0 -1 1077944384 1697 12305 0 0 60 0 8 4 20 0 20 0 9897132 11188039680 65938 33554432000 4194304 4196468 140721470958144 140179078813808 140179541334658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28927] ppid=28855 vsize=10925820 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28927/stat : 28927 (java) S 28855 28858 19746 0 -1 1077944384 1488 12305 0 0 57 1 8 4 20 0 20 0 9897132 11188039680 65938 33554432000 4194304 4196468 140721470958144 140179077761008 140179541334658 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28928] ppid=28855 vsize=10925820 CPUtime=1.09 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28928/stat : 28928 (java) S 28855 28858 19746 0 -1 1077944384 4886 12305 0 0 97 0 8 4 20 0 20 0 9897132 11188039680 65938 33554432000 4194304 4196468 140721470958144 140179076708720 140179541334658 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28929] ppid=28855 vsize=10925820 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28929/stat : 28929 (java) S 28855 28858 19746 0 -1 1077944384 3930 12305 0 0 104 1 8 4 20 0 20 0 9897132 11188039680 65938 33554432000 4194304 4196468 140721470958144 140178672838896 140179541334658 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28930] ppid=28855 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28930/stat : 28930 (java) S 28855 28858 19746 0 -1 1077944384 3 12305 0 0 0 0 8 4 20 0 20 0 9897132 11188039680 65938 33554432000 4194304 4196468 140721470958144 140178671786848 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28931] ppid=28855 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28931/stat : 28931 (java) S 28855 28858 19746 0 -1 1077944384 7 12305 0 0 0 0 8 4 20 0 20 0 9897133 11188039680 65938 33554432000 4194304 4196468 140721470958144 140178670734128 140179541334658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
Current children cumulated CPU time (s) 6.44
Current children cumulated vsize (KiB) 10925820

[startup+6.30114 s]
/proc/loadavg: 2.23 1.46 1.12 5/283 28931
/proc/meminfo: memFree=30667808/32770624 swapFree=5920/166196
[pid=28858] ppid=28855 vsize=10995452 CPUtime=12.46 cores=0,2,4,6,8,10,12,14
/proc/28858/stat : 28858 (java) S 28855 28858 19746 0 -1 1077944320 67676 12305 0 0 1199 35 8 4 20 0 20 0 9897111 11259342848 93774 33554432000 4194304 4196468 140721470958144 140721470940688 140179541323511 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
/proc/28858/statm: 2748863 93774 3490 1 0 2736418 0
[pid=28858/tid=28913] ppid=28855 vsize=10995452 CPUtime=6.13 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28913/stat : 28913 (java) R 28855 28858 19746 0 -1 4202560 38602 12305 0 0 590 11 8 4 20 0 20 0 9897124 11259342848 93774 33554432000 4194304 4196468 140721470958144 140179545556056 140179541335446 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28914] ppid=28855 vsize=10995452 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28914/stat : 28914 (java) S 28855 28858 19746 0 -1 1077944384 52 12305 0 0 4 2 8 4 20 0 20 0 9897125 11259342848 93774 33554432000 4194304 4196468 140721470958144 140179483327376 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28915] ppid=28855 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28915/stat : 28915 (java) S 28855 28858 19746 0 -1 1077944384 69 12305 0 0 4 1 8 4 20 0 20 0 9897125 11259342848 93774 33554432000 4194304 4196468 140721470958144 140179482274576 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28916] ppid=28855 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28916/stat : 28916 (java) S 28855 28858 19746 0 -1 1077944384 83 12305 0 0 3 2 8 4 20 0 20 0 9897125 11259342848 93774 33554432000 4194304 4196468 140721470958144 140179481222288 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28917] ppid=28855 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28917/stat : 28917 (java) S 28855 28858 19746 0 -1 1077944384 75 12305 0 0 2 2 8 4 20 0 20 0 9897125 11259342848 93774 33554432000 4194304 4196468 140721470958144 140179480169488 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28918] ppid=28855 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28918/stat : 28918 (java) S 28855 28858 19746 0 -1 1077944384 130 12305 0 0 3 1 8 4 20 0 20 0 9897125 11259342848 93774 33554432000 4194304 4196468 140721470958144 140179143448976 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28919] ppid=28855 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28919/stat : 28919 (java) S 28855 28858 19746 0 -1 1077944384 58 12305 0 0 3 1 8 4 20 0 20 0 9897125 11259342848 93774 33554432000 4194304 4196468 140721470958144 140179142396176 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28920] ppid=28855 vsize=10995452 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28920/stat : 28920 (java) S 28855 28858 19746 0 -1 1077944384 78 12305 0 0 4 2 8 4 20 0 20 0 9897125 11259342848 93774 33554432000 4194304 4196468 140721470958144 140179141343888 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28921] ppid=28855 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28921/stat : 28921 (java) S 28855 28858 19746 0 -1 1077944384 32 12305 0 0 3 1 8 4 20 0 20 0 9897125 11259342848 93774 33554432000 4194304 4196468 140721470958144 140179140291088 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28922] ppid=28855 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28922/stat : 28922 (java) S 28855 28858 19746 0 -1 1077944384 2145 12305 0 0 5 0 8 4 20 0 20 0 9897127 11259342848 93774 33554432000 4194304 4196468 140721470958144 140179083025008 140179541334658 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28923] ppid=28855 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28923/stat : 28923 (java) S 28855 28858 19746 0 -1 1077944384 55 12305 0 0 0 0 8 4 20 0 20 0 9897128 11259342848 93774 33554432000 4194304 4196468 140721470958144 140179081971040 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28924] ppid=28855 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28924/stat : 28924 (java) S 28855 28858 19746 0 -1 1077944384 46 12305 0 0 0 0 8 4 20 0 20 0 9897128 11259342848 93774 33554432000 4194304 4196468 140721470958144 140179080918656 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28925] ppid=28855 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28925/stat : 28925 (java) S 28855 28858 19746 0 -1 1077944384 1 12305 0 0 0 0 8 4 20 0 20 0 9897132 11259342848 93774 33554432000 4194304 4196468 140721470958144 140179079866960 140179541342107 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28926] ppid=28855 vsize=10995452 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28926/stat : 28926 (java) R 28855 28858 19746 0 -1 4202560 2635 12305 0 0 117 1 8 4 20 0 20 0 9897132 11259342848 93774 33554432000 4194304 4196468 140721470958144 140179078801360 140179521167119 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28927] ppid=28855 vsize=10995452 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28927/stat : 28927 (java) R 28855 28858 19746 0 -1 4202560 4740 12305 0 0 123 1 8 4 20 0 20 0 9897132 11259342848 93774 33554432000 4194304 4196468 140721470958144 140179077754200 140179521018416 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28928] ppid=28855 vsize=10995452 CPUtime=1.94 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28928/stat : 28928 (java) R 28855 28858 19746 0 -1 4202560 11359 12305 0 0 181 1 8 4 20 0 20 0 9897132 11259342848 93774 33554432000 4194304 4196468 140721470958144 140179076694744 140179526447040 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28929] ppid=28855 vsize=10995452 CPUtime=1.64 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28929/stat : 28929 (java) S 28855 28858 19746 0 -1 1077944384 5173 12305 0 0 150 2 8 4 20 0 20 0 9897132 11259342848 93774 33554432000 4194304 4196468 140721470958144 140178672838896 140179541334658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28930] ppid=28855 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14

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

[pid=28858/tid=28927] ppid=28855 vsize=10995452 CPUtime=10.15 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28927/stat : 28927 (java) S 28855 28858 19746 0 -1 1077944384 15372 12305 0 0 998 5 8 4 20 0 20 0 9897132 11259342848 174806 33554432000 4194304 4196468 140721470958144 140179077761008 140179541334658 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28928] ppid=28855 vsize=10995452 CPUtime=10.27 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28928/stat : 28928 (java) S 28855 28858 19746 0 -1 1077944384 24289 12305 0 0 1011 4 8 4 20 0 20 0 9897132 11259342848 174806 33554432000 4194304 4196468 140721470958144 140179076708720 140179541334658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28929] ppid=28855 vsize=10995452 CPUtime=4.6 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28929/stat : 28929 (java) S 28855 28858 19746 0 -1 1077944384 15834 12305 0 0 443 5 8 4 20 0 20 0 9897132 11259342848 174806 33554432000 4194304 4196468 140721470958144 140178672838896 140179541334658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28930] ppid=28855 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28930/stat : 28930 (java) S 28855 28858 19746 0 -1 1077944384 3 12305 0 0 0 0 8 4 20 0 20 0 9897132 11259342848 174806 33554432000 4194304 4196468 140721470958144 140178671786848 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28931] ppid=28855 vsize=10995452 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28931/stat : 28931 (java) S 28855 28858 19746 0 -1 1077944384 2503 12305 0 0 59 59 8 4 20 0 20 0 9897133 11259342848 174806 33554432000 4194304 4196468 140721470958144 140178670734128 140179541334658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
Current children cumulated CPU time (s) 2357.95
Current children cumulated vsize (KiB) 10995452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2303.1 s]
/proc/loadavg: 1.17 1.32 1.36 3/281 29024
/proc/meminfo: memFree=29595900/32770624 swapFree=5920/167588
[pid=28858] ppid=28855 vsize=10995452 CPUtime=2400.02 cores=0,2,4,6,8,10,12,14
/proc/28858/stat : 28858 (java) S 28855 28858 19746 0 -1 1077944320 284772 12305 0 0 239397 593 8 4 20 0 20 0 9897111 11259342848 202136 33554432000 4194304 4196468 140721470958144 140721470940688 140179541323511 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
/proc/28858/statm: 2748863 202136 3512 1 0 2736418 0
[pid=28858/tid=28913] ppid=28855 vsize=10995452 CPUtime=2282.19 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28913/stat : 28913 (java) R 28855 28858 19746 0 -1 4202560 129301 12305 0 0 228143 64 8 4 20 0 20 0 9897124 11259342848 202136 33554432000 4194304 4196468 140721470958144 140179545557600 140179167216640 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28914] ppid=28855 vsize=10995452 CPUtime=9.32 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28914/stat : 28914 (java) S 28855 28858 19746 0 -1 1077944384 7885 12305 0 0 870 50 8 4 20 0 20 0 9897125 11259342848 202136 33554432000 4194304 4196468 140721470958144 140179483327376 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28915] ppid=28855 vsize=10995452 CPUtime=9.53 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28915/stat : 28915 (java) S 28855 28858 19746 0 -1 1077944384 8901 12305 0 0 884 57 8 4 20 0 20 0 9897125 11259342848 202136 33554432000 4194304 4196468 140721470958144 140179482274576 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28916] ppid=28855 vsize=10995452 CPUtime=9.37 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28916/stat : 28916 (java) S 28855 28858 19746 0 -1 1077944384 10043 12305 0 0 872 53 8 4 20 0 20 0 9897125 11259342848 202136 33554432000 4194304 4196468 140721470958144 140179481222288 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28917] ppid=28855 vsize=10995452 CPUtime=9.4 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28917/stat : 28917 (java) S 28855 28858 19746 0 -1 1077944384 13333 12305 0 0 873 55 8 4 20 0 20 0 9897125 11259342848 202136 33554432000 4194304 4196468 140721470958144 140179480169488 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28918] ppid=28855 vsize=10995452 CPUtime=9.48 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28918/stat : 28918 (java) S 28855 28858 19746 0 -1 1077944384 8759 12305 0 0 887 49 8 4 20 0 20 0 9897125 11259342848 202136 33554432000 4194304 4196468 140721470958144 140179143448976 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28919] ppid=28855 vsize=10995452 CPUtime=9.45 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28919/stat : 28919 (java) S 28855 28858 19746 0 -1 1077944384 4452 12305 0 0 881 52 8 4 20 0 20 0 9897125 11259342848 202136 33554432000 4194304 4196468 140721470958144 140179142396176 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28920] ppid=28855 vsize=10995452 CPUtime=9.56 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28920/stat : 28920 (java) S 28855 28858 19746 0 -1 1077944384 8652 12305 0 0 891 53 8 4 20 0 20 0 9897125 11259342848 202136 33554432000 4194304 4196468 140721470958144 140179141343888 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28921] ppid=28855 vsize=10995452 CPUtime=9.31 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28921/stat : 28921 (java) S 28855 28858 19746 0 -1 1077944384 7533 12305 0 0 865 54 8 4 20 0 20 0 9897125 11259342848 202136 33554432000 4194304 4196468 140721470958144 140179140291088 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28922] ppid=28855 vsize=10995452 CPUtime=7.68 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28922/stat : 28922 (java) S 28855 28858 19746 0 -1 1077944384 14186 12305 0 0 684 72 8 4 20 0 20 0 9897127 11259342848 202136 33554432000 4194304 4196468 140721470958144 140179083025008 140179541334658 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28923] ppid=28855 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28923/stat : 28923 (java) S 28855 28858 19746 0 -1 1077944384 55 12305 0 0 0 0 8 4 20 0 20 0 9897128 11259342848 202136 33554432000 4194304 4196468 140721470958144 140179081971104 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28924] ppid=28855 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28924/stat : 28924 (java) S 28855 28858 19746 0 -1 1077944384 46 12305 0 0 0 0 8 4 20 0 20 0 9897128 11259342848 202136 33554432000 4194304 4196468 140721470958144 140179080918656 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28925] ppid=28855 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28925/stat : 28925 (java) S 28855 28858 19746 0 -1 1077944384 1 12305 0 0 0 0 8 4 20 0 20 0 9897132 11259342848 202136 33554432000 4194304 4196468 140721470958144 140179079866960 140179541342107 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28926] ppid=28855 vsize=10995452 CPUtime=9.88 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28926/stat : 28926 (java) S 28855 28858 19746 0 -1 1077944384 11293 12305 0 0 973 3 8 4 20 0 20 0 9897132 11259342848 202136 33554432000 4194304 4196468 140721470958144 140179078813808 140179541334658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28927] ppid=28855 vsize=10995452 CPUtime=10.15 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28927/stat : 28927 (java) S 28855 28858 19746 0 -1 1077944384 15374 12305 0 0 998 5 8 4 20 0 20 0 9897132 11259342848 202136 33554432000 4194304 4196468 140721470958144 140179077761008 140179541334658 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28928] ppid=28855 vsize=10995452 CPUtime=10.27 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28928/stat : 28928 (java) S 28855 28858 19746 0 -1 1077944384 24291 12305 0 0 1011 4 8 4 20 0 20 0 9897132 11259342848 202136 33554432000 4194304 4196468 140721470958144 140179076708720 140179541334658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28929] ppid=28855 vsize=10995452 CPUtime=4.6 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28929/stat : 28929 (java) S 28855 28858 19746 0 -1 1077944384 16013 12305 0 0 443 5 8 4 20 0 20 0 9897132 11259342848 202136 33554432000 4194304 4196468 140721470958144 140178672838896 140179541334658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28930] ppid=28855 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28930/stat : 28930 (java) S 28855 28858 19746 0 -1 1077944384 3 12305 0 0 0 0 8 4 20 0 20 0 9897132 11259342848 202136 33554432000 4194304 4196468 140721470958144 140178671786848 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28931] ppid=28855 vsize=10995452 CPUtime=1.32 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28931/stat : 28931 (java) S 28855 28858 19746 0 -1 1077944384 2517 12305 0 0 60 60 8 4 20 0 20 0 9897133 11259342848 202136 33554432000 4194304 4196468 140721470958144 140178670734128 140179541334658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
Current children cumulated CPU time (s) 2400.02
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 28858 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2303.21 s]
/proc/loadavg: 1.17 1.32 1.36 3/281 29024
/proc/meminfo: memFree=29595900/32770624 swapFree=5920/167588
[pid=28858] ppid=28855 vsize=11128580 CPUtime=2400.63 cores=0,2,4,6,8,10,12,14
/proc/28858/stat : 28858 (java) S 28855 28858 19746 0 -1 1077944320 290341 12305 0 0 239456 595 8 4 20 0 22 0 9897111 11395665920 204182 33554432000 4194304 4196468 140721470958144 140721470940688 140179541323511 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
/proc/28858/statm: 2782145 204182 3512 1 0 2769700 0
[pid=28858/tid=28913] ppid=28855 vsize=11128580 CPUtime=2282.2 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28913/stat : 28913 (java) S 28855 28858 19746 0 -1 1077944384 129491 12305 0 0 228144 64 8 4 20 0 22 0 9897124 11395665920 204182 33554432000 4194304 4196468 140721470958144 140179545561040 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28914] ppid=28855 vsize=11128580 CPUtime=9.39 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28914/stat : 28914 (java) R 28855 28858 19746 0 -1 4202560 7885 12305 0 0 877 50 8 4 20 0 22 0 9897125 11395665920 204182 33554432000 4194304 4196468 140721470958144 140179483327496 140179534428204 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28915] ppid=28855 vsize=11128580 CPUtime=9.6 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28915/stat : 28915 (java) R 28855 28858 19746 0 -1 4202560 8940 12305 0 0 891 57 8 4 20 0 22 0 9897125 11395665920 204182 33554432000 4194304 4196468 140721470958144 140179482274696 140179533951719 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28916] ppid=28855 vsize=11128580 CPUtime=9.45 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28916/stat : 28916 (java) R 28855 28858 19746 0 -1 4202560 10045 12305 0 0 879 54 8 4 20 0 22 0 9897125 11395665920 204182 33554432000 4194304 4196468 140721470958144 140179481222408 140179533951719 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28917] ppid=28855 vsize=11128580 CPUtime=9.48 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28917/stat : 28917 (java) R 28855 28858 19746 0 -1 4202560 13345 12305 0 0 881 55 8 4 20 0 22 0 9897125 11395665920 204182 33554432000 4194304 4196468 140721470958144 140179480169608 140179527082328 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28918] ppid=28855 vsize=11128580 CPUtime=9.55 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28918/stat : 28918 (java) R 28855 28858 19746 0 -1 4202560 8785 12305 0 0 894 49 8 4 20 0 22 0 9897125 11395665920 204182 33554432000 4194304 4196468 140721470958144 140179143449096 140179533951719 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28919] ppid=28855 vsize=11128580 CPUtime=9.53 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28919/stat : 28919 (java) R 28855 28858 19746 0 -1 4202560 4463 12305 0 0 888 53 8 4 20 0 22 0 9897125 11395665920 204182 33554432000 4194304 4196468 140721470958144 140179142396296 140179522933343 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28920] ppid=28855 vsize=11128580 CPUtime=9.63 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28920/stat : 28920 (java) R 28855 28858 19746 0 -1 4202560 8661 12305 0 0 898 53 8 4 20 0 22 0 9897125 11395665920 204182 33554432000 4194304 4196468 140721470958144 140179141344008 140179533951719 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28921] ppid=28855 vsize=11128580 CPUtime=9.38 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28921/stat : 28921 (java) R 28855 28858 19746 0 -1 4202560 7553 12305 0 0 872 54 8 4 20 0 22 0 9897125 11395665920 204182 33554432000 4194304 4196468 140721470958144 140179140291208 140179526023128 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28922] ppid=28855 vsize=11128580 CPUtime=7.7 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28922/stat : 28922 (java) S 28855 28858 19746 0 -1 1077944384 19159 12305 0 0 686 72 8 4 20 0 22 0 9897127 11395665920 204182 33554432000 4194304 4196468 140721470958144 140179083023632 140179541333717 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28923] ppid=28855 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28923/stat : 28923 (java) S 28855 28858 19746 0 -1 1077944384 55 12305 0 0 0 0 8 4 20 0 22 0 9897128 11395665920 204182 33554432000 4194304 4196468 140721470958144 140179081971104 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28924] ppid=28855 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28924/stat : 28924 (java) S 28855 28858 19746 0 -1 1077944384 46 12305 0 0 0 0 8 4 20 0 22 0 9897128 11395665920 204182 33554432000 4194304 4196468 140721470958144 140179080918656 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28925] ppid=28855 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28925/stat : 28925 (java) S 28855 28858 19746 0 -1 1077944384 75 12305 0 0 0 0 8 4 20 0 22 0 9897132 11395665920 204182 33554432000 4194304 4196468 140721470958144 140179079866960 140179541342107 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28926] ppid=28855 vsize=11128580 CPUtime=9.88 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28926/stat : 28926 (java) S 28855 28858 19746 0 -1 1077944384 11293 12305 0 0 973 3 8 4 20 0 22 0 9897132 11395665920 204182 33554432000 4194304 4196468 140721470958144 140179078813808 140179541334658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28927] ppid=28855 vsize=11128580 CPUtime=10.15 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28927/stat : 28927 (java) S 28855 28858 19746 0 -1 1077944384 15374 12305 0 0 998 5 8 4 20 0 22 0 9897132 11395665920 204182 33554432000 4194304 4196468 140721470958144 140179077761008 140179541334658 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28928] ppid=28855 vsize=11128580 CPUtime=10.27 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28928/stat : 28928 (java) S 28855 28858 19746 0 -1 1077944384 24291 12305 0 0 1011 4 8 4 20 0 22 0 9897132 11395665920 204182 33554432000 4194304 4196468 140721470958144 140179076708720 140179541334658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28929] ppid=28855 vsize=11128580 CPUtime=4.6 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28929/stat : 28929 (java) S 28855 28858 19746 0 -1 1077944384 16120 12305 0 0 443 5 8 4 20 0 22 0 9897132 11395665920 204182 33554432000 4194304 4196468 140721470958144 140178672838896 140179541334658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28930] ppid=28855 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28930/stat : 28930 (java) S 28855 28858 19746 0 -1 1077944384 3 12305 0 0 0 0 8 4 20 0 22 0 9897132 11395665920 204182 33554432000 4194304 4196468 140721470958144 140178671786848 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28931] ppid=28855 vsize=11128580 CPUtime=1.32 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28931/stat : 28931 (java) S 28855 28858 19746 0 -1 1077944384 2517 12305 0 0 60 60 8 4 20 0 22 0 9897133 11395665920 204182 33554432000 4194304 4196468 140721470958144 140178670734128 140179541334658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
Current children cumulated CPU time (s) 2400.63
Current children cumulated vsize (KiB) 11128580

[startup+2303.3 s]
/proc/loadavg: 1.17 1.32 1.36 3/281 29024
/proc/meminfo: memFree=29595900/32770624 swapFree=5920/167588
[pid=28858] ppid=28855 vsize=11128580 CPUtime=2400.96 cores=0,2,4,6,8,10,12,14
/proc/28858/stat : 28858 (java) S 28855 28858 19746 0 -1 1077944320 290643 12305 0 0 239489 595 8 4 20 0 22 0 9897111 11395665920 203737 33554432000 4194304 4196468 140721470958144 140721470940688 140179541323511 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
/proc/28858/statm: 2782145 203737 3512 1 0 2769700 0
[pid=28858/tid=28913] ppid=28855 vsize=11128580 CPUtime=2282.2 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28913/stat : 28913 (java) S 28855 28858 19746 0 -1 1077944384 129491 12305 0 0 228144 64 8 4 20 0 22 0 9897124 11395665920 203737 33554432000 4194304 4196468 140721470958144 140179545561040 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28914] ppid=28855 vsize=11128580 CPUtime=9.43 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28914/stat : 28914 (java) S 28855 28858 19746 0 -1 1077944384 7885 12305 0 0 881 50 8 4 20 0 22 0 9897125 11395665920 203737 33554432000 4194304 4196468 140721470958144 140179483327376 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28915] ppid=28855 vsize=11128580 CPUtime=9.64 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28915/stat : 28915 (java) S 28855 28858 19746 0 -1 1077944384 8941 12305 0 0 895 57 8 4 20 0 22 0 9897125 11395665920 203737 33554432000 4194304 4196468 140721470958144 140179482274576 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28916] ppid=28855 vsize=11128580 CPUtime=9.48 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28916/stat : 28916 (java) S 28855 28858 19746 0 -1 1077944384 10045 12305 0 0 882 54 8 4 20 0 22 0 9897125 11395665920 203737 33554432000 4194304 4196468 140721470958144 140179481222288 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28917] ppid=28855 vsize=11128580 CPUtime=9.51 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28917/stat : 28917 (java) S 28855 28858 19746 0 -1 1077944384 13345 12305 0 0 884 55 8 4 20 0 22 0 9897125 11395665920 203737 33554432000 4194304 4196468 140721470958144 140179480169488 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28918] ppid=28855 vsize=11128580 CPUtime=9.59 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28918/stat : 28918 (java) S 28855 28858 19746 0 -1 1077944384 8785 12305 0 0 898 49 8 4 20 0 22 0 9897125 11395665920 203737 33554432000 4194304 4196468 140721470958144 140179143448976 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28919] ppid=28855 vsize=11128580 CPUtime=9.56 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28919/stat : 28919 (java) S 28855 28858 19746 0 -1 1077944384 4463 12305 0 0 891 53 8 4 20 0 22 0 9897125 11395665920 203737 33554432000 4194304 4196468 140721470958144 140179142396176 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28920] ppid=28855 vsize=11128580 CPUtime=9.66 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28920/stat : 28920 (java) S 28855 28858 19746 0 -1 1077944384 8661 12305 0 0 901 53 8 4 20 0 22 0 9897125 11395665920 203737 33554432000 4194304 4196468 140721470958144 140179141343888 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28921] ppid=28855 vsize=11128580 CPUtime=9.41 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28921/stat : 28921 (java) S 28855 28858 19746 0 -1 1077944384 7554 12305 0 0 875 54 8 4 20 0 22 0 9897125 11395665920 203737 33554432000 4194304 4196468 140721470958144 140179140291088 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28922] ppid=28855 vsize=11128580 CPUtime=7.76 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28922/stat : 28922 (java) R 28855 28858 19746 0 -1 4202560 19455 12305 0 0 692 72 8 4 20 0 22 0 9897127 11395665920 203737 33554432000 4194304 4196468 140721470958144 140179083023408 140179526457355 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28923] ppid=28855 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28923/stat : 28923 (java) S 28855 28858 19746 0 -1 1077944384 57 12305 0 0 0 0 8 4 20 0 22 0 9897128 11395665920 203737 33554432000 4194304 4196468 140721470958144 140179081971008 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28924] ppid=28855 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28924/stat : 28924 (java) S 28855 28858 19746 0 -1 1077944384 46 12305 0 0 0 0 8 4 20 0 22 0 9897128 11395665920 203737 33554432000 4194304 4196468 140721470958144 140179080918656 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28925] ppid=28855 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28925/stat : 28925 (java) S 28855 28858 19746 0 -1 1077944384 75 12305 0 0 0 0 8 4 20 0 22 0 9897132 11395665920 203737 33554432000 4194304 4196468 140721470958144 140179079866960 140179541342107 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28926] ppid=28855 vsize=11128580 CPUtime=9.88 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28926/stat : 28926 (java) S 28855 28858 19746 0 -1 1077944384 11293 12305 0 0 973 3 8 4 20 0 22 0 9897132 11395665920 203737 33554432000 4194304 4196468 140721470958144 140179078813808 140179541334658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28927] ppid=28855 vsize=11128580 CPUtime=10.15 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28927/stat : 28927 (java) S 28855 28858 19746 0 -1 1077944384 15374 12305 0 0 998 5 8 4 20 0 22 0 9897132 11395665920 203737 33554432000 4194304 4196468 140721470958144 140179077761008 140179541334658 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28928] ppid=28855 vsize=11128580 CPUtime=10.27 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28928/stat : 28928 (java) S 28855 28858 19746 0 -1 1077944384 24291 12305 0 0 1011 4 8 4 20 0 22 0 9897132 11395665920 203737 33554432000 4194304 4196468 140721470958144 140179076708720 140179541334658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28929] ppid=28855 vsize=11128580 CPUtime=4.6 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28929/stat : 28929 (java) S 28855 28858 19746 0 -1 1077944384 16120 12305 0 0 443 5 8 4 20 0 22 0 9897132 11395665920 203737 33554432000 4194304 4196468 140721470958144 140178672838896 140179541334658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28930] ppid=28855 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28930/stat : 28930 (java) S 28855 28858 19746 0 -1 1077944384 3 12305 0 0 0 0 8 4 20 0 22 0 9897132 11395665920 203737 33554432000 4194304 4196468 140721470958144 140178671786848 140179541333717 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
[pid=28858/tid=28931] ppid=28855 vsize=11128580 CPUtime=1.32 cores=0,2,4,6,8,10,12,14
/proc/28858/task/28931/stat : 28931 (java) S 28855 28858 19746 0 -1 1077944384 2517 12305 0 0 60 60 8 4 20 0 22 0 9897133 11395665920 203737 33554432000 4194304 4196468 140721470958144 140178670734128 140179541334658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 25219072 140721470962369 140721470965143 140721470965143 140721470967759 0
Current children cumulated CPU time (s) 2400.96
Current children cumulated vsize (KiB) 11128580

Child status: 143
Real time (s): 2303.33
CPU time (s): 2401.04
CPU user time (s): 2395.03
CPU system time (s): 6.01477
CPU usage (%): 104.242
Max. virtual memory (cumulated for all children) (KiB): 11128580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.03
system time used= 6.01477
maximum resident set size= 1484172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 303065
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 290071
involuntary context switches= 171848

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.937 second user time and 21.2159 second system time

The end

Launcher Data

Begin job on node106 at 2017-07-22 19:57:54
IDJOB=4248473
IDBENCH=133588
IDSOLVER=2630
FILE ID=node106/4248473-1500746274
RUNJOBID= node106-1500745995-28332
PBS_JOBID= 20623356
Free space on /tmp= 61936 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-10-m021.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248473-1500746274/watcher-4248473-1500746274 -o /tmp/evaluation-result-4248473-1500746274/solver-4248473-1500746274 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1500745995-28332 --watchdog 2560  bin/concrete HOME/instance-4248473-1500746274.xml

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

MD5SUM BENCH= bb8f18d9394a9daa2d276ef3f55d21f6
RANDOM SEED=732544719

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		: 2668.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		: 2000.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		: 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.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		: 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.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		: 2668.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		: 1733.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		: 2400.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		: 2667.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		: 1867.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		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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.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		: 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:        31299652 kB
MemAvailable:   31527540 kB
Buffers:          170464 kB
Cached:           329564 kB
SwapCached:            0 kB
Active:           801024 kB
Inactive:         220220 kB
Active(anon):     478904 kB
Inactive(anon):    54104 kB
Active(file):     322120 kB
Inactive(file):   166116 kB
Unevictable:        5920 kB
Mlocked:            5920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24824 kB
Writeback:             0 kB
AnonPages:        483900 kB
Mapped:            44876 kB
Shmem:              8852 kB
Slab:             145552 kB
SReclaimable:     110976 kB
SUnreclaim:        34576 kB
KernelStack:        4880 kB
PageTables:         6468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1407628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    268288 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= 61912 MiB
End job on node106 at 2017-07-22 20:36:18