Trace number 4386992

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.10SAT (TO)39 2520.08 2464.43

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-07-10.xml
MD5SUMebe39bf25244fda615bb1bf8fe88192a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark39
Best CPU time to get the best result obtained on this benchmark31.2202
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of constraints166
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":26},{"degree":10,"count":40}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":70},{"arity":3,"count":26},{"arity":4,"count":4},{"arity":6,"count":26},{"arity":9,"count":40}]
Number of extensional constraints96
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":96},{"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.70/0.55	c Concrete v3.10.1560635388952 running
8.51/3.65	o 33
9.19/3.82	o 34
9.52/3.98	o 35
32.16/20.06	o 36
51.64/38.56	o 37
75.42/61.64	o 38
79.42/65.58	o 39
2520.03/2464.40	Exception in thread "main" java.util.concurrent.TimeoutException
2520.03/2464.40		at concrete.MAC.mac(MAC.scala:189)
2520.03/2464.40		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.03/2464.40		at scala.util.Try$.apply(Try.scala:212)
2520.03/2464.40		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.03/2464.40		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.03/2464.40		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.03/2464.40		at concrete.MAC.oneRun(MAC.scala:253)
2520.03/2464.40		at concrete.MAC.nextSolution(MAC.scala:272)
2520.03/2464.40		at concrete.MAC.nextSolution(MAC.scala:355)
2520.03/2464.40		at concrete.Solver.hasNext(Solver.scala:160)
2520.03/2464.40		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.03/2464.40		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.03/2464.40		at concrete.Solver.foreach(Solver.scala:67)
2520.03/2464.40		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2520.03/2464.40		at scala.util.Success.map(Try.scala:264)
2520.03/2464.40		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.03/2464.40		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.03/2464.40		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.03/2464.40		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2464.40		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.03/2464.40		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.03/2464.41		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.03/2464.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.03/2464.41		at scala.App.$anonfun$main$1(App.scala:75)
2520.03/2464.41		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.03/2464.41		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.03/2464.41		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.03/2464.41		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.03/2464.41		at scala.App.main(App.scala:75)
2520.03/2464.41		at scala.App.main$(App.scala:73)
2520.03/2464.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.03/2464.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2464.41	v <instantiation
2520.03/2464.41	v         cost = '39'>
2520.03/2464.41	v       <list>
2520.03/2464.41	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[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[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[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[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[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] 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[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[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[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[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[5][0] s[5][1] s[5][2] s[5][3] s[5][4] s[5][5] s[5][6] s[5][7] s[5][8] s[5][9] s[6][0] s[6][1] s[6][2] s[6][3] s[6][4] s[6][5] s[6][6] s[6][7] s[6][8] s[6][9]
2520.03/2464.41	v       </list>
2520.03/2464.41	v       <values>
2520.03/2464.41	v         1 1 0 1 0 1 1 0 1 1 0 1 0 1 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 1 1 1 1 1 1 1 0 1 1 1 0 0 0 0 0 0 1 0 0 0 1 1 0 1 1 0 1 0 1 1 1 1 0 1 0 1 1 0 1 1 2 2 4 2 4 3 2 4 2 2 4 3 4 2 3 5 3 5 3 4 3 5 5 5 5 5 3 5 5 3 2 3 2 2 2 3 4 3 3 2 4 5 5 5 5 5 3 5 5 4 3 3 4 2 3 5 3 5 3 3 3 3 4 2 4 3 2 4 3 3
2520.03/2464.41	v       </values>
2520.03/2464.41	v     </instantiation>
2520.03/2464.41	s SATISFIABLE

Verifier Data

OK	39

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4386992-1568286762/watcher-4386992-1568286762 -o /tmp/evaluation-result-4386992-1568286762/solver-4386992-1568286762 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568286551-1786 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=337636733 HOME/instance-4386992-1568286762.xml 

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

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


[startup+0.100123 s]*
/proc/loadavg: 1.28 1.29 1.53 3/218 2089
/proc/meminfo: memFree=23174056/32770624 swapFree=67108848/67108860
[pid=2032] ppid=2029 vsize=9972712 memory=16552 CPUtime=0.08 cores=0,2,4,6
/proc/2032/stat : 2032 (java) S 2029 2032 466 0 -1 1077944320 4390 13078 0 0 1 0 4 3 20 0 6 0 404613599 10212057088 4138 33554432000 4194304 4196468 140720756008720 140720755991264 140094238531319 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
/proc/2032/statm: 2493178 4138 1933 1 0 2481616 0
[pid=2032/tid=2085] ppid=2029 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=0,2,4,6
/proc/2032/task/2085/stat : 2085 (java) R 2029 2032 466 0 -1 4202560 2215 13078 0 0 1 0 4 3 20 0 6 0 404613608 10212057088 4715 33554432000 4194304 4196468 140720756008720 140094210371216 140094224213845 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2086] ppid=2029 vsize=9972712 memory=7948963741541478447 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2086/stat : 2086 (java) S 2029 2032 466 0 -1 1077944384 1 13078 0 0 0 0 4 3 20 0 6 0 404613609 10212057088 4715 33554432000 4194304 4196468 140720756008720 140094242774160 140094238541525 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2087] ppid=2029 vsize=9972712 memory=140071632004736 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2087/stat : 2087 (java) S 2029 2032 466 0 -1 1077944384 1 13078 0 0 0 0 4 3 20 0 6 0 404613609 10212057088 4715 33554432000 4194304 4196468 140720756008720 140094131047440 140094238541525 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2088] ppid=2029 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2088/stat : 2088 (java) S 2029 2032 466 0 -1 1077944384 1 13078 0 0 0 0 4 3 20 0 6 0 404613609 10212057088 4715 33554432000 4194304 4196468 140720756008720 140094129994640 140094238541525 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2089] ppid=2029 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2089/stat : 2089 (java) S 2029 2032 466 0 -1 1077944384 2 13078 0 0 0 0 4 3 20 0 6 0 404613609 10212057088 4715 33554432000 4194304 4196468 140720756008720 140094128941840 140094238541525 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16552 KiB

[startup+0.210141 s]*
/proc/loadavg: 1.28 1.29 1.53 3/227 2098
/proc/meminfo: memFree=23152272/32770624 swapFree=67108848/67108860
[pid=2032] ppid=2029 vsize=10818940 memory=40036 CPUtime=0.25 cores=0,2,4,6
/proc/2032/stat : 2032 (java) S 2029 2032 466 0 -1 1077944320 6872 13078 0 0 17 1 4 3 20 0 15 0 404613599 11078594560 10009 33554432000 4194304 4196468 140720756008720 140720755991264 140094238531319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
/proc/2032/statm: 2704735 10009 2971 1 0 2667149 0
[pid=2032/tid=2085] ppid=2029 vsize=10818940 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/2032/task/2085/stat : 2085 (java) R 2029 2032 466 0 -1 4202560 3382 13078 0 0 11 1 4 3 20 0 15 0 404613608 11078594560 10083 33554432000 4194304 4196468 140720756008720 140094210363952 140094222574949 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2086] ppid=2029 vsize=10818940 memory=4294967641 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2086/stat : 2086 (java) S 2029 2032 466 0 -1 1077944384 1 13078 0 0 0 0 4 3 20 0 15 0 404613609 11078594560 10083 33554432000 4194304 4196468 140720756008720 140094242774160 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2087] ppid=2029 vsize=10818940 memory=288370447783716480 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2087/stat : 2087 (java) S 2029 2032 466 0 -1 1077944384 1 13078 0 0 0 0 4 3 20 0 15 0 404613609 11078594560 10083 33554432000 4194304 4196468 140720756008720 140094131047440 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2088] ppid=2029 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2088/stat : 2088 (java) S 2029 2032 466 0 -1 1077944384 1 13078 0 0 0 0 4 3 20 0 15 0 404613609 11078594560 10083 33554432000 4194304 4196468 140720756008720 140094129994640 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2089] ppid=2029 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2089/stat : 2089 (java) S 2029 2032 466 0 -1 1077944384 2 13078 0 0 0 0 4 3 20 0 15 0 404613609 11078594560 10083 33554432000 4194304 4196468 140720756008720 140094128941840 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2090] ppid=2029 vsize=10818940 memory=140071632004736 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2090/stat : 2090 (java) S 2029 2032 466 0 -1 1077944384 2 13078 0 0 0 0 4 3 20 0 15 0 404613610 11078594560 10083 33554432000 4194304 4196468 140720756008720 140093697227120 140094238542466 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2091] ppid=2029 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2091/stat : 2091 (java) S 2029 2032 466 0 -1 1077944384 33 13078 0 0 0 0 4 3 20 0 15 0 404613611 11078594560 10083 33554432000 4194304 4196468 140720756008720 140093696173088 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2092] ppid=2029 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2092/stat : 2092 (java) S 2029 2032 466 0 -1 1077944384 1 13078 0 0 0 0 4 3 20 0 15 0 404613611 11078594560 10083 33554432000 4194304 4196468 140720756008720 140093578797936 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2093] ppid=2029 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2093/stat : 2093 (java) S 2029 2032 466 0 -1 1077944384 2 13078 0 0 0 0 4 3 20 0 15 0 404613614 11078594560 10083 33554432000 4194304 4196468 140720756008720 140092974819152 140094238549915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2094] ppid=2029 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2032/task/2094/stat : 2094 (java) S 2029 2032 466 0 -1 1077944384 480 13078 0 0 1 0 4 3 20 0 15 0 404613614 11078594560 10083 33554432000 4194304 4196468 140720756008720 140093662616432 140094238542466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2095] ppid=2029 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2032/task/2095/stat : 2095 (java) S 2029 2032 466 0 -1 1077944384 166 13078 0 0 1 0 4 3 20 0 15 0 404613614 11078594560 10083 33554432000 4194304 4196468 140720756008720 140093661563632 140094238542466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2096] ppid=2029 vsize=10818940 memory=140071632004736 CPUtime=0.1 cores=0,2,4,6
/proc/2032/task/2096/stat : 2096 (java) S 2029 2032 466 0 -1 1077944384 636 13078 0 0 3 0 4 3 20 0 15 0 404613614 11078594560 10083 33554432000 4194304 4196468 140720756008720 140093660510832 140094238542466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2097] ppid=2029 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2097/stat : 2097 (java) S 2029 2032 466 0 -1 1077944384 3 13078 0 0 0 0 4 3 20 0 15 0 404613614 11078594560 10083 33554432000 4194304 4196468 140720756008720 140092505058016 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2098] ppid=2029 vsize=10818940 memory=140071632004736 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2098/stat : 2098 (java) S 2029 2032 466 0 -1 1077944384 1 13078 0 0 0 0 4 3 20 0 15 0 404613614 11078594560 10083 33554432000 4194304 4196468 140720756008720 140093659458224 140094238542466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 40036 KiB

