Trace number 4401442

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.2SAT (TO)3 2400.12 2353.23

General information on the benchmark

NameBinPacking/BinPacking-sum-skj1/
BinPacking-sum-n1c1w4n.xml
MD5SUMff46b38b3e2da44b02be81a37c246a0d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark8.29703
Satisfiable
(Un)Satisfiability was proved
Number of variables127
Number of constraints87
Number of domains2
Minimum domain size40
Maximum domain size43
Distribution of domain sizes[{"size":40,"count":126},{"size":43,"count":1}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":84},{"degree":5,"count":42}]
Minimum constraint arity3
Maximum constraint arity126
Distribution of constraint arities[{"arity":3,"count":84},{"arity":43,"count":1},{"arity":126,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":42},{"type":"lex","count":1},{"type":"sum","count":42},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Quality of the solution as a function of time


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

Solver Data

0.77/0.55	c Concrete v3.12.2.1568631193530 running
980.94/957.03	o 0
981.82/957.79	o 1
982.76/958.69	o 2
1054.36/1029.18	o 3
2400.09/2353.20	Exception in thread "main" java.util.concurrent.TimeoutException
2400.09/2353.20		at concrete.MAC.mac(MAC.scala:192)
2400.09/2353.20		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.09/2353.20		at scala.util.Try$.apply(Try.scala:212)
2400.09/2353.20		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.09/2353.20		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.09/2353.20		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.09/2353.20		at concrete.MAC.oneRun(MAC.scala:265)
2400.09/2353.20		at concrete.MAC.nextSolution(MAC.scala:284)
2400.09/2353.20		at concrete.MAC.nextSolution(MAC.scala:369)
2400.09/2353.20		at concrete.Solver.hasNext(Solver.scala:160)
2400.09/2353.20		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.09/2353.20		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.09/2353.20		at concrete.Solver.foreach(Solver.scala:67)
2400.09/2353.20		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.09/2353.20		at scala.util.Success.map(Try.scala:264)
2400.09/2353.20		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.09/2353.20		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.09/2353.20		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.09/2353.20		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.09/2353.20		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.09/2353.20		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.09/2353.20		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.09/2353.20		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.09/2353.20		at scala.App.$anonfun$main$1(App.scala:75)
2400.09/2353.20		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.09/2353.20		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.09/2353.20		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.09/2353.20		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.09/2353.20		at scala.App.main(App.scala:75)
2400.09/2353.20		at scala.App.main$(App.scala:73)
2400.09/2353.20		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.09/2353.20		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.09/2353.21	v <instantiation
2400.09/2353.21	v         cost = '3'>
2400.09/2353.21	v       <list>
2400.09/2353.21	v         x b[0][0] b[0][1] b[0][2] b[1][0] b[1][1] b[1][2] b[2][0] b[2][1] b[2][2] b[3][0] b[3][1] b[3][2] b[4][0] b[4][1] b[4][2] b[5][0] b[5][1] b[5][2] b[6][0] b[6][1] b[6][2] b[7][0] b[7][1] b[7][2] b[8][0] b[8][1] b[8][2] b[9][0] b[9][1] b[9][2] b[10][0] b[10][1] b[10][2] b[11][0] b[11][1] b[11][2] b[12][0] b[12][1] b[12][2] b[13][0] b[13][1] b[13][2] b[14][0] b[14][1] b[14][2] b[15][0] b[15][1] b[15][2] b[16][0] b[16][1] b[16][2] b[17][0] b[17][1] b[17][2] b[18][0] b[18][1] b[18][2] b[19][0] b[19][1] b[19][2] b[20][0] b[20][1] b[20][2] b[21][0] b[21][1] b[21][2] b[22][0] b[22][1] b[22][2] b[23][0] b[23][1] b[23][2] b[24][0] b[24][1] b[24][2] b[25][0] b[25][1] b[25][2] b[26][0] b[26][1] b[26][2] b[27][0] b[27][1] b[27][2] b[28][0] b[28][1] b[28][2] b[29][0] b[29][1] b[29][2] b[30][0] b[30][1] b[30][2] b[31][0] b[31][1] b[31][2] b[32][0] b[32][1] b[32][2] b[33][0] b[33][1] b[33][2] b[34][0] b[34][1] b[34][2] b[35][0] b[35][1] b[35][2] b[36][0] b[36][1] b[36][2] b[37][0] b[37][1] b[37][2] b[38][0] b[38][1] b[38][2] b[39][0] b[39][1] b[39][2] b[40][0] b[40][1] b[40][2] b[41][0] b[41][1] b[41][2]
2400.09/2353.21	v       </list>
2400.09/2353.21	v       <values>
2400.09/2353.21	v         3 99 0 0 97 0 0 97 0 0 96 0 0 96 0 0 95 0 0 94 0 0 93 0 0 92 0 0 90 0 0 86 0 0 85 0 0 85 0 0 84 0 0 82 0 0 82 0 0 82 0 0 80 0 0 79 0 0 75 0 0 73 0 0 72 0 0 72 0 0 71 0 0 70 0 0 69 31 0 69 31 0 68 31 0 68 0 0 66 32 0 65 34 0 63 0 0 61 36 0 60 39 0 57 41 0 55 44 0 53 41 0 49 47 0 48 0 0 0 0 0 0 0 0 0 0 0
2400.09/2353.21	v       </values>
2400.09/2353.21	v     </instantiation>
2400.09/2353.21	s SATISFIABLE

Verifier Data

OK	3

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401442-1568687604/watcher-4401442-1568687604 -o /tmp/evaluation-result-4401442-1568687604/solver-4401442-1568687604 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568673443-12495 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1545093772 HOME/instance-4401442-1568687604.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
solver pid=18409, runsolver pid=18406
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 1.39 1.45 1.46 3/216 18466
/proc/meminfo: memFree=30573672/32770624 swapFree=66922564/67108860
[pid=18409] ppid=18406 vsize=9972712 memory=18860 CPUtime=0.1 cores=0,2,4,6
/proc/18409/stat : 18409 (java) S 18406 18409 12464 0 -1 1077944320 4473 13316 0 0 1 1 5 3 20 0 6 0 445029171 10212057088 4715 33554432000 4194304 4196468 140726856017264 140726855999808 140674897268471 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
/proc/18409/statm: 2493178 4715 1935 1 0 2481616 0
[pid=18409/tid=18462] ppid=18406 vsize=9972712 memory=4279135703913235855 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18462/stat : 18462 (java) R 18406 18409 12464 0 -1 4202560 2265 13316 0 0 0 0 5 3 20 0 6 0 445029180 10212057088 4715 33554432000 4194304 4196468 140726856017264 140674869105232 140674897290397 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18463] ppid=18406 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18463/stat : 18463 (java) S 18406 18409 12464 0 -1 1077944384 1 13316 0 0 0 0 5 3 20 0 6 0 445029181 10212057088 4715 33554432000 4194304 4196468 140726856017264 140674901511184 140674897278677 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18464] ppid=18406 vsize=9972712 memory=139923543717504 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18464/stat : 18464 (java) S 18406 18409 12464 0 -1 1077944384 1 13316 0 0 0 0 5 3 20 0 6 0 445029181 10212057088 4715 33554432000 4194304 4196468 140726856017264 140674816330896 140674897278677 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18465] ppid=18406 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18465/stat : 18465 (java) S 18406 18409 12464 0 -1 1077944384 1 13316 0 0 0 0 5 3 20 0 6 0 445029181 10212057088 4715 33554432000 4194304 4196468 140726856017264 140674815277840 140674897278677 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18466] ppid=18406 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18466/stat : 18466 (java) S 18406 18409 12464 0 -1 1077944384 2 13316 0 0 0 0 5 3 20 0 6 0 445029181 10212057088 4715 33554432000 4194304 4196468 140726856017264 140674814225296 140674897278677 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18860 KiB

