Trace number 4302299

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2SAT (TO)48 252.141 235.583

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-07-4-rom_c18.xml
MD5SUMb03b025d4dc3e1307d2e111dd352b63c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark50
Best CPU time to get the best result obtained on this benchmark252.121
Satisfiable
(Un)Satisfiability was proved
Number of variables217
Number of constraints56
Number of domains5
Minimum domain size2
Maximum domain size41345
Distribution of domain sizes[{"size":2,"count":14},{"size":8,"count":98},{"size":27,"count":49},{"size":41345,"count":56}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":70},{"degree":2,"count":98},{"degree":8,"count":49}]
Minimum constraint arity10
Maximum constraint arity11
Distribution of constraint arities[{"arity":10,"count":14},{"arity":11,"count":42}]
Number of extensional constraints56
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":56}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.96/0.77	c Concrete v3.9.2.1532736233296 running
53.89/39.12	o 17
54.11/39.26	o 22
54.81/39.54	o 23
55.02/39.69	o 24
56.71/41.21	o 29
57.22/41.75	o 31
62.58/46.92	o 34
89.38/73.54	o 35
91.47/75.65	o 36
123.75/107.71	o 40
194.62/178.38	o 41
207.99/191.62	o 43
233.38/216.92	o 44
239.21/222.73	o 48
252.05/235.55	Exception in thread "main" java.util.concurrent.TimeoutException
252.05/235.55		at concrete.MAC.mac(MAC.scala:188)
252.05/235.55		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.05/235.55		at scala.util.Try$.apply(Try.scala:209)
252.05/235.55		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.05/235.55		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.05/235.55		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.05/235.55		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.05/235.55		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.05/235.55		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.05/235.55		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.05/235.55		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.05/235.55		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.05/235.55		at concrete.MAC.oneRun(MAC.scala:253)
252.05/235.55		at concrete.MAC.nextSolution(MAC.scala:272)
252.05/235.55		at concrete.MAC.nextSolution(MAC.scala:355)
252.05/235.55		at concrete.Solver.hasNext(Solver.scala:166)
252.05/235.55		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.05/235.55		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.05/235.55		at concrete.Solver.foreach(Solver.scala:68)
252.05/235.55		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.05/235.55		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.05/235.55		at scala.util.Success.map(Try.scala:209)
252.05/235.55		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.05/235.55		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.05/235.55		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.05/235.55		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.05/235.55		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.05/235.55		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.05/235.55		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.05/235.55		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.05/235.55		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.05/235.55		at scala.collection.immutable.List.foreach(List.scala:389)
252.05/235.55		at scala.App.main(App.scala:76)
252.05/235.55		at scala.App.main$(App.scala:74)
252.05/235.55		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.05/235.55		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.05/235.55	v <instantiation cost="48">
252.05/235.55	v       <list>
252.05/235.55	v         r[0][0] r[0][1] r[0][2] r[0][3] r[1][0] r[1][1] r[1][2] r[1][3] r[2][0] r[2][1] r[2][2] r[2][3] r[3][0] r[3][1] r[3][2] r[3][3] r[4][0] r[4][1] r[4][2] r[4][3] r[5][0] r[5][1] r[5][2] r[5][3] r[6][0] r[6][1] r[6][2] r[6][3] c[0][0] c[0][1] c[0][2] c[0][3] c[1][0] c[1][1] c[1][2] c[1][3] c[2][0] c[2][1] c[2][2] c[2][3] c[3][0] c[3][1] c[3][2] c[3][3] c[4][0] c[4][1] c[4][2] c[4][3] c[5][0] c[5][1] c[5][2] c[5][3] c[6][0] c[6][1] c[6][2] c[6][3] pr[0][0] pr[0][1] pr[0][2] pr[0][3] pr[1][0] pr[1][1] pr[1][2] pr[1][3] pr[2][0] pr[2][1] pr[2][2] pr[2][3] pr[3][0] pr[3][1] pr[3][2] pr[3][3] pr[4][0] pr[4][1] pr[4][2] pr[4][3] pr[5][0] pr[5][1] pr[5][2] pr[5][3] pr[6][0] pr[6][1] pr[6][2] pr[6][3] pc[0][0] pc[0][1] pc[0][2] pc[0][3] pc[1][0] pc[1][1] pc[1][2] pc[1][3] pc[2][0] pc[2][1] pc[2][2] pc[2][3] pc[3][0] pc[3][1] pc[3][2] pc[3][3] pc[4][0] pc[4][1] pc[4][2] pc[4][3] pc[5][0] pc[5][1] pc[5][2] pc[5][3] pc[6][0] pc[6][1] pc[6][2] pc[6][3] br[0][0] br[0][1] br[0][2] br[0][3] br[1][0] br[1][1] br[1][2] br[1][3] br[2][0] br[2][1] br[2][2] br[2][3] br[3][0] br[3][1] br[3][2] br[3][3] br[4][0] br[4][1] br[4][2] br[4][3] br[5][0] br[5][1] br[5][2] br[5][3] br[6][0] br[6][1] br[6][2] br[6][3] bc[0][0] bc[0][1] bc[0][2] bc[0][3] bc[1][0] bc[1][1] bc[1][2] bc[1][3] bc[2][0] bc[2][1] bc[2][2] bc[2][3] bc[3][0] bc[3][1] bc[3][2] bc[3][3] bc[4][0] bc[4][1] bc[4][2] bc[4][3] bc[5][0] bc[5][1] bc[5][2] bc[5][3] bc[6][0] bc[6][1] bc[6][2] bc[6][3] x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6]
252.05/235.55	v       </list>
252.05/235.55	v       <values>
252.05/235.55	v         7149 26038 -1 -1 29799 17091 7460 -1 38315 19758 -1 -1 40549 19909 -1 -1 5760 -1 -1 -1 27811 -1 -1 -1 5060 12024 -1 -1 9265 26961 -1 -1 17091 17091 7460 -1 859 19758 -1 -1 9783 19909 -1 -1 5760 -1 -1 -1 27811 -1 -1 -1 38315 12024 -1 -1 0 5 -1 -1 0 2 4 -1 0 3 -1 -1 0 2 -1 -1 1 -1 -1 -1 0 -1 -1 -1 0 4 -1 -1 0 5 -1 -1 0 2 4 -1 0 3 -1 -1 0 2 -1 -1 1 -1 -1 -1 0 -1 -1 -1 1 4 -1 -1 4 0 0 0 0 0 3 0 0 0 0 0 0 4 0 0 6 0 0 0 7 0 0 0 0 0 0 0 4 0 0 0 0 0 3 0 0 0 0 0 0 4 0 0 6 0 0 0 7 0 0 0 0 0 0 0 2 8 0 3 26 15 26 17 26 8 26 2 8 20 20 8 26 11 0 25 8 25 26 11 4 13 0 26 26 2 0 13 0 17 4 15 8 25 0 17 17 14 1 20 8 26 4 14 26
252.05/235.55	v       </values>
252.05/235.55	v     </instantiation>
252.05/235.55	s SATISFIABLE

