Trace number 4403184

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)38 2400.14 2356.53

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-05-14.xml
MD5SUMff3476fab8d1f67b2009ab5045109208
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark40
Best CPU time to get the best result obtained on this benchmark28.2352
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of constraints170
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":70},{"size":9,"count":70}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":70},{"degree":7,"count":4},{"degree":8,"count":30},{"degree":10,"count":36}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":70},{"arity":3,"count":30},{"arity":4,"count":4},{"arity":6,"count":30},{"arity":9,"count":36}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"sum","count":70}]
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.36/3.75	o 27
8.36/3.77	o 28
8.36/3.78	o 29
8.36/3.80	o 31
9.01/3.93	o 32
9.01/3.95	o 33
11.49/4.91	o 35
12.13/5.22	o 36
14.77/7.74	o 37
23.14/15.61	o 38
2400.09/2356.50	Exception in thread "main" java.util.concurrent.TimeoutException
2400.09/2356.50		at concrete.MAC.mac(MAC.scala:192)
2400.09/2356.50		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.09/2356.50		at scala.util.Try$.apply(Try.scala:210)
2400.09/2356.50		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.09/2356.50		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.09/2356.50		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.09/2356.50		at concrete.MAC.oneRun(MAC.scala:265)
2400.09/2356.50		at concrete.MAC.nextSolution(MAC.scala:284)
2400.09/2356.50		at concrete.MAC.nextSolution(MAC.scala:369)
2400.09/2356.50		at concrete.Solver.hasNext(Solver.scala:160)
2400.09/2356.50		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.09/2356.50		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.09/2356.50		at concrete.Solver.foreach(Solver.scala:67)
2400.09/2356.50		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.09/2356.50		at scala.util.Success.map(Try.scala:262)
2400.09/2356.50		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.09/2356.50		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.09/2356.50		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.09/2356.50		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.09/2356.50		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.09/2356.50		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.09/2356.50		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.09/2356.50		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.09/2356.50		at scala.App.$anonfun$main$1(App.scala:73)
2400.09/2356.50		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2400.09/2356.50		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.09/2356.50		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.09/2356.50		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2400.09/2356.51		at scala.App.main(App.scala:73)
2400.09/2356.51		at scala.App.main$(App.scala:71)
2400.09/2356.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.09/2356.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.09/2356.51	v <instantiation
2400.09/2356.51	v         cost = '38'>
2400.09/2356.51	v       <list>
2400.09/2356.51	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[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[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[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[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] 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[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[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[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[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]
2400.09/2356.51	v       </list>
2400.09/2356.51	v       <values>
2400.09/2356.51	v         0 1 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 1 1 1 0 1 1 0 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 1 1 0 1 1 0 1 1 1 1 0 1 1 0 1 1 0 1 1 0 1 1 2 3 3 4 4 3 3 4 2 4 2 4 4 2 2 5 3 3 3 3 4 3 2 4 2 3 3 2 2 4 4 5 5 4 4 4 4 4 4 5 5 4 4 3 4 3 3 4 3 3 4 3 3 4 3 3 2 2 4 3 3 4 3 3 4 3 3 4 3 3
2400.09/2356.51	v       </values>
2400.09/2356.51	v     </instantiation>
2400.09/2356.51	s SATISFIABLE

Verifier Data

OK	38

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

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

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

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
solver pid=1554, runsolver pid=1551
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 1.59 1.26 0.68 3/217 1611
/proc/meminfo: memFree=2193328/32770624 swapFree=66986236/67108860
[pid=1554] ppid=1551 vsize=9972712 memory=15176 CPUtime=0.08 cores=1,3,5,7
/proc/1554/stat : 1554 (java) S 1551 1554 1113 0 -1 1077944320 4547 13007 0 0 1 0 5 2 20 0 6 0 473072886 10212057088 3794 33554432000 4194304 4196468 140722172350208 140722172332752 139967011274487 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
/proc/1554/statm: 2493178 3794 1935 1 0 2481616 0
[pid=1554/tid=1607] ppid=1551 vsize=9989820 memory=-8617482348318186131 CPUtime=0.08 cores=1,3,5,7
/proc/1554/task/1607/stat : 1607 (java) S 1551 1554 1113 0 -1 1077944384 2455 13007 0 0 1 0 5 2 20 0 7 0 473072895 10229575680 3926 33554432000 4194304 4196468 140722172350208 139966983117440 139967011284693 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1608] ppid=1551 vsize=9989820 memory=7948963741541478447 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1608/stat : 1608 (java) S 1551 1554 1113 0 -1 1077944384 1 13007 0 0 0 0 5 2 20 0 7 0 473072896 10229575680 3926 33554432000 4194304 4196468 140722172350208 139967015517072 139967011284693 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1609] ppid=1551 vsize=9989820 memory=140632236992128 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1609/stat : 1609 (java) S 1551 1554 1113 0 -1 1077944384 1 13007 0 0 0 0 5 2 20 0 7 0 473072896 10229575680 3926 33554432000 4194304 4196468 140722172350208 139966584122128 139967011284693 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1610] ppid=1551 vsize=9989820 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1610/stat : 1610 (java) S 1551 1554 1113 0 -1 1077944384 1 13007 0 0 0 0 5 2 20 0 7 0 473072896 10229575680 3926 33554432000 4194304 4196468 140722172350208 139966583069840 139967011284693 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1611] ppid=1551 vsize=9989820 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1611/stat : 1611 (java) S 1551 1554 1113 0 -1 1077944384 2 13007 0 0 0 0 5 2 20 0 7 0 473072896 10229575680 3926 33554432000 4194304 4196468 140722172350208 139966582017040 139967011284693 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1612] ppid=1551 vsize=10055356 memory=140632236992128 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1612/stat : 1612 (java) S 1551 1554 1113 0 -1 1077944384 2 13007 0 0 0 0 5 2 20 0 7 0 473072897 10296684544 3926 33554432000 4194304 4196468 140722172350208 139966470400736 139967011285634 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15176 KiB

[startup+0.209934 s]*
/proc/loadavg: 1.59 1.26 0.68 3/226 1620
/proc/meminfo: memFree=2176156/32770624 swapFree=66986236/67108860
[pid=1554] ppid=1551 vsize=10820184 memory=39640 CPUtime=0.26 cores=1,3,5,7
/proc/1554/stat : 1554 (java) S 1551 1554 1113 0 -1 1077944320 7836 13007 0 0 18 1 5 2 20 0 15 0 473072886 11079868416 9910 33554432000 4194304 4196468 140722172350208 140722172332752 139967011274487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
/proc/1554/statm: 2705047 9910 3309 1 0 2667149 0
[pid=1554/tid=1607] ppid=1551 vsize=10820196 memory=8389772277269004345 CPUtime=0.18 cores=1,3,5,7
/proc/1554/task/1607/stat : 1607 (java) R 1551 1554 1113 0 -1 4202560 4254 13007 0 0 11 0 5 2 20 0 15 0 473072895 11079880704 9910 33554432000 4194304 4196468 140722172350208 139966983098696 139966992668221 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1608] ppid=1551 vsize=10820196 memory=288230621904633879 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1608/stat : 1608 (java) S 1551 1554 1113 0 -1 1077944384 1 13007 0 0 0 0 5 2 20 0 15 0 473072896 11079880704 9910 33554432000 4194304 4196468 140722172350208 139967015517072 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1609] ppid=1551 vsize=10820196 memory=140632237011424 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1609/stat : 1609 (java) S 1551 1554 1113 0 -1 1077944384 1 13007 0 0 0 0 5 2 20 0 15 0 473072896 11079880704 9910 33554432000 4194304 4196468 140722172350208 139966584122128 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1610] ppid=1551 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1610/stat : 1610 (java) S 1551 1554 1113 0 -1 1077944384 1 13007 0 0 0 0 5 2 20 0 15 0 473072896 11079880704 9910 33554432000 4194304 4196468 140722172350208 139966583069840 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1611] ppid=1551 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1611/stat : 1611 (java) S 1551 1554 1113 0 -1 1077944384 2 13007 0 0 0 0 5 2 20 0 15 0 473072896 11079880704 9910 33554432000 4194304 4196468 140722172350208 139966582017040 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1612] ppid=1551 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1612/stat : 1612 (java) S 1551 1554 1113 0 -1 1077944384 2 13007 0 0 0 0 5 2 20 0 15 0 473072897 11079880704 9910 33554432000 4194304 4196468 140722172350208 139966470400112 139967011285634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1613] ppid=1551 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1613/stat : 1613 (java) S 1551 1554 1113 0 -1 1077944384 33 13007 0 0 0 0 5 2 20 0 15 0 473072898 11079880704 9910 33554432000 4194304 4196468 140722172350208 139966469346080 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1614] ppid=1551 vsize=10820196 memory=140632236992128 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1614/stat : 1614 (java) S 1551 1554 1113 0 -1 1077944384 1 13007 0 0 0 0 5 2 20 0 15 0 473072898 11079880704 9910 33554432000 4194304 4196468 140722172350208 139965870630000 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1615] ppid=1551 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1615/stat : 1615 (java) S 1551 1554 1113 0 -1 1077944384 3 13007 0 0 0 0 5 2 20 0 15 0 473072901 11079880704 9910 33554432000 4194304 4196468 140722172350208 139965563230288 139967011293083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1616] ppid=1551 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1554/task/1616/stat : 1616 (java) R 1551 1554 1113 0 -1 4202560 607 13007 0 0 1 0 5 2 20 0 15 0 473072901 11079880704 9910 33554432000 4194304 4196468 140722172350208 139966435789424 139966994659631 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1617] ppid=1551 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1554/task/1617/stat : 1617 (java) S 1551 1554 1113 0 -1 1077944384 73 13007 0 0 1 0 5 2 20 0 15 0 473072901 11079880704 9910 33554432000 4194304 4196468 140722172350208 139966434736624 139967011285634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1618] ppid=1551 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/1554/task/1618/stat : 1618 (java) S 1551 1554 1113 0 -1 1077944384 674 13007 0 0 3 0 5 2 20 0 15 0 473072901 11079880704 9910 33554432000 4194304 4196468 140722172350208 139966433684336 139967011285634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1619] ppid=1551 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1619/stat : 1619 (java) S 1551 1554 1113 0 -1 1077944384 3 13007 0 0 0 0 5 2 20 0 15 0 473072901 11079880704 9910 33554432000 4194304 4196468 140722172350208 139965529672672 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1620] ppid=1551 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1620/stat : 1620 (java) S 1551 1554 1113 0 -1 1077944384 1 13007 0 0 0 0 5 2 20 0 15 0 473072901 11079880704 9910 33554432000 4194304 4196468 140722172350208 139966432631216 139967011285634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820184 KiB
Current children cumulated memory: 39640 KiB

