Trace number 4403183

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.12.3SAT (TO)43 2400.07 2357.63

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-05-15.xml
MD5SUM194a9771da43b175c5c48a6f0c769610
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark43
Best CPU time to get the best result obtained on this benchmark29.6202
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints182
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":75},{"size":9,"count":75}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":75},{"degree":7,"count":4},{"degree":8,"count":32},{"degree":10,"count":39}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":75},{"arity":3,"count":32},{"arity":4,"count":4},{"arity":6,"count":32},{"arity":9,"count":39}]
Number of extensional constraints107
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":107},{"type":"sum","count":75}]
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.78/0.55	c Concrete v3.12.3.1568965526260 running
8.01/3.63	o 31
9.00/4.01	o 33
9.64/4.18	o 34
11.47/4.80	o 35
11.47/4.80	o 37
12.67/5.64	o 38
58.12/50.08	o 39
78.92/70.78	o 40
122.49/113.85	o 41
123.21/114.55	o 42
147.86/138.80	o 43
2400.03/2357.60	Exception in thread "main" java.util.concurrent.TimeoutException
2400.03/2357.60		at concrete.MAC.mac(MAC.scala:192)
2400.03/2357.60		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.03/2357.60		at scala.util.Try$.apply(Try.scala:210)
2400.03/2357.60		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.03/2357.60		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.03/2357.60		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.03/2357.60		at concrete.MAC.oneRun(MAC.scala:265)
2400.03/2357.60		at concrete.MAC.nextSolution(MAC.scala:284)
2400.03/2357.60		at concrete.MAC.nextSolution(MAC.scala:369)
2400.03/2357.60		at concrete.Solver.hasNext(Solver.scala:160)
2400.03/2357.60		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.03/2357.60		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.03/2357.60		at concrete.Solver.foreach(Solver.scala:67)
2400.03/2357.60		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.03/2357.60		at scala.util.Success.map(Try.scala:262)
2400.03/2357.60		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.03/2357.60		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.03/2357.60		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.03/2357.60		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.03/2357.60		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.03/2357.60		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.03/2357.60		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.03/2357.60		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.03/2357.60		at scala.App.$anonfun$main$1(App.scala:73)
2400.03/2357.60		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2400.03/2357.60		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.03/2357.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.03/2357.61		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2400.03/2357.61		at scala.App.main(App.scala:73)
2400.03/2357.61		at scala.App.main$(App.scala:71)
2400.03/2357.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.03/2357.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.03/2357.61	v <instantiation
2400.03/2357.61	v         cost = '43'>
2400.03/2357.61	v       <list>
2400.03/2357.61	v         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[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] 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[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] 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[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] 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[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] 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[4][9] x[4][10] x[4][11] x[4][12] x[4][13] x[4][14] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[0][10] s[0][11] s[0][12] s[0][13] s[0][14] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[1][10] s[1][11] s[1][12] s[1][13] s[1][14] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[2][10] s[2][11] s[2][12] s[2][13] s[2][14] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8] s[3][9] s[3][10] s[3][11] s[3][12] s[3][13] s[3][14] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[4][7] s[4][8] s[4][9] s[4][10] s[4][11] s[4][12] s[4][13] s[4][14]
2400.03/2357.61	v       </list>
2400.03/2357.61	v       <values>
2400.03/2357.61	v         1 0 1 1 0 1 1 0 1 0 1 1 0 1 1 1 1 0 1 0 1 0 1 1 1 0 1 0 1 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 1 0 1 0 1 0 1 1 1 0 1 0 1 1 1 0 1 1 0 1 1 0 1 0 1 1 0 1 1 2 4 3 2 4 2 3 4 3 4 3 2 4 3 3 2 3 5 3 6 3 5 3 3 3 5 3 5 3 3 4 4 5 2 6 2 5 4 6 4 5 2 5 4 4 2 3 5 3 6 3 5 3 3 3 5 3 5 3 3 2 4 3 2 4 2 3 4 3 4 3 2 4 3 3
2400.03/2357.61	v       </values>
2400.03/2357.61	v     </instantiation>
2400.03/2357.61	s SATISFIABLE

Verifier Data

OK	43

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403183-1568968263/watcher-4403183-1568968263 -o /tmp/evaluation-result-4403183-1568968263/solver-4403183-1568968263 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568963417-1148 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1567823593 HOME/instance-4403183-1568968263.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=1700, runsolver pid=1697


[startup+0.100092 s]*
/proc/loadavg: 1.64 1.34 0.77 3/218 1760
/proc/meminfo: memFree=2399964/32770624 swapFree=66986236/67108860
[pid=1700] ppid=1697 vsize=9972712 memory=16552 CPUtime=0.1 cores=0,2,4,6
/proc/1700/stat : 1700 (java) S 1697 1700 1113 0 -1 1077944320 4378 13294 0 0 1 1 5 3 20 0 6 0 473083158 10212057088 4138 33554432000 4194304 4196468 140726518006224 140726517988768 139658257886967 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
/proc/1700/statm: 2493178 4138 1933 1 0 2481616 0
[pid=1700/tid=1756] ppid=1697 vsize=9972712 memory=-8617482348318186131 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1756/stat : 1756 (java) R 1697 1700 1113 0 -1 4202560 2246 13294 0 0 0 0 5 3 20 0 6 0 473083167 10212057088 4204 33554432000 4194304 4196468 140726518006224 139658229723728 139658241967454 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1757] ppid=1697 vsize=9972712 memory=7948963741541478447 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1757/stat : 1757 (java) S 1697 1700 1113 0 -1 1077944384 1 13294 0 0 0 0 5 3 20 0 6 0 473083168 10212057088 4204 33554432000 4194304 4196468 140726518006224 139658262129296 139658257897173 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1758] ppid=1697 vsize=9972712 memory=140286671193728 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1758/stat : 1758 (java) S 1697 1700 1113 0 -1 1077944384 1 13294 0 0 0 0 5 3 20 0 6 0 473083168 10212057088 4204 33554432000 4194304 4196468 140726518006224 139657831176720 139658257897173 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1759] ppid=1697 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1759/stat : 1759 (java) S 1697 1700 1113 0 -1 1077944384 1 13294 0 0 0 0 5 3 20 0 6 0 473083168 10212057088 4204 33554432000 4194304 4196468 140726518006224 139657830123920 139658257897173 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1760] ppid=1697 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1760/stat : 1760 (java) S 1697 1700 1113 0 -1 1077944384 2 13294 0 0 0 0 5 3 20 0 6 0 473083168 10212057088 4204 33554432000 4194304 4196468 140726518006224 139657829071120 139658257897173 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16552 KiB