Verifier Data

OK	48

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14331 MiB free)
  memory of node 1: 16384 MiB (12056 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302299-1532896750/watcher-4302299-1532896750 -o /tmp/evaluation-result-4302299-1532896750/solver-4302299-1532896750 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532894133-1620 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1756134921 HOME/instance-4302299-1532896750.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=5936, runsolver pid=5933

[startup+0.100128 s]*
/proc/loadavg: 2.23 1.94 1.80 2/217 5978
/proc/meminfo: memFree=26930824/32770624 swapFree=67108860/67108860
[pid=5936] ppid=5933 vsize=113256 memory=1608 CPUtime=0.01 cores=0,2,4,6
/proc/5936/stat : 5936 (bash) S 5933 5936 22004 0 -1 4202496 889 5660 0 0 0 0 0 1 20 0 1 0 107238169 115974144 402 33554432000 4194304 5098028 140730352661808 140730352655816 140604018871296 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 0 0 0 7196144 7232144 12554240 140730352665776 140730352665901 140730352665901 140730352668654 0
/proc/5936/statm: 28314 402 318 221 0 119 0
[pid=5963] ppid=5936 vsize=113256 memory=716 CPUtime=0 cores=0,2,4,6
/proc/5963/stat : 5963 (bash) S 5936 5936 22004 0 -1 4202560 153 0 0 0 0 0 0 0 20 0 1 0 107238171 115974144 179 33554432000 4194304 5098028 140730352661808 140730352654488 140604018696828 0 65536 4096 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 12554240 140730352665776 140730352665901 140730352665901 140730352668654 0
/proc/5963/statm: 28314 179 95 221 0 119 0
[pid=5964] ppid=5963 vsize=10593144 memory=23740 CPUtime=0.04 cores=0,2,4,6
/proc/5964/stat : 5964 (java) S 5963 5936 22004 0 -1 1077944320 4760 0 0 0 4 0 0 0 20 0 14 0 107238171 10847379456 5935 33554432000 4194304 4196468 140723338971952 140723338954496 140409595248375 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9281536 140723338978600 140723338978614 140723338978614 140723338981327 0
/proc/5964/statm: 2648286 5935 2620 1 0 2610827 0
[pid=5964/tid=5966] ppid=5963 vsize=10659708 memory=-8412652160985438067 CPUtime=0.04 cores=0,2,4,6
/proc/5964/task/5966/stat : 5966 (java) R 5963 5936 22004 0 -1 4202560 2917 0 0 0 4 0 0 0 20 0 15 0 107238171 10915540992 5959 33554432000 4194304 4196468 140723338971952 140409599490656 140409576897323 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9281536 140723338978600 140723338978614 140723338978614 140723338981327 0
[pid=5964/tid=5967] ppid=5963 vsize=10659708 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/5964/task/5967/stat : 5967 (java) S 5963 5936 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107238172 10915540992 5959 33554432000 4194304 4196468 140723338971952 140409531939472 140409595258581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9281536 140723338978600 140723338978614 140723338978614 140723338981327 0
[pid=5964/tid=5968] ppid=5963 vsize=10659708 memory=140088066520704 CPUtime=0 cores=0,2,4,6
/proc/5964/task/5968/stat : 5968 (java) S 5963 5936 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107238172 10915540992 5959 33554432000 4194304 4196468 140723338971952 140409530886672 140409595258581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9281536 140723338978600 140723338978614 140723338978614 140723338981327 0
[pid=5964/tid=5969] ppid=5963 vsize=10659708 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5964/task/5969/stat : 5969 (java) S 5963 5936 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107238172 10915540992 5959 33554432000 4194304 4196468 140723338971952 140409529833872 140409595258581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9281536 140723338978600 140723338978614 140723338978614 140723338981327 0
[pid=5964/tid=5970] ppid=5963 vsize=10659708 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5964/task/5970/stat : 5970 (java) S 5963 5936 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 107238172 10915540992 5959 33554432000 4194304 4196468 140723338971952 140409528781072 140409595258581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9281536 140723338978600 140723338978614 140723338978614 140723338981327 0
[pid=5964/tid=5971] ppid=5963 vsize=10659708 memory=140088066520704 CPUtime=0 cores=0,2,4,6
/proc/5964/task/5971/stat : 5971 (java) S 5963 5936 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 107238173 10915540992 5959 33554432000 4194304 4196468 140723338971952 140409087191920 140409595259522 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9281536 140723338978600 140723338978614 140723338978614 140723338981327 0
[pid=5964/tid=5972] ppid=5963 vsize=10659708 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5964/task/5972/stat : 5972 (java) S 5963 5936 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 107238174 10915540992 5959 33554432000 4194304 4196468 140723338971952 140409086137888 140409595258581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9281536 140723338978600 140723338978614 140723338978614 140723338981327 0
[pid=5964/tid=5973] ppid=5963 vsize=10659708 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5964/task/5973/stat : 5973 (java) S 5963 5936 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 107238174 10915540992 5959 33554432000 4194304 4196468 140723338971952 140409085085040 140409595258581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9281536 140723338978600 140723338978614 140723338978614 140723338981327 0
[pid=5964/tid=5974] ppid=5963 vsize=10659708 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5964/task/5974/stat : 5974 (java) S 5963 5936 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107238176 10915540992 6471 33554432000 4194304 4196468 140723338971952 140409084033360 140409595266971 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9281536 140723338978600 140723338978614 140723338978614 140723338981327 0
[pid=5964/tid=5975] ppid=5963 vsize=10659708 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5964/task/5975/stat : 5975 (java) S 5963 5936 22004 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 107238176 10915540992 6471 33554432000 4194304 4196468 140723338971952 140409082980720 140409595259522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9281536 140723338978600 140723338978614 140723338978614 140723338981327 0
[pid=5964/tid=5976] ppid=5963 vsize=10659708 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5964/task/5976/stat : 5976 (java) S 5963 5936 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107238176 10915540992 6471 33554432000 4194304 4196468 140723338971952 140409081927920 140409595259522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9281536 140723338978600 140723338978614 140723338978614 140723338981327 0
[pid=5964/tid=5977] ppid=5963 vsize=10659708 memory=140088066520704 CPUtime=0 cores=0,2,4,6
/proc/5964/task/5977/stat : 5977 (java) S 5963 5936 22004 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 15 0 107238176 10915540992 6471 33554432000 4194304 4196468 140723338971952 140409080875120 140409595259522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9281536 140723338978600 140723338978614 140723338978614 140723338981327 0
[pid=5964/tid=5978] ppid=5963 vsize=10659708 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5964/task/5978/stat : 5978 (java) S 5963 5936 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107238177 10915540992 6471 33554432000 4194304 4196468 140723338971952 140409079822560 140409595258581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9281536 140723338978600 140723338978614 140723338978614 140723338981327 0
[pid=5964/tid=5979] ppid=5963 vsize=10659708 memory=140088066520704 CPUtime=0 cores=0,2,4,6
/proc/5964/task/5979/stat : 5979 (java) S 5963 5936 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107238180 10915540992 6471 33554432000 4194304 4196468 140723338971952 140409078770864 140409595259522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9281536 140723338978600 140723338978614 140723338978614 140723338981327 0
[pid=5965] ppid=5963 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/5965/stat : 5965 (awk) S 5963 5936 22004 0 -1 4202496 422 0 0 0 0 0 0 0 20 0 1 0 107238171 116211712 243 33554432000 4194304 4609284 140723744221296 140723744220472 140456838581248 0 0 4096 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 19025920 140723744228696 140723744228726 140723744228726 140723744231407 0
/proc/5965/statm: 28372 243 205 102 0 88 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10933144 KiB
Current children cumulated memory: 27036 KiB

[startup+0.210567 s]*
/proc/loadavg: 2.23 1.94 1.80 7/215 6003
/proc/meminfo: memFree=26777172/32770624 swapFree=67108860/67108860
[pid=5936] ppid=5933 vsize=10982744 memory=38216 CPUtime=0.22 cores=0,2,4,6
/proc/5936/stat : 5936 (java) S 5933 5936 22004 0 -1 1077944320 6813 13124 0 0 13 1 5 3 20 0 15 0 107238169 11246329856 9554 33554432000 4194304 4196468 140736109480368 140736109462912 140607334530807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
/proc/5936/statm: 2745686 9554 2938 1 0 2708109 0
[pid=5936/tid=5989] ppid=5933 vsize=10982744 memory=7022364594140610616 CPUtime=0.17 cores=0,2,4,6
/proc/5936/task/5989/stat : 5989 (java) R 5933 5936 22004 0 -1 4202560 3395 13124 0 0 8 1 5 3 20 0 15 0 107238181 11246329856 9554 33554432000 4194304 4196468 140736109480368 140607306352352 140606905857536 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5990] ppid=5933 vsize=10982744 memory=365 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/5990/stat : 5990 (java) S 5933 5936 22004 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 107238182 11246329856 9554 33554432000 4194304 4196468 140736109480368 140607338773648 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5991] ppid=5933 vsize=10982744 memory=3616589069958854304 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/5991/stat : 5991 (java) S 5933 5936 22004 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 107238182 11246329856 9554 33554432000 4194304 4196468 140736109480368 140606874246160 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5992] ppid=5933 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/5992/stat : 5992 (java) S 5933 5936 22004 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 107238182 11246329856 9554 33554432000 4194304 4196468 140736109480368 140606873193360 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5993] ppid=5933 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/5993/stat : 5993 (java) S 5933 5936 22004 0 -1 1077944384 2 13124 0 0 0 0 5 3 20 0 15 0 107238182 11246329856 9554 33554432000 4194304 4196468 140736109480368 140606872140560 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5994] ppid=5933 vsize=10982744 memory=140088066520704 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/5994/stat : 5994 (java) S 5933 5936 22004 0 -1 1077944384 2 13124 0 0 0 0 5 3 20 0 15 0 107238183 11246329856 9554 33554432000 4194304 4196468 140736109480368 140606760282480 140607334541954 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5996] ppid=5933 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/5996/stat : 5996 (java) S 5933 5936 22004 0 -1 1077944384 13 13124 0 0 0 0 5 3 20 0 15 0 107238184 11246329856 9554 33554432000 4194304 4196468 140736109480368 140606156301344 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5997] ppid=5933 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/5997/stat : 5997 (java) S 5933 5936 22004 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 107238184 11246329856 9554 33554432000 4194304 4196468 140736109480368 140605954974576 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5998] ppid=5933 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/5998/stat : 5998 (java) S 5933 5936 22004 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 107238187 11246329856 9554 33554432000 4194304 4196468 140736109480368 140605647574864 140607334549403 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5999] ppid=5933 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5936/task/5999/stat : 5999 (java) S 5933 5936 22004 0 -1 1077944384 371 13124 0 0 1 0 5 3 20 0 15 0 107238187 11246329856 9554 33554432000 4194304 4196468 140736109480368 140606759230320 140607334541954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=6000] ppid=5933 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/6000/stat : 6000 (java) S 5933 5936 22004 0 -1 1077944384 252 13124 0 0 0 0 5 3 20 0 15 0 107238187 11246329856 9554 33554432000 4194304 4196468 140736109480368 140606758177520 140607334541954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=6001] ppid=5933 vsize=10982744 memory=140088066520704 CPUtime=0.1 cores=0,2,4,6
/proc/5936/task/6001/stat : 6001 (java) S 5933 5936 22004 0 -1 1077944384 582 13124 0 0 2 0 5 3 20 0 15 0 107238187 11246329856 9554 33554432000 4194304 4196468 140736109480368 140606757124720 140607334541954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=6002] ppid=5933 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/6002/stat : 6002 (java) S 5933 5936 22004 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 107238187 11246329856 9554 33554432000 4194304 4196468 140736109480368 140605216778976 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=6003] ppid=5933 vsize=10982744 memory=140088066520704 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/6003/stat : 6003 (java) S 5933 5936 22004 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 107238187 11246329856 9554 33554432000 4194304 4196468 140736109480368 140606756072112 140607334541954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 38216 KiB