[startup+0.319405 s]*
/proc/loadavg: 1.59 1.26 0.68 3/226 1620
/proc/meminfo: memFree=2163208/32770624 swapFree=66986236/67108860
[pid=1554] ppid=1551 vsize=10820268 memory=48096 CPUtime=0.41 cores=1,3,5,7
/proc/1554/stat : 1554 (java) S 1551 1554 1113 0 -1 1077944320 11279 13007 0 0 31 3 5 2 20 0 15 0 473072886 11079954432 12024 33554432000 4194304 4196468 140722172350208 140722172332752 139967011274487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
/proc/1554/statm: 2705067 12024 3334 1 0 2667149 0
[pid=1554/tid=1607] ppid=1551 vsize=10820268 memory=-3103912127665269910 CPUtime=0.29 cores=1,3,5,7
/proc/1554/task/1607/stat : 1607 (java) R 1551 1554 1113 0 -1 4202560 7619 13007 0 0 20 2 5 2 20 0 15 0 473072895 11079954432 12024 33554432000 4194304 4196468 140722172350208 139966983080992 139967011296413 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1608] ppid=1551 vsize=10820268 memory=7948963741541478447 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1608/stat : 1608 (java) S 1551 1554 1113 0 -1 1077944384 1 13007 0 0 0 0 5 2 20 0 15 0 473072896 11079954432 12024 33554432000 4194304 4196468 140722172350208 139967015517072 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1609] ppid=1551 vsize=10820268 memory=140632236992134 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1609/stat : 1609 (java) S 1551 1554 1113 0 -1 1077944384 1 13007 0 0 0 0 5 2 20 0 15 0 473072896 11079954432 12024 33554432000 4194304 4196468 140722172350208 139966584122128 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1610] ppid=1551 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1610/stat : 1610 (java) S 1551 1554 1113 0 -1 1077944384 1 13007 0 0 0 0 5 2 20 0 15 0 473072896 11079954432 12024 33554432000 4194304 4196468 140722172350208 139966583069840 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1611] ppid=1551 vsize=10820268 memory=2208 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1611/stat : 1611 (java) S 1551 1554 1113 0 -1 1077944384 2 13007 0 0 0 0 5 2 20 0 15 0 473072896 11079954432 12024 33554432000 4194304 4196468 140722172350208 139966582017040 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1612] ppid=1551 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1612/stat : 1612 (java) S 1551 1554 1113 0 -1 1077944384 2 13007 0 0 0 0 5 2 20 0 15 0 473072897 11079954432 12024 33554432000 4194304 4196468 140722172350208 139966470400112 139967011285634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1613] ppid=1551 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1613/stat : 1613 (java) S 1551 1554 1113 0 -1 1077944384 33 13007 0 0 0 0 5 2 20 0 15 0 473072898 11079954432 12024 33554432000 4194304 4196468 140722172350208 139966469346080 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1614] ppid=1551 vsize=10820268 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1614/stat : 1614 (java) S 1551 1554 1113 0 -1 1077944384 1 13007 0 0 0 0 5 2 20 0 15 0 473072898 11079954432 12024 33554432000 4194304 4196468 140722172350208 139965870630000 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1615] ppid=1551 vsize=10820268 memory=140632236992128 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1615/stat : 1615 (java) S 1551 1554 1113 0 -1 1077944384 3 13007 0 0 0 0 5 2 20 0 15 0 473072901 11079954432 12024 33554432000 4194304 4196468 140722172350208 139965563230288 139967011293083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1616] ppid=1551 vsize=10820268 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1554/task/1616/stat : 1616 (java) S 1551 1554 1113 0 -1 1077944384 617 13007 0 0 2 0 5 2 20 0 15 0 473072901 11079954432 12024 33554432000 4194304 4196468 140722172350208 139966435789424 139967011285634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1617] ppid=1551 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1554/task/1617/stat : 1617 (java) S 1551 1554 1113 0 -1 1077944384 78 13007 0 0 1 0 5 2 20 0 15 0 473072901 11079954432 12024 33554432000 4194304 4196468 140722172350208 139966434736624 139967011285634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1618] ppid=1551 vsize=10820268 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/1554/task/1618/stat : 1618 (java) S 1551 1554 1113 0 -1 1077944384 712 13007 0 0 5 0 5 2 20 0 15 0 473072901 11079954432 12024 33554432000 4194304 4196468 140722172350208 139966433684336 139967011285634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1619] ppid=1551 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1619/stat : 1619 (java) S 1551 1554 1113 0 -1 1077944384 3 13007 0 0 0 0 5 2 20 0 15 0 473072901 11079954432 12024 33554432000 4194304 4196468 140722172350208 139965529672672 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1620] ppid=1551 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1620/stat : 1620 (java) S 1551 1554 1113 0 -1 1077944384 1 13007 0 0 0 0 5 2 20 0 15 0 473072901 11079954432 12024 33554432000 4194304 4196468 140722172350208 139966432631216 139967011285634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820268 KiB
Current children cumulated memory: 48096 KiB