[startup+0.211013 s]*
/proc/loadavg: 1.64 1.34 0.77 3/227 1769
/proc/meminfo: memFree=2379744/32770624 swapFree=66986236/67108860
[pid=1700] ppid=1697 vsize=10819716 memory=41820 CPUtime=0.26 cores=0,2,4,6
/proc/1700/stat : 1700 (java) S 1697 1700 1113 0 -1 1077944320 7269 13294 0 0 16 2 5 3 20 0 15 0 473083158 11079389184 10455 33554432000 4194304 4196468 140726518006224 140726517988768 139658257886967 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
/proc/1700/statm: 2704929 10455 3181 1 0 2667149 0
[pid=1700/tid=1756] ppid=1697 vsize=10819732 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/1700/task/1756/stat : 1756 (java) R 1697 1700 1113 0 -1 4202560 3823 13294 0 0 10 1 5 3 20 0 15 0 473083167 11079405568 10519 33554432000 4194304 4196468 140726518006224 139658229698000 139658250566189 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1757] ppid=1697 vsize=10820756 memory=288230621904633879 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1757/stat : 1757 (java) S 1697 1700 1113 0 -1 1077944384 1 13294 0 0 0 0 5 3 20 0 15 0 473083168 11080454144 10519 33554432000 4194304 4196468 140726518006224 139658262129296 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1758] ppid=1697 vsize=10820756 memory=4121839080830404256 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1758/stat : 1758 (java) S 1697 1700 1113 0 -1 1077944384 1 13294 0 0 0 0 5 3 20 0 15 0 473083168 11080454144 10519 33554432000 4194304 4196468 140726518006224 139657831176720 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1759] ppid=1697 vsize=10820756 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1759/stat : 1759 (java) S 1697 1700 1113 0 -1 1077944384 1 13294 0 0 0 0 5 3 20 0 15 0 473083168 11080454144 10519 33554432000 4194304 4196468 140726518006224 139657830123920 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1760] ppid=1697 vsize=10820756 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1760/stat : 1760 (java) S 1697 1700 1113 0 -1 1077944384 2 13294 0 0 0 0 5 3 20 0 15 0 473083168 11080454144 10519 33554432000 4194304 4196468 140726518006224 139657829071120 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1761] ppid=1697 vsize=10819732 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1761/stat : 1761 (java) S 1697 1700 1113 0 -1 1077944384 2 13294 0 0 0 0 5 3 20 0 15 0 473083169 11079405568 10549 33554432000 4194304 4196468 140726518006224 139657784494960 139658257898114 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1762] ppid=1697 vsize=10819732 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1762/stat : 1762 (java) S 1697 1700 1113 0 -1 1077944384 13 13294 0 0 0 0 5 3 20 0 15 0 473083169 11079405568 10549 33554432000 4194304 4196468 140726518006224 139657236964896 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1763] ppid=1697 vsize=10819732 memory=140286671193728 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1763/stat : 1763 (java) S 1697 1700 1113 0 -1 1077944384 1 13294 0 0 0 0 5 3 20 0 15 0 473083170 11079405568 10549 33554432000 4194304 4196468 140726518006224 139657035638128 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1764] ppid=1697 vsize=10820756 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1764/stat : 1764 (java) S 1697 1700 1113 0 -1 1077944384 3 13294 0 0 0 0 5 3 20 0 15 0 473083172 11080454144 10549 33554432000 4194304 4196468 140726518006224 139656795347280 139658257905563 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1765] ppid=1697 vsize=10820756 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1700/task/1765/stat : 1765 (java) S 1697 1700 1113 0 -1 1077944384 468 13294 0 0 1 0 5 3 20 0 15 0 473083172 11080454144 10549 33554432000 4194304 4196468 140726518006224 139657783441776 139658257898114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1766] ppid=1697 vsize=10820756 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1766/stat : 1766 (java) S 1697 1700 1113 0 -1 1077944384 174 13294 0 0 0 0 5 3 20 0 15 0 473083172 11080454144 10549 33554432000 4194304 4196468 140726518006224 139657782388976 139658257898114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1767] ppid=1697 vsize=10819732 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/1700/task/1767/stat : 1767 (java) S 1697 1700 1113 0 -1 1077944384 616 13294 0 0 3 0 5 3 20 0 15 0 473083172 11079405568 10549 33554432000 4194304 4196468 140726518006224 139657781336176 139658257898114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1768] ppid=1697 vsize=10819732 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1768/stat : 1768 (java) S 1697 1700 1113 0 -1 1077944384 3 13294 0 0 0 0 5 3 20 0 15 0 473083173 11079405568 10549 33554432000 4194304 4196468 140726518006224 139656761788640 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1769] ppid=1697 vsize=10820756 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1769/stat : 1769 (java) S 1697 1700 1113 0 -1 1077944384 1 13294 0 0 0 0 5 3 20 0 15 0 473083173 11080454144 10549 33554432000 4194304 4196468 140726518006224 139657780284592 139658257898114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819716 KiB
Current children cumulated memory: 41820 KiB