[startup+0.310681 s]*
/proc/loadavg: 2.23 1.94 1.80 3/215 6003
/proc/meminfo: memFree=26703432/32770624 swapFree=67108860/67108860
[pid=5936] ppid=5933 vsize=10983192 memory=52076 CPUtime=0.35 cores=0,2,4,6
/proc/5936/stat : 5936 (java) S 5933 5936 22004 0 -1 1077944320 9985 13124 0 0 25 2 5 3 20 0 15 0 107238169 11246788608 13019 33554432000 4194304 4196468 140736109480368 140736109462912 140607334530807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
/proc/5936/statm: 2745798 13019 3072 1 0 2708109 0
[pid=5936/tid=5989] ppid=5933 vsize=10983224 memory=6935054825532540783 CPUtime=0.26 cores=0,2,4,6
/proc/5936/task/5989/stat : 5989 (java) R 5933 5936 22004 0 -1 4202560 6561 13124 0 0 17 1 5 3 20 0 15 0 107238181 11246821376 13068 33554432000 4194304 4196468 140736109480368 140607306341376 140607327210400 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5990] ppid=5933 vsize=10983192 memory=3691042058319900680 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/5990/stat : 5990 (java) S 5933 5936 22004 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 107238182 11246788608 13068 33554432000 4194304 4196468 140736109480368 140607338773648 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5991] ppid=5933 vsize=10983192 memory=140088066522912 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/5991/stat : 5991 (java) S 5933 5936 22004 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 107238182 11246788608 13068 33554432000 4194304 4196468 140736109480368 140606874246160 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5992] ppid=5933 vsize=10983192 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/5992/stat : 5992 (java) S 5933 5936 22004 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 107238182 11246788608 13068 33554432000 4194304 4196468 140736109480368 140606873193360 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5993] ppid=5933 vsize=10983192 memory=140087941758127 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/5993/stat : 5993 (java) S 5933 5936 22004 0 -1 1077944384 2 13124 0 0 0 0 5 3 20 0 15 0 107238182 11246788608 13068 33554432000 4194304 4196468 140736109480368 140606872140560 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5994] ppid=5933 vsize=10983192 memory=140088066522912 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/5994/stat : 5994 (java) S 5933 5936 22004 0 -1 1077944384 2 13124 0 0 0 0 5 3 20 0 15 0 107238183 11246788608 13068 33554432000 4194304 4196468 140736109480368 140606760282480 140607334541954 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5996] ppid=5933 vsize=10983224 memory=140087941765039 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/5996/stat : 5996 (java) S 5933 5936 22004 0 -1 1077944384 13 13124 0 0 0 0 5 3 20 0 15 0 107238184 11246821376 13068 33554432000 4194304 4196468 140736109480368 140606156301344 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5997] ppid=5933 vsize=10983224 memory=140087941767344 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/5997/stat : 5997 (java) S 5933 5936 22004 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 107238184 11246821376 13068 33554432000 4194304 4196468 140736109480368 140605954974576 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5998] ppid=5933 vsize=10983192 memory=140087941769648 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/5998/stat : 5998 (java) S 5933 5936 22004 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 107238187 11246788608 13068 33554432000 4194304 4196468 140736109480368 140605647574864 140607334549403 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5999] ppid=5933 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5936/task/5999/stat : 5999 (java) S 5933 5936 22004 0 -1 1077944384 374 13124 0 0 1 0 5 3 20 0 15 0 107238187 11246788608 13068 33554432000 4194304 4196468 140736109480368 140606759230320 140607334541954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=6000] ppid=5933 vsize=10983192 memory=1970350607106051 CPUtime=0.09 cores=0,2,4,6
/proc/5936/task/6000/stat : 6000 (java) S 5933 5936 22004 0 -1 1077944384 256 13124 0 0 1 0 5 3 20 0 15 0 107238187 11246788608 13068 33554432000 4194304 4196468 140736109480368 140606758177520 140607334541954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=6001] ppid=5933 vsize=10983192 memory=280176008299584 CPUtime=0.12 cores=0,2,4,6
/proc/5936/task/6001/stat : 6001 (java) S 5933 5936 22004 0 -1 1077944384 601 13124 0 0 4 0 5 3 20 0 15 0 107238187 11246788608 13068 33554432000 4194304 4196468 140736109480368 140606757124720 140607334541954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=6002] ppid=5933 vsize=10983192 memory=140087941660807 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/6002/stat : 6002 (java) S 5933 5936 22004 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 107238187 11246788608 13068 33554432000 4194304 4196468 140736109480368 140605216778976 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=6003] ppid=5933 vsize=10983192 memory=140088066526507 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/6003/stat : 6003 (java) S 5933 5936 22004 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 107238187 11246788608 13068 33554432000 4194304 4196468 140736109480368 140606756072112 140607334541954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 52076 KiB