[startup+0.210025 s]*
/proc/loadavg: 1.39 1.45 1.46 4/225 18475
/proc/meminfo: memFree=30550112/32770624 swapFree=66922564/67108860
[pid=18409] ppid=18406 vsize=10820196 memory=45500 CPUtime=0.27 cores=0,2,4,6
/proc/18409/stat : 18409 (java) S 18406 18409 12464 0 -1 1077944320 7343 13316 0 0 17 2 5 3 20 0 15 0 445029171 11079880704 11375 33554432000 4194304 4196468 140726856017264 140726855999808 140674897268471 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
/proc/18409/statm: 2705049 11375 3288 1 0 2667149 0
[pid=18409/tid=18462] ppid=18406 vsize=10820196 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/18409/task/18462/stat : 18462 (java) R 18406 18409 12464 0 -1 4202560 3846 13316 0 0 10 1 5 3 20 0 15 0 445029180 11079880704 11375 33554432000 4194304 4196468 140726856017264 140674869080192 140674881348958 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18463] ppid=18406 vsize=10820196 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18463/stat : 18463 (java) S 18406 18409 12464 0 -1 1077944384 1 13316 0 0 0 0 5 3 20 0 15 0 445029181 11079880704 11375 33554432000 4194304 4196468 140726856017264 140674901511184 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18464] ppid=18406 vsize=10820196 memory=139923543717504 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18464/stat : 18464 (java) S 18406 18409 12464 0 -1 1077944384 1 13316 0 0 0 0 5 3 20 0 15 0 445029181 11079880704 11375 33554432000 4194304 4196468 140726856017264 140674816330896 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18465] ppid=18406 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18465/stat : 18465 (java) S 18406 18409 12464 0 -1 1077944384 1 13316 0 0 0 0 5 3 20 0 15 0 445029181 11079880704 11375 33554432000 4194304 4196468 140726856017264 140674815277840 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18466] ppid=18406 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18466/stat : 18466 (java) S 18406 18409 12464 0 -1 1077944384 2 13316 0 0 0 0 5 3 20 0 15 0 445029181 11079880704 11375 33554432000 4194304 4196468 140726856017264 140674814225296 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18467] ppid=18406 vsize=10820196 memory=139923543717504 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18467/stat : 18467 (java) S 18406 18409 12464 0 -1 1077944384 2 13316 0 0 0 0 5 3 20 0 15 0 445029182 11079880704 11375 33554432000 4194304 4196468 140726856017264 140674423900400 140674897279618 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18468] ppid=18406 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18468/stat : 18468 (java) S 18406 18409 12464 0 -1 1077944384 13 13316 0 0 0 0 5 3 20 0 15 0 445029183 11079880704 11375 33554432000 4194304 4196468 140726856017264 140674338907296 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18469] ppid=18406 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18469/stat : 18469 (java) S 18406 18409 12464 0 -1 1077944384 1 13316 0 0 0 0 5 3 20 0 15 0 445029183 11079880704 11375 33554432000 4194304 4196468 140726856017264 140674204689136 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18470] ppid=18406 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18470/stat : 18470 (java) S 18406 18409 12464 0 -1 1077944384 2 13316 0 0 0 0 5 3 20 0 15 0 445029186 11079880704 11375 33554432000 4194304 4196468 140726856017264 140673600710608 140674897287067 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18471] ppid=18406 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18409/task/18471/stat : 18471 (java) R 18406 18409 12464 0 -1 4202560 369 13316 0 0 1 0 5 3 20 0 15 0 445029186 11079880704 11375 33554432000 4194304 4196468 140726856017264 140674422848240 140674897289818 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18472] ppid=18406 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/18409/task/18472/stat : 18472 (java) S 18406 18409 12464 0 -1 1077944384 310 13316 0 0 1 0 5 3 20 0 15 0 445029186 11079880704 11375 33554432000 4194304 4196468 140726856017264 140674421795696 140674897279618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18473] ppid=18406 vsize=10820196 memory=139923543717504 CPUtime=0.11 cores=0,2,4,6
/proc/18409/task/18473/stat : 18473 (java) S 18406 18409 12464 0 -1 1077944384 590 13316 0 0 3 0 5 3 20 0 15 0 445029186 11079880704 11375 33554432000 4194304 4196468 140726856017264 140674420742640 140674897279618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18474] ppid=18406 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18474/stat : 18474 (java) S 18406 18409 12464 0 -1 1077944384 3 13316 0 0 0 0 5 3 20 0 15 0 445029186 11079880704 11375 33554432000 4194304 4196468 140726856017264 140673130949472 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18475] ppid=18406 vsize=10820196 memory=139923543717504 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18475/stat : 18475 (java) S 18406 18409 12464 0 -1 1077944384 1 13316 0 0 0 0 5 3 20 0 15 0 445029186 11079880704 11375 33554432000 4194304 4196468 140726856017264 140674419690032 140674897279618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 45500 KiB

