Trace number 4293974

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.8-SuperNG 2018-06-13SAT (TO)76 2520.24 2466.73

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-09-4-rom_c18.xml
MD5SUM687e226d0bfa9953b2ddd48681aeb13c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark77
Best CPU time to get the best result obtained on this benchmark2520.58
Satisfiable
(Un)Satisfiability was proved
Number of variables297
Number of constraints72
Number of domains5
Minimum domain size2
Maximum domain size84486
Distribution of domain sizes[{"size":2,"count":18},{"size":10,"count":126},{"size":27,"count":81},{"size":84486,"count":72}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":90},{"degree":2,"count":126},{"degree":8,"count":81}]
Minimum constraint arity12
Maximum constraint arity13
Distribution of constraint arities[{"arity":12,"count":18},{"arity":13,"count":54}]
Number of extensional constraints72
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":72}]
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.98/0.74	c Concrete v3.8.1528841891564 running
417.98/378.47	o 36
418.99/379.29	o 38
420.98/381.01	o 39
421.13/381.12	o 41
421.67/381.70	o 43
426.59/386.44	o 44
445.55/404.80	o 47
452.67/411.87	o 48
487.52/446.49	o 51
503.21/461.98	o 52
503.61/462.23	o 53
605.27/562.89	o 55
706.79/663.57	o 59
931.44/886.75	o 61
932.95/888.28	o 62
972.01/927.02	o 63
1040.71/995.37	o 66
1045.22/999.75	o 67
1087.03/1041.20	o 68
1087.66/1041.80	o 70
1369.83/1322.28	o 71
1375.55/1327.87	o 72
1866.99/1816.77	o 73
1904.52/1853.90	o 76
2520.08/2466.68	Exception in thread "main" java.util.concurrent.TimeoutException
2520.08/2466.68		at concrete.MAC.mac(MAC.scala:188)
2520.08/2466.68		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.08/2466.68		at scala.util.Try$.apply(Try.scala:209)
2520.08/2466.68		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.08/2466.68		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.08/2466.68		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.08/2466.68		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.08/2466.68		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.08/2466.68		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.08/2466.68		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.08/2466.68		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.08/2466.68		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.08/2466.68		at concrete.MAC.oneRun(MAC.scala:253)
2520.08/2466.68		at concrete.MAC.nextSolution(MAC.scala:272)
2520.08/2466.68		at concrete.MAC.nextSolution(MAC.scala:355)
2520.08/2466.68		at concrete.Solver.hasNext(Solver.scala:166)
2520.08/2466.68		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.08/2466.68		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.08/2466.68		at concrete.Solver.foreach(Solver.scala:68)
2520.08/2466.68		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.08/2466.68		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.08/2466.68		at scala.util.Success.map(Try.scala:209)
2520.08/2466.69		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.08/2466.69		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.08/2466.69		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.08/2466.69		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.08/2466.69		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.08/2466.69		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.08/2466.69		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.08/2466.69		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.08/2466.69		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.08/2466.69		at scala.collection.immutable.List.foreach(List.scala:389)
2520.08/2466.69		at scala.App.main(App.scala:76)
2520.08/2466.69		at scala.App.main$(App.scala:74)
2520.08/2466.69		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.08/2466.69		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2466.70	v <instantiation cost="76">
2520.08/2466.70	v       <list>
2520.08/2466.70	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] r[7][0] r[7][1] r[7][2] r[7][3] r[8][0] r[8][1] r[8][2] r[8][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] c[7][0] c[7][1] c[7][2] c[7][3] c[8][0] c[8][1] c[8][2] c[8][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] pr[7][0] pr[7][1] pr[7][2] pr[7][3] pr[8][0] pr[8][1] pr[8][2] pr[8][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] pc[7][0] pc[7][1] pc[7][2] pc[7][3] pc[8][0] pc[8][1] pc[8][2] pc[8][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] br[7][0] br[7][1] br[7][2] br[7][3] br[8][0] br[8][1] br[8][2] br[8][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] bc[7][0] bc[7][1] bc[7][2] bc[7][3] bc[8][0] bc[8][1] bc[8][2] bc[8][3] x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8]
2520.08/2466.70	v       </list>
2520.08/2466.70	v       <values>
2520.08/2466.70	v         53450 64833 23658 -1 52636 -1 -1 -1 50769 6049 0 51941 10527 53450 -1 -1 42585 6049 39833 14554 5266 23660 62191 -1 62191 10527 -1 -1 52025 83268 0 -1 14554 34391 50856 -1 58821 43859 -1 -1 61880 10259 75146 -1 63258 23660 79165 -1 34921 34391 23660 53450 14857 10470 -1 -1 23661 50769 62289 -1 50202 10527 -1 -1 19434 6049 -1 -1 83033 50769 79165 50856 0 2 7 -1 0 -1 -1 -1 0 2 4 6 1 7 -1 -1 0 2 4 6 0 3 5 -1 0 4 -1 -1 0 3 8 -1 0 4 6 -1 0 4 -1 -1 1 3 5 -1 0 6 8 -1 0 3 5 7 0 6 -1 -1 0 3 5 -1 1 4 -1 -1 0 8 -1 -1 0 2 4 6 0 4 0 0 8 0 0 0 0 0 0 3 5 0 0 0 0 0 0 3 0 0 3 0 3 5 0 0 0 4 0 0 3 0 3 0 3 5 0 0 0 0 4 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 5 0 0 7 0 0 0 0 0 0 3 15 26 17 8 2 4 26 3 24 14 17 4 11 11 0 13 0 26 14 26 1 26 0 26 14 12 14 26 2 0 8 17 14 26 15 26 12 26 1 26 10 26 2 8 20 0 19 26 4 26 17 0 4 26 17 0 4 26 2 0 8 17 14 14 13 26 25 0 8 17 26 0 2 8 20 26 8 26 14 1 8
2520.08/2466.70	v       </values>
2520.08/2466.70	v     </instantiation>
2520.08/2466.70	s SATISFIABLE

Verifier Data