[startup+0.701389 s]
/proc/loadavg: 1.59 1.26 0.68 3/226 1620
/proc/meminfo: memFree=2148908/32770624 swapFree=66986236/67108860
[pid=1554] ppid=1551 vsize=10824364 memory=82148 CPUtime=1.15 cores=1,3,5,7
/proc/1554/stat : 1554 (java) S 1551 1554 1113 0 -1 1077944320 15287 13007 0 0 103 5 5 2 20 0 15 0 473072886 11084148736 20537 33554432000 4194304 4196468 140722172350208 140722172332752 139967011274487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
/proc/1554/statm: 2706091 20537 3510 1 0 2668173 0
[pid=1554/tid=1607] ppid=1551 vsize=10824364 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/1554/task/1607/stat : 1607 (java) R 1551 1554 1113 0 -1 4202560 10452 13007 0 0 56 4 5 2 20 0 15 0 473072895 11084148736 20537 33554432000 4194304 4196468 140722172350208 139966983100544 139966996967909 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1608] ppid=1551 vsize=10824364 memory=140634409140790 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1608/stat : 1608 (java) S 1551 1554 1113 0 -1 1077944384 1 13007 0 0 0 0 5 2 20 0 15 0 473072896 11084148736 20537 33554432000 4194304 4196468 140722172350208 139967015517072 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1609] ppid=1551 vsize=10824364 memory=140634409140792 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1609/stat : 1609 (java) S 1551 1554 1113 0 -1 1077944384 1 13007 0 0 0 0 5 2 20 0 15 0 473072896 11084148736 20537 33554432000 4194304 4196468 140722172350208 139966584122128 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1610] ppid=1551 vsize=10824364 memory=140634409140796 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1610/stat : 1610 (java) S 1551 1554 1113 0 -1 1077944384 1 13007 0 0 0 0 5 2 20 0 15 0 473072896 11084148736 20537 33554432000 4194304 4196468 140722172350208 139966583069840 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1611] ppid=1551 vsize=10824364 memory=140634409140798 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1611/stat : 1611 (java) S 1551 1554 1113 0 -1 1077944384 2 13007 0 0 0 0 5 2 20 0 15 0 473072896 11084148736 20537 33554432000 4194304 4196468 140722172350208 139966582017040 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1612] ppid=1551 vsize=10824364 memory=140634409140803 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1612/stat : 1612 (java) S 1551 1554 1113 0 -1 1077944384 5 13007 0 0 0 0 5 2 20 0 15 0 473072897 11084148736 20537 33554432000 4194304 4196468 140722172350208 139966470400112 139967011285634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1613] ppid=1551 vsize=10824364 memory=140634409140804 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1613/stat : 1613 (java) S 1551 1554 1113 0 -1 1077944384 33 13007 0 0 0 0 5 2 20 0 15 0 473072898 11084148736 20537 33554432000 4194304 4196468 140722172350208 139966469346080 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1614] ppid=1551 vsize=10824364 memory=140634409140805 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1614/stat : 1614 (java) S 1551 1554 1113 0 -1 1077944384 1 13007 0 0 0 0 5 2 20 0 15 0 473072898 11084148736 20537 33554432000 4194304 4196468 140722172350208 139965870630000 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1615] ppid=1551 vsize=10824364 memory=3616 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1615/stat : 1615 (java) S 1551 1554 1113 0 -1 1077944384 3 13007 0 0 0 0 5 2 20 0 15 0 473072901 11084148736 20537 33554432000 4194304 4196468 140722172350208 139965563230288 139967011293083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1616] ppid=1551 vsize=10824364 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/1554/task/1616/stat : 1616 (java) R 1551 1554 1113 0 -1 4202560 1210 13007 0 0 17 0 5 2 20 0 15 0 473072901 11084148736 20537 33554432000 4194304 4196468 140722172350208 139966435789424 139966994659289 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1617] ppid=1551 vsize=10824364 memory=16238797440425000 CPUtime=0.19 cores=1,3,5,7
/proc/1554/task/1617/stat : 1617 (java) S 1551 1554 1113 0 -1 1077944384 433 13007 0 0 12 0 5 2 20 0 15 0 473072901 11084148736 20537 33554432000 4194304 4196468 140722172350208 139966434736624 139967011285634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1618] ppid=1551 vsize=10824364 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/1554/task/1618/stat : 1618 (java) S 1551 1554 1113 0 -1 1077944384 931 13007 0 0 17 0 5 2 20 0 15 0 473072901 11084148736 20537 33554432000 4194304 4196468 140722172350208 139966433684336 139967011285634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1619] ppid=1551 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1619/stat : 1619 (java) S 1551 1554 1113 0 -1 1077944384 3 13007 0 0 0 0 5 2 20 0 15 0 473072901 11084148736 20537 33554432000 4194304 4196468 140722172350208 139965529672672 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1620] ppid=1551 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1620/stat : 1620 (java) S 1551 1554 1113 0 -1 1077944384 1 13007 0 0 0 0 5 2 20 0 15 0 473072901 11084148736 20537 33554432000 4194304 4196468 140722172350208 139966432631216 139967011285634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 82148 KiB