[startup+0.310482 s]*
/proc/loadavg: 1.64 1.34 0.77 3/227 1769
/proc/meminfo: memFree=2367128/32770624 swapFree=66986236/67108860
[pid=1700] ppid=1697 vsize=10820196 memory=50928 CPUtime=0.4 cores=0,2,4,6
/proc/1700/stat : 1700 (java) S 1697 1700 1113 0 -1 1077944320 10946 13294 0 0 28 4 5 3 20 0 15 0 473083158 11079880704 12732 33554432000 4194304 4196468 140726518006224 140726517988768 139658257886967 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
/proc/1700/statm: 2705049 12732 3312 1 0 2667149 0
[pid=1700/tid=1756] ppid=1697 vsize=10820196 memory=-8617482348318186131 CPUtime=0.29 cores=0,2,4,6
/proc/1700/task/1756/stat : 1756 (java) R 1697 1700 1113 0 -1 4202560 7449 13294 0 0 18 3 5 3 20 0 15 0 473083167 11079880704 12732 33554432000 4194304 4196468 140726518006224 139658229693104 139658241967484 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1757] ppid=1697 vsize=10820196 memory=7948963741541478447 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1757/stat : 1757 (java) S 1697 1700 1113 0 -1 1077944384 1 13294 0 0 0 0 5 3 20 0 15 0 473083168 11079880704 12732 33554432000 4194304 4196468 140726518006224 139658262129296 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1758] ppid=1697 vsize=10820196 memory=140286671193728 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1758/stat : 1758 (java) S 1697 1700 1113 0 -1 1077944384 1 13294 0 0 0 0 5 3 20 0 15 0 473083168 11079880704 12732 33554432000 4194304 4196468 140726518006224 139657831176720 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1759] ppid=1697 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1759/stat : 1759 (java) S 1697 1700 1113 0 -1 1077944384 1 13294 0 0 0 0 5 3 20 0 15 0 473083168 11079880704 12732 33554432000 4194304 4196468 140726518006224 139657830123920 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1760] ppid=1697 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1760/stat : 1760 (java) S 1697 1700 1113 0 -1 1077944384 2 13294 0 0 0 0 5 3 20 0 15 0 473083168 11079880704 12732 33554432000 4194304 4196468 140726518006224 139657829071120 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1761] ppid=1697 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1761/stat : 1761 (java) S 1697 1700 1113 0 -1 1077944384 2 13294 0 0 0 0 5 3 20 0 15 0 473083169 11079880704 12732 33554432000 4194304 4196468 140726518006224 139657784494960 139658257898114 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1762] ppid=1697 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1762/stat : 1762 (java) S 1697 1700 1113 0 -1 1077944384 13 13294 0 0 0 0 5 3 20 0 15 0 473083169 11079880704 12732 33554432000 4194304 4196468 140726518006224 139657236964896 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1763] ppid=1697 vsize=10820196 memory=140286671193728 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1763/stat : 1763 (java) S 1697 1700 1113 0 -1 1077944384 1 13294 0 0 0 0 5 3 20 0 15 0 473083170 11079880704 12732 33554432000 4194304 4196468 140726518006224 139657035638128 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1764] ppid=1697 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1764/stat : 1764 (java) S 1697 1700 1113 0 -1 1077944384 3 13294 0 0 0 0 5 3 20 0 15 0 473083172 11079880704 12732 33554432000 4194304 4196468 140726518006224 139656795347280 139658257905563 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1765] ppid=1697 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/1700/task/1765/stat : 1765 (java) S 1697 1700 1113 0 -1 1077944384 469 13294 0 0 2 0 5 3 20 0 15 0 473083172 11079880704 12732 33554432000 4194304 4196468 140726518006224 139657783441776 139658257898114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1766] ppid=1697 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/1700/task/1766/stat : 1766 (java) S 1697 1700 1113 0 -1 1077944384 183 13294 0 0 1 0 5 3 20 0 15 0 473083172 11079880704 12732 33554432000 4194304 4196468 140726518006224 139657782388976 139658257898114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1767] ppid=1697 vsize=10820196 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/1700/task/1767/stat : 1767 (java) S 1697 1700 1113 0 -1 1077944384 625 13294 0 0 5 0 5 3 20 0 15 0 473083172 11079880704 12732 33554432000 4194304 4196468 140726518006224 139657781336176 139658257898114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1768] ppid=1697 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1768/stat : 1768 (java) S 1697 1700 1113 0 -1 1077944384 3 13294 0 0 0 0 5 3 20 0 15 0 473083173 11079880704 12732 33554432000 4194304 4196468 140726518006224 139656761788640 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1769] ppid=1697 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1769/stat : 1769 (java) S 1697 1700 1113 0 -1 1077944384 1 13294 0 0 0 0 5 3 20 0 15 0 473083173 11079880704 12732 33554432000 4194304 4196468 140726518006224 139657780284592 139658257898114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50928 KiB

[startup+0.700774 s]
/proc/loadavg: 1.64 1.34 0.77 3/227 1769
/proc/meminfo: memFree=2352712/32770624 swapFree=66986236/67108860
[pid=1700] ppid=1697 vsize=10824364 memory=83524 CPUtime=1.15 cores=0,2,4,6
/proc/1700/stat : 1700 (java) S 1697 1700 1113 0 -1 1077944320 15096 13294 0 0 100 7 5 3 20 0 15 0 473083158 11084148736 20881 33554432000 4194304 4196468 140726518006224 140726517988768 139658257886967 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
/proc/1700/statm: 2706091 20881 3498 1 0 2668173 0
[pid=1700/tid=1756] ppid=1697 vsize=10824364 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/1700/task/1756/stat : 1756 (java) R 1697 1700 1113 0 -1 4202560 10499 13294 0 0 54 5 5 3 20 0 15 0 473083167 11084148736 20881 33554432000 4194304 4196468 140726518006224 139658229716512 139658241997185 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1757] ppid=1697 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1757/stat : 1757 (java) S 1697 1700 1113 0 -1 1077944384 1 13294 0 0 0 0 5 3 20 0 15 0 473083168 11084148736 20881 33554432000 4194304 4196468 140726518006224 139658262129296 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1758] ppid=1697 vsize=10824364 memory=140290811757112 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1758/stat : 1758 (java) S 1697 1700 1113 0 -1 1077944384 1 13294 0 0 0 0 5 3 20 0 15 0 473083168 11084148736 20881 33554432000 4194304 4196468 140726518006224 139657831176720 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1759] ppid=1697 vsize=10824364 memory=140290811757116 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1759/stat : 1759 (java) S 1697 1700 1113 0 -1 1077944384 1 13294 0 0 0 0 5 3 20 0 15 0 473083168 11084148736 20881 33554432000 4194304 4196468 140726518006224 139657830123920 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1760] ppid=1697 vsize=10824364 memory=140290811757118 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1760/stat : 1760 (java) S 1697 1700 1113 0 -1 1077944384 2 13294 0 0 0 0 5 3 20 0 15 0 473083168 11084148736 20881 33554432000 4194304 4196468 140726518006224 139657829071120 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1761] ppid=1697 vsize=10824364 memory=140290811757123 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1761/stat : 1761 (java) S 1697 1700 1113 0 -1 1077944384 5 13294 0 0 0 0 5 3 20 0 15 0 473083169 11084148736 20881 33554432000 4194304 4196468 140726518006224 139657784494960 139658257898114 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1762] ppid=1697 vsize=10824364 memory=140290811757124 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1762/stat : 1762 (java) S 1697 1700 1113 0 -1 1077944384 13 13294 0 0 0 0 5 3 20 0 15 0 473083169 11084148736 20881 33554432000 4194304 4196468 140726518006224 139657236964896 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1763] ppid=1697 vsize=10824364 memory=140290811757125 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1763/stat : 1763 (java) S 1697 1700 1113 0 -1 1077944384 1 13294 0 0 0 0 5 3 20 0 15 0 473083170 11084148736 20881 33554432000 4194304 4196468 140726518006224 139657035638128 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1764] ppid=1697 vsize=10824364 memory=140290811757129 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1764/stat : 1764 (java) S 1697 1700 1113 0 -1 1077944384 3 13294 0 0 0 0 5 3 20 0 15 0 473083172 11084148736 20881 33554432000 4194304 4196468 140726518006224 139656795347280 139658257905563 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1765] ppid=1697 vsize=10824364 memory=7552 CPUtime=0.2 cores=0,2,4,6
/proc/1700/task/1765/stat : 1765 (java) R 1697 1700 1113 0 -1 4202560 863 13294 0 0 12 0 5 3 20 0 15 0 473083172 11084148736 20881 33554432000 4194304 4196468 140726518006224 139657783441776 139658237051018 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1766] ppid=1697 vsize=10824364 memory=3616 CPUtime=0.23 cores=0,2,4,6
/proc/1700/task/1766/stat : 1766 (java) S 1697 1700 1113 0 -1 1077944384 703 13294 0 0 15 0 5 3 20 0 15 0 473083172 11084148736 20881 33554432000 4194304 4196468 140726518006224 139657782388976 139658257898114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1767] ppid=1697 vsize=10824364 memory=2241 CPUtime=0.25 cores=0,2,4,6
/proc/1700/task/1767/stat : 1767 (java) S 1697 1700 1113 0 -1 1077944384 790 13294 0 0 17 0 5 3 20 0 15 0 473083172 11084148736 20881 33554432000 4194304 4196468 140726518006224 139657781336176 139658257898114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1768] ppid=1697 vsize=10824364 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1768/stat : 1768 (java) S 1697 1700 1113 0 -1 1077944384 3 13294 0 0 0 0 5 3 20 0 15 0 473083173 11084148736 20881 33554432000 4194304 4196468 140726518006224 139656761788640 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1769] ppid=1697 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1769/stat : 1769 (java) S 1697 1700 1113 0 -1 1077944384 1 13294 0 0 0 0 5 3 20 0 15 0 473083173 11084148736 20881 33554432000 4194304 4196468 140726518006224 139657780284592 139658257898114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83524 KiB