OK	76

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 (7346 MiB free)
  memory of node 1: 16384 MiB (12982 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293974-1532402867/watcher-4293974-1532402867 -o /tmp/evaluation-result-4293974-1532402867/solver-4293974-1532402867 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532402817-21494 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=829996363 -superng HOME/instance-4293974-1532402867.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
solver pid=21848, runsolver pid=21845
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 1.51 1.29 1.55 3/206 21905
/proc/meminfo: memFree=20809616/32770624 swapFree=67108860/67108860
[pid=21848] ppid=21845 vsize=9972712 memory=15436 CPUtime=0.09 cores=1,3,5,7
/proc/21848/stat : 21848 (java) S 21845 21848 15121 0 -1 1077944320 4503 12990 0 0 2 0 4 3 20 0 6 0 57849929 10212057088 3859 33554432000 4194304 4196468 140732404428288 140732404410832 139652875120375 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
/proc/21848/statm: 2493178 3859 1956 1 0 2481616 0
[pid=21848/tid=21901] ppid=21845 vsize=9972712 memory=4279135704013701516 CPUtime=0.08 cores=1,3,5,7
/proc/21848/task/21901/stat : 21901 (java) R 21845 21848 15121 0 -1 4202560 2310 12990 0 0 1 0 4 3 20 0 6 0 57849938 10212057088 3859 33554432000 4194304 4196468 140732404428288 139652846957136 139652868217211 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21902] ppid=21845 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21902/stat : 21902 (java) S 21845 21848 15121 0 -1 1077944384 1 12990 0 0 0 0 4 3 20 0 6 0 57849938 10212057088 3859 33554432000 4194304 4196468 140732404428288 139652879363216 139652875130581 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21903] ppid=21845 vsize=9972712 memory=140090867836544 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21903/stat : 21903 (java) S 21845 21848 15121 0 -1 1077944384 1 12990 0 0 0 0 4 3 20 0 6 0 57849938 10212057088 3859 33554432000 4194304 4196468 140732404428288 139652809120784 139652875130581 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21904] ppid=21845 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21904/stat : 21904 (java) S 21845 21848 15121 0 -1 1077944384 2 12990 0 0 0 0 4 3 20 0 6 0 57849939 10212057088 3859 33554432000 4194304 4196468 140732404428288 139652447529872 139652875130581 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21905] ppid=21845 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21905/stat : 21905 (java) S 21845 21848 15121 0 -1 1077944384 2 12990 0 0 0 0 4 3 20 0 6 0 57849939 10212057088 3859 33554432000 4194304 4196468 140732404428288 139652446477072 139652875130581 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15436 KiB

[startup+0.209909 s]*
/proc/loadavg: 1.51 1.29 1.55 3/215 21914
/proc/meminfo: memFree=20789456/32770624 swapFree=67108860/67108860
[pid=21848] ppid=21845 vsize=10818856 memory=39996 CPUtime=0.25 cores=1,3,5,7
/proc/21848/stat : 21848 (java) S 21845 21848 15121 0 -1 1077944320 8908 12990 0 0 17 1 4 3 20 0 15 0 57849929 11078508544 9933 33554432000 4194304 4196468 140732404428288 140732404410832 139652875120375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
/proc/21848/statm: 2704714 9933 2954 1 0 2667149 0
[pid=21848/tid=21901] ppid=21845 vsize=10818856 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/21848/task/21901/stat : 21901 (java) R 21845 21848 15121 0 -1 4202560 5490 12990 0 0 11 1 4 3 20 0 15 0 57849938 11078508544 9999 33554432000 4194304 4196468 140732404428288 139652846918032 139652855396082 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21902] ppid=21845 vsize=10818856 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21902/stat : 21902 (java) S 21845 21848 15121 0 -1 1077944384 1 12990 0 0 0 0 4 3 20 0 15 0 57849938 11078508544 9999 33554432000 4194304 4196468 140732404428288 139652879363216 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21903] ppid=21845 vsize=10818856 memory=140090867836544 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21903/stat : 21903 (java) S 21845 21848 15121 0 -1 1077944384 1 12990 0 0 0 0 4 3 20 0 15 0 57849938 11078508544 9999 33554432000 4194304 4196468 140732404428288 139652809120784 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21904] ppid=21845 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21904/stat : 21904 (java) S 21845 21848 15121 0 -1 1077944384 2 12990 0 0 0 0 4 3 20 0 15 0 57849939 11078508544 9999 33554432000 4194304 4196468 140732404428288 139652447529872 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21905] ppid=21845 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21905/stat : 21905 (java) S 21845 21848 15121 0 -1 1077944384 2 12990 0 0 0 0 4 3 20 0 15 0 57849939 11078508544 9999 33554432000 4194304 4196468 140732404428288 139652446477072 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21906] ppid=21845 vsize=10818856 memory=140090867836544 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21906/stat : 21906 (java) S 21845 21848 15121 0 -1 1077944384 2 12990 0 0 0 0 4 3 20 0 15 0 57849940 11078508544 9999 33554432000 4194304 4196468 140732404428288 139652333807984 139652875131522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21907] ppid=21845 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21907/stat : 21907 (java) S 21845 21848 15121 0 -1 1077944384 33 12990 0 0 0 0 4 3 20 0 15 0 57849940 11078508544 10065 33554432000 4194304 4196468 140732404428288 139652332753952 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21908] ppid=21845 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21908/stat : 21908 (java) S 21845 21848 15121 0 -1 1077944384 1 12990 0 0 0 0 4 3 20 0 15 0 57849941 11078508544 10065 33554432000 4194304 4196468 140732404428288 139651734037360 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21909] ppid=21845 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21909/stat : 21909 (java) S 21845 21848 15121 0 -1 1077944384 3 12990 0 0 0 0 4 3 20 0 15 0 57849943 11078508544 10065 33554432000 4194304 4196468 140732404428288 139651426637648 139652875138971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21910] ppid=21845 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21848/task/21910/stat : 21910 (java) S 21845 21848 15121 0 -1 1077944384 548 12990 0 0 1 0 4 3 20 0 15 0 57849943 11078508544 10065 33554432000 4194304 4196468 140732404428288 139652299197296 139652875131522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21911] ppid=21845 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21911/stat : 21911 (java) S 21845 21848 15121 0 -1 1077944384 55 12990 0 0 0 0 4 3 20 0 15 0 57849943 11078508544 10065 33554432000 4194304 4196468 140732404428288 139652298144496 139652875131522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21912] ppid=21845 vsize=10818856 memory=140090867836544 CPUtime=0.1 cores=1,3,5,7
/proc/21848/task/21912/stat : 21912 (java) S 21845 21848 15121 0 -1 1077944384 621 12990 0 0 3 0 4 3 20 0 15 0 57849943 11078508544 10065 33554432000 4194304 4196468 140732404428288 139652297091696 139652875131522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21913] ppid=21845 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21913/stat : 21913 (java) S 21845 21848 15121 0 -1 1077944384 3 12990 0 0 0 0 4 3 20 0 15 0 57849943 11078508544 10065 33554432000 4194304 4196468 140732404428288 139651393080032 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21914] ppid=21845 vsize=10818856 memory=140090867836544 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21914/stat : 21914 (java) S 21845 21848 15121 0 -1 1077944384 1 12990 0 0 0 0 4 3 20 0 15 0 57849944 11078508544 10065 33554432000 4194304 4196468 140732404428288 139652296039088 139652875131522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 39996 KiB