[startup+0.310356 s]*
/proc/loadavg: 1.39 1.45 1.46 4/225 18475
/proc/meminfo: memFree=30536900/32770624 swapFree=66922564/67108860
[pid=18409] ppid=18406 vsize=10820196 memory=54064 CPUtime=0.41 cores=0,2,4,6
/proc/18409/stat : 18409 (java) S 18406 18409 12464 0 -1 1077944320 10734 13316 0 0 29 4 5 3 20 0 15 0 445029171 11079880704 13516 33554432000 4194304 4196468 140726856017264 140726855999808 140674897268471 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
/proc/18409/statm: 2705049 13516 3312 1 0 2667149 0
[pid=18409/tid=18462] ppid=18406 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/18409/task/18462/stat : 18462 (java) R 18406 18409 12464 0 -1 4202560 7210 13316 0 0 18 3 5 3 20 0 15 0 445029180 11079880704 13516 33554432000 4194304 4196468 140726856017264 140674869077424 140674882640618 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18463] ppid=18406 vsize=10820196 memory=7525077833020173410 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18463/stat : 18463 (java) S 18406 18409 12464 0 -1 1077944384 1 13316 0 0 0 0 5 3 20 0 15 0 445029181 11079880704 13516 33554432000 4194304 4196468 140726856017264 140674901511184 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18464] ppid=18406 vsize=10820196 memory=5787233549803348032 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18464/stat : 18464 (java) S 18406 18409 12464 0 -1 1077944384 1 13316 0 0 0 0 5 3 20 0 15 0 445029181 11079880704 13516 33554432000 4194304 4196468 140726856017264 140674816330896 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18465] ppid=18406 vsize=10820196 memory=7649539320473601473 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18465/stat : 18465 (java) S 18406 18409 12464 0 -1 1077944384 1 13316 0 0 0 0 5 3 20 0 15 0 445029181 11079880704 13516 33554432000 4194304 4196468 140726856017264 140674815277840 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18466] ppid=18406 vsize=10820196 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18466/stat : 18466 (java) S 18406 18409 12464 0 -1 1077944384 2 13316 0 0 0 0 5 3 20 0 15 0 445029181 11079880704 13516 33554432000 4194304 4196468 140726856017264 140674814225296 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18467] ppid=18406 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18467/stat : 18467 (java) S 18406 18409 12464 0 -1 1077944384 2 13316 0 0 0 0 5 3 20 0 15 0 445029182 11079880704 13516 33554432000 4194304 4196468 140726856017264 140674423900400 140674897279618 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18468] ppid=18406 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18468/stat : 18468 (java) S 18406 18409 12464 0 -1 1077944384 13 13316 0 0 0 0 5 3 20 0 15 0 445029183 11079880704 13516 33554432000 4194304 4196468 140726856017264 140674338907296 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18469] ppid=18406 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18469/stat : 18469 (java) S 18406 18409 12464 0 -1 1077944384 1 13316 0 0 0 0 5 3 20 0 15 0 445029183 11079880704 13516 33554432000 4194304 4196468 140726856017264 140674204689136 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18470] ppid=18406 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18470/stat : 18470 (java) S 18406 18409 12464 0 -1 1077944384 2 13316 0 0 0 0 5 3 20 0 15 0 445029186 11079880704 13516 33554432000 4194304 4196468 140726856017264 140673600710608 140674897287067 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18471] ppid=18406 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/18409/task/18471/stat : 18471 (java) S 18406 18409 12464 0 -1 1077944384 370 13316 0 0 2 0 5 3 20 0 15 0 445029186 11079880704 13516 33554432000 4194304 4196468 140726856017264 140674422848240 140674897279618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18472] ppid=18406 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18409/task/18472/stat : 18472 (java) S 18406 18409 12464 0 -1 1077944384 311 13316 0 0 1 0 5 3 20 0 15 0 445029186 11079880704 13516 33554432000 4194304 4196468 140726856017264 140674421795696 140674897279618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18473] ppid=18406 vsize=10820196 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/18409/task/18473/stat : 18473 (java) S 18406 18409 12464 0 -1 1077944384 608 13316 0 0 5 0 5 3 20 0 15 0 445029186 11079880704 13516 33554432000 4194304 4196468 140726856017264 140674420742640 140674897279618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18474] ppid=18406 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18474/stat : 18474 (java) S 18406 18409 12464 0 -1 1077944384 3 13316 0 0 0 0 5 3 20 0 15 0 445029186 11079880704 13516 33554432000 4194304 4196468 140726856017264 140673130949472 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18475] ppid=18406 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18475/stat : 18475 (java) S 18406 18409 12464 0 -1 1077944384 1 13316 0 0 0 0 5 3 20 0 15 0 445029186 11079880704 13516 33554432000 4194304 4196468 140726856017264 140674419690032 140674897279618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 54064 KiB