[startup+1.50072 s]
/proc/loadavg: 1.59 1.26 0.68 3/226 1620
/proc/meminfo: memFree=2104476/32770624 swapFree=66986236/67108860
[pid=1554] ppid=1551 vsize=10834680 memory=167812 CPUtime=2.48 cores=1,3,5,7
/proc/1554/stat : 1554 (java) S 1551 1554 1113 0 -1 1077944320 21978 13007 0 0 232 9 5 2 20 0 15 0 473072886 11094712320 41953 33554432000 4194304 4196468 140722172350208 140722172332752 139967011274487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
/proc/1554/statm: 2708670 41953 3585 1 0 2670733 0
[pid=1554/tid=1607] ppid=1551 vsize=10834680 memory=1898397 CPUtime=1.43 cores=1,3,5,7
/proc/1554/task/1607/stat : 1607 (java) R 1551 1554 1113 0 -1 4202560 15253 13007 0 0 131 5 5 2 20 0 15 0 473072895 11094712320 41953 33554432000 4194304 4196468 140722172350208 139966983068992 139967011286422 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1608] ppid=1551 vsize=10834680 memory=1899604 CPUtime=0.08 cores=1,3,5,7
/proc/1554/task/1608/stat : 1608 (java) S 1551 1554 1113 0 -1 1077944384 381 13007 0 0 1 0 5 2 20 0 15 0 473072896 11094712320 41953 33554432000 4194304 4196468 140722172350208 139967015517072 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1609] ppid=1551 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1554/task/1609/stat : 1609 (java) S 1551 1554 1113 0 -1 1077944384 29 13007 0 0 1 0 5 2 20 0 15 0 473072896 11094712320 41953 33554432000 4194304 4196468 140722172350208 139966584122128 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1610] ppid=1551 vsize=10834680 memory=-3253322038155611931 CPUtime=0.08 cores=1,3,5,7
/proc/1554/task/1610/stat : 1610 (java) S 1551 1554 1113 0 -1 1077944384 71 13007 0 0 1 0 5 2 20 0 15 0 473072896 11094712320 41953 33554432000 4194304 4196468 140722172350208 139966583069840 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1611] ppid=1551 vsize=10834680 memory=7014751519633461602 CPUtime=0.08 cores=1,3,5,7
/proc/1554/task/1611/stat : 1611 (java) S 1551 1554 1113 0 -1 1077944384 67 13007 0 0 1 0 5 2 20 0 15 0 473072896 11094712320 41953 33554432000 4194304 4196468 140722172350208 139966582017040 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1612] ppid=1551 vsize=10834680 memory=5362 CPUtime=0.08 cores=1,3,5,7
/proc/1554/task/1612/stat : 1612 (java) S 1551 1554 1113 0 -1 1077944384 120 13007 0 0 1 0 5 2 20 0 15 0 473072897 11094712320 41953 33554432000 4194304 4196468 140722172350208 139966470400112 139967011285634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1613] ppid=1551 vsize=10834680 memory=2110982734950916 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1613/stat : 1613 (java) S 1551 1554 1113 0 -1 1077944384 34 13007 0 0 0 0 5 2 20 0 15 0 473072898 11094712320 41953 33554432000 4194304 4196468 140722172350208 139966469346144 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1614] ppid=1551 vsize=10834680 memory=140632127667903 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1614/stat : 1614 (java) S 1551 1554 1113 0 -1 1077944384 1 13007 0 0 0 0 5 2 20 0 15 0 473072898 11094712320 41953 33554432000 4194304 4196468 140722172350208 139965870630000 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1615] ppid=1551 vsize=10834680 memory=281264255341680 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1615/stat : 1615 (java) S 1551 1554 1113 0 -1 1077944384 3 13007 0 0 0 0 5 2 20 0 15 0 473072901 11094712320 41953 33554432000 4194304 4196468 140722172350208 139965563230288 139967011293083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1616] ppid=1551 vsize=10834680 memory=281264254877936 CPUtime=0.35 cores=1,3,5,7
/proc/1554/task/1616/stat : 1616 (java) S 1551 1554 1113 0 -1 1077944384 1406 13007 0 0 28 0 5 2 20 0 15 0 473072901 11094712320 41953 33554432000 4194304 4196468 140722172350208 139966435789424 139967011285634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1617] ppid=1551 vsize=10834680 memory=6944656575208382560 CPUtime=0.29 cores=1,3,5,7
/proc/1554/task/1617/stat : 1617 (java) S 1551 1554 1113 0 -1 1077944384 548 13007 0 0 22 0 5 2 20 0 15 0 473072901 11094712320 41953 33554432000 4194304 4196468 140722172350208 139966434736624 139967011285634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1618] ppid=1551 vsize=10834680 memory=6944652177228980320 CPUtime=0.49 cores=1,3,5,7
/proc/1554/task/1618/stat : 1618 (java) R 1551 1554 1113 0 -1 4202560 1851 13007 0 0 42 0 5 2 20 0 15 0 473072901 11094712320 41953 33554432000 4194304 4196468 140722172350208 139966433684176 139967004371323 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1619] ppid=1551 vsize=10834680 memory=281264254877936 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1619/stat : 1619 (java) S 1551 1554 1113 0 -1 1077944384 3 13007 0 0 0 0 5 2 20 0 15 0 473072901 11094712320 41953 33554432000 4194304 4196468 140722172350208 139965529672672 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1620] ppid=1551 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1620/stat : 1620 (java) S 1551 1554 1113 0 -1 1077944384 1 13007 0 0 0 0 5 2 20 0 15 0 473072901 11094712320 41953 33554432000 4194304 4196468 140722172350208 139966432631216 139967011285634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0

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