[startup+0.310462 s]*
/proc/loadavg: 1.28 1.29 1.53 3/227 2098
/proc/meminfo: memFree=23141400/32770624 swapFree=67108848/67108860
[pid=2032] ppid=2029 vsize=10820096 memory=49712 CPUtime=0.39 cores=0,2,4,6
/proc/2032/stat : 2032 (java) S 2029 2032 466 0 -1 1077944320 10656 13078 0 0 29 3 4 3 20 0 15 0 404613599 11079778304 12428 33554432000 4194304 4196468 140720756008720 140720755991264 140094238531319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
/proc/2032/statm: 2705024 12428 3282 1 0 2667149 0
[pid=2032/tid=2085] ppid=2029 vsize=10820096 memory=8514726395714820750 CPUtime=0.28 cores=0,2,4,6
/proc/2032/task/2085/stat : 2085 (java) R 2029 2032 466 0 -1 4202560 7098 13078 0 0 19 2 4 3 20 0 15 0 404613608 11079778304 12940 33554432000 4194304 4196468 140720756008720 140094210352352 140094238553245 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2086] ppid=2029 vsize=10820096 memory=3691042062614867976 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2086/stat : 2086 (java) S 2029 2032 466 0 -1 1077944384 1 13078 0 0 0 0 4 3 20 0 15 0 404613609 11079778304 12940 33554432000 4194304 4196468 140720756008720 140094242774160 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2087] ppid=2029 vsize=10820096 memory=140071632004736 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2087/stat : 2087 (java) S 2029 2032 466 0 -1 1077944384 1 13078 0 0 0 0 4 3 20 0 15 0 404613609 11079778304 12940 33554432000 4194304 4196468 140720756008720 140094131047440 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2088] ppid=2029 vsize=10820096 memory=2209 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2088/stat : 2088 (java) S 2029 2032 466 0 -1 1077944384 1 13078 0 0 0 0 4 3 20 0 15 0 404613609 11079778304 12940 33554432000 4194304 4196468 140720756008720 140094129994640 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2089] ppid=2029 vsize=10820096 memory=2240 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2089/stat : 2089 (java) S 2029 2032 466 0 -1 1077944384 2 13078 0 0 0 0 4 3 20 0 15 0 404613609 11079778304 12940 33554432000 4194304 4196468 140720756008720 140094128941840 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2090] ppid=2029 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2090/stat : 2090 (java) S 2029 2032 466 0 -1 1077944384 2 13078 0 0 0 0 4 3 20 0 15 0 404613610 11079778304 12940 33554432000 4194304 4196468 140720756008720 140093697227120 140094238542466 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2091] ppid=2029 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2091/stat : 2091 (java) S 2029 2032 466 0 -1 1077944384 33 13078 0 0 0 0 4 3 20 0 15 0 404613611 11079778304 12940 33554432000 4194304 4196468 140720756008720 140093696173088 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2092] ppid=2029 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2092/stat : 2092 (java) S 2029 2032 466 0 -1 1077944384 1 13078 0 0 0 0 4 3 20 0 15 0 404613611 11079778304 12940 33554432000 4194304 4196468 140720756008720 140093578797936 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2093] ppid=2029 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2093/stat : 2093 (java) S 2029 2032 466 0 -1 1077944384 2 13078 0 0 0 0 4 3 20 0 15 0 404613614 11079778304 12940 33554432000 4194304 4196468 140720756008720 140092974819152 140094238549915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2094] ppid=2029 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2032/task/2094/stat : 2094 (java) S 2029 2032 466 0 -1 1077944384 482 13078 0 0 2 0 4 3 20 0 15 0 404613614 11079778304 12940 33554432000 4194304 4196468 140720756008720 140093662616432 140094238542466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2095] ppid=2029 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2032/task/2095/stat : 2095 (java) S 2029 2032 466 0 -1 1077944384 166 13078 0 0 1 0 4 3 20 0 15 0 404613614 11079778304 12940 33554432000 4194304 4196468 140720756008720 140093661563632 140094238542466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2096] ppid=2029 vsize=10820096 memory=140071632004736 CPUtime=0.12 cores=0,2,4,6
/proc/2032/task/2096/stat : 2096 (java) S 2029 2032 466 0 -1 1077944384 658 13078 0 0 5 0 4 3 20 0 15 0 404613614 11079778304 12940 33554432000 4194304 4196468 140720756008720 140093660510832 140094238542466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2097] ppid=2029 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2097/stat : 2097 (java) S 2029 2032 466 0 -1 1077944384 3 13078 0 0 0 0 4 3 20 0 15 0 404613614 11079778304 12940 33554432000 4194304 4196468 140720756008720 140092505058016 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2098] ppid=2029 vsize=10820096 memory=140071632004736 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2098/stat : 2098 (java) S 2029 2032 466 0 -1 1077944384 1 13078 0 0 0 0 4 3 20 0 15 0 404613614 11079778304 12940 33554432000 4194304 4196468 140720756008720 140093659458224 140094238542466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 49712 KiB