[startup+1.50075 s]
/proc/loadavg: 1.64 1.34 0.77 3/227 1769
/proc/meminfo: memFree=2311844/32770624 swapFree=66986236/67108860
[pid=1700] ppid=1697 vsize=10834680 memory=169184 CPUtime=2.45 cores=0,2,4,6
/proc/1700/stat : 1700 (java) S 1697 1700 1113 0 -1 1077944320 21724 13294 0 0 226 11 5 3 20 0 15 0 473083158 11094712320 42296 33554432000 4194304 4196468 140726518006224 140726517988768 139658257886967 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
/proc/1700/statm: 2708670 42296 3583 1 0 2670733 0
[pid=1700/tid=1756] ppid=1697 vsize=10834680 memory=55 CPUtime=1.43 cores=0,2,4,6
/proc/1700/task/1756/stat : 1756 (java) R 1697 1700 1113 0 -1 4202560 15325 13294 0 0 128 7 5 3 20 0 15 0 473083167 11094712320 42296 33554432000 4194304 4196468 140726518006224 139658229692928 139657857805594 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1757] ppid=1697 vsize=10834680 memory=1898397 CPUtime=0.09 cores=0,2,4,6
/proc/1700/task/1757/stat : 1757 (java) S 1697 1700 1113 0 -1 1077944384 78 13294 0 0 1 0 5 3 20 0 15 0 473083168 11094712320 42296 33554432000 4194304 4196468 140726518006224 139658262129296 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1758] ppid=1697 vsize=10834680 memory=280573033876336 CPUtime=0.09 cores=0,2,4,6
/proc/1700/task/1758/stat : 1758 (java) S 1697 1700 1113 0 -1 1077944384 26 13294 0 0 1 0 5 3 20 0 15 0 473083168 11094712320 42296 33554432000 4194304 4196468 140726518006224 139657831176720 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1759] ppid=1697 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1700/task/1759/stat : 1759 (java) S 1697 1700 1113 0 -1 1077944384 364 13294 0 0 1 0 5 3 20 0 15 0 473083168 11094712320 42296 33554432000 4194304 4196468 140726518006224 139657830123920 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1760] ppid=1697 vsize=10834680 memory=15526306778019 CPUtime=0.09 cores=0,2,4,6
/proc/1700/task/1760/stat : 1760 (java) S 1697 1700 1113 0 -1 1077944384 82 13294 0 0 1 0 5 3 20 0 15 0 473083168 11094712320 42296 33554432000 4194304 4196468 140726518006224 139657829071120 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1761] ppid=1697 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1700/task/1761/stat : 1761 (java) S 1697 1700 1113 0 -1 1077944384 132 13294 0 0 1 0 5 3 20 0 15 0 473083169 11094712320 42296 33554432000 4194304 4196468 140726518006224 139657784494960 139658257898114 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1762] ppid=1697 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1762/stat : 1762 (java) S 1697 1700 1113 0 -1 1077944384 14 13294 0 0 0 0 5 3 20 0 15 0 473083169 11094712320 42296 33554432000 4194304 4196468 140726518006224 139657236964960 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1763] ppid=1697 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1763/stat : 1763 (java) S 1697 1700 1113 0 -1 1077944384 1 13294 0 0 0 0 5 3 20 0 15 0 473083170 11094712320 42296 33554432000 4194304 4196468 140726518006224 139657035638144 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1764] ppid=1697 vsize=10834680 memory=6872598998417432672 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1764/stat : 1764 (java) S 1697 1700 1113 0 -1 1077944384 3 13294 0 0 0 0 5 3 20 0 15 0 473083172 11094712320 42296 33554432000 4194304 4196468 140726518006224 139656795347280 139658257905563 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1765] ppid=1697 vsize=10834680 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/1700/task/1765/stat : 1765 (java) S 1697 1700 1113 0 -1 1077944384 1045 13294 0 0 23 0 5 3 20 0 15 0 473083172 11094712320 42296 33554432000 4194304 4196468 140726518006224 139657783441776 139658257898114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1766] ppid=1697 vsize=10834680 memory=-3472574513799858007 CPUtime=0.34 cores=0,2,4,6
/proc/1700/task/1766/stat : 1766 (java) S 1697 1700 1113 0 -1 1077944384 782 13294 0 0 26 0 5 3 20 0 15 0 473083172 11094712320 42296 33554432000 4194304 4196468 140726518006224 139657782388976 139658257898114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1767] ppid=1697 vsize=10834680 memory=9126232286719478932 CPUtime=0.49 cores=0,2,4,6
/proc/1700/task/1767/stat : 1767 (java) R 1697 1700 1113 0 -1 4202560 1659 13294 0 0 41 0 5 3 20 0 15 0 473083172 11094712320 42296 33554432000 4194304 4196468 140726518006224 139657781336176 139658236827721 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1768] ppid=1697 vsize=10834680 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1768/stat : 1768 (java) S 1697 1700 1113 0 -1 1077944384 3 13294 0 0 0 0 5 3 20 0 15 0 473083173 11094712320 42296 33554432000 4194304 4196468 140726518006224 139656761788640 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1769] ppid=1697 vsize=10834680 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1769/stat : 1769 (java) S 1697 1700 1113 0 -1 1077944384 1 13294 0 0 0 0 5 3 20 0 15 0 473083173 11094712320 42296 33554432000 4194304 4196468 140726518006224 139657780284592 139658257898114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834680 KiB

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