[startup+0.705885 s]
/proc/loadavg: 1.39 1.45 1.46 4/225 18475
/proc/meminfo: memFree=30522360/32770624 swapFree=66922564/67108860
[pid=18409] ppid=18406 vsize=10824364 memory=87744 CPUtime=1.16 cores=0,2,4,6
/proc/18409/stat : 18409 (java) S 18406 18409 12464 0 -1 1077944320 15102 13316 0 0 102 6 5 3 20 0 15 0 445029171 11084148736 21936 33554432000 4194304 4196468 140726856017264 140726855999808 140674897268471 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
/proc/18409/statm: 2706091 21936 3511 1 0 2668173 0
[pid=18409/tid=18462] ppid=18406 vsize=10824364 memory=2241 CPUtime=0.67 cores=0,2,4,6
/proc/18409/task/18462/stat : 18462 (java) R 18406 18409 12464 0 -1 4202560 10518 13316 0 0 55 4 5 3 20 0 15 0 445029180 11084148736 21936 33554432000 4194304 4196468 140726856017264 140674869098016 140674881348958 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18463] ppid=18406 vsize=10824364 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18463/stat : 18463 (java) S 18406 18409 12464 0 -1 1077944384 1 13316 0 0 0 0 5 3 20 0 15 0 445029181 11084148736 21936 33554432000 4194304 4196468 140726856017264 140674901511184 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18464] ppid=18406 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18464/stat : 18464 (java) S 18406 18409 12464 0 -1 1077944384 1 13316 0 0 0 0 5 3 20 0 15 0 445029181 11084148736 21936 33554432000 4194304 4196468 140726856017264 140674816330896 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18465] ppid=18406 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18465/stat : 18465 (java) S 18406 18409 12464 0 -1 1077944384 1 13316 0 0 0 0 5 3 20 0 15 0 445029181 11084148736 21936 33554432000 4194304 4196468 140726856017264 140674815277840 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18466] ppid=18406 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18466/stat : 18466 (java) S 18406 18409 12464 0 -1 1077944384 2 13316 0 0 0 0 5 3 20 0 15 0 445029181 11084148736 21936 33554432000 4194304 4196468 140726856017264 140674814225296 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18467] ppid=18406 vsize=10824364 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18467/stat : 18467 (java) S 18406 18409 12464 0 -1 1077944384 5 13316 0 0 0 0 5 3 20 0 15 0 445029182 11084148736 21936 33554432000 4194304 4196468 140726856017264 140674423900400 140674897279618 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18468] ppid=18406 vsize=10824364 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18468/stat : 18468 (java) S 18406 18409 12464 0 -1 1077944384 13 13316 0 0 0 0 5 3 20 0 15 0 445029183 11084148736 21936 33554432000 4194304 4196468 140726856017264 140674338907296 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18469] ppid=18406 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18469/stat : 18469 (java) S 18406 18409 12464 0 -1 1077944384 1 13316 0 0 0 0 5 3 20 0 15 0 445029183 11084148736 21936 33554432000 4194304 4196468 140726856017264 140674204689136 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18470] ppid=18406 vsize=10824364 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18470/stat : 18470 (java) S 18406 18409 12464 0 -1 1077944384 2 13316 0 0 0 0 5 3 20 0 15 0 445029186 11084148736 21936 33554432000 4194304 4196468 140726856017264 140673600710608 140674897287067 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18471] ppid=18406 vsize=10824364 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/18409/task/18471/stat : 18471 (java) R 18406 18409 12464 0 -1 4202560 797 13316 0 0 13 0 5 3 20 0 15 0 445029186 11084148736 21936 33554432000 4194304 4196468 140726856017264 140674422848240 140674881557328 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18472] ppid=18406 vsize=10824364 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/18409/task/18472/stat : 18472 (java) R 18406 18409 12464 0 -1 4202560 743 13316 0 0 14 0 5 3 20 0 15 0 445029186 11084148736 21936 33554432000 4194304 4196468 140726856017264 140674421781792 140674882394365 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18473] ppid=18406 vsize=10824364 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/18409/task/18473/stat : 18473 (java) S 18406 18409 12464 0 -1 1077944384 806 13316 0 0 17 0 5 3 20 0 15 0 445029186 11084148736 21936 33554432000 4194304 4196468 140726856017264 140674420742640 140674897279618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18474] ppid=18406 vsize=10824364 memory=279846781452528 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18474/stat : 18474 (java) S 18406 18409 12464 0 -1 1077944384 3 13316 0 0 0 0 5 3 20 0 15 0 445029186 11084148736 21936 33554432000 4194304 4196468 140726856017264 140673130949472 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18475] ppid=18406 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18475/stat : 18475 (java) S 18406 18409 12464 0 -1 1077944384 1 13316 0 0 0 0 5 3 20 0 15 0 445029186 11084148736 21936 33554432000 4194304 4196468 140726856017264 140674419690032 140674897279618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 87744 KiB

[startup+1.50077 s]
/proc/loadavg: 1.39 1.45 1.46 4/225 18475
/proc/meminfo: memFree=30478628/32770624 swapFree=66922564/67108860
[pid=18409] ppid=18406 vsize=10834680 memory=175424 CPUtime=2.48 cores=0,2,4,6
/proc/18409/stat : 18409 (java) S 18406 18409 12464 0 -1 1077944320 21754 13316 0 0 230 10 5 3 20 0 15 0 445029171 11094712320 43856 33554432000 4194304 4196468 140726856017264 140726855999808 140674897268471 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
/proc/18409/statm: 2708670 43856 3577 1 0 2670733 0
[pid=18409/tid=18462] ppid=18406 vsize=10834680 memory=20 CPUtime=1.44 cores=0,2,4,6
/proc/18409/task/18462/stat : 18462 (java) R 18406 18409 12464 0 -1 4202560 15427 13316 0 0 130 6 5 3 20 0 15 0 445029180 11094712320 43856 33554432000 4194304 4196468 140726856017264 140674869064224 140674877079656 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18463] ppid=18406 vsize=10834680 memory=27 CPUtime=0.09 cores=0,2,4,6
/proc/18409/task/18463/stat : 18463 (java) S 18406 18409 12464 0 -1 1077944384 67 13316 0 0 1 0 5 3 20 0 15 0 445029181 11094712320 43856 33554432000 4194304 4196468 140726856017264 140674901511184 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18464] ppid=18406 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18464/stat : 18464 (java) S 18406 18409 12464 0 -1 1077944384 351 13316 0 0 0 0 5 3 20 0 15 0 445029181 11094712320 43856 33554432000 4194304 4196468 140726856017264 140674816330896 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18465] ppid=18406 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18409/task/18465/stat : 18465 (java) S 18406 18409 12464 0 -1 1077944384 32 13316 0 0 1 0 5 3 20 0 15 0 445029181 11094712320 43856 33554432000 4194304 4196468 140726856017264 140674815277840 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18466] ppid=18406 vsize=10834680 memory=101244 CPUtime=0.09 cores=0,2,4,6
/proc/18409/task/18466/stat : 18466 (java) S 18406 18409 12464 0 -1 1077944384 59 13316 0 0 1 0 5 3 20 0 15 0 445029181 11094712320 43856 33554432000 4194304 4196468 140726856017264 140674814225296 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18467] ppid=18406 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18409/task/18467/stat : 18467 (java) S 18406 18409 12464 0 -1 1077944384 135 13316 0 0 1 0 5 3 20 0 15 0 445029182 11094712320 43856 33554432000 4194304 4196468 140726856017264 140674423900400 140674897279618 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18468] ppid=18406 vsize=10834680 memory=7234844112153766224 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18468/stat : 18468 (java) S 18406 18409 12464 0 -1 1077944384 13 13316 0 0 0 0 5 3 20 0 15 0 445029183 11094712320 43856 33554432000 4194304 4196468 140726856017264 140674338907360 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18469] ppid=18406 vsize=10834680 memory=7667490899787997781 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18469/stat : 18469 (java) S 18406 18409 12464 0 -1 1077944384 2 13316 0 0 0 0 5 3 20 0 15 0 445029183 11094712320 43856 33554432000 4194304 4196468 140726856017264 140674204689152 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18470] ppid=18406 vsize=10834680 memory=7012225993132106091 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18470/stat : 18470 (java) S 18406 18409 12464 0 -1 1077944384 2 13316 0 0 0 0 5 3 20 0 15 0 445029186 11094712320 43856 33554432000 4194304 4196468 140726856017264 140673600710608 140674897287067 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18471] ppid=18406 vsize=10834680 memory=5787220458829273444 CPUtime=0.33 cores=0,2,4,6
/proc/18409/task/18471/stat : 18471 (java) R 18406 18409 12464 0 -1 1077944384 865 13316 0 0 25 0 5 3 20 0 15 0 445029186 11094712320 43856 33554432000 4194304 4196468 140726856017264 140674422848240 140674897279618 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18472] ppid=18406 vsize=10834680 memory=7954316138667005289 CPUtime=0.33 cores=0,2,4,6
/proc/18409/task/18472/stat : 18472 (java) S 18406 18409 12464 0 -1 1077944384 951 13316 0 0 25 0 5 3 20 0 15 0 445029186 11094712320 43856 33554432000 4194304 4196468 140726856017264 140674421795696 140674897279618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18473] ppid=18406 vsize=10834680 memory=7234844112153766224 CPUtime=0.49 cores=0,2,4,6
/proc/18409/task/18473/stat : 18473 (java) S 18406 18409 12464 0 -1 1077944384 1636 13316 0 0 41 0 5 3 20 0 15 0 445029186 11094712320 43856 33554432000 4194304 4196468 140726856017264 140674420742640 140674897279618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18474] ppid=18406 vsize=10834680 memory=7234844112153766224 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18474/stat : 18474 (java) S 18406 18409 12464 0 -1 1077944384 3 13316 0 0 0 0 5 3 20 0 15 0 445029186 11094712320 43856 33554432000 4194304 4196468 140726856017264 140673130949472 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18475] ppid=18406 vsize=10834680 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18475/stat : 18475 (java) S 18406 18409 12464 0 -1 1077944384 1 13316 0 0 0 0 5 3 20 0 15 0 445029186 11094712320 43856 33554432000 4194304 4196468 140726856017264 140674419690032 140674897279618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
Current children cumulated CPU time: 2.48 s
Current children cumulated vsize: 10834680 KiB

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