[startup+0.700651 s]
/proc/loadavg: 1.28 1.29 1.53 6/227 2098
/proc/meminfo: memFree=23127632/32770624 swapFree=67108848/67108860
[pid=2032] ppid=2029 vsize=10824340 memory=82524 CPUtime=1.13 cores=0,2,4,6
/proc/2032/stat : 2032 (java) S 2029 2032 466 0 -1 1077944320 14847 13078 0 0 100 6 4 3 20 0 15 0 404613599 11084124160 20631 33554432000 4194304 4196468 140720756008720 140720755991264 140094238531319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
/proc/2032/statm: 2706085 20631 3505 1 0 2668173 0
[pid=2032/tid=2085] ppid=2029 vsize=10824340 memory=142180597367250 CPUtime=0.66 cores=0,2,4,6
/proc/2032/task/2085/stat : 2085 (java) R 2029 2032 466 0 -1 4202560 10481 13078 0 0 55 4 4 3 20 0 15 0 404613608 11084124160 20631 33554432000 4194304 4196468 140720756008720 140094210341808 140094238553245 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2086] ppid=2029 vsize=10824340 memory=140071768424997 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2086/stat : 2086 (java) S 2029 2032 466 0 -1 1077944384 1 13078 0 0 0 0 4 3 20 0 15 0 404613609 11084124160 20685 33554432000 4194304 4196468 140720756008720 140094242774160 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2087] ppid=2029 vsize=10824340 memory=8612 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2087/stat : 2087 (java) S 2029 2032 466 0 -1 1077944384 1 13078 0 0 0 0 4 3 20 0 15 0 404613609 11084124160 20685 33554432000 4194304 4196468 140720756008720 140094131047440 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2088] ppid=2029 vsize=10824340 memory=7014751519583524177 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2088/stat : 2088 (java) S 2029 2032 466 0 -1 1077944384 1 13078 0 0 0 0 4 3 20 0 15 0 404613609 11084124160 20685 33554432000 4194304 4196468 140720756008720 140094129994640 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2089] ppid=2029 vsize=10824340 memory=6082233795226134625 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2089/stat : 2089 (java) S 2029 2032 466 0 -1 1077944384 2 13078 0 0 0 0 4 3 20 0 15 0 404613609 11084124160 20685 33554432000 4194304 4196468 140720756008720 140094128941840 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2090] ppid=2029 vsize=10824340 memory=7301858164987948385 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2090/stat : 2090 (java) S 2029 2032 466 0 -1 1077944384 5 13078 0 0 0 0 4 3 20 0 15 0 404613610 11084124160 20685 33554432000 4194304 4196468 140720756008720 140093697227120 140094238542466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2091] ppid=2029 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2091/stat : 2091 (java) S 2029 2032 466 0 -1 1077944384 33 13078 0 0 0 0 4 3 20 0 15 0 404613611 11084124160 20685 33554432000 4194304 4196468 140720756008720 140093696173088 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2092] ppid=2029 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2092/stat : 2092 (java) S 2029 2032 466 0 -1 1077944384 1 13078 0 0 0 0 4 3 20 0 15 0 404613611 11084124160 20685 33554432000 4194304 4196468 140720756008720 140093578797936 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2093] ppid=2029 vsize=10824340 memory=3924 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2093/stat : 2093 (java) S 2029 2032 466 0 -1 1077944384 2 13078 0 0 0 0 4 3 20 0 15 0 404613614 11084124160 20685 33554432000 4194304 4196468 140720756008720 140092974819152 140094238549915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2094] ppid=2029 vsize=10824340 memory=37412 CPUtime=0.21 cores=0,2,4,6
/proc/2032/task/2094/stat : 2094 (java) S 2029 2032 466 0 -1 1077944384 808 13078 0 0 14 0 4 3 20 0 15 0 404613614 11084124160 20685 33554432000 4194304 4196468 140720756008720 140093662616432 140094238542466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2095] ppid=2029 vsize=10824340 memory=4548 CPUtime=0.2 cores=0,2,4,6
/proc/2032/task/2095/stat : 2095 (java) R 2029 2032 466 0 -1 4202560 469 13078 0 0 12 1 4 3 20 0 15 0 404613614 11084124160 20685 33554432000 4194304 4196468 140720756008720 140093661550176 140094220075472 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2096] ppid=2029 vsize=10824340 memory=288230617492226348 CPUtime=0.24 cores=0,2,4,6
/proc/2032/task/2096/stat : 2096 (java) S 2029 2032 466 0 -1 1077944384 837 13078 0 0 17 0 4 3 20 0 15 0 404613614 11084124160 20685 33554432000 4194304 4196468 140720756008720 140093660510832 140094238542466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2097] ppid=2029 vsize=10824340 memory=15537410087847403 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2097/stat : 2097 (java) S 2029 2032 466 0 -1 1077944384 3 13078 0 0 0 0 4 3 20 0 15 0 404613614 11084124160 20685 33554432000 4194304 4196468 140720756008720 140092505058016 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2098] ppid=2029 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2098/stat : 2098 (java) S 2029 2032 466 0 -1 1077944384 1 13078 0 0 0 0 4 3 20 0 15 0 404613614 11084124160 20685 33554432000 4194304 4196468 140720756008720 140093659458224 140094238542466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 82524 KiB