[startup+0.310208 s]*
/proc/loadavg: 1.51 1.29 1.55 3/215 21914
/proc/meminfo: memFree=20778168/32770624 swapFree=67108860/67108860
[pid=21848] ppid=21845 vsize=10819352 memory=50016 CPUtime=0.38 cores=1,3,5,7
/proc/21848/stat : 21848 (java) S 21845 21848 15121 0 -1 1077944320 10679 12990 0 0 29 2 4 3 20 0 15 0 57849929 11079016448 12504 33554432000 4194304 4196468 140732404428288 140732404410832 139652875120375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
/proc/21848/statm: 2704838 12504 3085 1 0 2667149 0
[pid=21848/tid=21901] ppid=21845 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/21848/task/21901/stat : 21901 (java) R 21845 21848 15121 0 -1 4202560 7172 12990 0 0 19 2 4 3 20 0 15 0 57849938 11079016448 12504 33554432000 4194304 4196468 140732404428288 139652846932384 139652858307184 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21902] ppid=21845 vsize=10819352 memory=7300986251812819024 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21902/stat : 21902 (java) S 21845 21848 15121 0 -1 1077944384 1 12990 0 0 0 0 4 3 20 0 15 0 57849938 11079016448 12504 33554432000 4194304 4196468 140732404428288 139652879363216 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21903] ppid=21845 vsize=10819352 memory=2076 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21903/stat : 21903 (java) S 21845 21848 15121 0 -1 1077944384 1 12990 0 0 0 0 4 3 20 0 15 0 57849938 11079016448 12504 33554432000 4194304 4196468 140732404428288 139652809120784 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21904] ppid=21845 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21904/stat : 21904 (java) S 21845 21848 15121 0 -1 1077944384 2 12990 0 0 0 0 4 3 20 0 15 0 57849939 11079016448 12504 33554432000 4194304 4196468 140732404428288 139652447529872 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21905] ppid=21845 vsize=10819352 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21905/stat : 21905 (java) S 21845 21848 15121 0 -1 1077944384 2 12990 0 0 0 0 4 3 20 0 15 0 57849939 11079016448 12504 33554432000 4194304 4196468 140732404428288 139652446477072 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21906] ppid=21845 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21906/stat : 21906 (java) S 21845 21848 15121 0 -1 1077944384 2 12990 0 0 0 0 4 3 20 0 15 0 57849940 11079016448 12504 33554432000 4194304 4196468 140732404428288 139652333807984 139652875131522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21907] ppid=21845 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21907/stat : 21907 (java) S 21845 21848 15121 0 -1 1077944384 33 12990 0 0 0 0 4 3 20 0 15 0 57849940 11079016448 12504 33554432000 4194304 4196468 140732404428288 139652332753952 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21908] ppid=21845 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21908/stat : 21908 (java) S 21845 21848 15121 0 -1 1077944384 1 12990 0 0 0 0 4 3 20 0 15 0 57849941 11079016448 12504 33554432000 4194304 4196468 140732404428288 139651734037360 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21909] ppid=21845 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21909/stat : 21909 (java) S 21845 21848 15121 0 -1 1077944384 3 12990 0 0 0 0 4 3 20 0 15 0 57849943 11079016448 12504 33554432000 4194304 4196468 140732404428288 139651426637648 139652875138971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21910] ppid=21845 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21848/task/21910/stat : 21910 (java) S 21845 21848 15121 0 -1 1077944384 552 12990 0 0 2 0 4 3 20 0 15 0 57849943 11079016448 12504 33554432000 4194304 4196468 140732404428288 139652299197296 139652875131522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21911] ppid=21845 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21848/task/21911/stat : 21911 (java) S 21845 21848 15121 0 -1 1077944384 62 12990 0 0 1 0 4 3 20 0 15 0 57849943 11079016448 12504 33554432000 4194304 4196468 140732404428288 139652298144496 139652875131522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21912] ppid=21845 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/21848/task/21912/stat : 21912 (java) S 21845 21848 15121 0 -1 1077944384 653 12990 0 0 5 0 4 3 20 0 15 0 57849943 11079016448 12504 33554432000 4194304 4196468 140732404428288 139652297091696 139652875131522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21913] ppid=21845 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21913/stat : 21913 (java) S 21845 21848 15121 0 -1 1077944384 3 12990 0 0 0 0 4 3 20 0 15 0 57849943 11079016448 12504 33554432000 4194304 4196468 140732404428288 139651393080032 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21914] ppid=21845 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21914/stat : 21914 (java) S 21845 21848 15121 0 -1 1077944384 1 12990 0 0 0 0 4 3 20 0 15 0 57849944 11079016448 12504 33554432000 4194304 4196468 140732404428288 139652296039088 139652875131522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 50016 KiB