/proc/1554/task/1607/stat : 1607 (java) S 1551 1554 1113 0 -1 1077944384 65784 13007 0 0 223583 48 5 2 20 0 15 0 473072895 11109412864 223232 33554432000 4194304 4196468 140722172350208 139966983110992 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1608] ppid=1551 vsize=10849036 memory=890880 CPUtime=12.06 cores=1,3,5,7
/proc/1554/task/1608/stat : 1608 (java) S 1551 1554 1113 0 -1 1077944384 9537 13007 0 0 1147 52 5 2 20 0 15 0 473072896 11109412864 223232 33554432000 4194304 4196468 140722172350208 139967015517072 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1609] ppid=1551 vsize=10849036 memory=892928 CPUtime=12.07 cores=1,3,5,7
/proc/1554/task/1609/stat : 1609 (java) S 1551 1554 1113 0 -1 1077944384 12444 13007 0 0 1143 57 5 2 20 0 15 0 473072896 11109412864 223232 33554432000 4194304 4196468 140722172350208 139966584122128 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1610] ppid=1551 vsize=10849036 memory=892928 CPUtime=12.07 cores=1,3,5,7
/proc/1554/task/1610/stat : 1610 (java) S 1551 1554 1113 0 -1 1077944384 11785 13007 0 0 1144 56 5 2 20 0 15 0 473072896 11109412864 223232 33554432000 4194304 4196468 140722172350208 139966583069840 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1611] ppid=1551 vsize=10849036 memory=2624 CPUtime=12.09 cores=1,3,5,7
/proc/1554/task/1611/stat : 1611 (java) S 1551 1554 1113 0 -1 1077944384 10918 13007 0 0 1148 54 5 2 20 0 15 0 473072896 11109412864 223232 33554432000 4194304 4196468 140722172350208 139966582017040 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1612] ppid=1551 vsize=10849036 memory=892928 CPUtime=10.66 cores=1,3,5,7
/proc/1554/task/1612/stat : 1612 (java) S 1551 1554 1113 0 -1 1077944384 13300 13007 0 0 998 61 5 2 20 0 15 0 473072897 11109412864 223232 33554432000 4194304 4196468 140722172350208 139966470398624 139967011284693 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1613] ppid=1551 vsize=10849036 memory=892928 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1613/stat : 1613 (java) S 1551 1554 1113 0 -1 1077944384 39 13007 0 0 0 0 5 2 20 0 15 0 473072898 11109412864 223232 33554432000 4194304 4196468 140722172350208 139966469346208 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1614] ppid=1551 vsize=10849036 memory=892928 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1614/stat : 1614 (java) S 1551 1554 1113 0 -1 1077944384 6 13007 0 0 0 0 5 2 20 0 15 0 473072898 11109412864 223232 33554432000 4194304 4196468 140722172350208 139965870630016 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1615] ppid=1551 vsize=10849036 memory=892928 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1615/stat : 1615 (java) S 1551 1554 1113 0 -1 1077944384 3 13007 0 0 0 0 5 2 20 0 15 0 473072901 11109412864 223232 33554432000 4194304 4196468 140722172350208 139965563230288 139967011293083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1616] ppid=1551 vsize=10849036 memory=892928 CPUtime=3.09 cores=1,3,5,7
/proc/1554/task/1616/stat : 1616 (java) S 1551 1554 1113 0 -1 1077944384 17682 13007 0 0 299 3 5 2 20 0 15 0 473072901 11109412864 223232 33554432000 4194304 4196468 140722172350208 139966435789424 139967011285634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1617] ppid=1551 vsize=10849036 memory=288230574492221466 CPUtime=3.14 cores=1,3,5,7
/proc/1554/task/1617/stat : 1617 (java) S 1551 1554 1113 0 -1 1077944384 19565 13007 0 0 304 3 5 2 20 0 15 0 473072901 11109412864 223232 33554432000 4194304 4196468 140722172350208 139966434736624 139967011285634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1618] ppid=1551 vsize=10849036 memory=288230621803970871 CPUtime=1.84 cores=1,3,5,7
/proc/1554/task/1618/stat : 1618 (java) S 1551 1554 1113 0 -1 1077944384 12966 13007 0 0 175 2 5 2 20 0 15 0 473072901 11109412864 223232 33554432000 4194304 4196468 140722172350208 139966433684336 139967011285634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1619] ppid=1551 vsize=10849036 memory=892928 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1619/stat : 1619 (java) S 1551 1554 1113 0 -1 1077944384 3 13007 0 0 0 0 5 2 20 0 15 0 473072901 11109412864 223232 33554432000 4194304 4196468 140722172350208 139965529672672 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1620] ppid=1551 vsize=10849036 memory=892928 CPUtime=1.38 cores=1,3,5,7
/proc/1554/task/1620/stat : 1620 (java) S 1551 1554 1113 0 -1 1077944384 1157 13007 0 0 61 70 5 2 20 0 15 0 473072901 11109412864 223232 33554432000 4194304 4196468 140722172350208 139966432631216 139967011285634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
Current children cumulated CPU time: 2304.27 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 892928 KiB