[startup+1.50169 s]
/proc/loadavg: 1.28 1.29 1.53 3/227 2098
/proc/meminfo: memFree=23086716/32770624 swapFree=67108848/67108860
[pid=2032] ppid=2029 vsize=10834656 memory=170080 CPUtime=2.5 cores=0,2,4,6
/proc/2032/stat : 2032 (java) S 2029 2032 466 0 -1 1077944320 21915 13078 0 0 232 11 4 3 20 0 15 0 404613599 11094687744 42520 33554432000 4194304 4196468 140720756008720 140720755991264 140094238531319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
/proc/2032/statm: 2708664 42520 3580 1 0 2670733 0
[pid=2032/tid=2085] ppid=2029 vsize=10834656 memory=280142999998248 CPUtime=1.42 cores=0,2,4,6
/proc/2032/task/2085/stat : 2085 (java) R 2029 2032 466 0 -1 4202560 15522 13078 0 0 129 6 4 3 20 0 15 0 404613608 11094687744 42520 33554432000 4194304 4196468 140720756008720 140094210326592 140094222574949 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2086] ppid=2029 vsize=10834656 memory=10904653531882 CPUtime=0.08 cores=0,2,4,6
/proc/2032/task/2086/stat : 2086 (java) S 2029 2032 466 0 -1 1077944384 72 13078 0 0 1 0 4 3 20 0 15 0 404613609 11094687744 42520 33554432000 4194304 4196468 140720756008720 140094242774160 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2087] ppid=2029 vsize=10834656 memory=11497204201 CPUtime=0.08 cores=0,2,4,6
/proc/2032/task/2087/stat : 2087 (java) S 2029 2032 466 0 -1 1077944384 72 13078 0 0 1 0 4 3 20 0 15 0 404613609 11094687744 42520 33554432000 4194304 4196468 140720756008720 140094131047440 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2088] ppid=2029 vsize=10834656 memory=11497204201 CPUtime=0.08 cores=0,2,4,6
/proc/2032/task/2088/stat : 2088 (java) S 2029 2032 466 0 -1 1077944384 25 13078 0 0 1 0 4 3 20 0 15 0 404613609 11094687744 42520 33554432000 4194304 4196468 140720756008720 140094129994640 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2089] ppid=2029 vsize=10834656 memory=11497204201 CPUtime=0.08 cores=0,2,4,6
/proc/2032/task/2089/stat : 2089 (java) S 2029 2032 466 0 -1 1077944384 337 13078 0 0 1 0 4 3 20 0 15 0 404613609 11094687744 42520 33554432000 4194304 4196468 140720756008720 140094128941840 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2090] ppid=2029 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2032/task/2090/stat : 2090 (java) S 2029 2032 466 0 -1 1077944384 398 13078 0 0 1 0 4 3 20 0 15 0 404613610 11094687744 42520 33554432000 4194304 4196468 140720756008720 140093697227120 140094238542466 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2091] ppid=2029 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2091/stat : 2091 (java) S 2029 2032 466 0 -1 1077944384 34 13078 0 0 0 0 4 3 20 0 15 0 404613611 11094687744 42520 33554432000 4194304 4196468 140720756008720 140093696173088 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2092] ppid=2029 vsize=10834656 memory=6656426216303648864 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2092/stat : 2092 (java) S 2029 2032 466 0 -1 1077944384 1 13078 0 0 0 0 4 3 20 0 15 0 404613611 11094687744 42520 33554432000 4194304 4196468 140720756008720 140093578797936 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2093] ppid=2029 vsize=10834656 memory=2110422107130180 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2093/stat : 2093 (java) S 2029 2032 466 0 -1 1077944384 2 13078 0 0 0 0 4 3 20 0 15 0 404613614 11094687744 42520 33554432000 4194304 4196468 140720756008720 140092974819152 140094238549915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2094] ppid=2029 vsize=10834656 memory=140071500005949 CPUtime=0.34 cores=0,2,4,6
/proc/2032/task/2094/stat : 2094 (java) S 2029 2032 466 0 -1 1077944384 988 13078 0 0 27 0 4 3 20 0 15 0 404613614 11094687744 42520 33554432000 4194304 4196468 140720756008720 140093662616432 140094238542466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2095] ppid=2029 vsize=10834656 memory=280143000039440 CPUtime=0.33 cores=0,2,4,6
/proc/2032/task/2095/stat : 2095 (java) S 2029 2032 466 0 -1 1077944384 633 13078 0 0 25 1 4 3 20 0 15 0 404613614 11094687744 42520 33554432000 4194304 4196468 140720756008720 140093661563632 140094238542466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2096] ppid=2029 vsize=10834656 memory=2452157892097 CPUtime=0.49 cores=0,2,4,6
/proc/2032/task/2096/stat : 2096 (java) R 2029 2032 466 0 -1 4202560 1622 13078 0 0 42 0 4 3 20 0 15 0 404613614 11094687744 42520 33554432000 4194304 4196468 140720756008720 140093660506704 140094230768446 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2097] ppid=2029 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2097/stat : 2097 (java) S 2029 2032 466 0 -1 1077944384 3 13078 0 0 0 0 4 3 20 0 15 0 404613614 11094687744 42520 33554432000 4194304 4196468 140720756008720 140092505058016 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2098] ppid=2029 vsize=10834656 memory=6655300316396806240 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2098/stat : 2098 (java) S 2029 2032 466 0 -1 1077944384 1 13078 0 0 0 0 4 3 20 0 15 0 404613614 11094687744 42520 33554432000 4194304 4196468 140720756008720 140093659458224 140094238542466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
Current children cumulated CPU time: 2.5 s
Current children cumulated vsize: 10834656 KiB

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