/proc/18409/task/18462/stat : 18462 (java) R 18406 18409 12464 0 -1 4202560 65930 13316 0 0 217712 41 5 3 20 0 15 0 445029180 11107315712 195258 33554432000 4194304 4196468 140726856017264 140674869104768 140674503721667 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18463] ppid=18406 vsize=10846988 memory=780524 CPUtime=11.5 cores=0,2,4,6
/proc/18409/task/18463/stat : 18463 (java) S 18406 18409 12464 0 -1 1077944384 12075 13316 0 0 1082 60 5 3 20 0 15 0 445029181 11107315712 195258 33554432000 4194304 4196468 140726856017264 140674901511184 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18464] ppid=18406 vsize=10846988 memory=780524 CPUtime=11.53 cores=0,2,4,6
/proc/18409/task/18464/stat : 18464 (java) S 18406 18409 12464 0 -1 1077944384 12340 13316 0 0 1091 54 5 3 20 0 15 0 445029181 11107315712 195258 33554432000 4194304 4196468 140726856017264 140674816330896 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18465] ppid=18406 vsize=10846988 memory=780524 CPUtime=11.51 cores=0,2,4,6
/proc/18409/task/18465/stat : 18465 (java) S 18406 18409 12464 0 -1 1077944384 12295 13316 0 0 1085 58 5 3 20 0 15 0 445029181 11107315712 195258 33554432000 4194304 4196468 140726856017264 140674815277840 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18466] ppid=18406 vsize=10846988 memory=780524 CPUtime=11.5 cores=0,2,4,6
/proc/18409/task/18466/stat : 18466 (java) S 18406 18409 12464 0 -1 1077944384 14775 13316 0 0 1085 57 5 3 20 0 15 0 445029181 11107315712 195258 33554432000 4194304 4196468 140726856017264 140674814225296 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18467] ppid=18406 vsize=10846988 memory=782060 CPUtime=10.43 cores=0,2,4,6
/proc/18409/task/18467/stat : 18467 (java) S 18406 18409 12464 0 -1 1077944384 15594 13316 0 0 983 52 5 3 20 0 15 0 445029182 11107315712 195258 33554432000 4194304 4196468 140726856017264 140674423900400 140674897279618 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18468] ppid=18406 vsize=10846988 memory=781032 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18468/stat : 18468 (java) S 18406 18409 12464 0 -1 1077944384 15 13316 0 0 0 0 5 3 20 0 15 0 445029183 11107315712 195258 33554432000 4194304 4196468 140726856017264 140674338907424 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18469] ppid=18406 vsize=10846988 memory=781032 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18469/stat : 18469 (java) S 18406 18409 12464 0 -1 1077944384 6 13316 0 0 0 0 5 3 20 0 15 0 445029183 11107315712 195258 33554432000 4194304 4196468 140726856017264 140674204689152 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18470] ppid=18406 vsize=10846988 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18470/stat : 18470 (java) S 18406 18409 12464 0 -1 1077944384 2 13316 0 0 0 0 5 3 20 0 15 0 445029186 11107315712 195258 33554432000 4194304 4196468 140726856017264 140673600710608 140674897287067 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18471] ppid=18406 vsize=10846988 memory=780524 CPUtime=4.97 cores=0,2,4,6
/proc/18409/task/18471/stat : 18471 (java) S 18406 18409 12464 0 -1 1077944384 30546 13316 0 0 485 4 5 3 20 0 15 0 445029186 11107315712 195258 33554432000 4194304 4196468 140726856017264 140674422848240 140674897279618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18472] ppid=18406 vsize=10846988 memory=1428 CPUtime=4.84 cores=0,2,4,6
/proc/18409/task/18472/stat : 18472 (java) S 18406 18409 12464 0 -1 1077944384 32935 13316 0 0 471 5 5 3 20 0 15 0 445029186 11107315712 195258 33554432000 4194304 4196468 140726856017264 140674421795696 140674897279618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18473] ppid=18406 vsize=10846988 memory=780524 CPUtime=1.94 cores=0,2,4,6
/proc/18409/task/18473/stat : 18473 (java) S 18406 18409 12464 0 -1 1077944384 25284 13316 0 0 181 5 5 3 20 0 15 0 445029186 11107315712 195258 33554432000 4194304 4196468 140726856017264 140674420742640 140674897279618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18474] ppid=18406 vsize=10846988 memory=780524 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18474/stat : 18474 (java) S 18406 18409 12464 0 -1 1077944384 3 13316 0 0 0 0 5 3 20 0 15 0 445029186 11107315712 195258 33554432000 4194304 4196468 140726856017264 140673130949472 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18475] ppid=18406 vsize=10846988 memory=781032 CPUtime=1.42 cores=0,2,4,6
/proc/18409/task/18475/stat : 18475 (java) S 18406 18409 12464 0 -1 1077944384 1729 13316 0 0 64 70 5 3 20 0 15 0 445029186 11107315712 195258 33554432000 4194304 4196468 140726856017264 140674419690032 140674897279618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
Current children cumulated CPU time: 2246.62 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 781032 KiB