[startup+2322.3 s]
/proc/loadavg: 1.38 1.38 1.32 3/226 1970
/proc/meminfo: memFree=1390220/32770624 swapFree=66986236/67108860
[pid=1554] ppid=1551 vsize=10849036 memory=892928 CPUtime=2365.28 cores=1,3,5,7
/proc/1554/stat : 1554 (java) S 1551 1554 1113 0 -1 1077944320 178704 13007 0 0 236166 355 5 2 20 0 15 0 473072886 11109412864 223232 33554432000 4194304 4196468 140722172350208 140722172332752 139967011274487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
/proc/1554/statm: 2712259 223232 3629 1 0 2674317 0
[pid=1554/tid=1607] ppid=1551 vsize=10849036 memory=892928 CPUtime=2295.65 cores=1,3,5,7
/proc/1554/task/1607/stat : 1607 (java) R 1551 1554 1113 0 -1 4202560 66383 13007 0 0 229509 49 5 2 20 0 15 0 473072895 11109412864 223232 33554432000 4194304 4196468 140722172350208 139966983110944 139966995589724 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1608] ppid=1551 vsize=10849036 memory=892928 CPUtime=12.41 cores=1,3,5,7
/proc/1554/task/1608/stat : 1608 (java) S 1551 1554 1113 0 -1 1077944384 9609 13007 0 0 1181 53 5 2 20 0 15 0 473072896 11109412864 223232 33554432000 4194304 4196468 140722172350208 139967015517072 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1609] ppid=1551 vsize=10849036 memory=892928 CPUtime=12.42 cores=1,3,5,7
/proc/1554/task/1609/stat : 1609 (java) S 1551 1554 1113 0 -1 1077944384 12487 13007 0 0 1177 58 5 2 20 0 15 0 473072896 11109412864 223232 33554432000 4194304 4196468 140722172350208 139966584122128 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1610] ppid=1551 vsize=10849036 memory=892928 CPUtime=12.43 cores=1,3,5,7
/proc/1554/task/1610/stat : 1610 (java) S 1551 1554 1113 0 -1 1077944384 12089 13007 0 0 1178 58 5 2 20 0 15 0 473072896 11109412864 223232 33554432000 4194304 4196468 140722172350208 139966583069840 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1611] ppid=1551 vsize=10849036 memory=892928 CPUtime=12.44 cores=1,3,5,7
/proc/1554/task/1611/stat : 1611 (java) S 1551 1554 1113 0 -1 1077944384 10999 13007 0 0 1182 55 5 2 20 0 15 0 473072896 11109412864 223232 33554432000 4194304 4196468 140722172350208 139966582017040 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1612] ppid=1551 vsize=10849036 memory=892928 CPUtime=10.96 cores=1,3,5,7
/proc/1554/task/1612/stat : 1612 (java) S 1551 1554 1113 0 -1 1077944384 13486 13007 0 0 1026 63 5 2 20 0 15 0 473072897 11109412864 223232 33554432000 4194304 4196468 140722172350208 139966470400112 139967011285634 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1613] ppid=1551 vsize=10849036 memory=892928 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1613/stat : 1613 (java) S 1551 1554 1113 0 -1 1077944384 39 13007 0 0 0 0 5 2 20 0 15 0 473072898 11109412864 223232 33554432000 4194304 4196468 140722172350208 139966469346208 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1614] ppid=1551 vsize=10849036 memory=3616 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1614/stat : 1614 (java) S 1551 1554 1113 0 -1 1077944384 6 13007 0 0 0 0 5 2 20 0 15 0 473072898 11109412864 223232 33554432000 4194304 4196468 140722172350208 139965870630016 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1615] ppid=1551 vsize=10849036 memory=3852 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1615/stat : 1615 (java) S 1551 1554 1113 0 -1 1077944384 3 13007 0 0 0 0 5 2 20 0 15 0 473072901 11109412864 223232 33554432000 4194304 4196468 140722172350208 139965563230288 139967011293083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1616] ppid=1551 vsize=10849036 memory=2624 CPUtime=3.09 cores=1,3,5,7
/proc/1554/task/1616/stat : 1616 (java) S 1551 1554 1113 0 -1 1077944384 17684 13007 0 0 299 3 5 2 20 0 15 0 473072901 11109412864 223232 33554432000 4194304 4196468 140722172350208 139966435789424 139967011285634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1617] ppid=1551 vsize=10849036 memory=892928 CPUtime=3.14 cores=1,3,5,7
/proc/1554/task/1617/stat : 1617 (java) S 1551 1554 1113 0 -1 1077944384 19567 13007 0 0 304 3 5 2 20 0 15 0 473072901 11109412864 223232 33554432000 4194304 4196468 140722172350208 139966434736624 139967011285634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1618] ppid=1551 vsize=10849036 memory=892928 CPUtime=1.84 cores=1,3,5,7
/proc/1554/task/1618/stat : 1618 (java) S 1551 1554 1113 0 -1 1077944384 12968 13007 0 0 175 2 5 2 20 0 15 0 473072901 11109412864 223232 33554432000 4194304 4196468 140722172350208 139966433684336 139967011285634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1619] ppid=1551 vsize=10849036 memory=780 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1619/stat : 1619 (java) S 1551 1554 1113 0 -1 1077944384 3 13007 0 0 0 0 5 2 20 0 15 0 473072901 11109412864 223232 33554432000 4194304 4196468 140722172350208 139965529672672 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1620] ppid=1551 vsize=10849036 memory=3616 CPUtime=1.4 cores=1,3,5,7
/proc/1554/task/1620/stat : 1620 (java) S 1551 1554 1113 0 -1 1077944384 1171 13007 0 0 62 71 5 2 20 0 15 0 473072901 11109412864 223232 33554432000 4194304 4196468 140722172350208 139966432631216 139967011285634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
Current children cumulated CPU time: 2365.28 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 892928 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2356.5 s]
/proc/loadavg: 1.46 1.40 1.33 3/226 1973
/proc/meminfo: memFree=1387676/32770624 swapFree=66986236/67108860
[pid=1554] ppid=1551 vsize=10849036 memory=894976 CPUtime=2400.09 cores=1,3,5,7
/proc/1554/stat : 1554 (java) S 1551 1554 1113 0 -1 1077944320 180084 13007 0 0 239643 359 5 2 20 0 15 0 473072886 11109412864 223744 33554432000 4194304 4196468 140722172350208 140722172332752 139967011274487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
/proc/1554/statm: 2712259 223744 3629 1 0 2674317 0
[pid=1554/tid=1607] ppid=1551 vsize=10849036 memory=894976 CPUtime=2329.46 cores=1,3,5,7
/proc/1554/task/1607/stat : 1607 (java) R 1551 1554 1113 0 -1 4202560 66986 13007 0 0 232889 50 5 2 20 0 15 0 473072895 11109412864 223744 33554432000 4194304 4196468 140722172350208 139966983110688 139966629337774 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1608] ppid=1551 vsize=10849036 memory=894976 CPUtime=12.62 cores=1,3,5,7
/proc/1554/task/1608/stat : 1608 (java) S 1551 1554 1113 0 -1 1077944384 9894 13007 0 0 1201 54 5 2 20 0 15 0 473072896 11109412864 223744 33554432000 4194304 4196468 140722172350208 139967015517072 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1609] ppid=1551 vsize=10849036 memory=894976 CPUtime=12.62 cores=1,3,5,7
/proc/1554/task/1609/stat : 1609 (java) S 1551 1554 1113 0 -1 1077944384 12549 13007 0 0 1196 59 5 2 20 0 15 0 473072896 11109412864 223744 33554432000 4194304 4196468 140722172350208 139966584122128 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1610] ppid=1551 vsize=10849036 memory=894976 CPUtime=12.63 cores=1,3,5,7
/proc/1554/task/1610/stat : 1610 (java) S 1551 1554 1113 0 -1 1077944384 12117 13007 0 0 1197 59 5 2 20 0 15 0 473072896 11109412864 223744 33554432000 4194304 4196468 140722172350208 139966583069840 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1611] ppid=1551 vsize=10849036 memory=894976 CPUtime=12.65 cores=1,3,5,7
/proc/1554/task/1611/stat : 1611 (java) S 1551 1554 1113 0 -1 1077944384 11178 13007 0 0 1202 56 5 2 20 0 15 0 473072896 11109412864 223744 33554432000 4194304 4196468 140722172350208 139966582017040 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1612] ppid=1551 vsize=10849036 memory=894976 CPUtime=11.12 cores=1,3,5,7
/proc/1554/task/1612/stat : 1612 (java) S 1551 1554 1113 0 -1 1077944384 13697 13007 0 0 1042 63 5 2 20 0 15 0 473072897 11109412864 223744 33554432000 4194304 4196468 140722172350208 139966470400112 139967011285634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1613] ppid=1551 vsize=10849036 memory=894976 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1613/stat : 1613 (java) S 1551 1554 1113 0 -1 1077944384 39 13007 0 0 0 0 5 2 20 0 15 0 473072898 11109412864 223744 33554432000 4194304 4196468 140722172350208 139966469346208 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1614] ppid=1551 vsize=10849036 memory=892928 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1614/stat : 1614 (java) S 1551 1554 1113 0 -1 1077944384 6 13007 0 0 0 0 5 2 20 0 15 0 473072898 11109412864 223744 33554432000 4194304 4196468 140722172350208 139965870630016 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1615] ppid=1551 vsize=10849036 memory=894976 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1615/stat : 1615 (java) S 1551 1554 1113 0 -1 1077944384 3 13007 0 0 0 0 5 2 20 0 15 0 473072901 11109412864 223744 33554432000 4194304 4196468 140722172350208 139965563230288 139967011293083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1616] ppid=1551 vsize=10849036 memory=912 CPUtime=3.09 cores=1,3,5,7
/proc/1554/task/1616/stat : 1616 (java) S 1551 1554 1113 0 -1 1077944384 17686 13007 0 0 299 3 5 2 20 0 15 0 473072901 11109412864 223744 33554432000 4194304 4196468 140722172350208 139966435789424 139967011285634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1617] ppid=1551 vsize=10849036 memory=894976 CPUtime=3.14 cores=1,3,5,7
/proc/1554/task/1617/stat : 1617 (java) S 1551 1554 1113 0 -1 1077944384 19569 13007 0 0 304 3 5 2 20 0 15 0 473072901 11109412864 223744 33554432000 4194304 4196468 140722172350208 139966434736624 139967011285634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1618] ppid=1551 vsize=10849036 memory=164 CPUtime=1.84 cores=1,3,5,7
/proc/1554/task/1618/stat : 1618 (java) S 1551 1554 1113 0 -1 1077944384 12970 13007 0 0 175 2 5 2 20 0 15 0 473072901 11109412864 223744 33554432000 4194304 4196468 140722172350208 139966433684336 139967011285634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1619] ppid=1551 vsize=10849036 memory=988 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1619/stat : 1619 (java) S 1551 1554 1113 0 -1 1077944384 3 13007 0 0 0 0 5 2 20 0 15 0 473072901 11109412864 223744 33554432000 4194304 4196468 140722172350208 139965529672672 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1620] ppid=1551 vsize=10849036 memory=894976 CPUtime=1.42 cores=1,3,5,7
/proc/1554/task/1620/stat : 1620 (java) S 1551 1554 1113 0 -1 1077944384 1177 13007 0 0 63 72 5 2 20 0 15 0 473072901 11109412864 223744 33554432000 4194304 4196468 140722172350208 139966432631216 139967011285634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 894976 KiB

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