/proc/2032/task/2085/stat : 2085 (java) R 2029 2032 466 0 -1 4202560 64873 13078 0 0 229596 44 4 3 20 0 15 0 404613608 11107291136 205111 33554432000 4194304 4196468 140720756008720 140094210367520 140093811240128 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2086] ppid=2029 vsize=10846964 memory=1808 CPUtime=12.19 cores=0,2,4,6
/proc/2032/task/2086/stat : 2086 (java) S 2029 2032 466 0 -1 1077944384 12411 13078 0 0 1157 55 4 3 20 0 15 0 404613609 11107291136 205111 33554432000 4194304 4196468 140720756008720 140094242774160 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2087] ppid=2029 vsize=10846964 memory=920 CPUtime=12.21 cores=0,2,4,6
/proc/2032/task/2087/stat : 2087 (java) S 2029 2032 466 0 -1 1077944384 14100 13078 0 0 1158 56 4 3 20 0 15 0 404613609 11107291136 205111 33554432000 4194304 4196468 140720756008720 140094131047440 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2088] ppid=2029 vsize=10846964 memory=5536 CPUtime=12.18 cores=0,2,4,6
/proc/2032/task/2088/stat : 2088 (java) S 2029 2032 466 0 -1 1077944384 11467 13078 0 0 1155 56 4 3 20 0 15 0 404613609 11107291136 205111 33554432000 4194304 4196468 140720756008720 140094129994640 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2089] ppid=2029 vsize=10846964 memory=4540 CPUtime=12.18 cores=0,2,4,6
/proc/2032/task/2089/stat : 2089 (java) S 2029 2032 466 0 -1 1077944384 13002 13078 0 0 1158 53 4 3 20 0 15 0 404613609 11107291136 205111 33554432000 4194304 4196468 140720756008720 140094128941840 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2090] ppid=2029 vsize=10846964 memory=820444 CPUtime=10.61 cores=0,2,4,6
/proc/2032/task/2090/stat : 2090 (java) S 2029 2032 466 0 -1 1077944384 14438 13078 0 0 999 55 4 3 20 0 15 0 404613610 11107291136 205111 33554432000 4194304 4196468 140720756008720 140093697227120 140094238542466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2091] ppid=2029 vsize=10846964 memory=3924 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2091/stat : 2091 (java) S 2029 2032 466 0 -1 1077944384 39 13078 0 0 0 0 4 3 20 0 15 0 404613611 11107291136 205111 33554432000 4194304 4196468 140720756008720 140093696173152 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2092] ppid=2029 vsize=10846964 memory=820444 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2092/stat : 2092 (java) S 2029 2032 466 0 -1 1077944384 1 13078 0 0 0 0 4 3 20 0 15 0 404613611 11107291136 205111 33554432000 4194304 4196468 140720756008720 140093578797952 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2093] ppid=2029 vsize=10846964 memory=579348 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2093/stat : 2093 (java) S 2029 2032 466 0 -1 1077944384 2 13078 0 0 0 0 4 3 20 0 15 0 404613614 11107291136 205111 33554432000 4194304 4196468 140720756008720 140092974819152 140094238549915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2094] ppid=2029 vsize=10846964 memory=3924 CPUtime=7.41 cores=0,2,4,6
/proc/2032/task/2094/stat : 2094 (java) S 2029 2032 466 0 -1 1077944384 37369 13078 0 0 728 6 4 3 20 0 15 0 404613614 11107291136 205111 33554432000 4194304 4196468 140720756008720 140093662616432 140094238542466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2095] ppid=2029 vsize=10846964 memory=820444 CPUtime=6.84 cores=0,2,4,6
/proc/2032/task/2095/stat : 2095 (java) S 2029 2032 466 0 -1 1077944384 23983 13078 0 0 669 8 4 3 20 0 15 0 404613614 11107291136 205111 33554432000 4194304 4196468 140720756008720 140093661563632 140094238542466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2096] ppid=2029 vsize=10846964 memory=820444 CPUtime=4.64 cores=0,2,4,6
/proc/2032/task/2096/stat : 2096 (java) S 2029 2032 466 0 -1 1077944384 29502 13078 0 0 448 9 4 3 20 0 15 0 404613614 11107291136 205111 33554432000 4194304 4196468 140720756008720 140093660510832 140094238542466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2097] ppid=2029 vsize=10846964 memory=820444 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2097/stat : 2097 (java) S 2029 2032 466 0 -1 1077944384 3 13078 0 0 0 0 4 3 20 0 15 0 404613614 11107291136 205111 33554432000 4194304 4196468 140720756008720 140092505058016 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2098] ppid=2029 vsize=10846964 memory=8112282956445269571 CPUtime=1.42 cores=0,2,4,6
/proc/2032/task/2098/stat : 2098 (java) S 2029 2032 466 0 -1 1077944384 867 13078 0 0 60 75 4 3 20 0 15 0 404613614 11107291136 205111 33554432000 4194304 4196468 140720756008720 140093659458224 140094238542466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
Current children cumulated CPU time: 2375.64 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 820444 KiB