[startup+0.70078 s]
/proc/loadavg: 1.51 1.29 1.55 3/215 21914
/proc/meminfo: memFree=20768492/32770624 swapFree=67108860/67108860
[pid=21848] ppid=21845 vsize=10819352 memory=83720 CPUtime=0.98 cores=1,3,5,7
/proc/21848/stat : 21848 (java) S 21845 21848 15121 0 -1 1077944320 17157 12990 0 0 87 4 4 3 20 0 15 0 57849929 11079016448 20930 33554432000 4194304 4196468 140732404428288 140732404410832 139652875120375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
/proc/21848/statm: 2704838 20930 3237 1 0 2667149 0
[pid=21848/tid=21901] ppid=21845 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/21848/task/21901/stat : 21901 (java) R 21845 21848 15121 0 -1 4202560 12590 12990 0 0 56 3 4 3 20 0 15 0 57849938 11079016448 20930 33554432000 4194304 4196468 140732404428288 139652846941200 139652856683935 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21902] ppid=21845 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21902/stat : 21902 (java) S 21845 21848 15121 0 -1 1077944384 1 12990 0 0 0 0 4 3 20 0 15 0 57849938 11079016448 20930 33554432000 4194304 4196468 140732404428288 139652879363216 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21903] ppid=21845 vsize=10819352 memory=4136 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21903/stat : 21903 (java) S 21845 21848 15121 0 -1 1077944384 1 12990 0 0 0 0 4 3 20 0 15 0 57849938 11079016448 20930 33554432000 4194304 4196468 140732404428288 139652809120784 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21904] ppid=21845 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21904/stat : 21904 (java) S 21845 21848 15121 0 -1 1077944384 2 12990 0 0 0 0 4 3 20 0 15 0 57849939 11079016448 20930 33554432000 4194304 4196468 140732404428288 139652447529872 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21905] ppid=21845 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21905/stat : 21905 (java) S 21845 21848 15121 0 -1 1077944384 2 12990 0 0 0 0 4 3 20 0 15 0 57849939 11079016448 20930 33554432000 4194304 4196468 140732404428288 139652446477072 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21906] ppid=21845 vsize=10819352 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21906/stat : 21906 (java) S 21845 21848 15121 0 -1 1077944384 5 12990 0 0 0 0 4 3 20 0 15 0 57849940 11079016448 20930 33554432000 4194304 4196468 140732404428288 139652333807984 139652875131522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21907] ppid=21845 vsize=10819352 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21907/stat : 21907 (java) S 21845 21848 15121 0 -1 1077944384 33 12990 0 0 0 0 4 3 20 0 15 0 57849940 11079016448 20930 33554432000 4194304 4196468 140732404428288 139652332753952 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21908] ppid=21845 vsize=10819352 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21908/stat : 21908 (java) S 21845 21848 15121 0 -1 1077944384 1 12990 0 0 0 0 4 3 20 0 15 0 57849941 11079016448 20930 33554432000 4194304 4196468 140732404428288 139651734037360 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21909] ppid=21845 vsize=10819352 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21909/stat : 21909 (java) S 21845 21848 15121 0 -1 1077944384 3 12990 0 0 0 0 4 3 20 0 15 0 57849943 11079016448 20930 33554432000 4194304 4196468 140732404428288 139651426637648 139652875138971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21910] ppid=21845 vsize=10819352 memory=13252 CPUtime=0.17 cores=1,3,5,7
/proc/21848/task/21910/stat : 21910 (java) S 21845 21848 15121 0 -1 1077944384 1187 12990 0 0 10 0 4 3 20 0 15 0 57849943 11079016448 20930 33554432000 4194304 4196468 140732404428288 139652299197296 139652875131522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21911] ppid=21845 vsize=10819352 memory=15460 CPUtime=0.13 cores=1,3,5,7
/proc/21848/task/21911/stat : 21911 (java) S 21845 21848 15121 0 -1 1077944384 301 12990 0 0 6 0 4 3 20 0 15 0 57849943 11079016448 20930 33554432000 4194304 4196468 140732404428288 139652298144496 139652875131522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21912] ppid=21845 vsize=10819352 memory=17668 CPUtime=0.2 cores=1,3,5,7
/proc/21848/task/21912/stat : 21912 (java) S 21845 21848 15121 0 -1 1077944384 836 12990 0 0 13 0 4 3 20 0 15 0 57849943 11079016448 20930 33554432000 4194304 4196468 140732404428288 139652297091696 139652875131522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21913] ppid=21845 vsize=10819352 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21913/stat : 21913 (java) S 21845 21848 15121 0 -1 1077944384 3 12990 0 0 0 0 4 3 20 0 15 0 57849943 11079016448 20930 33554432000 4194304 4196468 140732404428288 139651393080032 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21914] ppid=21845 vsize=10819352 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21914/stat : 21914 (java) S 21845 21848 15121 0 -1 1077944384 1 12990 0 0 0 0 4 3 20 0 15 0 57849944 11079016448 20930 33554432000 4194304 4196468 140732404428288 139652296039088 139652875131522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 83720 KiB

[startup+1.50081 s]
/proc/loadavg: 1.51 1.29 1.55 4/215 21914
/proc/meminfo: memFree=20721912/32770624 swapFree=67108860/67108860
[pid=21848] ppid=21845 vsize=10828108 memory=315584 CPUtime=2.7 cores=1,3,5,7
/proc/21848/stat : 21848 (java) S 21845 21848 15121 0 -1 1077944320 22724 12990 0 0 245 18 4 3 20 0 15 0 57849929 11087982592 78896 33554432000 4194304 4196468 140732404428288 140732404410832 139652875120375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
/proc/21848/statm: 2707027 78896 3470 1 0 2668685 0
[pid=21848/tid=21901] ppid=21845 vsize=10828108 memory=0 CPUtime=1.4 cores=1,3,5,7
/proc/21848/task/21901/stat : 21901 (java) R 21845 21848 15121 0 -1 4202560 15484 12990 0 0 126 7 4 3 20 0 15 0 57849938 11087982592 78896 33554432000 4194304 4196468 140732404428288 139652846954544 139652481765249 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21902] ppid=21845 vsize=10828108 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/21848/task/21902/stat : 21902 (java) S 21845 21848 15121 0 -1 1077944384 82 12990 0 0 1 2 4 3 20 0 15 0 57849938 11087982592 78896 33554432000 4194304 4196468 140732404428288 139652879363216 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21903] ppid=21845 vsize=10828108 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/21848/task/21903/stat : 21903 (java) S 21845 21848 15121 0 -1 1077944384 167 12990 0 0 1 2 4 3 20 0 15 0 57849938 11087982592 78896 33554432000 4194304 4196468 140732404428288 139652809120784 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21904] ppid=21845 vsize=10828108 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/21848/task/21904/stat : 21904 (java) S 21845 21848 15121 0 -1 1077944384 296 12990 0 0 2 1 4 3 20 0 15 0 57849939 11087982592 78896 33554432000 4194304 4196468 140732404428288 139652447529872 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21905] ppid=21845 vsize=10828108 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/21848/task/21905/stat : 21905 (java) S 21845 21848 15121 0 -1 1077944384 151 12990 0 0 2 2 4 3 20 0 15 0 57849939 11087982592 78896 33554432000 4194304 4196468 140732404428288 139652446477072 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21906] ppid=21845 vsize=10828108 memory=1399103955520229747 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21906/stat : 21906 (java) S 21845 21848 15121 0 -1 1077944384 94 12990 0 0 0 0 4 3 20 0 15 0 57849940 11087982592 78896 33554432000 4194304 4196468 140732404428288 139652333807984 139652875131522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21907] ppid=21845 vsize=10828108 memory=280181520541952 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21907/stat : 21907 (java) S 21845 21848 15121 0 -1 1077944384 34 12990 0 0 0 0 4 3 20 0 15 0 57849940 11087982592 78896 33554432000 4194304 4196468 140732404428288 139652332753952 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21908] ppid=21845 vsize=10828108 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21908/stat : 21908 (java) S 21845 21848 15121 0 -1 1077944384 1 12990 0 0 0 0 4 3 20 0 15 0 57849941 11087982592 78896 33554432000 4194304 4196468 140732404428288 139651734037360 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21909] ppid=21845 vsize=10828108 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21909/stat : 21909 (java) S 21845 21848 15121 0 -1 1077944384 3 12990 0 0 0 0 4 3 20 0 15 0 57849943 11087982592 78896 33554432000 4194304 4196468 140732404428288 139651426637648 139652875138971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21910] ppid=21845 vsize=10828108 memory=1704 CPUtime=0.46 cores=1,3,5,7
/proc/21848/task/21910/stat : 21910 (java) S 21845 21848 15121 0 -1 1077944384 1580 12990 0 0 39 0 4 3 20 0 15 0 57849943 11087982592 78896 33554432000 4194304 4196468 140732404428288 139652299197296 139652875131522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21911] ppid=21845 vsize=10828108 memory=9924 CPUtime=0.42 cores=1,3,5,7
/proc/21848/task/21911/stat : 21911 (java) S 21845 21848 15121 0 -1 1077944384 903 12990 0 0 35 0 4 3 20 0 15 0 57849943 11087982592 78896 33554432000 4194304 4196468 140732404428288 139652298144496 139652875131522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21912] ppid=21845 vsize=10828108 memory=5788 CPUtime=0.4 cores=1,3,5,7
/proc/21848/task/21912/stat : 21912 (java) S 21845 21848 15121 0 -1 1077944384 1734 12990 0 0 33 0 4 3 20 0 15 0 57849943 11087982592 78896 33554432000 4194304 4196468 140732404428288 139652297091696 139652875131522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21913] ppid=21845 vsize=10828108 memory=1936 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21913/stat : 21913 (java) S 21845 21848 15121 0 -1 1077944384 3 12990 0 0 0 0 4 3 20 0 15 0 57849943 11087982592 78896 33554432000 4194304 4196468 140732404428288 139651393080032 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21914] ppid=21845 vsize=10828108 memory=1196 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21914/stat : 21914 (java) S 21845 21848 15121 0 -1 1077944384 1 12990 0 0 0 0 4 3 20 0 15 0 57849944 11087982592 78896 33554432000 4194304 4196468 140732404428288 139652296039088 139652875131522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 10828108 KiB

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