/proc/1700/task/1756/stat : 1756 (java) R 1697 1700 1113 0 -1 4202560 70681 13294 0 0 217658 45 5 3 20 0 15 0 473083167 11109412864 238994 33554432000 4194304 4196468 140726518006224 139658229722928 139657874235482 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1757] ppid=1697 vsize=10849036 memory=780 CPUtime=11.48 cores=0,2,4,6
/proc/1700/task/1757/stat : 1757 (java) S 1697 1700 1113 0 -1 1077944384 17963 13294 0 0 1092 48 5 3 20 0 15 0 473083168 11109412864 238994 33554432000 4194304 4196468 140726518006224 139658262129296 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1758] ppid=1697 vsize=10849036 memory=955976 CPUtime=11.39 cores=0,2,4,6
/proc/1700/task/1758/stat : 1758 (java) S 1697 1700 1113 0 -1 1077944384 13692 13294 0 0 1079 52 5 3 20 0 15 0 473083168 11109412864 238994 33554432000 4194304 4196468 140726518006224 139657831176720 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1759] ppid=1697 vsize=10849036 memory=955976 CPUtime=11.44 cores=0,2,4,6
/proc/1700/task/1759/stat : 1759 (java) S 1697 1700 1113 0 -1 1077944384 14614 13294 0 0 1084 52 5 3 20 0 15 0 473083168 11109412864 238994 33554432000 4194304 4196468 140726518006224 139657830123920 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1760] ppid=1697 vsize=10849036 memory=955976 CPUtime=11.5 cores=0,2,4,6
/proc/1700/task/1760/stat : 1760 (java) S 1697 1700 1113 0 -1 1077944384 15936 13294 0 0 1086 56 5 3 20 0 15 0 473083168 11109412864 238994 33554432000 4194304 4196468 140726518006224 139657829071120 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1761] ppid=1697 vsize=10849036 memory=955976 CPUtime=10.07 cores=0,2,4,6
/proc/1700/task/1761/stat : 1761 (java) S 1697 1700 1113 0 -1 1077944384 15310 13294 0 0 948 51 5 3 20 0 15 0 473083169 11109412864 238994 33554432000 4194304 4196468 140726518006224 139657784494960 139658257898114 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1762] ppid=1697 vsize=10849036 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1762/stat : 1762 (java) S 1697 1700 1113 0 -1 1077944384 15 13294 0 0 0 0 5 3 20 0 15 0 473083169 11109412864 238994 33554432000 4194304 4196468 140726518006224 139657236964960 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1763] ppid=1697 vsize=10849036 memory=955976 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1763/stat : 1763 (java) S 1697 1700 1113 0 -1 1077944384 3 13294 0 0 0 0 5 3 20 0 15 0 473083170 11109412864 238994 33554432000 4194304 4196468 140726518006224 139657035638144 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1764] ppid=1697 vsize=10849036 memory=955976 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1764/stat : 1764 (java) S 1697 1700 1113 0 -1 1077944384 3 13294 0 0 0 0 5 3 20 0 15 0 473083172 11109412864 238994 33554432000 4194304 4196468 140726518006224 139656795347280 139658257905563 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1765] ppid=1697 vsize=10849036 memory=955976 CPUtime=3.4 cores=0,2,4,6
/proc/1700/task/1765/stat : 1765 (java) S 1697 1700 1113 0 -1 1077944384 23391 13294 0 0 327 5 5 3 20 0 15 0 473083172 11109412864 238994 33554432000 4194304 4196468 140726518006224 139657783441776 139658257898114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1766] ppid=1697 vsize=10849036 memory=955976 CPUtime=3.11 cores=0,2,4,6
/proc/1700/task/1766/stat : 1766 (java) S 1697 1700 1113 0 -1 1077944384 21686 13294 0 0 300 3 5 3 20 0 15 0 473083172 11109412864 238994 33554432000 4194304 4196468 140726518006224 139657782388976 139658257898114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1767] ppid=1697 vsize=10849036 memory=955976 CPUtime=1.92 cores=0,2,4,6
/proc/1700/task/1767/stat : 1767 (java) S 1697 1700 1113 0 -1 1077944384 14817 13294 0 0 181 3 5 3 20 0 15 0 473083172 11109412864 238994 33554432000 4194304 4196468 140726518006224 139657781336176 139658257898114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1768] ppid=1697 vsize=10849036 memory=3616 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1768/stat : 1768 (java) S 1697 1700 1113 0 -1 1077944384 3 13294 0 0 0 0 5 3 20 0 15 0 473083173 11109412864 238994 33554432000 4194304 4196468 140726518006224 139656761788640 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1769] ppid=1697 vsize=10849036 memory=3616 CPUtime=1.43 cores=0,2,4,6
/proc/1700/task/1769/stat : 1769 (java) S 1697 1700 1113 0 -1 1077944384 1197 13294 0 0 64 71 5 3 20 0 15 0 473083173 11109412864 238994 33554432000 4194304 4196468 140726518006224 139657780284592 139658257898114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
Current children cumulated CPU time: 2242.25 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 955976 KiB