[startup+0.700772 s]
/proc/loadavg: 2.23 1.94 1.80 3/215 6003
/proc/meminfo: memFree=26695284/32770624 swapFree=67108860/67108860
[pid=5936] ppid=5933 vsize=10983192 memory=88300 CPUtime=0.96 cores=0,2,4,6
/proc/5936/stat : 5936 (java) S 5933 5936 22004 0 -1 1077944320 16730 13124 0 0 83 5 5 3 20 0 15 0 107238169 11246788608 22075 33554432000 4194304 4196468 140736109480368 140736109462912 140607334530807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
/proc/5936/statm: 2745798 22075 3235 1 0 2708109 0
[pid=5936/tid=5989] ppid=5933 vsize=10983192 memory=0 CPUtime=0.63 cores=0,2,4,6
/proc/5936/task/5989/stat : 5989 (java) R 5933 5936 22004 0 -1 4202560 12290 13124 0 0 52 3 5 3 20 0 15 0 107238181 11246788608 22075 33554432000 4194304 4196468 140736109480368 140607306337312 140607319696446 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5990] ppid=5933 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/5990/stat : 5990 (java) S 5933 5936 22004 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 107238182 11246788608 22075 33554432000 4194304 4196468 140736109480368 140607338773648 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5991] ppid=5933 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/5991/stat : 5991 (java) S 5933 5936 22004 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 107238182 11246788608 22075 33554432000 4194304 4196468 140736109480368 140606874246160 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5992] ppid=5933 vsize=10983192 memory=22 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/5992/stat : 5992 (java) S 5933 5936 22004 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 107238182 11246788608 22075 33554432000 4194304 4196468 140736109480368 140606873193360 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5993] ppid=5933 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/5993/stat : 5993 (java) S 5933 5936 22004 0 -1 1077944384 2 13124 0 0 0 0 5 3 20 0 15 0 107238182 11246788608 22075 33554432000 4194304 4196468 140736109480368 140606872140560 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5994] ppid=5933 vsize=10983192 memory=2424 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/5994/stat : 5994 (java) S 5933 5936 22004 0 -1 1077944384 5 13124 0 0 0 0 5 3 20 0 15 0 107238183 11246788608 22075 33554432000 4194304 4196468 140736109480368 140606760282480 140607334541954 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5996] ppid=5933 vsize=10983192 memory=1840 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/5996/stat : 5996 (java) S 5933 5936 22004 0 -1 1077944384 13 13124 0 0 0 0 5 3 20 0 15 0 107238184 11246788608 22075 33554432000 4194304 4196468 140736109480368 140606156301344 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5997] ppid=5933 vsize=10983192 memory=1004 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/5997/stat : 5997 (java) S 5933 5936 22004 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 107238184 11246788608 22075 33554432000 4194304 4196468 140736109480368 140605954974576 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5998] ppid=5933 vsize=10983192 memory=12060 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/5998/stat : 5998 (java) S 5933 5936 22004 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 107238187 11246788608 22075 33554432000 4194304 4196468 140736109480368 140605647574864 140607334549403 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5999] ppid=5933 vsize=10983192 memory=5788 CPUtime=0.17 cores=0,2,4,6
/proc/5936/task/5999/stat : 5999 (java) S 5933 5936 22004 0 -1 1077944384 944 13124 0 0 9 0 5 3 20 0 15 0 107238187 11246788608 22075 33554432000 4194304 4196468 140736109480368 140606759230320 140607334541954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=6000] ppid=5933 vsize=10983192 memory=792 CPUtime=0.15 cores=0,2,4,6
/proc/5936/task/6000/stat : 6000 (java) S 5933 5936 22004 0 -1 1077944384 626 13124 0 0 7 0 5 3 20 0 15 0 107238187 11246788608 22075 33554432000 4194304 4196468 140736109480368 140606758177520 140607334541954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=6001] ppid=5933 vsize=10983192 memory=1228 CPUtime=0.2 cores=0,2,4,6
/proc/5936/task/6001/stat : 6001 (java) S 5933 5936 22004 0 -1 1077944384 644 13124 0 0 12 0 5 3 20 0 15 0 107238187 11246788608 22075 33554432000 4194304 4196468 140736109480368 140606757124720 140607334541954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=6002] ppid=5933 vsize=10983192 memory=1944 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/6002/stat : 6002 (java) S 5933 5936 22004 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 107238187 11246788608 22075 33554432000 4194304 4196468 140736109480368 140605216778976 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=6003] ppid=5933 vsize=10983192 memory=1416 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/6003/stat : 6003 (java) S 5933 5936 22004 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 107238187 11246788608 22075 33554432000 4194304 4196468 140736109480368 140606756072112 140607334541954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
Current children cumulated CPU time: 0.96 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88300 KiB