[pid=21848/tid=21905] ppid=21845 vsize=10916192 memory=4810164 CPUtime=12.37 cores=1,3,5,7
/proc/21848/task/21905/stat : 21905 (java) S 21845 21848 15121 0 -1 1077944384 39678 12990 0 0 1176 54 4 3 20 0 15 0 57849939 11178180608 1202541 33554432000 4194304 4196468 140732404428288 139652446477072 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21906] ppid=21845 vsize=10916192 memory=4810164 CPUtime=1.88 cores=1,3,5,7
/proc/21848/task/21906/stat : 21906 (java) S 21845 21848 15121 0 -1 1077944384 43670 12990 0 0 171 10 4 3 20 0 15 0 57849940 11178180608 1202541 33554432000 4194304 4196468 140732404428288 139652333807984 139652875131522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21907] ppid=21845 vsize=10916192 memory=4810164 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21907/stat : 21907 (java) S 21845 21848 15121 0 -1 1077944384 59 12990 0 0 0 0 4 3 20 0 15 0 57849940 11178180608 1202541 33554432000 4194304 4196468 140732404428288 139652332754080 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21908] ppid=21845 vsize=10916192 memory=4810164 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21908/stat : 21908 (java) S 21845 21848 15121 0 -1 1077944384 5 12990 0 0 0 0 4 3 20 0 15 0 57849941 11178180608 1202541 33554432000 4194304 4196468 140732404428288 139651734037376 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21909] ppid=21845 vsize=10916192 memory=4810164 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21909/stat : 21909 (java) S 21845 21848 15121 0 -1 1077944384 3 12990 0 0 0 0 4 3 20 0 15 0 57849943 11178180608 1202541 33554432000 4194304 4196468 140732404428288 139651426637648 139652875138971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21910] ppid=21845 vsize=10916192 memory=4810164 CPUtime=6.42 cores=1,3,5,7
/proc/21848/task/21910/stat : 21910 (java) S 21845 21848 15121 0 -1 1077944384 65482 12990 0 0 630 5 4 3 20 0 15 0 57849943 11178180608 1202541 33554432000 4194304 4196468 140732404428288 139652299197296 139652875131522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21911] ppid=21845 vsize=10916192 memory=4810164 CPUtime=5.83 cores=1,3,5,7
/proc/21848/task/21911/stat : 21911 (java) S 21845 21848 15121 0 -1 1077944384 58390 12990 0 0 568 8 4 3 20 0 15 0 57849943 11178180608 1202541 33554432000 4194304 4196468 140732404428288 139652298144496 139652875131522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21912] ppid=21845 vsize=10916192 memory=4136 CPUtime=2.31 cores=1,3,5,7
/proc/21848/task/21912/stat : 21912 (java) S 21845 21848 15121 0 -1 1077944384 74426 12990 0 0 216 8 4 3 20 0 15 0 57849943 11178180608 1202541 33554432000 4194304 4196468 140732404428288 139652297091696 139652875131522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21913] ppid=21845 vsize=10916192 memory=18376 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21913/stat : 21913 (java) S 21845 21848 15121 0 -1 1077944384 3 12990 0 0 0 0 4 3 20 0 15 0 57849943 11178180608 1202541 33554432000 4194304 4196468 140732404428288 139651393080032 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21914] ppid=21845 vsize=10916192 memory=4810164 CPUtime=1.69 cores=1,3,5,7
/proc/21848/task/21914/stat : 21914 (java) S 21845 21848 15121 0 -1 1077944384 2411 12990 0 0 66 96 4 3 20 0 15 0 57849944 11178180608 1202541 33554432000 4194304 4196468 140732404428288 139652296039088 139652875131522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
Current children cumulated CPU time: 2375.18 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 4810164 KiB