[startup+2262.3 s]
/proc/loadavg: 1.71 1.45 1.35 3/227 2106
/proc/meminfo: memFree=1862544/32770624 swapFree=66986236/67108860
[pid=1700] ppid=1697 vsize=10849036 memory=955976 CPUtime=2303.21 cores=0,2,4,6
/proc/1700/stat : 1700 (java) S 1697 1700 1113 0 -1 1077944320 213196 13294 0 0 229981 332 5 3 20 0 15 0 473083158 11109412864 238994 33554432000 4194304 4196468 140726518006224 140726517988768 139658257886967 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
/proc/1700/statm: 2712259 238994 3627 1 0 2674317 0
[pid=1700/tid=1756] ppid=1697 vsize=10849036 memory=955976 CPUtime=2236.4 cores=0,2,4,6
/proc/1700/task/1756/stat : 1756 (java) R 1697 1700 1113 0 -1 4202560 71529 13294 0 0 223586 46 5 3 20 0 15 0 473083167 11109412864 238994 33554432000 4194304 4196468 140726518006224 139658229723008 139657872442003 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1757] ppid=1697 vsize=10849036 memory=955976 CPUtime=11.83 cores=0,2,4,6
/proc/1700/task/1757/stat : 1757 (java) S 1697 1700 1113 0 -1 1077944384 18238 13294 0 0 1125 50 5 3 20 0 15 0 473083168 11109412864 238994 33554432000 4194304 4196468 140726518006224 139658262129296 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1758] ppid=1697 vsize=10849036 memory=955976 CPUtime=11.73 cores=0,2,4,6
/proc/1700/task/1758/stat : 1758 (java) S 1697 1700 1113 0 -1 1077944384 13754 13294 0 0 1111 54 5 3 20 0 15 0 473083168 11109412864 238994 33554432000 4194304 4196468 140726518006224 139657831176720 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1759] ppid=1697 vsize=10849036 memory=955976 CPUtime=11.79 cores=0,2,4,6
/proc/1700/task/1759/stat : 1759 (java) S 1697 1700 1113 0 -1 1077944384 14665 13294 0 0 1117 54 5 3 20 0 15 0 473083168 11109412864 238994 33554432000 4194304 4196468 140726518006224 139657830123920 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1760] ppid=1697 vsize=10849036 memory=955976 CPUtime=11.84 cores=0,2,4,6
/proc/1700/task/1760/stat : 1760 (java) S 1697 1700 1113 0 -1 1077944384 15966 13294 0 0 1119 57 5 3 20 0 15 0 473083168 11109412864 238994 33554432000 4194304 4196468 140726518006224 139657829071120 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1761] ppid=1697 vsize=10849036 memory=955976 CPUtime=10.36 cores=0,2,4,6
/proc/1700/task/1761/stat : 1761 (java) S 1697 1700 1113 0 -1 1077944384 15513 13294 0 0 975 53 5 3 20 0 15 0 473083169 11109412864 238994 33554432000 4194304 4196468 140726518006224 139657784494960 139658257898114 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1762] ppid=1697 vsize=10849036 memory=955976 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1762/stat : 1762 (java) S 1697 1700 1113 0 -1 1077944384 15 13294 0 0 0 0 5 3 20 0 15 0 473083169 11109412864 238994 33554432000 4194304 4196468 140726518006224 139657236964960 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1763] ppid=1697 vsize=10849036 memory=955976 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1763/stat : 1763 (java) S 1697 1700 1113 0 -1 1077944384 3 13294 0 0 0 0 5 3 20 0 15 0 473083170 11109412864 238994 33554432000 4194304 4196468 140726518006224 139657035638144 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1764] ppid=1697 vsize=10849036 memory=955976 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1764/stat : 1764 (java) S 1697 1700 1113 0 -1 1077944384 3 13294 0 0 0 0 5 3 20 0 15 0 473083172 11109412864 238994 33554432000 4194304 4196468 140726518006224 139656795347280 139658257905563 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1765] ppid=1697 vsize=10849036 memory=54844 CPUtime=3.4 cores=0,2,4,6
/proc/1700/task/1765/stat : 1765 (java) S 1697 1700 1113 0 -1 1077944384 23393 13294 0 0 327 5 5 3 20 0 15 0 473083172 11109412864 238994 33554432000 4194304 4196468 140726518006224 139657783441776 139658257898114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1766] ppid=1697 vsize=10849036 memory=988 CPUtime=3.11 cores=0,2,4,6
/proc/1700/task/1766/stat : 1766 (java) S 1697 1700 1113 0 -1 1077944384 21870 13294 0 0 300 3 5 3 20 0 15 0 473083172 11109412864 238994 33554432000 4194304 4196468 140726518006224 139657782388976 139658257898114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1767] ppid=1697 vsize=10849036 memory=955976 CPUtime=1.92 cores=0,2,4,6
/proc/1700/task/1767/stat : 1767 (java) S 1697 1700 1113 0 -1 1077944384 14819 13294 0 0 181 3 5 3 20 0 15 0 473083172 11109412864 238994 33554432000 4194304 4196468 140726518006224 139657781336176 139658257898114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1768] ppid=1697 vsize=10849036 memory=3228 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1768/stat : 1768 (java) S 1697 1700 1113 0 -1 1077944384 3 13294 0 0 0 0 5 3 20 0 15 0 473083173 11109412864 238994 33554432000 4194304 4196468 140726518006224 139656761788640 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1769] ppid=1697 vsize=10849036 memory=692 CPUtime=1.46 cores=0,2,4,6
/proc/1700/task/1769/stat : 1769 (java) S 1697 1700 1113 0 -1 1077944384 1215 13294 0 0 66 72 5 3 20 0 15 0 473083173 11109412864 238994 33554432000 4194304 4196468 140726518006224 139657780284592 139658257898114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
Current children cumulated CPU time: 2303.21 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 955976 KiB