[startup+2356.53 s]
# the end of solver process 1554 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.5 s, system=3.63561 s

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

[startup+2356.5 s]
/proc/loadavg: 1.46 1.40 1.33 3/226 1973
/proc/meminfo: memFree=1387676/32770624 swapFree=66986236/67108860
[pid=1554] ppid=1551 vsize=10849036 memory=894976 CPUtime=2400.09 cores=1,3,5,7
/proc/1554/stat : 1554 (java) S 1551 1554 1113 0 -1 1077944320 180084 13007 0 0 239643 359 5 2 20 0 15 0 473072886 11109412864 223744 33554432000 4194304 4196468 140722172350208 140722172332752 139967011274487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
/proc/1554/statm: 2712259 223744 3629 1 0 2674317 0
[pid=1554/tid=1607] ppid=1551 vsize=10849036 memory=894976 CPUtime=2329.46 cores=1,3,5,7
/proc/1554/task/1607/stat : 1607 (java) R 1551 1554 1113 0 -1 4202560 66986 13007 0 0 232889 50 5 2 20 0 15 0 473072895 11109412864 223744 33554432000 4194304 4196468 140722172350208 139966983110688 139966629337774 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1608] ppid=1551 vsize=10849036 memory=894976 CPUtime=12.62 cores=1,3,5,7
/proc/1554/task/1608/stat : 1608 (java) S 1551 1554 1113 0 -1 1077944384 9894 13007 0 0 1201 54 5 2 20 0 15 0 473072896 11109412864 223744 33554432000 4194304 4196468 140722172350208 139967015517072 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1609] ppid=1551 vsize=10849036 memory=894976 CPUtime=12.62 cores=1,3,5,7
/proc/1554/task/1609/stat : 1609 (java) S 1551 1554 1113 0 -1 1077944384 12549 13007 0 0 1196 59 5 2 20 0 15 0 473072896 11109412864 223744 33554432000 4194304 4196468 140722172350208 139966584122128 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1610] ppid=1551 vsize=10849036 memory=894976 CPUtime=12.63 cores=1,3,5,7
/proc/1554/task/1610/stat : 1610 (java) S 1551 1554 1113 0 -1 1077944384 12117 13007 0 0 1197 59 5 2 20 0 15 0 473072896 11109412864 223744 33554432000 4194304 4196468 140722172350208 139966583069840 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1611] ppid=1551 vsize=10849036 memory=894976 CPUtime=12.65 cores=1,3,5,7
/proc/1554/task/1611/stat : 1611 (java) S 1551 1554 1113 0 -1 1077944384 11178 13007 0 0 1202 56 5 2 20 0 15 0 473072896 11109412864 223744 33554432000 4194304 4196468 140722172350208 139966582017040 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1612] ppid=1551 vsize=10849036 memory=894976 CPUtime=11.12 cores=1,3,5,7
/proc/1554/task/1612/stat : 1612 (java) S 1551 1554 1113 0 -1 1077944384 13697 13007 0 0 1042 63 5 2 20 0 15 0 473072897 11109412864 223744 33554432000 4194304 4196468 140722172350208 139966470400112 139967011285634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1613] ppid=1551 vsize=10849036 memory=894976 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1613/stat : 1613 (java) S 1551 1554 1113 0 -1 1077944384 39 13007 0 0 0 0 5 2 20 0 15 0 473072898 11109412864 223744 33554432000 4194304 4196468 140722172350208 139966469346208 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1614] ppid=1551 vsize=10849036 memory=892928 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1614/stat : 1614 (java) S 1551 1554 1113 0 -1 1077944384 6 13007 0 0 0 0 5 2 20 0 15 0 473072898 11109412864 223744 33554432000 4194304 4196468 140722172350208 139965870630016 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1615] ppid=1551 vsize=10849036 memory=894976 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1615/stat : 1615 (java) S 1551 1554 1113 0 -1 1077944384 3 13007 0 0 0 0 5 2 20 0 15 0 473072901 11109412864 223744 33554432000 4194304 4196468 140722172350208 139965563230288 139967011293083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1616] ppid=1551 vsize=10849036 memory=912 CPUtime=3.09 cores=1,3,5,7
/proc/1554/task/1616/stat : 1616 (java) S 1551 1554 1113 0 -1 1077944384 17686 13007 0 0 299 3 5 2 20 0 15 0 473072901 11109412864 223744 33554432000 4194304 4196468 140722172350208 139966435789424 139967011285634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1617] ppid=1551 vsize=10849036 memory=894976 CPUtime=3.14 cores=1,3,5,7
/proc/1554/task/1617/stat : 1617 (java) S 1551 1554 1113 0 -1 1077944384 19569 13007 0 0 304 3 5 2 20 0 15 0 473072901 11109412864 223744 33554432000 4194304 4196468 140722172350208 139966434736624 139967011285634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1618] ppid=1551 vsize=10849036 memory=164 CPUtime=1.84 cores=1,3,5,7
/proc/1554/task/1618/stat : 1618 (java) S 1551 1554 1113 0 -1 1077944384 12970 13007 0 0 175 2 5 2 20 0 15 0 473072901 11109412864 223744 33554432000 4194304 4196468 140722172350208 139966433684336 139967011285634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1619] ppid=1551 vsize=10849036 memory=988 CPUtime=0.07 cores=1,3,5,7
/proc/1554/task/1619/stat : 1619 (java) S 1551 1554 1113 0 -1 1077944384 3 13007 0 0 0 0 5 2 20 0 15 0 473072901 11109412864 223744 33554432000 4194304 4196468 140722172350208 139965529672672 139967011284693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
[pid=1554/tid=1620] ppid=1551 vsize=10849036 memory=894976 CPUtime=1.42 cores=1,3,5,7
/proc/1554/task/1620/stat : 1620 (java) S 1551 1554 1113 0 -1 1077944384 1177 13007 0 0 63 72 5 2 20 0 15 0 473072901 11109412864 223744 33554432000 4194304 4196468 140722172350208 139966432631216 139967011285634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23728128 140722172353263 140722172355781 140722172355781 140722172358607 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 894976 KiB