[startup+2382.3 s]
/proc/loadavg: 1.51 1.57 1.60 3/215 22010
/proc/meminfo: memFree=15962524/32770624 swapFree=67108860/67108860
[pid=21848] ppid=21845 vsize=10916192 memory=4810260 CPUtime=2435.45 cores=1,3,5,7
/proc/21848/stat : 21848 (java) S 21845 21848 15121 0 -1 1077944320 790364 12990 0 0 243076 462 4 3 20 0 15 0 57849929 11178180608 1202565 33554432000 4194304 4196468 140732404428288 140732404410832 139652875120375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
/proc/21848/statm: 2729048 1202565 3533 1 0 2690701 0
[pid=21848/tid=21901] ppid=21845 vsize=10916192 memory=4810260 CPUtime=2368.06 cores=1,3,5,7
/proc/21848/task/21901/stat : 21901 (java) R 21845 21848 15121 0 -1 4202560 347822 12990 0 0 236685 114 4 3 20 0 15 0 57849938 11178180608 1202565 33554432000 4194304 4196468 140732404428288 139652841173136 139652491686900 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21902] ppid=21845 vsize=10916192 memory=4810260 CPUtime=12.43 cores=1,3,5,7
/proc/21848/task/21902/stat : 21902 (java) S 21845 21848 15121 0 -1 1077944384 55713 12990 0 0 1180 56 4 3 20 0 15 0 57849938 11178180608 1202565 33554432000 4194304 4196468 140732404428288 139652879363216 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21903] ppid=21845 vsize=10916192 memory=4810260 CPUtime=12.46 cores=1,3,5,7
/proc/21848/task/21903/stat : 21903 (java) S 21845 21848 15121 0 -1 1077944384 50390 12990 0 0 1177 62 4 3 20 0 15 0 57849938 11178180608 1202565 33554432000 4194304 4196468 140732404428288 139652809120784 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21904] ppid=21845 vsize=10916192 memory=4136 CPUtime=12.36 cores=1,3,5,7
/proc/21848/task/21904/stat : 21904 (java) S 21845 21848 15121 0 -1 1077944384 45596 12990 0 0 1170 59 4 3 20 0 15 0 57849939 11178180608 1202565 33554432000 4194304 4196468 140732404428288 139652447529872 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21905] ppid=21845 vsize=10916192 memory=4810260 CPUtime=12.44 cores=1,3,5,7
/proc/21848/task/21905/stat : 21905 (java) S 21845 21848 15121 0 -1 1077944384 42099 12990 0 0 1183 54 4 3 20 0 15 0 57849939 11178180608 1202565 33554432000 4194304 4196468 140732404428288 139652446477072 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21906] ppid=21845 vsize=10916192 memory=4810260 CPUtime=1.91 cores=1,3,5,7
/proc/21848/task/21906/stat : 21906 (java) S 21845 21848 15121 0 -1 1077944384 44006 12990 0 0 174 10 4 3 20 0 15 0 57849940 11178180608 1202565 33554432000 4194304 4196468 140732404428288 139652333807984 139652875131522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21907] ppid=21845 vsize=10916192 memory=4810260 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21907/stat : 21907 (java) S 21845 21848 15121 0 -1 1077944384 59 12990 0 0 0 0 4 3 20 0 15 0 57849940 11178180608 1202565 33554432000 4194304 4196468 140732404428288 139652332754080 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21908] ppid=21845 vsize=10916192 memory=4810260 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21908/stat : 21908 (java) S 21845 21848 15121 0 -1 1077944384 5 12990 0 0 0 0 4 3 20 0 15 0 57849941 11178180608 1202565 33554432000 4194304 4196468 140732404428288 139651734037376 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21909] ppid=21845 vsize=10916192 memory=4810176 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21909/stat : 21909 (java) S 21845 21848 15121 0 -1 1077944384 3 12990 0 0 0 0 4 3 20 0 15 0 57849943 11178180608 1202565 33554432000 4194304 4196468 140732404428288 139651426637648 139652875138971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21910] ppid=21845 vsize=10916192 memory=4810260 CPUtime=6.42 cores=1,3,5,7
/proc/21848/task/21910/stat : 21910 (java) S 21845 21848 15121 0 -1 1077944384 65566 12990 0 0 630 5 4 3 20 0 15 0 57849943 11178180608 1202565 33554432000 4194304 4196468 140732404428288 139652299197296 139652875131522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21911] ppid=21845 vsize=10916192 memory=4136 CPUtime=5.84 cores=1,3,5,7
/proc/21848/task/21911/stat : 21911 (java) S 21845 21848 15121 0 -1 1077944384 59581 12990 0 0 569 8 4 3 20 0 15 0 57849943 11178180608 1202565 33554432000 4194304 4196468 140732404428288 139652298144496 139652875131522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21912] ppid=21845 vsize=10916192 memory=4810260 CPUtime=2.31 cores=1,3,5,7
/proc/21848/task/21912/stat : 21912 (java) S 21845 21848 15121 0 -1 1077944384 74820 12990 0 0 216 8 4 3 20 0 15 0 57849943 11178180608 1202565 33554432000 4194304 4196468 140732404428288 139652297091696 139652875131522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21913] ppid=21845 vsize=10916192 memory=4810176 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21913/stat : 21913 (java) S 21845 21848 15121 0 -1 1077944384 3 12990 0 0 0 0 4 3 20 0 15 0 57849943 11178180608 1202565 33554432000 4194304 4196468 140732404428288 139651393080032 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21914] ppid=21845 vsize=10916192 memory=1237 CPUtime=1.73 cores=1,3,5,7
/proc/21848/task/21914/stat : 21914 (java) S 21845 21848 15121 0 -1 1077944384 2510 12990 0 0 68 98 4 3 20 0 15 0 57849944 11178180608 1202565 33554432000 4194304 4196468 140732404428288 139652296039088 139652875131522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
Current children cumulated CPU time: 2435.45 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 4810260 KiB