[startup+2262.3 s]
/proc/loadavg: 1.77 1.59 1.50 4/225 18837
/proc/meminfo: memFree=27124156/32770624 swapFree=66922592/67108860
[pid=18409] ppid=18406 vsize=10846988 memory=781032 CPUtime=2307.65 cores=0,2,4,6
/proc/18409/stat : 18409 (java) S 18406 18409 12464 0 -1 1077944320 227426 13316 0 0 230409 348 5 3 20 0 15 0 445029171 11107315712 195258 33554432000 4194304 4196468 140726856017264 140726855999808 140674897268471 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
/proc/18409/statm: 2711747 195258 3631 1 0 2673805 0
[pid=18409/tid=18462] ppid=18406 vsize=10846988 memory=781032 CPUtime=2236.93 cores=0,2,4,6
/proc/18409/task/18462/stat : 18462 (java) R 18406 18409 12464 0 -1 4202560 66733 13316 0 0 223643 42 5 3 20 0 15 0 445029180 11107315712 195258 33554432000 4194304 4196468 140726856017264 140674869104736 140674506395974 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18463] ppid=18406 vsize=10846988 memory=781032 CPUtime=11.84 cores=0,2,4,6
/proc/18409/task/18463/stat : 18463 (java) S 18406 18409 12464 0 -1 1077944384 12115 13316 0 0 1114 62 5 3 20 0 15 0 445029181 11107315712 195258 33554432000 4194304 4196468 140726856017264 140674901511184 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18464] ppid=18406 vsize=10846988 memory=781032 CPUtime=11.88 cores=0,2,4,6
/proc/18409/task/18464/stat : 18464 (java) S 18406 18409 12464 0 -1 1077944384 12420 13316 0 0 1124 56 5 3 20 0 15 0 445029181 11107315712 195258 33554432000 4194304 4196468 140726856017264 140674816330896 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18465] ppid=18406 vsize=10846988 memory=781032 CPUtime=11.85 cores=0,2,4,6
/proc/18409/task/18465/stat : 18465 (java) S 18406 18409 12464 0 -1 1077944384 12717 13316 0 0 1118 59 5 3 20 0 15 0 445029181 11107315712 195258 33554432000 4194304 4196468 140726856017264 140674815277840 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18466] ppid=18406 vsize=10846988 memory=781032 CPUtime=11.85 cores=0,2,4,6
/proc/18409/task/18466/stat : 18466 (java) S 18406 18409 12464 0 -1 1077944384 14878 13316 0 0 1119 58 5 3 20 0 15 0 445029181 11107315712 195258 33554432000 4194304 4196468 140726856017264 140674814225296 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18467] ppid=18406 vsize=10846988 memory=781032 CPUtime=10.73 cores=0,2,4,6
/proc/18409/task/18467/stat : 18467 (java) S 18406 18409 12464 0 -1 1077944384 15810 13316 0 0 1012 53 5 3 20 0 15 0 445029182 11107315712 195258 33554432000 4194304 4196468 140726856017264 140674423900400 140674897279618 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18468] ppid=18406 vsize=10846988 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18468/stat : 18468 (java) S 18406 18409 12464 0 -1 1077944384 15 13316 0 0 0 0 5 3 20 0 15 0 445029183 11107315712 195258 33554432000 4194304 4196468 140726856017264 140674338907424 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18469] ppid=18406 vsize=10846988 memory=1170 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18469/stat : 18469 (java) S 18406 18409 12464 0 -1 1077944384 6 13316 0 0 0 0 5 3 20 0 15 0 445029183 11107315712 195258 33554432000 4194304 4196468 140726856017264 140674204689152 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18470] ppid=18406 vsize=10846988 memory=781032 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18470/stat : 18470 (java) S 18406 18409 12464 0 -1 1077944384 2 13316 0 0 0 0 5 3 20 0 15 0 445029186 11107315712 195258 33554432000 4194304 4196468 140726856017264 140673600710608 140674897287067 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18471] ppid=18406 vsize=10846988 memory=781032 CPUtime=4.97 cores=0,2,4,6
/proc/18409/task/18471/stat : 18471 (java) S 18406 18409 12464 0 -1 1077944384 30548 13316 0 0 485 4 5 3 20 0 15 0 445029186 11107315712 195258 33554432000 4194304 4196468 140726856017264 140674422848240 140674897279618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18472] ppid=18406 vsize=10846988 memory=781032 CPUtime=4.84 cores=0,2,4,6
/proc/18409/task/18472/stat : 18472 (java) S 18406 18409 12464 0 -1 1077944384 32937 13316 0 0 471 5 5 3 20 0 15 0 445029186 11107315712 195258 33554432000 4194304 4196468 140726856017264 140674421795696 140674897279618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18473] ppid=18406 vsize=10846988 memory=576583242059703325 CPUtime=1.94 cores=0,2,4,6
/proc/18409/task/18473/stat : 18473 (java) S 18406 18409 12464 0 -1 1077944384 25286 13316 0 0 181 5 5 3 20 0 15 0 445029186 11107315712 195258 33554432000 4194304 4196468 140726856017264 140674420742640 140674897279618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18474] ppid=18406 vsize=10846988 memory=781032 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18474/stat : 18474 (java) S 18406 18409 12464 0 -1 1077944384 3 13316 0 0 0 0 5 3 20 0 15 0 445029186 11107315712 195258 33554432000 4194304 4196468 140726856017264 140673130949472 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18475] ppid=18406 vsize=10846988 memory=3620 CPUtime=1.45 cores=0,2,4,6
/proc/18409/task/18475/stat : 18475 (java) S 18406 18409 12464 0 -1 1077944384 1746 13316 0 0 66 71 5 3 20 0 15 0 445029186 11107315712 195258 33554432000 4194304 4196468 140726856017264 140674419690032 140674897279618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
Current children cumulated CPU time: 2307.65 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 781032 KiB