[startup+1.50091 s]
/proc/loadavg: 2.23 1.94 1.80 5/215 6003
/proc/meminfo: memFree=26653560/32770624 swapFree=67108860/67108860
[pid=5936] ppid=5933 vsize=10991948 memory=220868 CPUtime=2.83 cores=0,2,4,6
/proc/5936/stat : 5936 (java) S 5933 5936 22004 0 -1 1077944320 23957 13124 0 0 264 11 5 3 20 0 15 0 107238169 11255754752 55217 33554432000 4194304 4196468 140736109480368 140736109462912 140607334530807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
/proc/5936/statm: 2747987 55217 3444 1 0 2709645 0
[pid=5936/tid=5989] ppid=5933 vsize=10991948 memory=14775 CPUtime=1.43 cores=0,2,4,6
/proc/5936/task/5989/stat : 5989 (java) S 5933 5936 22004 0 -1 1077944384 15042 13124 0 0 127 8 5 3 20 0 15 0 107238181 11255754752 55217 33554432000 4194304 4196468 140736109480368 140607306363888 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5990] ppid=5933 vsize=10991948 memory=4028 CPUtime=0.08 cores=0,2,4,6

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

/proc/5936/task/5989/stat : 5989 (java) R 5933 5936 22004 0 -1 4202560 61236 13124 0 0 16016 47 5 3 20 0 15 0 107238181 11278843904 789173 33554432000 4194304 4196468 140736109480368 140607306365176 140606918730571 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5990] ppid=5933 vsize=11014496 memory=3156692 CPUtime=1.31 cores=0,2,4,6
/proc/5936/task/5990/stat : 5990 (java) S 5933 5936 22004 0 -1 1077944384 1501 13124 0 0 108 15 5 3 20 0 15 0 107238182 11278843904 789173 33554432000 4194304 4196468 140736109480368 140607338773648 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5991] ppid=5933 vsize=11014496 memory=3156692 CPUtime=1.31 cores=0,2,4,6
/proc/5936/task/5991/stat : 5991 (java) S 5933 5936 22004 0 -1 1077944384 4073 13124 0 0 109 14 5 3 20 0 15 0 107238182 11278843904 789173 33554432000 4194304 4196468 140736109480368 140606874246160 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5992] ppid=5933 vsize=11014496 memory=3156692 CPUtime=1.32 cores=0,2,4,6
/proc/5936/task/5992/stat : 5992 (java) S 5933 5936 22004 0 -1 1077944384 2750 13124 0 0 110 14 5 3 20 0 15 0 107238182 11278843904 789173 33554432000 4194304 4196468 140736109480368 140606873193360 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5993] ppid=5933 vsize=11014496 memory=3156692 CPUtime=1.32 cores=0,2,4,6
/proc/5936/task/5993/stat : 5993 (java) S 5933 5936 22004 0 -1 1077944384 2287 13124 0 0 110 14 5 3 20 0 15 0 107238182 11278843904 789173 33554432000 4194304 4196468 140736109480368 140606872140560 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5994] ppid=5933 vsize=11014496 memory=3156692 CPUtime=0.3 cores=0,2,4,6
/proc/5936/task/5994/stat : 5994 (java) S 5933 5936 22004 0 -1 1077944384 4675 13124 0 0 21 1 5 3 20 0 15 0 107238183 11278843904 789173 33554432000 4194304 4196468 140736109480368 140606760282480 140607334541954 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5996] ppid=5933 vsize=11014496 memory=1624 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/5996/stat : 5996 (java) S 5933 5936 22004 0 -1 1077944384 21 13124 0 0 0 0 5 3 20 0 15 0 107238184 11278843904 789173 33554432000 4194304 4196468 140736109480368 140606156301408 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5997] ppid=5933 vsize=11014496 memory=1200 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/5997/stat : 5997 (java) S 5933 5936 22004 0 -1 1077944384 5 13124 0 0 0 0 5 3 20 0 15 0 107238184 11278843904 789173 33554432000 4194304 4196468 140736109480368 140605954974592 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5998] ppid=5933 vsize=11014496 memory=3152596 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/5998/stat : 5998 (java) S 5933 5936 22004 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 107238187 11278843904 789173 33554432000 4194304 4196468 140736109480368 140605647574864 140607334549403 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5999] ppid=5933 vsize=11014496 memory=280175883738560 CPUtime=5.29 cores=0,2,4,6
/proc/5936/task/5999/stat : 5999 (java) S 5933 5936 22004 0 -1 1077944384 15801 13124 0 0 517 4 5 3 20 0 15 0 107238187 11278843904 789173 33554432000 4194304 4196468 140736109480368 140606759230320 140607334541954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=6000] ppid=5933 vsize=11014496 memory=3156692 CPUtime=5.47 cores=0,2,4,6
/proc/5936/task/6000/stat : 6000 (java) S 5933 5936 22004 0 -1 1077944384 15381 13124 0 0 536 3 5 3 20 0 15 0 107238187 11278843904 789173 33554432000 4194304 4196468 140736109480368 140606758177520 140607334541954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=6001] ppid=5933 vsize=11014496 memory=2244 CPUtime=1.97 cores=0,2,4,6
/proc/5936/task/6001/stat : 6001 (java) S 5933 5936 22004 0 -1 1077944384 14406 13124 0 0 185 4 5 3 20 0 15 0 107238187 11278843904 789173 33554432000 4194304 4196468 140736109480368 140606757124720 140607334541954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=6002] ppid=5933 vsize=11014496 memory=3156692 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/6002/stat : 6002 (java) S 5933 5936 22004 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 107238187 11278843904 789173 33554432000 4194304 4196468 140736109480368 140605216778976 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=6003] ppid=5933 vsize=11014496 memory=3156692 CPUtime=0.18 cores=0,2,4,6
/proc/5936/task/6003/stat : 6003 (java) S 5933 5936 22004 0 -1 1077944384 163 13124 0 0 5 5 5 3 20 0 15 0 107238187 11278843904 789173 33554432000 4194304 4196468 140736109480368 140606756072112 140607334541954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
Current children cumulated CPU time: 178.56 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 3156692 KiB