[startup+2322.3 s]
/proc/loadavg: 1.59 1.45 1.35 3/226 2110
/proc/meminfo: memFree=1244924/32770624 swapFree=66986236/67108860
[pid=1700] ppid=1697 vsize=10849036 memory=958024 CPUtime=2364.13 cores=0,2,4,6
/proc/1700/stat : 1700 (java) S 1697 1700 1113 0 -1 1077944320 214741 13294 0 0 236064 341 5 3 20 0 15 0 473083158 11109412864 239506 33554432000 4194304 4196468 140726518006224 140726517988768 139658257886967 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
/proc/1700/statm: 2712259 239506 3627 1 0 2674317 0
[pid=1700/tid=1756] ppid=1697 vsize=10849036 memory=958024 CPUtime=2295.76 cores=0,2,4,6
/proc/1700/task/1756/stat : 1756 (java) R 1697 1700 1113 0 -1 4202560 72399 13294 0 0 229521 47 5 3 20 0 15 0 473083167 11109412864 239506 33554432000 4194304 4196468 140726518006224 139658229722352 139657858846812 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1757] ppid=1697 vsize=10849036 memory=958024 CPUtime=12.15 cores=0,2,4,6
/proc/1700/task/1757/stat : 1757 (java) S 1697 1700 1113 0 -1 1077944384 18283 13294 0 0 1156 51 5 3 20 0 15 0 473083168 11109412864 239506 33554432000 4194304 4196468 140726518006224 139658262129296 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1758] ppid=1697 vsize=10849036 memory=958024 CPUtime=12.04 cores=0,2,4,6
/proc/1700/task/1758/stat : 1758 (java) S 1697 1700 1113 0 -1 1077944384 13815 13294 0 0 1141 55 5 3 20 0 15 0 473083168 11109412864 239506 33554432000 4194304 4196468 140726518006224 139657831176720 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1759] ppid=1697 vsize=10849036 memory=958024 CPUtime=12.1 cores=0,2,4,6
/proc/1700/task/1759/stat : 1759 (java) S 1697 1700 1113 0 -1 1077944384 14697 13294 0 0 1146 56 5 3 20 0 15 0 473083168 11109412864 239506 33554432000 4194304 4196468 140726518006224 139657830123920 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1760] ppid=1697 vsize=10849036 memory=958024 CPUtime=12.14 cores=0,2,4,6
/proc/1700/task/1760/stat : 1760 (java) S 1697 1700 1113 0 -1 1077944384 16275 13294 0 0 1148 58 5 3 20 0 15 0 473083168 11109412864 239506 33554432000 4194304 4196468 140726518006224 139657829071120 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1761] ppid=1697 vsize=10849036 memory=958024 CPUtime=10.61 cores=0,2,4,6
/proc/1700/task/1761/stat : 1761 (java) S 1697 1700 1113 0 -1 1077944384 15718 13294 0 0 999 54 5 3 20 0 15 0 473083169 11109412864 239506 33554432000 4194304 4196468 140726518006224 139657784494960 139658257898114 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1762] ppid=1697 vsize=10849036 memory=958024 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1762/stat : 1762 (java) S 1697 1700 1113 0 -1 1077944384 15 13294 0 0 0 0 5 3 20 0 15 0 473083169 11109412864 239506 33554432000 4194304 4196468 140726518006224 139657236964960 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1763] ppid=1697 vsize=10849036 memory=958024 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1763/stat : 1763 (java) S 1697 1700 1113 0 -1 1077944384 3 13294 0 0 0 0 5 3 20 0 15 0 473083170 11109412864 239506 33554432000 4194304 4196468 140726518006224 139657035638144 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1764] ppid=1697 vsize=10849036 memory=958024 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1764/stat : 1764 (java) S 1697 1700 1113 0 -1 1077944384 3 13294 0 0 0 0 5 3 20 0 15 0 473083172 11109412864 239506 33554432000 4194304 4196468 140726518006224 139656795347280 139658257905563 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1765] ppid=1697 vsize=10849036 memory=958024 CPUtime=3.4 cores=0,2,4,6
/proc/1700/task/1765/stat : 1765 (java) S 1697 1700 1113 0 -1 1077944384 23395 13294 0 0 327 5 5 3 20 0 15 0 473083172 11109412864 239506 33554432000 4194304 4196468 140726518006224 139657783441776 139658257898114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1766] ppid=1697 vsize=10849036 memory=958024 CPUtime=3.11 cores=0,2,4,6
/proc/1700/task/1766/stat : 1766 (java) S 1697 1700 1113 0 -1 1077944384 21872 13294 0 0 300 3 5 3 20 0 15 0 473083172 11109412864 239506 33554432000 4194304 4196468 140726518006224 139657782388976 139658257898114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1767] ppid=1697 vsize=10849036 memory=3616 CPUtime=1.92 cores=0,2,4,6
/proc/1700/task/1767/stat : 1767 (java) S 1697 1700 1113 0 -1 1077944384 14821 13294 0 0 181 3 5 3 20 0 15 0 473083172 11109412864 239506 33554432000 4194304 4196468 140726518006224 139657781336176 139658257898114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1768] ppid=1697 vsize=10849036 memory=958024 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1768/stat : 1768 (java) S 1697 1700 1113 0 -1 1077944384 3 13294 0 0 0 0 5 3 20 0 15 0 473083173 11109412864 239506 33554432000 4194304 4196468 140726518006224 139656761788640 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1769] ppid=1697 vsize=10849036 memory=4104 CPUtime=1.49 cores=0,2,4,6
/proc/1700/task/1769/stat : 1769 (java) S 1697 1700 1113 0 -1 1077944384 1232 13294 0 0 67 74 5 3 20 0 15 0 473083173 11109412864 239506 33554432000 4194304 4196468 140726518006224 139657780284592 139658257898114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
Current children cumulated CPU time: 2364.13 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 958024 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2357.6 s]
/proc/loadavg: 1.49 1.43 1.35 3/227 2114
/proc/meminfo: memFree=1261472/32770624 swapFree=66986236/67108860
[pid=1700] ppid=1697 vsize=10849036 memory=958024 CPUtime=2400.03 cores=0,2,4,6
/proc/1700/stat : 1700 (java) S 1697 1700 1113 0 -1 1077944320 215751 13294 0 0 239649 346 5 3 20 0 15 0 473083158 11109412864 239506 33554432000 4194304 4196468 140726518006224 140726517988768 139658257886967 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
/proc/1700/statm: 2712259 239506 3627 1 0 2674317 0
[pid=1700/tid=1756] ppid=1697 vsize=10849036 memory=958024 CPUtime=2330.64 cores=0,2,4,6
/proc/1700/task/1756/stat : 1756 (java) R 1697 1700 1113 0 -1 4202560 72866 13294 0 0 233009 47 5 3 20 0 15 0 473083167 11109412864 239506 33554432000 4194304 4196468 140726518006224 139658229722944 139657863603795 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1757] ppid=1697 vsize=10849036 memory=958024 CPUtime=12.36 cores=0,2,4,6
/proc/1700/task/1757/stat : 1757 (java) S 1697 1700 1113 0 -1 1077944384 18503 13294 0 0 1176 52 5 3 20 0 15 0 473083168 11109412864 239506 33554432000 4194304 4196468 140726518006224 139658262129296 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1758] ppid=1697 vsize=10849036 memory=8112282956445269571 CPUtime=12.24 cores=0,2,4,6
/proc/1700/task/1758/stat : 1758 (java) S 1697 1700 1113 0 -1 1077944384 13859 13294 0 0 1160 56 5 3 20 0 15 0 473083168 11109412864 239506 33554432000 4194304 4196468 140726518006224 139657831176720 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1759] ppid=1697 vsize=10849036 memory=953928 CPUtime=12.3 cores=0,2,4,6
/proc/1700/task/1759/stat : 1759 (java) S 1697 1700 1113 0 -1 1077944384 14715 13294 0 0 1165 57 5 3 20 0 15 0 473083168 11109412864 239506 33554432000 4194304 4196468 140726518006224 139657830123920 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1760] ppid=1697 vsize=10849036 memory=958024 CPUtime=12.35 cores=0,2,4,6
/proc/1700/task/1760/stat : 1760 (java) S 1697 1700 1113 0 -1 1077944384 16288 13294 0 0 1168 59 5 3 20 0 15 0 473083168 11109412864 239506 33554432000 4194304 4196468 140726518006224 139657829071120 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1761] ppid=1697 vsize=10849036 memory=29136 CPUtime=10.79 cores=0,2,4,6
/proc/1700/task/1761/stat : 1761 (java) S 1697 1700 1113 0 -1 1077944384 15742 13294 0 0 1016 55 5 3 20 0 15 0 473083169 11109412864 239506 33554432000 4194304 4196468 140726518006224 139657784494960 139658257898114 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1762] ppid=1697 vsize=10849036 memory=958024 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1762/stat : 1762 (java) S 1697 1700 1113 0 -1 1077944384 15 13294 0 0 0 0 5 3 20 0 15 0 473083169 11109412864 239506 33554432000 4194304 4196468 140726518006224 139657236964960 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1763] ppid=1697 vsize=10849036 memory=958024 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1763/stat : 1763 (java) S 1697 1700 1113 0 -1 1077944384 3 13294 0 0 0 0 5 3 20 0 15 0 473083170 11109412864 239506 33554432000 4194304 4196468 140726518006224 139657035638144 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1764] ppid=1697 vsize=10849036 memory=958024 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1764/stat : 1764 (java) S 1697 1700 1113 0 -1 1077944384 3 13294 0 0 0 0 5 3 20 0 15 0 473083172 11109412864 239506 33554432000 4194304 4196468 140726518006224 139656795347280 139658257905563 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1765] ppid=1697 vsize=10849036 memory=33 CPUtime=3.41 cores=0,2,4,6
/proc/1700/task/1765/stat : 1765 (java) S 1697 1700 1113 0 -1 1077944384 23615 13294 0 0 328 5 5 3 20 0 15 0 473083172 11109412864 239506 33554432000 4194304 4196468 140726518006224 139657783441776 139658257898114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1766] ppid=1697 vsize=10849036 memory=7164208191131183213 CPUtime=3.11 cores=0,2,4,6
/proc/1700/task/1766/stat : 1766 (java) S 1697 1700 1113 0 -1 1077944384 21872 13294 0 0 300 3 5 3 20 0 15 0 473083172 11109412864 239506 33554432000 4194304 4196468 140726518006224 139657782388976 139658257898114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1767] ppid=1697 vsize=10849036 memory=7017849917715342188 CPUtime=1.92 cores=0,2,4,6
/proc/1700/task/1767/stat : 1767 (java) S 1697 1700 1113 0 -1 1077944384 14821 13294 0 0 181 3 5 3 20 0 15 0 473083172 11109412864 239506 33554432000 4194304 4196468 140726518006224 139657781336176 139658257898114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1768] ppid=1697 vsize=10849036 memory=7809633632337292643 CPUtime=0.08 cores=0,2,4,6
/proc/1700/task/1768/stat : 1768 (java) S 1697 1700 1113 0 -1 1077944384 3 13294 0 0 0 0 5 3 20 0 15 0 473083173 11109412864 239506 33554432000 4194304 4196468 140726518006224 139656761788640 139658257897173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
[pid=1700/tid=1769] ppid=1697 vsize=10849036 memory=54844 CPUtime=1.52 cores=0,2,4,6
/proc/1700/task/1769/stat : 1769 (java) S 1697 1700 1113 0 -1 1077944384 1236 13294 0 0 68 76 5 3 20 0 15 0 473083173 11109412864 239506 33554432000 4194304 4196468 140726518006224 139657780284592 139658257898114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33906688 140726518012655 140726518015173 140726518015173 140726518017999 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 958024 KiB

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