[startup+2322.3 s]
/proc/loadavg: 1.60 1.58 1.50 3/225 18841
/proc/meminfo: memFree=27122728/32770624 swapFree=66922592/67108860
[pid=18409] ppid=18406 vsize=10846988 memory=783080 CPUtime=2368.68 cores=0,2,4,6
/proc/18409/stat : 18409 (java) S 18406 18409 12464 0 -1 1077944320 229127 13316 0 0 236504 356 5 3 20 0 15 0 445029171 11107315712 195770 33554432000 4194304 4196468 140726856017264 140726855999808 140674897268471 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
/proc/18409/statm: 2711747 195770 3631 1 0 2673805 0
[pid=18409/tid=18462] ppid=18406 vsize=10846988 memory=783080 CPUtime=2296.25 cores=0,2,4,6
/proc/18409/task/18462/stat : 18462 (java) R 18406 18409 12464 0 -1 4202560 67542 13316 0 0 229575 42 5 3 20 0 15 0 445029180 11107315712 195770 33554432000 4194304 4196468 140726856017264 140674869104944 140674491506533 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18463] ppid=18406 vsize=10846988 memory=781032 CPUtime=12.19 cores=0,2,4,6
/proc/18409/task/18463/stat : 18463 (java) S 18406 18409 12464 0 -1 1077944384 12544 13316 0 0 1147 64 5 3 20 0 15 0 445029181 11107315712 195770 33554432000 4194304 4196468 140726856017264 140674901511184 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18464] ppid=18406 vsize=10846988 memory=279846783477792 CPUtime=12.22 cores=0,2,4,6
/proc/18409/task/18464/stat : 18464 (java) S 18406 18409 12464 0 -1 1077944384 12469 13316 0 0 1157 57 5 3 20 0 15 0 445029181 11107315712 195770 33554432000 4194304 4196468 140726856017264 140674816330896 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18465] ppid=18406 vsize=10846988 memory=781032 CPUtime=12.2 cores=0,2,4,6
/proc/18409/task/18465/stat : 18465 (java) S 18406 18409 12464 0 -1 1077944384 12777 13316 0 0 1151 61 5 3 20 0 15 0 445029181 11107315712 195770 33554432000 4194304 4196468 140726856017264 140674815277840 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18466] ppid=18406 vsize=10846988 memory=781032 CPUtime=12.19 cores=0,2,4,6
/proc/18409/task/18466/stat : 18466 (java) S 18406 18409 12464 0 -1 1077944384 14994 13316 0 0 1151 60 5 3 20 0 15 0 445029181 11107315712 195770 33554432000 4194304 4196468 140726856017264 140674814225296 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18467] ppid=18406 vsize=10846988 memory=781032 CPUtime=11.02 cores=0,2,4,6
/proc/18409/task/18467/stat : 18467 (java) S 18406 18409 12464 0 -1 1077944384 16024 13316 0 0 1040 54 5 3 20 0 15 0 445029182 11107315712 195770 33554432000 4194304 4196468 140726856017264 140674423900400 140674897279618 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18468] ppid=18406 vsize=10846988 memory=781032 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18468/stat : 18468 (java) S 18406 18409 12464 0 -1 1077944384 15 13316 0 0 0 0 5 3 20 0 15 0 445029183 11107315712 195770 33554432000 4194304 4196468 140726856017264 140674338907424 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18469] ppid=18406 vsize=10846988 memory=781032 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18469/stat : 18469 (java) S 18406 18409 12464 0 -1 1077944384 6 13316 0 0 0 0 5 3 20 0 15 0 445029183 11107315712 195770 33554432000 4194304 4196468 140726856017264 140674204689152 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18470] ppid=18406 vsize=10846988 memory=783080 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18470/stat : 18470 (java) S 18406 18409 12464 0 -1 1077944384 2 13316 0 0 0 0 5 3 20 0 15 0 445029186 11107315712 195770 33554432000 4194304 4196468 140726856017264 140673600710608 140674897287067 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18471] ppid=18406 vsize=10846988 memory=279846783473008 CPUtime=4.97 cores=0,2,4,6
/proc/18409/task/18471/stat : 18471 (java) S 18406 18409 12464 0 -1 1077944384 30550 13316 0 0 485 4 5 3 20 0 15 0 445029186 11107315712 195770 33554432000 4194304 4196468 140726856017264 140674422848240 140674897279618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18472] ppid=18406 vsize=10846988 memory=781032 CPUtime=4.84 cores=0,2,4,6
/proc/18409/task/18472/stat : 18472 (java) S 18406 18409 12464 0 -1 1077944384 32939 13316 0 0 471 5 5 3 20 0 15 0 445029186 11107315712 195770 33554432000 4194304 4196468 140726856017264 140674421795696 140674897279618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18473] ppid=18406 vsize=10846988 memory=47236 CPUtime=1.94 cores=0,2,4,6
/proc/18409/task/18473/stat : 18473 (java) S 18406 18409 12464 0 -1 1077944384 25288 13316 0 0 181 5 5 3 20 0 15 0 445029186 11107315712 195770 33554432000 4194304 4196468 140726856017264 140674420742640 140674897279618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18474] ppid=18406 vsize=10846988 memory=781032 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18474/stat : 18474 (java) S 18406 18409 12464 0 -1 1077944384 3 13316 0 0 0 0 5 3 20 0 15 0 445029186 11107315712 195770 33554432000 4194304 4196468 140726856017264 140673130949472 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18475] ppid=18406 vsize=10846988 memory=279846782630336 CPUtime=1.48 cores=0,2,4,6
/proc/18409/task/18475/stat : 18475 (java) S 18406 18409 12464 0 -1 1077944384 1764 13316 0 0 67 73 5 3 20 0 15 0 445029186 11107315712 195770 33554432000 4194304 4196468 140726856017264 140674419690032 140674897279618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
Current children cumulated CPU time: 2368.68 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 783080 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2353.2 s]
/proc/loadavg: 1.55 1.57 1.50 3/225 18843
/proc/meminfo: memFree=27122464/32770624 swapFree=66922592/67108860
[pid=18409] ppid=18406 vsize=10846988 memory=783080 CPUtime=2400.09 cores=0,2,4,6
/proc/18409/stat : 18409 (java) S 18406 18409 12464 0 -1 1077944320 230571 13316 0 0 239641 360 5 3 20 0 15 0 445029171 11107315712 195770 33554432000 4194304 4196468 140726856017264 140726855999808 140674897268471 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
/proc/18409/statm: 2711747 195770 3631 1 0 2673805 0
[pid=18409/tid=18462] ppid=18406 vsize=10846988 memory=111632 CPUtime=2326.8 cores=0,2,4,6
/proc/18409/task/18462/stat : 18462 (java) R 18406 18409 12464 0 -1 4202560 68119 13316 0 0 232629 43 5 3 20 0 15 0 445029180 11107315712 195770 33554432000 4194304 4196468 140726856017264 140674869104528 140674494035590 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18463] ppid=18406 vsize=10846988 memory=808 CPUtime=12.35 cores=0,2,4,6
/proc/18409/task/18463/stat : 18463 (java) S 18406 18409 12464 0 -1 1077944384 12682 13316 0 0 1163 64 5 3 20 0 15 0 445029181 11107315712 195770 33554432000 4194304 4196468 140726856017264 140674901511184 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18464] ppid=18406 vsize=10846988 memory=6791534058613427641 CPUtime=12.39 cores=0,2,4,6
/proc/18409/task/18464/stat : 18464 (java) S 18406 18409 12464 0 -1 1077944384 12829 13316 0 0 1174 57 5 3 20 0 15 0 445029181 11107315712 195770 33554432000 4194304 4196468 140726856017264 140674816330896 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18465] ppid=18406 vsize=10846988 memory=288230596050944315 CPUtime=12.37 cores=0,2,4,6
/proc/18409/task/18465/stat : 18465 (java) S 18406 18409 12464 0 -1 1077944384 12858 13316 0 0 1167 62 5 3 20 0 15 0 445029181 11107315712 195770 33554432000 4194304 4196468 140726856017264 140674815277840 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18466] ppid=18406 vsize=10846988 memory=15823283127847325 CPUtime=12.36 cores=0,2,4,6
/proc/18409/task/18466/stat : 18466 (java) S 18406 18409 12464 0 -1 1077944384 15051 13316 0 0 1168 60 5 3 20 0 15 0 445029181 11107315712 195770 33554432000 4194304 4196468 140726856017264 140674814225296 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18467] ppid=18406 vsize=10846988 memory=4104 CPUtime=11.16 cores=0,2,4,6
/proc/18409/task/18467/stat : 18467 (java) S 18406 18409 12464 0 -1 1077944384 16233 13316 0 0 1054 54 5 3 20 0 15 0 445029182 11107315712 195770 33554432000 4194304 4196468 140726856017264 140674423900400 140674897279618 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18468] ppid=18406 vsize=10846988 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18468/stat : 18468 (java) S 18406 18409 12464 0 -1 1077944384 15 13316 0 0 0 0 5 3 20 0 15 0 445029183 11107315712 195770 33554432000 4194304 4196468 140726856017264 140674338907424 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18469] ppid=18406 vsize=10846988 memory=3252 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18469/stat : 18469 (java) S 18406 18409 12464 0 -1 1077944384 6 13316 0 0 0 0 5 3 20 0 15 0 445029183 11107315712 195770 33554432000 4194304 4196468 140726856017264 140674204689152 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18470] ppid=18406 vsize=10846988 memory=783080 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18470/stat : 18470 (java) S 18406 18409 12464 0 -1 1077944384 2 13316 0 0 0 0 5 3 20 0 15 0 445029186 11107315712 195770 33554432000 4194304 4196468 140726856017264 140673600710608 140674897287067 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18471] ppid=18406 vsize=10846988 memory=1412 CPUtime=4.97 cores=0,2,4,6
/proc/18409/task/18471/stat : 18471 (java) S 18406 18409 12464 0 -1 1077944384 30552 13316 0 0 485 4 5 3 20 0 15 0 445029186 11107315712 195770 33554432000 4194304 4196468 140726856017264 140674422848240 140674897279618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18472] ppid=18406 vsize=10846988 memory=3208 CPUtime=4.84 cores=0,2,4,6
/proc/18409/task/18472/stat : 18472 (java) S 18406 18409 12464 0 -1 1077944384 32941 13316 0 0 471 5 5 3 20 0 15 0 445029186 11107315712 195770 33554432000 4194304 4196468 140726856017264 140674421795696 140674897279618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18473] ppid=18406 vsize=10846988 memory=3203220 CPUtime=1.94 cores=0,2,4,6
/proc/18409/task/18473/stat : 18473 (java) S 18406 18409 12464 0 -1 1077944384 25290 13316 0 0 181 5 5 3 20 0 15 0 445029186 11107315712 195770 33554432000 4194304 4196468 140726856017264 140674420742640 140674897279618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18474] ppid=18406 vsize=10846988 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/18409/task/18474/stat : 18474 (java) S 18406 18409 12464 0 -1 1077944384 3 13316 0 0 0 0 5 3 20 0 15 0 445029186 11107315712 195770 33554432000 4194304 4196468 140726856017264 140673130949472 140674897278677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
[pid=18409/tid=18475] ppid=18406 vsize=10846988 memory=4872558044660077418 CPUtime=1.49 cores=0,2,4,6
/proc/18409/task/18475/stat : 18475 (java) S 18406 18409 12464 0 -1 1077944384 1780 13316 0 0 67 74 5 3 20 0 15 0 445029186 11107315712 195770 33554432000 4194304 4196468 140726856017264 140674419690032 140674897279618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16891904 140726856018671 140726856021189 140726856021189 140726856024015 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 783080 KiB

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