[startup+222.301 s]
/proc/loadavg: 1.76 1.98 1.86 3/215 6268
/proc/meminfo: memFree=23934416/32770624 swapFree=67108860/67108860
[pid=5936] ppid=5933 vsize=11014496 memory=3163076 CPUtime=238.81 cores=0,2,4,6
/proc/5936/stat : 5936 (java) S 5933 5936 22004 0 -1 1077944320 139257 13124 0 0 23744 129 5 3 20 0 15 0 107238169 11278843904 790769 33554432000 4194304 4196468 140736109480368 140736109462912 140607334530807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
/proc/5936/statm: 2753624 790769 3525 1 0 2715277 0
[pid=5936/tid=5989] ppid=5933 vsize=11014496 memory=3848 CPUtime=220.64 cores=0,2,4,6
/proc/5936/task/5989/stat : 5989 (java) R 5933 5936 22004 0 -1 4202560 68217 13124 0 0 22006 50 5 3 20 0 15 0 107238181 11278843904 790769 33554432000 4194304 4196468 140736109480368 140607303724912 140606918725279 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5990] ppid=5933 vsize=11014496 memory=3163076 CPUtime=1.34 cores=0,2,4,6
/proc/5936/task/5990/stat : 5990 (java) S 5933 5936 22004 0 -1 1077944384 2402 13124 0 0 111 15 5 3 20 0 15 0 107238182 11278843904 790769 33554432000 4194304 4196468 140736109480368 140607338773648 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5991] ppid=5933 vsize=11014496 memory=3163076 CPUtime=1.34 cores=0,2,4,6
/proc/5936/task/5991/stat : 5991 (java) S 5933 5936 22004 0 -1 1077944384 4126 13124 0 0 112 14 5 3 20 0 15 0 107238182 11278843904 790769 33554432000 4194304 4196468 140736109480368 140606874246160 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5992] ppid=5933 vsize=11014496 memory=3162932 CPUtime=1.35 cores=0,2,4,6
/proc/5936/task/5992/stat : 5992 (java) S 5933 5936 22004 0 -1 1077944384 3971 13124 0 0 112 15 5 3 20 0 15 0 107238182 11278843904 790769 33554432000 4194304 4196468 140736109480368 140606873193360 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5993] ppid=5933 vsize=11014496 memory=3163076 CPUtime=1.36 cores=0,2,4,6
/proc/5936/task/5993/stat : 5993 (java) S 5933 5936 22004 0 -1 1077944384 2379 13124 0 0 113 15 5 3 20 0 15 0 107238182 11278843904 790769 33554432000 4194304 4196468 140736109480368 140606872140560 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5994] ppid=5933 vsize=11014496 memory=2788 CPUtime=0.33 cores=0,2,4,6
/proc/5936/task/5994/stat : 5994 (java) S 5933 5936 22004 0 -1 1077944384 4988 13124 0 0 24 1 5 3 20 0 15 0 107238183 11278843904 790769 33554432000 4194304 4196468 140736109480368 140606760282480 140607334541954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5996] ppid=5933 vsize=11014496 memory=3163076 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/5996/stat : 5996 (java) S 5933 5936 22004 0 -1 1077944384 21 13124 0 0 0 0 5 3 20 0 15 0 107238184 11278843904 790769 33554432000 4194304 4196468 140736109480368 140606156301408 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5997] ppid=5933 vsize=11014496 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/5997/stat : 5997 (java) S 5933 5936 22004 0 -1 1077944384 5 13124 0 0 0 0 5 3 20 0 15 0 107238184 11278843904 790769 33554432000 4194304 4196468 140736109480368 140605954974592 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5998] ppid=5933 vsize=11014496 memory=3163076 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/5998/stat : 5998 (java) S 5933 5936 22004 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 107238187 11278843904 790769 33554432000 4194304 4196468 140736109480368 140605647574864 140607334549403 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5999] ppid=5933 vsize=11014496 memory=3163076 CPUtime=5.34 cores=0,2,4,6
/proc/5936/task/5999/stat : 5999 (java) S 5933 5936 22004 0 -1 1077944384 17109 13124 0 0 522 4 5 3 20 0 15 0 107238187 11278843904 790769 33554432000 4194304 4196468 140736109480368 140606759230320 140607334541954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=6000] ppid=5933 vsize=11014496 memory=4052 CPUtime=5.53 cores=0,2,4,6
/proc/5936/task/6000/stat : 6000 (java) S 5933 5936 22004 0 -1 1077944384 17140 13124 0 0 542 3 5 3 20 0 15 0 107238187 11278843904 790769 33554432000 4194304 4196468 140736109480368 140606758177520 140607334541954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=6001] ppid=5933 vsize=11014496 memory=3163076 CPUtime=1.99 cores=0,2,4,6
/proc/5936/task/6001/stat : 6001 (java) S 5933 5936 22004 0 -1 1077944384 16374 13124 0 0 187 4 5 3 20 0 15 0 107238187 11278843904 790769 33554432000 4194304 4196468 140736109480368 140606757124720 140607334541954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=6002] ppid=5933 vsize=11014496 memory=3163076 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/6002/stat : 6002 (java) S 5933 5936 22004 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 107238187 11278843904 790769 33554432000 4194304 4196468 140736109480368 140605216778976 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=6003] ppid=5933 vsize=11014496 memory=3163068 CPUtime=0.21 cores=0,2,4,6
/proc/5936/task/6003/stat : 6003 (java) S 5933 5936 22004 0 -1 1077944384 324 13124 0 0 6 7 5 3 20 0 15 0 107238187 11278843904 790769 33554432000 4194304 4196468 140736109480368 140606756072112 140607334541954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
Current children cumulated CPU time: 238.81 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 3163076 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+235.51 s]
/proc/loadavg: 1.59 1.94 1.84 3/215 6268
/proc/meminfo: memFree=23932812/32770624 swapFree=67108860/67108860
[pid=5936] ppid=5933 vsize=11014496 memory=3165124 CPUtime=252.05 cores=0,2,4,6
/proc/5936/stat : 5936 (java) S 5933 5936 22004 0 -1 1077944320 140807 13124 0 0 25068 129 5 3 20 0 15 0 107238169 11278843904 791281 33554432000 4194304 4196468 140736109480368 140736109462912 140607334530807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
/proc/5936/statm: 2753624 791281 3525 1 0 2715277 0
[pid=5936/tid=5989] ppid=5933 vsize=11014496 memory=3165124 CPUtime=233.83 cores=0,2,4,6
/proc/5936/task/5989/stat : 5989 (java) R 5933 5936 22004 0 -1 4202560 69202 13124 0 0 23325 50 5 3 20 0 15 0 107238181 11278843904 791281 33554432000 4194304 4196468 140736109480368 140607303646048 140606918730575 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5990] ppid=5933 vsize=11014496 memory=3165124 CPUtime=1.35 cores=0,2,4,6
/proc/5936/task/5990/stat : 5990 (java) S 5933 5936 22004 0 -1 1077944384 2402 13124 0 0 112 15 5 3 20 0 15 0 107238182 11278843904 791281 33554432000 4194304 4196468 140736109480368 140607338773648 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5991] ppid=5933 vsize=11014496 memory=3165124 CPUtime=1.34 cores=0,2,4,6
/proc/5936/task/5991/stat : 5991 (java) S 5933 5936 22004 0 -1 1077944384 4127 13124 0 0 112 14 5 3 20 0 15 0 107238182 11278843904 791281 33554432000 4194304 4196468 140736109480368 140606874246160 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5992] ppid=5933 vsize=11014496 memory=3165124 CPUtime=1.36 cores=0,2,4,6
/proc/5936/task/5992/stat : 5992 (java) S 5933 5936 22004 0 -1 1077944384 3972 13124 0 0 113 15 5 3 20 0 15 0 107238182 11278843904 791281 33554432000 4194304 4196468 140736109480368 140606873193360 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5993] ppid=5933 vsize=11014496 memory=3165124 CPUtime=1.37 cores=0,2,4,6
/proc/5936/task/5993/stat : 5993 (java) S 5933 5936 22004 0 -1 1077944384 2383 13124 0 0 114 15 5 3 20 0 15 0 107238182 11278843904 791281 33554432000 4194304 4196468 140736109480368 140606872140560 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5994] ppid=5933 vsize=11014496 memory=3165124 CPUtime=0.34 cores=0,2,4,6
/proc/5936/task/5994/stat : 5994 (java) S 5933 5936 22004 0 -1 1077944384 4991 13124 0 0 25 1 5 3 20 0 15 0 107238183 11278843904 791281 33554432000 4194304 4196468 140736109480368 140606760282480 140607334541954 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5996] ppid=5933 vsize=11014496 memory=3165124 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/5996/stat : 5996 (java) S 5933 5936 22004 0 -1 1077944384 21 13124 0 0 0 0 5 3 20 0 15 0 107238184 11278843904 791281 33554432000 4194304 4196468 140736109480368 140606156301408 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5997] ppid=5933 vsize=11014496 memory=3165124 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/5997/stat : 5997 (java) S 5933 5936 22004 0 -1 1077944384 5 13124 0 0 0 0 5 3 20 0 15 0 107238184 11278843904 791281 33554432000 4194304 4196468 140736109480368 140605954974592 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5998] ppid=5933 vsize=11014496 memory=3165124 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/5998/stat : 5998 (java) S 5933 5936 22004 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 107238187 11278843904 791281 33554432000 4194304 4196468 140736109480368 140605647574864 140607334549403 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5999] ppid=5933 vsize=11014496 memory=3165124 CPUtime=5.35 cores=0,2,4,6
/proc/5936/task/5999/stat : 5999 (java) S 5933 5936 22004 0 -1 1077944384 17232 13124 0 0 523 4 5 3 20 0 15 0 107238187 11278843904 791281 33554432000 4194304 4196468 140736109480368 140606759230320 140607334541954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=6000] ppid=5933 vsize=11014496 memory=4028 CPUtime=5.54 cores=0,2,4,6
/proc/5936/task/6000/stat : 6000 (java) S 5933 5936 22004 0 -1 1077944384 17573 13124 0 0 543 3 5 3 20 0 15 0 107238187 11278843904 791281 33554432000 4194304 4196468 140736109480368 140606758177520 140607334541954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=6001] ppid=5933 vsize=11014496 memory=3165124 CPUtime=1.99 cores=0,2,4,6
/proc/5936/task/6001/stat : 6001 (java) S 5933 5936 22004 0 -1 1077944384 16374 13124 0 0 187 4 5 3 20 0 15 0 107238187 11278843904 791281 33554432000 4194304 4196468 140736109480368 140606757124720 140607334541954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=6002] ppid=5933 vsize=11014496 memory=280175884143936 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/6002/stat : 6002 (java) S 5933 5936 22004 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 107238187 11278843904 791281 33554432000 4194304 4196468 140736109480368 140605216778976 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=6003] ppid=5933 vsize=11014496 memory=3165124 CPUtime=0.22 cores=0,2,4,6
/proc/5936/task/6003/stat : 6003 (java) S 5933 5936 22004 0 -1 1077944384 324 13124 0 0 7 7 5 3 20 0 15 0 107238187 11278843904 791281 33554432000 4194304 4196468 140736109480368 140606756072112 140607334541954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 3165124 KiB

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