[startup+2357.63 s]
# the end of solver process 1700 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.56 s, system=3.5028 s

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

Child status: 143
Real time (s): 2357.63
CPU time (s): 2400.07
CPU user time (s): 2396.56
CPU system time (s): 3.5028
CPU usage (%): 101.8
Max. virtual memory (cumulated for all children) (KiB): 10851796
Max. memory (cumulated for all children) (KiB): 958024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.56
system time used= 3.5028
maximum resident set size= 962236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230039
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 281690
involuntary context switches= 8570


# summary of solver processes directly reported to runsolver:
#   pid: 1700
#   total CPU time (s): 2400.07
#   total CPU user time (s): 2396.56
#   total CPU system time (s): 3.5028

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.6371 second user time and 22.7989 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-20 09:20:42
IDJOB=4403183
IDBENCH=115968
IDSOLVER=2862
FILE ID=node104/4403183-1568968263
RUNJOBID= node104-1568963417-1148
PBS_JOBID= 21704634
Free space on /tmp= 9552 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-05-15.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4403183-1568968263/watcher-4403183-1568968263 -o /tmp/evaluation-result-4403183-1568968263/solver-4403183-1568968263 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568963417-1148 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1567823593 HOME/instance-4403183-1568968263.xml

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

MD5SUM BENCH= 194a9771da43b175c5c48a6f0c769610
RANDOM SEED=1567823593

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:         2408092 kB
MemAvailable:   31019216 kB
Buffers:          115688 kB
Cached:         28401944 kB
SwapCached:        22656 kB
Active:         14928616 kB
Inactive:       14425536 kB
Active(anon):     815928 kB
Inactive(anon):    69920 kB
Active(file):   14112688 kB
Inactive(file): 14355616 kB
Unevictable:      111380 kB
Mlocked:          111380 kB
SwapTotal:      67108860 kB
SwapFree:       66986236 kB
Dirty:             35396 kB
Writeback:             4 kB
AnonPages:        932856 kB
Mapped:            65436 kB
Shmem:             40700 kB
Slab:             601180 kB
SReclaimable:     571280 kB
SUnreclaim:        29900 kB
KernelStack:        3968 kB
PageTables:         7664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2122672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    782336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 9516 MiB
End job on node104 at 2019-09-20 10:00:00