[startup+2353.23 s]
# the end of solver process 18409 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.48 s, system=3.64488 s

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

Child status: 143
Real time (s): 2353.23
CPU time (s): 2400.12
CPU user time (s): 2396.48
CPU system time (s): 3.64488
CPU usage (%): 101.993
Max. virtual memory (cumulated for all children) (KiB): 10849748
Max. memory (cumulated for all children) (KiB): 869124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.48
system time used= 3.64488
maximum resident set size= 870152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 244959
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 288578
involuntary context switches= 9036


# summary of solver processes directly reported to runsolver:
#   pid: 18409
#   total CPU time (s): 2400.12
#   total CPU user time (s): 2396.48
#   total CPU system time (s): 3.64488

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9606 second user time and 22.5378 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-17 04:35:17
IDJOB=4401442
IDBENCH=136490
IDSOLVER=2858
FILE ID=node139/4401442-1568687604
RUNJOBID= node139-1568673443-12495
PBS_JOBID= 21703780
Free space on /tmp= 59524 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n1c1w4n.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401442-1568687604/watcher-4401442-1568687604 -o /tmp/evaluation-result-4401442-1568687604/solver-4401442-1568687604 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568673443-12495 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1545093772 HOME/instance-4401442-1568687604.xml

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

MD5SUM BENCH= ff46b38b3e2da44b02be81a37c246a0d
RANDOM SEED=1545093772

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.57
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:        30579028 kB
MemAvailable:   31313116 kB
Buffers:          118924 kB
Cached:           906468 kB
SwapCached:        78132 kB
Active:          1157988 kB
Inactive:         462592 kB
Active(anon):     519900 kB
Inactive(anon):   118704 kB
Active(file):     638088 kB
Inactive(file):   343888 kB
Unevictable:      106964 kB
Mlocked:          106964 kB
SwapTotal:      67108860 kB
SwapFree:       66922564 kB
Dirty:             35604 kB
Writeback:            12 kB
AnonPages:        500996 kB
Mapped:            61620 kB
Shmem:             34472 kB
Slab:             164852 kB
SReclaimable:     135892 kB
SUnreclaim:        28960 kB
KernelStack:        3888 kB
PageTables:         9044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1612768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    401408 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59488 MiB
End job on node139 at 2019-09-17 05:14:30