[startup+235.583 s]
# the end of solver process 5936 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.788 s, system=1.35281 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+235.51 s]
/proc/loadavg: 1.59 1.94 1.84 3/215 6268
/proc/meminfo: memFree=23932812/32770624 swapFree=67108860/67108860
[pid=5936] ppid=5933 vsize=11014496 memory=3165124 CPUtime=252.05 cores=0,2,4,6
/proc/5936/stat : 5936 (java) S 5933 5936 22004 0 -1 1077944320 140807 13124 0 0 25068 129 5 3 20 0 15 0 107238169 11278843904 791281 33554432000 4194304 4196468 140736109480368 140736109462912 140607334530807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
/proc/5936/statm: 2753624 791281 3525 1 0 2715277 0
[pid=5936/tid=5989] ppid=5933 vsize=11014496 memory=3165124 CPUtime=233.83 cores=0,2,4,6
/proc/5936/task/5989/stat : 5989 (java) R 5933 5936 22004 0 -1 4202560 69202 13124 0 0 23325 50 5 3 20 0 15 0 107238181 11278843904 791281 33554432000 4194304 4196468 140736109480368 140607303646048 140606918730575 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5990] ppid=5933 vsize=11014496 memory=3165124 CPUtime=1.35 cores=0,2,4,6
/proc/5936/task/5990/stat : 5990 (java) S 5933 5936 22004 0 -1 1077944384 2402 13124 0 0 112 15 5 3 20 0 15 0 107238182 11278843904 791281 33554432000 4194304 4196468 140736109480368 140607338773648 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5991] ppid=5933 vsize=11014496 memory=3165124 CPUtime=1.34 cores=0,2,4,6
/proc/5936/task/5991/stat : 5991 (java) S 5933 5936 22004 0 -1 1077944384 4127 13124 0 0 112 14 5 3 20 0 15 0 107238182 11278843904 791281 33554432000 4194304 4196468 140736109480368 140606874246160 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5992] ppid=5933 vsize=11014496 memory=3165124 CPUtime=1.36 cores=0,2,4,6
/proc/5936/task/5992/stat : 5992 (java) S 5933 5936 22004 0 -1 1077944384 3972 13124 0 0 113 15 5 3 20 0 15 0 107238182 11278843904 791281 33554432000 4194304 4196468 140736109480368 140606873193360 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5993] ppid=5933 vsize=11014496 memory=3165124 CPUtime=1.37 cores=0,2,4,6
/proc/5936/task/5993/stat : 5993 (java) S 5933 5936 22004 0 -1 1077944384 2383 13124 0 0 114 15 5 3 20 0 15 0 107238182 11278843904 791281 33554432000 4194304 4196468 140736109480368 140606872140560 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5994] ppid=5933 vsize=11014496 memory=3165124 CPUtime=0.34 cores=0,2,4,6
/proc/5936/task/5994/stat : 5994 (java) S 5933 5936 22004 0 -1 1077944384 4991 13124 0 0 25 1 5 3 20 0 15 0 107238183 11278843904 791281 33554432000 4194304 4196468 140736109480368 140606760282480 140607334541954 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5996] ppid=5933 vsize=11014496 memory=3165124 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/5996/stat : 5996 (java) S 5933 5936 22004 0 -1 1077944384 21 13124 0 0 0 0 5 3 20 0 15 0 107238184 11278843904 791281 33554432000 4194304 4196468 140736109480368 140606156301408 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5997] ppid=5933 vsize=11014496 memory=3165124 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/5997/stat : 5997 (java) S 5933 5936 22004 0 -1 1077944384 5 13124 0 0 0 0 5 3 20 0 15 0 107238184 11278843904 791281 33554432000 4194304 4196468 140736109480368 140605954974592 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5998] ppid=5933 vsize=11014496 memory=3165124 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/5998/stat : 5998 (java) S 5933 5936 22004 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 107238187 11278843904 791281 33554432000 4194304 4196468 140736109480368 140605647574864 140607334549403 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=5999] ppid=5933 vsize=11014496 memory=3165124 CPUtime=5.35 cores=0,2,4,6
/proc/5936/task/5999/stat : 5999 (java) S 5933 5936 22004 0 -1 1077944384 17232 13124 0 0 523 4 5 3 20 0 15 0 107238187 11278843904 791281 33554432000 4194304 4196468 140736109480368 140606759230320 140607334541954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=6000] ppid=5933 vsize=11014496 memory=4028 CPUtime=5.54 cores=0,2,4,6
/proc/5936/task/6000/stat : 6000 (java) S 5933 5936 22004 0 -1 1077944384 17573 13124 0 0 543 3 5 3 20 0 15 0 107238187 11278843904 791281 33554432000 4194304 4196468 140736109480368 140606758177520 140607334541954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=6001] ppid=5933 vsize=11014496 memory=3165124 CPUtime=1.99 cores=0,2,4,6
/proc/5936/task/6001/stat : 6001 (java) S 5933 5936 22004 0 -1 1077944384 16374 13124 0 0 187 4 5 3 20 0 15 0 107238187 11278843904 791281 33554432000 4194304 4196468 140736109480368 140606757124720 140607334541954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=6002] ppid=5933 vsize=11014496 memory=280175884143936 CPUtime=0.08 cores=0,2,4,6
/proc/5936/task/6002/stat : 6002 (java) S 5933 5936 22004 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 107238187 11278843904 791281 33554432000 4194304 4196468 140736109480368 140605216778976 140607334541013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
[pid=5936/tid=6003] ppid=5933 vsize=11014496 memory=3165124 CPUtime=0.22 cores=0,2,4,6
/proc/5936/task/6003/stat : 6003 (java) S 5933 5936 22004 0 -1 1077944384 324 13124 0 0 7 7 5 3 20 0 15 0 107238187 11278843904 791281 33554432000 4194304 4196468 140736109480368 140606756072112 140607334541954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30597120 140736109484657 140736109487457 140736109487457 140736109490127 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 3165124 KiB