[startup+2382.3 s]
/proc/loadavg: 1.52 1.44 1.40 3/228 2594
/proc/meminfo: memFree=22353292/32770624 swapFree=67108848/67108860
[pid=2032] ppid=2029 vsize=10846964 memory=822492 CPUtime=2436.58 cores=0,2,4,6
/proc/2032/stat : 2032 (java) S 2029 2032 466 0 -1 1077944320 225743 13078 0 0 243290 361 4 3 20 0 15 0 404613599 11107291136 205623 33554432000 4194304 4196468 140720756008720 140720755991264 140094238531319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
/proc/2032/statm: 2711741 205623 3623 1 0 2673805 0
[pid=2032/tid=2085] ppid=2029 vsize=10846964 memory=822492 CPUtime=2355.79 cores=0,2,4,6
/proc/2032/task/2085/stat : 2085 (java) R 2029 2032 466 0 -1 4202560 65636 13078 0 0 235527 45 4 3 20 0 15 0 404613608 11107291136 205623 33554432000 4194304 4196468 140720756008720 140094210367552 140093811719552 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2086] ppid=2029 vsize=10846964 memory=822492 CPUtime=12.52 cores=0,2,4,6
/proc/2032/task/2086/stat : 2086 (java) S 2029 2032 466 0 -1 1077944384 12468 13078 0 0 1189 56 4 3 20 0 15 0 404613609 11107291136 205623 33554432000 4194304 4196468 140720756008720 140094242774160 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2087] ppid=2029 vsize=10846964 memory=822492 CPUtime=12.55 cores=0,2,4,6
/proc/2032/task/2087/stat : 2087 (java) S 2029 2032 466 0 -1 1077944384 14381 13078 0 0 1190 58 4 3 20 0 15 0 404613609 11107291136 205623 33554432000 4194304 4196468 140720756008720 140094131047440 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2088] ppid=2029 vsize=10846964 memory=822492 CPUtime=12.51 cores=0,2,4,6
/proc/2032/task/2088/stat : 2088 (java) S 2029 2032 466 0 -1 1077944384 11595 13078 0 0 1187 57 4 3 20 0 15 0 404613609 11107291136 205623 33554432000 4194304 4196468 140720756008720 140094129994640 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2089] ppid=2029 vsize=10846964 memory=822492 CPUtime=12.51 cores=0,2,4,6
/proc/2032/task/2089/stat : 2089 (java) S 2029 2032 466 0 -1 1077944384 13016 13078 0 0 1189 55 4 3 20 0 15 0 404613609 11107291136 205623 33554432000 4194304 4196468 140720756008720 140094128941840 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2090] ppid=2029 vsize=10846964 memory=822492 CPUtime=10.87 cores=0,2,4,6
/proc/2032/task/2090/stat : 2090 (java) S 2029 2032 466 0 -1 1077944384 14652 13078 0 0 1024 56 4 3 20 0 15 0 404613610 11107291136 205623 33554432000 4194304 4196468 140720756008720 140093697227120 140094238542466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2091] ppid=2029 vsize=10846964 memory=822492 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2091/stat : 2091 (java) S 2029 2032 466 0 -1 1077944384 39 13078 0 0 0 0 4 3 20 0 15 0 404613611 11107291136 205623 33554432000 4194304 4196468 140720756008720 140093696173152 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2092] ppid=2029 vsize=10846964 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2092/stat : 2092 (java) S 2029 2032 466 0 -1 1077944384 1 13078 0 0 0 0 4 3 20 0 15 0 404613611 11107291136 205623 33554432000 4194304 4196468 140720756008720 140093578797952 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2093] ppid=2029 vsize=10846964 memory=822492 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2093/stat : 2093 (java) S 2029 2032 466 0 -1 1077944384 2 13078 0 0 0 0 4 3 20 0 15 0 404613614 11107291136 205623 33554432000 4194304 4196468 140720756008720 140092974819152 140094238549915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2094] ppid=2029 vsize=10846964 memory=822492 CPUtime=7.41 cores=0,2,4,6
/proc/2032/task/2094/stat : 2094 (java) S 2029 2032 466 0 -1 1077944384 37371 13078 0 0 728 6 4 3 20 0 15 0 404613614 11107291136 205623 33554432000 4194304 4196468 140720756008720 140093662616432 140094238542466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2095] ppid=2029 vsize=10846964 memory=3924 CPUtime=6.84 cores=0,2,4,6
/proc/2032/task/2095/stat : 2095 (java) S 2029 2032 466 0 -1 1077944384 23985 13078 0 0 669 8 4 3 20 0 15 0 404613614 11107291136 205623 33554432000 4194304 4196468 140720756008720 140093661563632 140094238542466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2096] ppid=2029 vsize=10846964 memory=14288 CPUtime=4.64 cores=0,2,4,6
/proc/2032/task/2096/stat : 2096 (java) S 2029 2032 466 0 -1 1077944384 29504 13078 0 0 448 9 4 3 20 0 15 0 404613614 11107291136 205623 33554432000 4194304 4196468 140720756008720 140093660510832 140094238542466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2097] ppid=2029 vsize=10846964 memory=504 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2097/stat : 2097 (java) S 2029 2032 466 0 -1 1077944384 3 13078 0 0 0 0 4 3 20 0 15 0 404613614 11107291136 205623 33554432000 4194304 4196468 140720756008720 140092505058016 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2098] ppid=2029 vsize=10846964 memory=822492 CPUtime=1.47 cores=0,2,4,6
/proc/2032/task/2098/stat : 2098 (java) S 2029 2032 466 0 -1 1077944384 884 13078 0 0 62 78 4 3 20 0 15 0 404613614 11107291136 205623 33554432000 4194304 4196468 140720756008720 140093659458224 140094238542466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
Current children cumulated CPU time: 2436.58 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 822492 KiB