[startup+2442.3 s]
/proc/loadavg: 1.62 1.59 1.61 3/215 22272
/proc/meminfo: memFree=16991468/32770624 swapFree=67108860/67108860
[pid=21848] ppid=21845 vsize=10916192 memory=4810264 CPUtime=2495.69 cores=1,3,5,7
/proc/21848/stat : 21848 (java) S 21845 21848 15121 0 -1 1077944320 803341 12990 0 0 249096 466 4 3 20 0 15 0 57849929 11178180608 1202566 33554432000 4194304 4196468 140732404428288 140732404410832 139652875120375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
/proc/21848/statm: 2729048 1202566 3533 1 0 2690701 0
[pid=21848/tid=21901] ppid=21845 vsize=10916192 memory=4810260 CPUtime=2427.98 cores=1,3,5,7
/proc/21848/task/21901/stat : 21901 (java) R 21845 21848 15121 0 -1 4202560 355561 12990 0 0 242675 116 4 3 20 0 15 0 57849938 11178180608 1202566 33554432000 4194304 4196468 140732404428288 139652843653184 139652483774880 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21902] ppid=21845 vsize=10916192 memory=4810260 CPUtime=12.49 cores=1,3,5,7
/proc/21848/task/21902/stat : 21902 (java) S 21845 21848 15121 0 -1 1077944384 56262 12990 0 0 1186 56 4 3 20 0 15 0 57849938 11178180608 1202566 33554432000 4194304 4196468 140732404428288 139652879363216 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21903] ppid=21845 vsize=10916192 memory=4810260 CPUtime=12.53 cores=1,3,5,7
/proc/21848/task/21903/stat : 21903 (java) S 21845 21848 15121 0 -1 1077944384 51058 12990 0 0 1183 63 4 3 20 0 15 0 57849938 11178180608 1202566 33554432000 4194304 4196468 140732404428288 139652809120784 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21904] ppid=21845 vsize=10916192 memory=4810264 CPUtime=12.42 cores=1,3,5,7
/proc/21848/task/21904/stat : 21904 (java) S 21845 21848 15121 0 -1 1077944384 48051 12990 0 0 1176 59 4 3 20 0 15 0 57849939 11178180608 1202566 33554432000 4194304 4196468 140732404428288 139652447529872 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21905] ppid=21845 vsize=10916192 memory=4810264 CPUtime=12.51 cores=1,3,5,7
/proc/21848/task/21905/stat : 21905 (java) S 21845 21848 15121 0 -1 1077944384 43142 12990 0 0 1189 55 4 3 20 0 15 0 57849939 11178180608 1202566 33554432000 4194304 4196468 140732404428288 139652446477072 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21906] ppid=21845 vsize=10916192 memory=4810264 CPUtime=1.94 cores=1,3,5,7
/proc/21848/task/21906/stat : 21906 (java) S 21845 21848 15121 0 -1 1077944384 44349 12990 0 0 177 10 4 3 20 0 15 0 57849940 11178180608 1202566 33554432000 4194304 4196468 140732404428288 139652333807984 139652875131522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21907] ppid=21845 vsize=10916192 memory=1704 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21907/stat : 21907 (java) S 21845 21848 15121 0 -1 1077944384 59 12990 0 0 0 0 4 3 20 0 15 0 57849940 11178180608 1202566 33554432000 4194304 4196468 140732404428288 139652332754080 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21908] ppid=21845 vsize=10916192 memory=4810264 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21908/stat : 21908 (java) S 21845 21848 15121 0 -1 1077944384 5 12990 0 0 0 0 4 3 20 0 15 0 57849941 11178180608 1202566 33554432000 4194304 4196468 140732404428288 139651734037376 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21909] ppid=21845 vsize=10916192 memory=4136 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21909/stat : 21909 (java) S 21845 21848 15121 0 -1 1077944384 3 12990 0 0 0 0 4 3 20 0 15 0 57849943 11178180608 1202566 33554432000 4194304 4196468 140732404428288 139651426637648 139652875138971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21910] ppid=21845 vsize=10916192 memory=4810260 CPUtime=6.42 cores=1,3,5,7
/proc/21848/task/21910/stat : 21910 (java) S 21845 21848 15121 0 -1 1077944384 65574 12990 0 0 630 5 4 3 20 0 15 0 57849943 11178180608 1202566 33554432000 4194304 4196468 140732404428288 139652299197296 139652875131522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21911] ppid=21845 vsize=10916192 memory=796 CPUtime=5.84 cores=1,3,5,7
/proc/21848/task/21911/stat : 21911 (java) S 21845 21848 15121 0 -1 1077944384 59584 12990 0 0 569 8 4 3 20 0 15 0 57849943 11178180608 1202566 33554432000 4194304 4196468 140732404428288 139652298144496 139652875131522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21912] ppid=21845 vsize=10916192 memory=4810264 CPUtime=2.31 cores=1,3,5,7
/proc/21848/task/21912/stat : 21912 (java) S 21845 21848 15121 0 -1 1077944384 74946 12990 0 0 216 8 4 3 20 0 15 0 57849943 11178180608 1202566 33554432000 4194304 4196468 140732404428288 139652297091696 139652875131522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21913] ppid=21845 vsize=10916192 memory=4810264 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21913/stat : 21913 (java) S 21845 21848 15121 0 -1 1077944384 3 12990 0 0 0 0 4 3 20 0 15 0 57849943 11178180608 1202566 33554432000 4194304 4196468 140732404428288 139651393080032 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21914] ppid=21845 vsize=10916192 memory=4810264 CPUtime=1.78 cores=1,3,5,7
/proc/21848/task/21914/stat : 21914 (java) S 21845 21848 15121 0 -1 1077944384 2553 12990 0 0 70 101 4 3 20 0 15 0 57849944 11178180608 1202566 33554432000 4194304 4196468 140732404428288 139652296039088 139652875131522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
Current children cumulated CPU time: 2495.69 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 4810264 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2466.6 s]
/proc/loadavg: 1.80 1.63 1.62 3/215 22272
/proc/meminfo: memFree=15658016/32770624 swapFree=67108860/67108860
[pid=21848] ppid=21845 vsize=10916192 memory=4810264 CPUtime=2520.08 cores=1,3,5,7
/proc/21848/stat : 21848 (java) S 21845 21848 15121 0 -1 1077944320 806811 12990 0 0 251533 468 4 3 20 0 15 0 57849929 11178180608 1202566 33554432000 4194304 4196468 140732404428288 140732404410832 139652875120375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
/proc/21848/statm: 2729048 1202566 3533 1 0 2690701 0
[pid=21848/tid=21901] ppid=21845 vsize=10916192 memory=1012 CPUtime=2452.25 cores=1,3,5,7
/proc/21848/task/21901/stat : 21901 (java) R 21845 21848 15121 0 -1 4202560 357362 12990 0 0 245101 117 4 3 20 0 15 0 57849938 11178180608 1202566 33554432000 4194304 4196468 140732404428288 139652844656592 139652483774884 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21902] ppid=21845 vsize=10916192 memory=1228 CPUtime=12.51 cores=1,3,5,7
/proc/21848/task/21902/stat : 21902 (java) S 21845 21848 15121 0 -1 1077944384 56290 12990 0 0 1188 56 4 3 20 0 15 0 57849938 11178180608 1202566 33554432000 4194304 4196468 140732404428288 139652879363216 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21903] ppid=21845 vsize=10916192 memory=1704 CPUtime=12.55 cores=1,3,5,7
/proc/21848/task/21903/stat : 21903 (java) S 21845 21848 15121 0 -1 1077944384 51082 12990 0 0 1185 63 4 3 20 0 15 0 57849938 11178180608 1202566 33554432000 4194304 4196468 140732404428288 139652809120784 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21904] ppid=21845 vsize=10916192 memory=9924 CPUtime=12.44 cores=1,3,5,7
/proc/21848/task/21904/stat : 21904 (java) S 21845 21848 15121 0 -1 1077944384 48064 12990 0 0 1178 59 4 3 20 0 15 0 57849939 11178180608 1202566 33554432000 4194304 4196468 140732404428288 139652447529872 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21905] ppid=21845 vsize=10916192 memory=5788 CPUtime=12.54 cores=1,3,5,7
/proc/21848/task/21905/stat : 21905 (java) S 21845 21848 15121 0 -1 1077944384 43163 12990 0 0 1192 55 4 3 20 0 15 0 57849939 11178180608 1202566 33554432000 4194304 4196468 140732404428288 139652446477072 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21906] ppid=21845 vsize=10916192 memory=4810264 CPUtime=1.94 cores=1,3,5,7
/proc/21848/task/21906/stat : 21906 (java) S 21845 21848 15121 0 -1 1077944384 44352 12990 0 0 177 10 4 3 20 0 15 0 57849940 11178180608 1202566 33554432000 4194304 4196468 140732404428288 139652333807984 139652875131522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21907] ppid=21845 vsize=10916192 memory=4810264 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21907/stat : 21907 (java) S 21845 21848 15121 0 -1 1077944384 59 12990 0 0 0 0 4 3 20 0 15 0 57849940 11178180608 1202566 33554432000 4194304 4196468 140732404428288 139652332754080 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21908] ppid=21845 vsize=10916192 memory=920 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21908/stat : 21908 (java) S 21845 21848 15121 0 -1 1077944384 5 12990 0 0 0 0 4 3 20 0 15 0 57849941 11178180608 1202566 33554432000 4194304 4196468 140732404428288 139651734037376 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21909] ppid=21845 vsize=10916192 memory=3848 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21909/stat : 21909 (java) S 21845 21848 15121 0 -1 1077944384 3 12990 0 0 0 0 4 3 20 0 15 0 57849943 11178180608 1202566 33554432000 4194304 4196468 140732404428288 139651426637648 139652875138971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21910] ppid=21845 vsize=10916192 memory=4104 CPUtime=6.42 cores=1,3,5,7
/proc/21848/task/21910/stat : 21910 (java) S 21845 21848 15121 0 -1 1077944384 65574 12990 0 0 630 5 4 3 20 0 15 0 57849943 11178180608 1202566 33554432000 4194304 4196468 140732404428288 139652299197296 139652875131522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21911] ppid=21845 vsize=10916192 memory=2664 CPUtime=5.84 cores=1,3,5,7
/proc/21848/task/21911/stat : 21911 (java) S 21845 21848 15121 0 -1 1077944384 59584 12990 0 0 569 8 4 3 20 0 15 0 57849943 11178180608 1202566 33554432000 4194304 4196468 140732404428288 139652298144496 139652875131522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21912] ppid=21845 vsize=10916192 memory=2592 CPUtime=2.31 cores=1,3,5,7
/proc/21848/task/21912/stat : 21912 (java) S 21845 21848 15121 0 -1 1077944384 76522 12990 0 0 216 8 4 3 20 0 15 0 57849943 11178180608 1202566 33554432000 4194304 4196468 140732404428288 139652297091696 139652875131522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21913] ppid=21845 vsize=10916192 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/21848/task/21913/stat : 21913 (java) S 21845 21848 15121 0 -1 1077944384 3 12990 0 0 0 0 4 3 20 0 15 0 57849943 11178180608 1202566 33554432000 4194304 4196468 140732404428288 139651393080032 139652875130581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
[pid=21848/tid=21914] ppid=21845 vsize=10916192 memory=3296 CPUtime=1.8 cores=1,3,5,7
/proc/21848/task/21914/stat : 21914 (java) S 21845 21848 15121 0 -1 1077944384 2557 12990 0 0 71 102 4 3 20 0 15 0 57849944 11178180608 1202566 33554432000 4194304 4196468 140732404428288 139652296039088 139652875131522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17145856 140732404431020 140732404434268 140732404434268 140732404436943 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 4810264 KiB

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