Child status: 143
Real time (s): 235.583
CPU time (s): 252.141
CPU user time (s): 250.788
CPU system time (s): 1.35281
CPU usage (%): 107.028
Max. virtual memory (cumulated for all children) (KiB): 11014496
Max. memory (cumulated for all children) (KiB): 3168208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.788
system time used= 1.35281
maximum resident set size= 3169332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154988
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15210
involuntary context switches= 534


# summary of solver processes directly reported to runsolver:
#   pid: 5936
#   total CPU time (s): 252.141
#   total CPU user time (s): 250.788
#   total CPU system time (s): 1.35281

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.41423 second user time and 2.3488 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 22:39:10
IDJOB=4302299
IDBENCH=141308
IDSOLVER=2776
FILE ID=node151/4302299-1532896750
RUNJOBID= node151-1532894133-1620
PBS_JOBID= 21022509
Free space on /tmp= 59220 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-07-4-rom_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302299-1532896750/watcher-4302299-1532896750 -o /tmp/evaluation-result-4302299-1532896750/solver-4302299-1532896750 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532894133-1620 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1756134921 HOME/instance-4302299-1532896750.xml

TIME LIMIT= 252 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= b03b025d4dc3e1307d2e111dd352b63c
RANDOM SEED=1756134921

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.87
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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	: 4
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.87
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.87
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	: 4
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:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27035764 kB
MemAvailable:   30842224 kB
Buffers:          218192 kB
Cached:          3861736 kB
SwapCached:            0 kB
Active:          2632996 kB
Inactive:        2630992 kB
Active(anon):    1133692 kB
Inactive(anon):    78188 kB
Active(file):    1499304 kB
Inactive(file):  2552804 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             32040 kB
Writeback:           164 kB
AnonPages:       1203476 kB
Mapped:            57632 kB
Shmem:             25224 kB
Slab:             168928 kB
SReclaimable:     140376 kB
SUnreclaim:        28552 kB
KernelStack:        3600 kB
PageTables:         7564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2756152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1075200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59252 MiB
End job on node151 at 2018-07-29 22:43:05