[startup+2442.3 s]
/proc/loadavg: 1.11 1.34 1.37 3/229 2599
/proc/meminfo: memFree=22355096/32770624 swapFree=67108848/67108860
[pid=2032] ppid=2029 vsize=10846964 memory=822492 CPUtime=2497.58 cores=0,2,4,6
/proc/2032/stat : 2032 (java) S 2029 2032 466 0 -1 1077944320 227146 13078 0 0 249381 370 4 3 20 0 15 0 404613599 11107291136 205623 33554432000 4194304 4196468 140720756008720 140720755991264 140094238531319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
/proc/2032/statm: 2711741 205623 3623 1 0 2673805 0
[pid=2032/tid=2085] ppid=2029 vsize=10846964 memory=822492 CPUtime=2415.07 cores=0,2,4,6
/proc/2032/task/2085/stat : 2085 (java) R 2029 2032 466 0 -1 4202560 66323 13078 0 0 241455 45 4 3 20 0 15 0 404613608 11107291136 205623 33554432000 4194304 4196468 140720756008720 140094210367184 140093806178887 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2086] ppid=2029 vsize=10846964 memory=822492 CPUtime=12.87 cores=0,2,4,6
/proc/2032/task/2086/stat : 2086 (java) S 2029 2032 466 0 -1 1077944384 12576 13078 0 0 1222 58 4 3 20 0 15 0 404613609 11107291136 205623 33554432000 4194304 4196468 140720756008720 140094242774160 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2087] ppid=2029 vsize=10846964 memory=822492 CPUtime=12.9 cores=0,2,4,6
/proc/2032/task/2087/stat : 2087 (java) S 2029 2032 466 0 -1 1077944384 14651 13078 0 0 1223 60 4 3 20 0 15 0 404613609 11107291136 205623 33554432000 4194304 4196468 140720756008720 140094131047440 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2088] ppid=2029 vsize=10846964 memory=822492 CPUtime=12.85 cores=0,2,4,6
/proc/2032/task/2088/stat : 2088 (java) S 2029 2032 466 0 -1 1077944384 11629 13078 0 0 1220 58 4 3 20 0 15 0 404613609 11107291136 205623 33554432000 4194304 4196468 140720756008720 140094129994640 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2089] ppid=2029 vsize=10846964 memory=822492 CPUtime=12.85 cores=0,2,4,6
/proc/2032/task/2089/stat : 2089 (java) S 2029 2032 466 0 -1 1077944384 13079 13078 0 0 1222 56 4 3 20 0 15 0 404613609 11107291136 205623 33554432000 4194304 4196468 140720756008720 140094128941840 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2090] ppid=2029 vsize=10846964 memory=822492 CPUtime=11.16 cores=0,2,4,6
/proc/2032/task/2090/stat : 2090 (java) S 2029 2032 466 0 -1 1077944384 14870 13078 0 0 1051 58 4 3 20 0 15 0 404613610 11107291136 205623 33554432000 4194304 4196468 140720756008720 140093697227120 140094238542466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2091] ppid=2029 vsize=10846964 memory=822492 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2091/stat : 2091 (java) S 2029 2032 466 0 -1 1077944384 39 13078 0 0 0 0 4 3 20 0 15 0 404613611 11107291136 205623 33554432000 4194304 4196468 140720756008720 140093696173152 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2092] ppid=2029 vsize=10846964 memory=822492 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2092/stat : 2092 (java) S 2029 2032 466 0 -1 1077944384 1 13078 0 0 0 0 4 3 20 0 15 0 404613611 11107291136 205623 33554432000 4194304 4196468 140720756008720 140093578797952 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2093] ppid=2029 vsize=10846964 memory=822492 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2093/stat : 2093 (java) S 2029 2032 466 0 -1 1077944384 2 13078 0 0 0 0 4 3 20 0 15 0 404613614 11107291136 205623 33554432000 4194304 4196468 140720756008720 140092974819152 140094238549915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2094] ppid=2029 vsize=10846964 memory=822492 CPUtime=7.41 cores=0,2,4,6
/proc/2032/task/2094/stat : 2094 (java) S 2029 2032 466 0 -1 1077944384 37373 13078 0 0 728 6 4 3 20 0 15 0 404613614 11107291136 205623 33554432000 4194304 4196468 140720756008720 140093662616432 140094238542466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2095] ppid=2029 vsize=10846964 memory=822492 CPUtime=6.84 cores=0,2,4,6
/proc/2032/task/2095/stat : 2095 (java) S 2029 2032 466 0 -1 1077944384 23987 13078 0 0 669 8 4 3 20 0 15 0 404613614 11107291136 205623 33554432000 4194304 4196468 140720756008720 140093661563632 140094238542466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2096] ppid=2029 vsize=10846964 memory=822492 CPUtime=4.64 cores=0,2,4,6
/proc/2032/task/2096/stat : 2096 (java) S 2029 2032 466 0 -1 1077944384 29506 13078 0 0 448 9 4 3 20 0 15 0 404613614 11107291136 205623 33554432000 4194304 4196468 140720756008720 140093660510832 140094238542466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2097] ppid=2029 vsize=10846964 memory=822492 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2097/stat : 2097 (java) S 2029 2032 466 0 -1 1077944384 3 13078 0 0 0 0 4 3 20 0 15 0 404613614 11107291136 205623 33554432000 4194304 4196468 140720756008720 140092505058016 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2098] ppid=2029 vsize=10846964 memory=822492 CPUtime=1.49 cores=0,2,4,6
/proc/2032/task/2098/stat : 2098 (java) S 2029 2032 466 0 -1 1077944384 901 13078 0 0 63 79 4 3 20 0 15 0 404613614 11107291136 205623 33554432000 4194304 4196468 140720756008720 140093659458224 140094238542466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
Current children cumulated CPU time: 2497.58 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 822492 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2464.4 s]
/proc/loadavg: 1.14 1.33 1.37 3/229 2602
/proc/meminfo: memFree=22353148/32770624 swapFree=67108848/67108860
[pid=2032] ppid=2029 vsize=10846964 memory=824540 CPUtime=2520.03 cores=0,2,4,6
/proc/2032/stat : 2032 (java) S 2029 2032 466 0 -1 1077944320 227376 13078 0 0 251624 372 4 3 20 0 15 0 404613599 11107291136 206135 33554432000 4194304 4196468 140720756008720 140720755991264 140094238531319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
/proc/2032/statm: 2711741 206135 3623 1 0 2673805 0
[pid=2032/tid=2085] ppid=2029 vsize=10846964 memory=4540 CPUtime=2436.91 cores=0,2,4,6
/proc/2032/task/2085/stat : 2085 (java) R 2029 2032 466 0 -1 4202560 66538 13078 0 0 243638 46 4 3 20 0 15 0 404613608 11107291136 206135 33554432000 4194304 4196468 140720756008720 140094210366880 140093812116972 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2086] ppid=2029 vsize=10846964 memory=752 CPUtime=12.99 cores=0,2,4,6
/proc/2032/task/2086/stat : 2086 (java) S 2029 2032 466 0 -1 1077944384 12576 13078 0 0 1234 58 4 3 20 0 15 0 404613609 11107291136 206135 33554432000 4194304 4196468 140720756008720 140094242774160 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2087] ppid=2029 vsize=10846964 memory=1636 CPUtime=13.02 cores=0,2,4,6
/proc/2032/task/2087/stat : 2087 (java) S 2029 2032 466 0 -1 1077944384 14656 13078 0 0 1235 60 4 3 20 0 15 0 404613609 11107291136 206135 33554432000 4194304 4196468 140720756008720 140094131047440 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2088] ppid=2029 vsize=10846964 memory=812 CPUtime=12.97 cores=0,2,4,6
/proc/2032/task/2088/stat : 2088 (java) S 2029 2032 466 0 -1 1077944384 11630 13078 0 0 1232 58 4 3 20 0 15 0 404613609 11107291136 206135 33554432000 4194304 4196468 140720756008720 140094129994640 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2089] ppid=2029 vsize=10846964 memory=1840 CPUtime=12.99 cores=0,2,4,6
/proc/2032/task/2089/stat : 2089 (java) S 2029 2032 466 0 -1 1077944384 13080 13078 0 0 1235 57 4 3 20 0 15 0 404613609 11107291136 206135 33554432000 4194304 4196468 140720756008720 140094128941840 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2090] ppid=2029 vsize=10846964 memory=1384 CPUtime=11.27 cores=0,2,4,6
/proc/2032/task/2090/stat : 2090 (java) S 2029 2032 466 0 -1 1077944384 14876 13078 0 0 1061 59 4 3 20 0 15 0 404613610 11107291136 206135 33554432000 4194304 4196468 140720756008720 140093697227120 140094238542466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2091] ppid=2029 vsize=10846964 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2091/stat : 2091 (java) S 2029 2032 466 0 -1 1077944384 39 13078 0 0 0 0 4 3 20 0 15 0 404613611 11107291136 206135 33554432000 4194304 4196468 140720756008720 140093696173152 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2092] ppid=2029 vsize=10846964 memory=15208 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2092/stat : 2092 (java) S 2029 2032 466 0 -1 1077944384 1 13078 0 0 0 0 4 3 20 0 15 0 404613611 11107291136 206135 33554432000 4194304 4196468 140720756008720 140093578797952 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2093] ppid=2029 vsize=10846964 memory=22844 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2093/stat : 2093 (java) S 2029 2032 466 0 -1 1077944384 2 13078 0 0 0 0 4 3 20 0 15 0 404613614 11107291136 206135 33554432000 4194304 4196468 140720756008720 140092974819152 140094238549915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2094] ppid=2029 vsize=10846964 memory=4048 CPUtime=7.41 cores=0,2,4,6
/proc/2032/task/2094/stat : 2094 (java) S 2029 2032 466 0 -1 1077944384 37373 13078 0 0 728 6 4 3 20 0 15 0 404613614 11107291136 206135 33554432000 4194304 4196468 140720756008720 140093662616432 140094238542466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2095] ppid=2029 vsize=10846964 memory=14288 CPUtime=6.84 cores=0,2,4,6
/proc/2032/task/2095/stat : 2095 (java) S 2029 2032 466 0 -1 1077944384 23987 13078 0 0 669 8 4 3 20 0 15 0 404613614 11107291136 206135 33554432000 4194304 4196468 140720756008720 140093661563632 140094238542466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2096] ppid=2029 vsize=10846964 memory=504 CPUtime=4.64 cores=0,2,4,6
/proc/2032/task/2096/stat : 2096 (java) S 2029 2032 466 0 -1 1077944384 29506 13078 0 0 448 9 4 3 20 0 15 0 404613614 11107291136 206135 33554432000 4194304 4196468 140720756008720 140093660510832 140094238542466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2097] ppid=2029 vsize=10846964 memory=1728 CPUtime=0.07 cores=0,2,4,6
/proc/2032/task/2097/stat : 2097 (java) S 2029 2032 466 0 -1 1077944384 3 13078 0 0 0 0 4 3 20 0 15 0 404613614 11107291136 206135 33554432000 4194304 4196468 140720756008720 140092505058016 140094238541525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
[pid=2032/tid=2098] ppid=2029 vsize=10846964 memory=924 CPUtime=1.51 cores=0,2,4,6
/proc/2032/task/2098/stat : 2098 (java) S 2029 2032 466 0 -1 1077944384 903 13078 0 0 64 80 4 3 20 0 15 0 404613614 11107291136 206135 33554432000 4194304 4196468 140720756008720 140093659458224 140094238542466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140720756013814 140720756016325 140720756016325 140720756019151 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 824540 KiB

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