[startup+2466.73 s]
# the end of solver process 21848 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.49 s, system=4.75155 s

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

[startup+2466.71 s]*
/proc/loadavg: 1.80 1.63 1.62 3/202 22274
/proc/meminfo: memFree=16108216/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2466.73
CPU time (s): 2520.24
CPU user time (s): 2515.49
CPU system time (s): 4.75155
CPU usage (%): 102.169
Max. virtual memory (cumulated for all children) (KiB): 10916784
Max. memory (cumulated for all children) (KiB): 4811160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.49
system time used= 4.75155
maximum resident set size= 4814524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 822259
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 69685
involuntary context switches= 1787


# summary of solver processes directly reported to runsolver:
#   pid: 21848
#   total CPU time (s): 2520.24
#   total CPU user time (s): 2515.49
#   total CPU system time (s): 4.75155

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4477 second user time and 24.6044 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-24 05:27:48
IDJOB=4293974
IDBENCH=141304
IDSOLVER=2751
FILE ID=node105/4293974-1532402867
RUNJOBID= node105-1532402817-21494
PBS_JOBID= 21021573
Free space on /tmp= 44800 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-09-4-rom_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293974-1532402867/watcher-4293974-1532402867 -o /tmp/evaluation-result-4293974-1532402867/solver-4293974-1532402867 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532402817-21494 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=829996363 -superng HOME/instance-4293974-1532402867.xml

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

MD5SUM BENCH= 687e226d0bfa9953b2ddd48681aeb13c
RANDOM SEED=829996363

node105.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.32
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.32
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.32
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.32
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:        20816804 kB
MemAvailable:   28804364 kB
Buffers:          211364 kB
Cached:          7920100 kB
SwapCached:            0 kB
Active:          4652332 kB
Inactive:        6664104 kB
Active(anon):    3139660 kB
Inactive(anon):    65448 kB
Active(file):    1512672 kB
Inactive(file):  6598656 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             43568 kB
Writeback:             0 kB
AnonPages:       3195256 kB
Mapped:            50760 kB
Shmem:             17036 kB
Slab:             332524 kB
SReclaimable:     304692 kB
SUnreclaim:        27832 kB
KernelStack:        3600 kB
PageTables:        11468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3988120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3000320 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44756 MiB
End job on node105 at 2018-07-24 06:08:54