Child status: 143
Real time (s): 2356.53
CPU time (s): 2400.14
CPU user time (s): 2396.5
CPU system time (s): 3.63561
CPU usage (%): 101.851
Max. virtual memory (cumulated for all children) (KiB): 10849036
Max. memory (cumulated for all children) (KiB): 894976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.5
system time used= 3.63561
maximum resident set size= 899192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 194248
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 287281
involuntary context switches= 9137


# summary of solver processes directly reported to runsolver:
#   pid: 1554
#   total CPU time (s): 2400.14
#   total CPU user time (s): 2396.5
#   total CPU system time (s): 3.63561

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.702 second user time and 21.6676 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-20 09:18:59
IDJOB=4403184
IDBENCH=115960
IDSOLVER=2862
FILE ID=node104/4403184-1568968160
RUNJOBID= node104-1568963417-1149
PBS_JOBID= 21704634
Free space on /tmp= 9552 MiB

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

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

MD5SUM BENCH= ff3476fab8d1f67b2009ab5045109208
RANDOM SEED=1550022693

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:         2199452 kB
MemAvailable:   30810316 kB
Buffers:          115448 kB
Cached:         28402104 kB
SwapCached:        22656 kB
Active:         15135096 kB
Inactive:       14425572 kB
Active(anon):    1022780 kB
Inactive(anon):    69920 kB
Active(file):   14112316 kB
Inactive(file): 14355652 kB
Unevictable:      111380 kB
Mlocked:          111380 kB
SwapTotal:      67108860 kB
SwapFree:       66986236 kB
Dirty:             35616 kB
Writeback:             0 kB
AnonPages:       1133812 kB
Mapped:            65488 kB
Shmem:             40700 kB
Slab:             600552 kB
SReclaimable:     571356 kB
SUnreclaim:        29196 kB
KernelStack:        3680 kB
PageTables:         7912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2145452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    968704 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 09:58:16