[startup+2464.43 s]
# the end of solver process 2032 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.31 s, system=3.77229 s

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

Child status: 143
Real time (s): 2464.43
CPU time (s): 2520.08
CPU user time (s): 2516.31
CPU system time (s): 3.77229
CPU usage (%): 102.258
Max. virtual memory (cumulated for all children) (KiB): 10849612
Max. memory (cumulated for all children) (KiB): 824540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.31
system time used= 3.77229
maximum resident set size= 828672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 241498
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 306969
involuntary context switches= 8185


# summary of solver processes directly reported to runsolver:
#   pid: 2032
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.31
#   total CPU system time (s): 3.77229

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.2438 second user time and 21.7098 second system time

The end

Launcher Data

Begin job on node143 at 2019-09-12 13:12:01
IDJOB=4386992
IDBENCH=116014
IDSOLVER=2823
FILE ID=node143/4386992-1568286762
RUNJOBID= node143-1568286551-1786
PBS_JOBID= 21701067
Free space on /tmp= 56480 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-07-10.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4386992-1568286762/watcher-4386992-1568286762 -o /tmp/evaluation-result-4386992-1568286762/solver-4386992-1568286762 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568286551-1786 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=337636733 HOME/instance-4386992-1568286762.xml

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

MD5SUM BENCH= ebe39bf25244fda615bb1bf8fe88192a
RANDOM SEED=337636733

node143.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.73
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.73
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.73
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.73
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:        23181264 kB
MemAvailable:   31022888 kB
Buffers:          125804 kB
Cached:          7993592 kB
SwapCached:            8 kB
Active:          3022148 kB
Inactive:        5884412 kB
Active(anon):     741980 kB
Inactive(anon):   145044 kB
Active(file):    2280168 kB
Inactive(file):  5739368 kB
Unevictable:      107256 kB
Mlocked:          107256 kB
SwapTotal:      67108860 kB
SwapFree:       67108848 kB
Dirty:             34964 kB
Writeback:             0 kB
AnonPages:        895040 kB
Mapped:            60320 kB
Shmem:             90756 kB
Slab:             279140 kB
SReclaimable:     250548 kB
SUnreclaim:        28592 kB
KernelStack:        3744 kB
PageTables:         7112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2033880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    690176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 56448 MiB
End job on node143 at 2019-09-12 13:53:06