Trace number 4403179

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.3SAT (TO)40 2400.12 2357.33

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-08-09.xml
MD5SUM6fd932c8bfa1fb1c2de56266b40b08cd
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark40
Best CPU time to get the best result obtained on this benchmark32.0099
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints170
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":72},{"size":9,"count":72}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":72},{"degree":7,"count":4},{"degree":8,"count":26},{"degree":10,"count":42}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":72},{"arity":3,"count":26},{"arity":4,"count":4},{"arity":6,"count":26},{"arity":9,"count":42}]
Number of extensional constraints98
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":98},{"type":"sum","count":72}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.73/0.60	c Concrete v3.12.3.1568965526260 running
7.94/3.65	o 34
8.57/3.89	o 35
9.23/4.08	o 36
22.39/14.70	o 38
39.47/31.67	o 39
2280.74/2239.97	o 40
2400.08/2357.30	Exception in thread "main" java.util.concurrent.TimeoutException
2400.08/2357.30		at concrete.MAC.mac(MAC.scala:192)
2400.08/2357.30		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.08/2357.30		at scala.util.Try$.apply(Try.scala:210)
2400.08/2357.30		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.08/2357.30		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.08/2357.30		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.08/2357.30		at concrete.MAC.oneRun(MAC.scala:265)
2400.08/2357.30		at concrete.MAC.nextSolution(MAC.scala:284)
2400.08/2357.30		at concrete.MAC.nextSolution(MAC.scala:369)
2400.08/2357.30		at concrete.Solver.hasNext(Solver.scala:160)
2400.08/2357.30		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.08/2357.30		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.08/2357.30		at concrete.Solver.foreach(Solver.scala:67)
2400.08/2357.30		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.08/2357.30		at scala.util.Success.map(Try.scala:262)
2400.08/2357.30		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.08/2357.30		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.08/2357.30		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.08/2357.30		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.08/2357.30		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.08/2357.30		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.08/2357.30		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.08/2357.30		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.08/2357.30		at scala.App.$anonfun$main$1(App.scala:73)
2400.08/2357.30		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2400.08/2357.30		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.08/2357.30		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.08/2357.30		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2400.08/2357.30		at scala.App.main(App.scala:73)
2400.08/2357.30		at scala.App.main$(App.scala:71)
2400.08/2357.30		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.08/2357.30		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.08/2357.31	v <instantiation
2400.08/2357.31	v         cost = '40'>
2400.08/2357.31	v       <list>
2400.08/2357.31	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[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] 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[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[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[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[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[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[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[7][0] s[7][1] s[7][2] s[7][3] s[7][4] s[7][5] s[7][6] s[7][7] s[7][8]
2400.08/2357.31	v       </list>
2400.08/2357.31	v       <values>
2400.08/2357.31	v         1 0 1 1 0 1 1 0 1 1 1 0 1 0 1 0 1 1 0 0 0 1 0 1 0 0 0 1 1 0 1 0 1 0 1 1 1 1 0 1 0 1 0 1 1 0 0 0 1 0 1 0 0 0 1 1 0 1 0 1 0 1 1 1 0 1 1 0 1 1 0 1 2 4 3 2 4 2 3 4 2 2 3 5 3 6 3 5 3 2 4 4 5 2 6 2 5 4 4 3 3 5 2 6 2 5 3 3 3 3 5 2 6 2 5 3 3 4 4 5 2 6 2 5 4 4 2 3 5 3 6 3 5 3 2 2 4 3 2 4 2 3 4 2
2400.08/2357.31	v       </values>
2400.08/2357.31	v     </instantiation>
2400.08/2357.31	s SATISFIABLE

Verifier Data

OK	40

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403179-1568969996/watcher-4403179-1568969996 -o /var/tmp/evaluation-result-4403179-1568969996/solver-4403179-1568969996 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node124-1568967597-26298 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=673415012 HOME/instance-4403179-1568969996.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=26745, runsolver pid=26742
Current StackSize limit: 8192 KiB


[startup+0.100112 s]*
/proc/loadavg: 1.67 1.70 1.62 3/224 26782
/proc/meminfo: memFree=2531504/32770624 swapFree=66976736/67108860
[pid=26745] ppid=26742 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/26745/stat : 26745 (bash) S 26742 26745 26267 0 -1 4202496 893 5668 0 1 0 0 0 1 20 0 1 0 472939735 115974144 404 33554432000 4194304 5098028 140726140848096 140726140842104 140003370155008 0 0 4100 65536 18446744071580971376 0 0 17 0 0 0 0 0 0 7196144 7232144 13434880 140726140851201 140726140851329 140726140851329 140726140854254 0
/proc/26745/statm: 28314 404 320 221 0 119 0
[pid=26772] ppid=26745 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/26772/stat : 26772 (bash) S 26745 26745 26267 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 472939738 115974144 178 33554432000 4194304 5098028 140726140848096 140726140840776 140003369980540 0 65536 4096 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13434880 140726140851201 140726140851329 140726140851329 140726140854254 0
/proc/26772/statm: 28314 178 94 221 0 119 0
[pid=26773] ppid=26772 vsize=10260324 memory=21764 CPUtime=0.04 cores=0,2,4,6
/proc/26773/stat : 26773 (java) S 26772 26745 26267 0 -1 1077944320 4346 0 0 0 3 1 0 0 20 0 9 0 472939738 10506571776 5441 33554432000 4194304 4196468 140721118913776 140721118896320 140152339496695 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30785536 140721118917756 140721118917770 140721118917770 140721118920655 0
/proc/26773/statm: 2565081 5441 2161 1 0 2527622 0
[pid=26773/tid=26775] ppid=26772 vsize=10260324 memory=8514701219880993954 CPUtime=0.02 cores=0,2,4,6
/proc/26773/task/26775/stat : 26775 (java) R 26772 26745 26267 0 -1 4202560 3003 0 0 0 2 0 0 0 20 0 9 0 472939739 10506571776 5441 33554432000 4194304 4196468 140721118913776 140152343734640 140152339518621 0 4 0 16800971 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 30785536 140721118917756 140721118917770 140721118917770 140721118920655 0
[pid=26773/tid=26776] ppid=26772 vsize=10260324 memory=6944656425122832000 CPUtime=0 cores=0,2,4,6
/proc/26773/task/26776/stat : 26776 (java) S 26772 26745 26267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 472939743 10506571776 5441 33554432000 4194304 4196468 140721118913776 140152300456464 140152339506901 0 4 0 16800971 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30785536 140721118917756 140721118917770 140721118917770 140721118920655 0
[pid=26773/tid=26777] ppid=26772 vsize=10260324 memory=140078155773568 CPUtime=0 cores=0,2,4,6
/proc/26773/task/26777/stat : 26777 (java) S 26772 26745 26267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 472939743 10506571776 5441 33554432000 4194304 4196468 140721118913776 140151945403024 140152339506901 0 4 0 16800971 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30785536 140721118917756 140721118917770 140721118917770 140721118920655 0
[pid=26773/tid=26778] ppid=26772 vsize=10260324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26773/task/26778/stat : 26778 (java) S 26772 26745 26267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 472939743 10506571776 5441 33554432000 4194304 4196468 140721118913776 140151944349968 140152339506901 0 4 0 16800971 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30785536 140721118917756 140721118917770 140721118917770 140721118920655 0
[pid=26773/tid=26779] ppid=26772 vsize=10260324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26773/task/26779/stat : 26779 (java) S 26772 26745 26267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 472939743 10506571776 5441 33554432000 4194304 4196468 140721118913776 140151943297424 140152339506901 0 4 0 16800971 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30785536 140721118917756 140721118917770 140721118917770 140721118920655 0
[pid=26773/tid=26780] ppid=26772 vsize=10260324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26773/task/26780/stat : 26780 (java) S 26772 26745 26267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 472939744 10506571776 5441 33554432000 4194304 4196468 140721118913776 140151898671856 140152339507842 0 0 0 16800971 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30785536 140721118917756 140721118917770 140721118917770 140721118920655 0
[pid=26773/tid=26781] ppid=26772 vsize=10260324 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26773/task/26781/stat : 26781 (java) S 26772 26745 26267 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 472939745 10506571776 5441 33554432000 4194304 4196468 140721118913776 140151897618080 140152339506901 0 4 0 16800971 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30785536 140721118917756 140721118917770 140721118917770 140721118920655 0
[pid=26773/tid=26782] ppid=26772 vsize=10260324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26773/task/26782/stat : 26782 (java) S 26772 26745 26267 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 472939745 10506571776 5441 33554432000 4194304 4196468 140721118913776 140151829292272 140152339506901 0 4 0 16800971 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30785536 140721118917756 140721118917770 140721118917770 140721118920655 0
[pid=26774] ppid=26772 vsize=584 memory=4 CPUtime=0 cores=0,2,4,6
/proc/26774/stat : 26774 (awk) D 26772 26745 26267 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 472939738 598016 1 33554432000 0 0 140720309949612 140726140840840 140003369982455 0 0 4096 0 18446744071580431491 0 0 17 2 0 0 0 0 0 0 0 6746112 140720309949612 0 0 0 0
/proc/26774/statm: 146 1 0 0 0 42 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10487420 KiB
Current children cumulated memory: 24096 KiB

[startup+0.210376 s]*
/proc/loadavg: 1.67 1.70 1.62 4/227 26811
/proc/meminfo: memFree=2523412/32770624 swapFree=66976736/67108860
[pid=26745] ppid=26742 vsize=10819416 memory=31920 CPUtime=0.17 cores=0,2,4,6
/proc/26745/stat : 26745 (java) S 26742 26745 26267 0 -1 1077944320 6351 13386 0 2 8 1 5 3 20 0 15 0 472939735 11079081984 7980 33554432000 4194304 4196468 140721386646000 140721386628544 140485505449719 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
/proc/26745/statm: 2704854 7980 2941 1 0 2667149 0
[pid=26745/tid=26798] ppid=26742 vsize=10819416 memory=-8540663193526752614 CPUtime=0.14 cores=0,2,4,6
/proc/26745/task/26798/stat : 26798 (java) R 26742 26745 26267 0 -1 4202560 3445 13386 0 2 6 0 5 3 20 0 15 0 472939749 11079081984 7980 33554432000 4194304 4196468 140721386646000 140485477288496 140485108800071 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26799] ppid=26742 vsize=10819416 memory=4211973804360564106 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26799/stat : 26799 (java) S 26742 26745 26267 0 -1 1077944384 1 13386 0 2 0 0 5 3 20 0 15 0 472939750 11079081984 7980 33554432000 4194304 4196468 140721386646000 140485509692432 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26800] ppid=26742 vsize=10819416 memory=140078155773568 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26800/stat : 26800 (java) S 26742 26745 26267 0 -1 1077944384 1 13386 0 2 0 0 5 3 20 0 15 0 472939750 11079081984 7980 33554432000 4194304 4196468 140721386646000 140485078211728 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26801] ppid=26742 vsize=10819416 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26801/stat : 26801 (java) S 26742 26745 26267 0 -1 1077944384 1 13386 0 2 0 0 5 3 20 0 15 0 472939750 11079081984 7980 33554432000 4194304 4196468 140721386646000 140485077158672 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26802] ppid=26742 vsize=10819416 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26802/stat : 26802 (java) S 26742 26745 26267 0 -1 1077944384 2 13386 0 2 0 0 5 3 20 0 15 0 472939750 11079081984 7980 33554432000 4194304 4196468 140721386646000 140485076106128 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26803] ppid=26742 vsize=10819416 memory=140078155773568 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26803/stat : 26803 (java) S 26742 26745 26267 0 -1 1077944384 2 13386 0 2 0 0 5 3 20 0 15 0 472939751 11079081984 7980 33554432000 4194304 4196468 140721386646000 140485032012016 140485505460866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26804] ppid=26742 vsize=10819416 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26804/stat : 26804 (java) S 26742 26745 26267 0 -1 1077944384 13 13386 0 2 0 0 5 3 20 0 15 0 472939752 11079081984 7980 33554432000 4194304 4196468 140721386646000 140484957693088 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26805] ppid=26742 vsize=10819416 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26805/stat : 26805 (java) S 26742 26745 26267 0 -1 1077944384 1 13386 0 2 0 0 5 3 20 0 15 0 472939752 11079081984 7980 33554432000 4194304 4196468 140721386646000 140484353712880 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26806] ppid=26742 vsize=10819416 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26806/stat : 26806 (java) S 26742 26745 26267 0 -1 1077944384 3 13386 0 2 0 0 5 3 20 0 15 0 472939755 11079081984 7980 33554432000 4194304 4196468 140721386646000 140484046313424 140485505468315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26807] ppid=26742 vsize=10819416 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26807/stat : 26807 (java) S 26742 26745 26267 0 -1 1077944384 429 13386 0 2 0 0 5 3 20 0 15 0 472939755 11079081984 7980 33554432000 4194304 4196468 140721386646000 140485030959856 140485505460866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26808] ppid=26742 vsize=10819416 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26808/stat : 26808 (java) S 26742 26745 26267 0 -1 1077944384 9 13386 0 2 0 0 5 3 20 0 15 0 472939755 11079081984 7980 33554432000 4194304 4196468 140721386646000 140485029907312 140485505460866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26809] ppid=26742 vsize=10819416 memory=140078155773568 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26809/stat : 26809 (java) R 26742 26745 26267 0 -1 4202560 244 13386 0 2 0 0 5 3 20 0 15 0 472939755 11079081984 7980 33554432000 4194304 4196468 140721386646000 140485028854256 140485486690032 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26810] ppid=26742 vsize=10819416 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26810/stat : 26810 (java) S 26742 26745 26267 0 -1 1077944384 3 13386 0 2 0 0 5 3 20 0 15 0 472939755 11079081984 7980 33554432000 4194304 4196468 140721386646000 140484012755808 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26811] ppid=26742 vsize=10819416 memory=140078155773568 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26811/stat : 26811 (java) S 26742 26745 26267 0 -1 1077944384 1 13386 0 2 0 0 5 3 20 0 15 0 472939755 11079081984 7980 33554432000 4194304 4196468 140721386646000 140485027801648 140485505460866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 10819416 KiB
Current children cumulated memory: 31920 KiB

[startup+0.310431 s]*
/proc/loadavg: 1.67 1.70 1.62 5/227 26811
/proc/meminfo: memFree=2505936/32770624 swapFree=66976736/67108860
[pid=26745] ppid=26742 vsize=10820196 memory=48032 CPUtime=0.34 cores=0,2,4,6
/proc/26745/stat : 26745 (java) S 26742 26745 26267 0 -1 1077944320 10221 13386 0 2 24 2 5 3 20 0 15 0 472939735 11079880704 12008 33554432000 4194304 4196468 140721386646000 140721386628544 140485505449719 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
/proc/26745/statm: 2705049 12008 3300 1 0 2667149 0
[pid=26745/tid=26798] ppid=26742 vsize=10820196 memory=6791534058613427641 CPUtime=0.24 cores=0,2,4,6
/proc/26745/task/26798/stat : 26798 (java) R 26742 26745 26267 0 -1 4202560 6716 13386 0 2 15 1 5 3 20 0 15 0 472939749 11079880704 12008 33554432000 4194304 4196468 140721386646000 140485477271200 140485488636528 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26799] ppid=26742 vsize=10820196 memory=-7003737579269690708 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26799/stat : 26799 (java) S 26742 26745 26267 0 -1 1077944384 1 13386 0 2 0 0 5 3 20 0 15 0 472939750 11079880704 12008 33554432000 4194304 4196468 140721386646000 140485509692432 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26800] ppid=26742 vsize=10820196 memory=-8187100386482147110 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26800/stat : 26800 (java) S 26742 26745 26267 0 -1 1077944384 1 13386 0 2 0 0 5 3 20 0 15 0 472939750 11079880704 12008 33554432000 4194304 4196468 140721386646000 140485078211728 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26801] ppid=26742 vsize=10820196 memory=8326441112148417179 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26801/stat : 26801 (java) S 26742 26745 26267 0 -1 1077944384 1 13386 0 2 0 0 5 3 20 0 15 0 472939750 11079880704 12008 33554432000 4194304 4196468 140721386646000 140485077158672 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26802] ppid=26742 vsize=10820196 memory=6935054825532540783 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26802/stat : 26802 (java) S 26742 26745 26267 0 -1 1077944384 2 13386 0 2 0 0 5 3 20 0 15 0 472939750 11079880704 12008 33554432000 4194304 4196468 140721386646000 140485076106128 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26803] ppid=26742 vsize=10820196 memory=140078155780561 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26803/stat : 26803 (java) S 26742 26745 26267 0 -1 1077944384 2 13386 0 2 0 0 5 3 20 0 15 0 472939751 11079880704 12008 33554432000 4194304 4196468 140721386646000 140485032012016 140485505460866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26804] ppid=26742 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26804/stat : 26804 (java) S 26742 26745 26267 0 -1 1077944384 13 13386 0 2 0 0 5 3 20 0 15 0 472939752 11079880704 12008 33554432000 4194304 4196468 140721386646000 140484957693088 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26805] ppid=26742 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26805/stat : 26805 (java) S 26742 26745 26267 0 -1 1077944384 1 13386 0 2 0 0 5 3 20 0 15 0 472939752 11079880704 12008 33554432000 4194304 4196468 140721386646000 140484353712880 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26806] ppid=26742 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26806/stat : 26806 (java) S 26742 26745 26267 0 -1 1077944384 3 13386 0 2 0 0 5 3 20 0 15 0 472939755 11079880704 12008 33554432000 4194304 4196468 140721386646000 140484046313424 140485505468315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26807] ppid=26742 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/26745/task/26807/stat : 26807 (java) S 26742 26745 26267 0 -1 1077944384 476 13386 0 2 2 0 5 3 20 0 15 0 472939755 11079880704 12008 33554432000 4194304 4196468 140721386646000 140485030959856 140485505460866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26808] ppid=26742 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26745/task/26808/stat : 26808 (java) S 26742 26745 26267 0 -1 1077944384 186 13386 0 2 1 0 5 3 20 0 15 0 472939755 11079880704 12008 33554432000 4194304 4196468 140721386646000 140485029907312 140485505460866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26809] ppid=26742 vsize=10820196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/26745/task/26809/stat : 26809 (java) S 26742 26745 26267 0 -1 1077944384 608 13386 0 2 4 0 5 3 20 0 15 0 472939755 11079880704 12008 33554432000 4194304 4196468 140721386646000 140485028854256 140485505460866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26810] ppid=26742 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26810/stat : 26810 (java) S 26742 26745 26267 0 -1 1077944384 3 13386 0 2 0 0 5 3 20 0 15 0 472939755 11079880704 12008 33554432000 4194304 4196468 140721386646000 140484012755808 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26811] ppid=26742 vsize=10820196 memory=140078155773568 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26811/stat : 26811 (java) S 26742 26745 26267 0 -1 1077944384 1 13386 0 2 0 0 5 3 20 0 15 0 472939755 11079880704 12008 33554432000 4194304 4196468 140721386646000 140485027801648 140485505460866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 48032 KiB

[startup+0.700744 s]
/proc/loadavg: 1.67 1.70 1.62 4/227 26811
/proc/meminfo: memFree=2492872/32770624 swapFree=66976736/67108860
[pid=26745] ppid=26742 vsize=10822316 memory=78328 CPUtime=1.06 cores=0,2,4,6
/proc/26745/stat : 26745 (java) S 26742 26745 26267 0 -1 1077944320 14881 13386 0 2 94 4 5 3 20 0 15 0 472939735 11082051584 19582 33554432000 4194304 4196468 140721386646000 140721386628544 140485505449719 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
/proc/26745/statm: 2705579 19582 3504 1 0 2667661 0
[pid=26745/tid=26798] ppid=26742 vsize=10822316 memory=0 CPUtime=0.63 cores=0,2,4,6
/proc/26745/task/26798/stat : 26798 (java) R 26742 26745 26267 0 -1 4202560 10279 13386 0 2 52 3 5 3 20 0 15 0 472939749 11082051584 19582 33554432000 4194304 4196468 140721386646000 140485477278048 140485505461654 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26799] ppid=26742 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26799/stat : 26799 (java) S 26742 26745 26267 0 -1 1077944384 1 13386 0 2 0 0 5 3 20 0 15 0 472939750 11082051584 19582 33554432000 4194304 4196468 140721386646000 140485509692432 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26800] ppid=26742 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26800/stat : 26800 (java) S 26742 26745 26267 0 -1 1077944384 1 13386 0 2 0 0 5 3 20 0 15 0 472939750 11082051584 19582 33554432000 4194304 4196468 140721386646000 140485078211728 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26801] ppid=26742 vsize=10822316 memory=4627829647351778678 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26801/stat : 26801 (java) S 26742 26745 26267 0 -1 1077944384 1 13386 0 2 0 0 5 3 20 0 15 0 472939750 11082051584 19582 33554432000 4194304 4196468 140721386646000 140485077158672 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26802] ppid=26742 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26802/stat : 26802 (java) S 26742 26745 26267 0 -1 1077944384 2 13386 0 2 0 0 5 3 20 0 15 0 472939750 11082051584 19582 33554432000 4194304 4196468 140721386646000 140485076106128 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26803] ppid=26742 vsize=10822316 memory=6944656575208382560 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26803/stat : 26803 (java) S 26742 26745 26267 0 -1 1077944384 5 13386 0 2 0 0 5 3 20 0 15 0 472939751 11082051584 19582 33554432000 4194304 4196468 140721386646000 140485032012016 140485505460866 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26804] ppid=26742 vsize=10822316 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26804/stat : 26804 (java) S 26742 26745 26267 0 -1 1077944384 13 13386 0 2 0 0 5 3 20 0 15 0 472939752 11082051584 19582 33554432000 4194304 4196468 140721386646000 140484957693088 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26805] ppid=26742 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26805/stat : 26805 (java) S 26742 26745 26267 0 -1 1077944384 1 13386 0 2 0 0 5 3 20 0 15 0 472939752 11082051584 19582 33554432000 4194304 4196468 140721386646000 140484353712880 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26806] ppid=26742 vsize=10822316 memory=14837461314444328 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26806/stat : 26806 (java) S 26742 26745 26267 0 -1 1077944384 3 13386 0 2 0 0 5 3 20 0 15 0 472939755 11082051584 19582 33554432000 4194304 4196468 140721386646000 140484046313424 140485505468315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26807] ppid=26742 vsize=10822316 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/26745/task/26807/stat : 26807 (java) R 26742 26745 26267 0 -1 1077944384 936 13386 0 2 13 0 5 3 20 0 15 0 472939755 11082051584 19582 33554432000 4194304 4196468 140721386646000 140485030959856 140485505460866 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26808] ppid=26742 vsize=10822316 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/26745/task/26808/stat : 26808 (java) R 26742 26745 26267 0 -1 4202560 653 13386 0 2 10 0 5 3 20 0 15 0 472939755 11082051584 19582 33554432000 4194304 4196468 140721386646000 140485029907312 140485489837042 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26809] ppid=26742 vsize=10822316 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/26745/task/26809/stat : 26809 (java) R 26742 26745 26267 0 -1 4202560 775 13386 0 2 16 0 5 3 20 0 15 0 472939755 11082051584 19582 33554432000 4194304 4196468 140721386646000 140485028854256 140485484404702 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26810] ppid=26742 vsize=10822316 memory=280156019097840 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26810/stat : 26810 (java) S 26742 26745 26267 0 -1 1077944384 3 13386 0 2 0 0 5 3 20 0 15 0 472939755 11082051584 19582 33554432000 4194304 4196468 140721386646000 140484012755808 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26811] ppid=26742 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26811/stat : 26811 (java) S 26742 26745 26267 0 -1 1077944384 1 13386 0 2 0 0 5 3 20 0 15 0 472939755 11082051584 19582 33554432000 4194304 4196468 140721386646000 140485027801648 140485505460866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
Current children cumulated CPU time: 1.06 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 78328 KiB

[startup+1.50077 s]
/proc/loadavg: 1.67 1.70 1.62 3/227 26811
/proc/meminfo: memFree=2457324/32770624 swapFree=66976736/67108860
[pid=26745] ppid=26742 vsize=10834680 memory=168552 CPUtime=2.38 cores=0,2,4,6
/proc/26745/stat : 26745 (java) S 26742 26745 26267 0 -1 1077944320 21652 13386 0 2 223 7 5 3 20 0 15 0 472939735 11094712320 42138 33554432000 4194304 4196468 140721386646000 140721386628544 140485505449719 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
/proc/26745/statm: 2708670 42138 3583 1 0 2670733 0
[pid=26745/tid=26798] ppid=26742 vsize=10834680 memory=0 CPUtime=1.39 cores=0,2,4,6
/proc/26745/task/26798/stat : 26798 (java) R 26742 26745 26267 0 -1 4202560 15239 13386 0 2 127 4 5 3 20 0 15 0 472939749 11094712320 42138 33554432000 4194304 4196468 140721386646000 140485477274224 140485505461654 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26799] ppid=26742 vsize=10834680 memory=94000 CPUtime=0.09 cores=0,2,4,6
/proc/26745/task/26799/stat : 26799 (java) S 26742 26745 26267 0 -1 1077944384 78 13386 0 2 1 0 5 3 20 0 15 0 472939750 11094712320 42138 33554432000 4194304 4196468 140721386646000 140485509692432 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26800] ppid=26742 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26745/task/26800/stat : 26800 (java) S 26742 26745 26267 0 -1 1077944384 27 13386 0 2 1 0 5 3 20 0 15 0 472939750 11094712320 42138 33554432000 4194304 4196468 140721386646000 140485078211728 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26801] ppid=26742 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26745/task/26801/stat : 26801 (java) S 26742 26745 26267 0 -1 1077944384 46 13386 0 2 1 0 5 3 20 0 15 0 472939750 11094712320 42138 33554432000 4194304 4196468 140721386646000 140485077158672 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26802] ppid=26742 vsize=10834680 memory=280156019164864 CPUtime=0.09 cores=0,2,4,6
/proc/26745/task/26802/stat : 26802 (java) S 26742 26745 26267 0 -1 1077944384 394 13386 0 2 1 0 5 3 20 0 15 0 472939750 11094712320 42138 33554432000 4194304 4196468 140721386646000 140485076106128 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26803] ppid=26742 vsize=10834680 memory=280156019142816 CPUtime=0.09 cores=0,2,4,6
/proc/26745/task/26803/stat : 26803 (java) S 26742 26745 26267 0 -1 1077944384 150 13386 0 2 1 0 5 3 20 0 15 0 472939751 11094712320 42138 33554432000 4194304 4196468 140721386646000 140485032012016 140485505460866 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26804] ppid=26742 vsize=10834680 memory=280156165364464 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26804/stat : 26804 (java) S 26742 26745 26267 0 -1 1077944384 15 13386 0 2 0 0 5 3 20 0 15 0 472939752 11094712320 42138 33554432000 4194304 4196468 140721386646000 140484957693152 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26805] ppid=26742 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6

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

/proc/26745/task/26798/stat : 26798 (java) R 26742 26745 26267 0 -1 4202560 67652 13386 0 2 223589 50 5 3 20 0 15 0 472939749 11109412864 232897 33554432000 4194304 4196468 140721386646000 140485477285984 140485125253215 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26799] ppid=26742 vsize=10849036 memory=931588 CPUtime=11.88 cores=0,2,4,6
/proc/26745/task/26799/stat : 26799 (java) S 26742 26745 26267 0 -1 1077944384 7941 13386 0 2 1123 57 5 3 20 0 15 0 472939750 11109412864 232897 33554432000 4194304 4196468 140721386646000 140485509692432 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26800] ppid=26742 vsize=10849036 memory=931588 CPUtime=11.84 cores=0,2,4,6
/proc/26745/task/26800/stat : 26800 (java) S 26742 26745 26267 0 -1 1077944384 9835 13386 0 2 1121 55 5 3 20 0 15 0 472939750 11109412864 232897 33554432000 4194304 4196468 140721386646000 140485078211728 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26801] ppid=26742 vsize=10849036 memory=931588 CPUtime=11.88 cores=0,2,4,6
/proc/26745/task/26801/stat : 26801 (java) S 26742 26745 26267 0 -1 1077944384 14657 13386 0 2 1127 53 5 3 20 0 15 0 472939750 11109412864 232897 33554432000 4194304 4196468 140721386646000 140485077158672 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26802] ppid=26742 vsize=10849036 memory=931588 CPUtime=11.88 cores=0,2,4,6
/proc/26745/task/26802/stat : 26802 (java) S 26742 26745 26267 0 -1 1077944384 12147 13386 0 2 1118 62 5 3 20 0 15 0 472939750 11109412864 232897 33554432000 4194304 4196468 140721386646000 140485076106128 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26803] ppid=26742 vsize=10849036 memory=931588 CPUtime=10.67 cores=0,2,4,6
/proc/26745/task/26803/stat : 26803 (java) S 26742 26745 26267 0 -1 1077944384 13232 13386 0 2 1002 57 5 3 20 0 15 0 472939751 11109412864 232897 33554432000 4194304 4196468 140721386646000 140485032012016 140485505460866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26804] ppid=26742 vsize=10849036 memory=931588 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26804/stat : 26804 (java) S 26742 26745 26267 0 -1 1077944384 16 13386 0 2 0 0 5 3 20 0 15 0 472939752 11109412864 232897 33554432000 4194304 4196468 140721386646000 140484957693216 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26805] ppid=26742 vsize=10849036 memory=2008 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26805/stat : 26805 (java) S 26742 26745 26267 0 -1 1077944384 10 13386 0 2 0 0 5 3 20 0 15 0 472939752 11109412864 232897 33554432000 4194304 4196468 140721386646000 140484353712896 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26806] ppid=26742 vsize=10849036 memory=1436 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26806/stat : 26806 (java) S 26742 26745 26267 0 -1 1077944384 3 13386 0 2 0 0 5 3 20 0 15 0 472939755 11109412864 232897 33554432000 4194304 4196468 140721386646000 140484046313424 140485505468315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26807] ppid=26742 vsize=10849036 memory=931588 CPUtime=3.02 cores=0,2,4,6
/proc/26745/task/26807/stat : 26807 (java) S 26742 26745 26267 0 -1 1077944384 11901 13386 0 2 292 2 5 3 20 0 15 0 472939755 11109412864 232897 33554432000 4194304 4196468 140721386646000 140485030959856 140485505460866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26808] ppid=26742 vsize=10849036 memory=931588 CPUtime=3.18 cores=0,2,4,6
/proc/26745/task/26808/stat : 26808 (java) S 26742 26745 26267 0 -1 1077944384 18575 13386 0 2 307 3 5 3 20 0 15 0 472939755 11109412864 232897 33554432000 4194304 4196468 140721386646000 140485029907312 140485505460866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26809] ppid=26742 vsize=10849036 memory=931588 CPUtime=1.89 cores=0,2,4,6
/proc/26745/task/26809/stat : 26809 (java) S 26742 26745 26267 0 -1 1077944384 11967 13386 0 2 178 3 5 3 20 0 15 0 472939755 11109412864 232897 33554432000 4194304 4196468 140721386646000 140485028854256 140485505460866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26810] ppid=26742 vsize=10849036 memory=931588 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26810/stat : 26810 (java) S 26742 26745 26267 0 -1 1077944384 3 13386 0 2 0 0 5 3 20 0 15 0 472939755 11109412864 232897 33554432000 4194304 4196468 140721386646000 140484012755808 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26811] ppid=26742 vsize=10849036 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/26745/task/26811/stat : 26811 (java) S 26742 26745 26267 0 -1 1077944384 855 13386 0 2 69 65 5 3 20 0 15 0 472939755 11109412864 232897 33554432000 4194304 4196468 140721386646000 140485027801648 140485505460866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
Current children cumulated CPU time: 2303.51 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 931588 KiB

[startup+2322.3 s]
/proc/loadavg: 1.44 1.46 1.48 3/227 27689
/proc/meminfo: memFree=2414416/32770624 swapFree=66976736/67108860
[pid=26745] ppid=26742 vsize=10849036 memory=931588 CPUtime=2364.5 cores=0,2,4,6
/proc/26745/stat : 26745 (java) S 26742 26745 26267 0 -1 1077944320 172228 13386 0 2 236090 352 5 3 20 0 15 0 472939735 11109412864 232897 33554432000 4194304 4196468 140721386646000 140721386628544 140485505449719 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
/proc/26745/statm: 2712259 232897 3629 1 0 2674317 0
[pid=26745/tid=26798] ppid=26742 vsize=10849036 memory=931588 CPUtime=2295.73 cores=0,2,4,6
/proc/26745/task/26798/stat : 26798 (java) R 26742 26745 26267 0 -1 4202560 68321 13386 0 2 229515 50 5 3 20 0 15 0 472939749 11109412864 232897 33554432000 4194304 4196468 140721386646000 140485477285792 140485124246080 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26799] ppid=26742 vsize=10849036 memory=931588 CPUtime=12.22 cores=0,2,4,6
/proc/26745/task/26799/stat : 26799 (java) S 26742 26745 26267 0 -1 1077944384 8099 13386 0 2 1156 58 5 3 20 0 15 0 472939750 11109412864 232897 33554432000 4194304 4196468 140721386646000 140485509692432 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26800] ppid=26742 vsize=10849036 memory=931588 CPUtime=12.18 cores=0,2,4,6
/proc/26745/task/26800/stat : 26800 (java) S 26742 26745 26267 0 -1 1077944384 9850 13386 0 2 1154 56 5 3 20 0 15 0 472939750 11109412864 232897 33554432000 4194304 4196468 140721386646000 140485078211728 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26801] ppid=26742 vsize=10849036 memory=931588 CPUtime=12.23 cores=0,2,4,6
/proc/26745/task/26801/stat : 26801 (java) S 26742 26745 26267 0 -1 1077944384 14768 13386 0 2 1160 55 5 3 20 0 15 0 472939750 11109412864 232897 33554432000 4194304 4196468 140721386646000 140485077158672 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26802] ppid=26742 vsize=10849036 memory=931588 CPUtime=12.23 cores=0,2,4,6
/proc/26745/task/26802/stat : 26802 (java) S 26742 26745 26267 0 -1 1077944384 12202 13386 0 2 1150 65 5 3 20 0 15 0 472939750 11109412864 232897 33554432000 4194304 4196468 140721386646000 140485076106128 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26803] ppid=26742 vsize=10849036 memory=931588 CPUtime=10.97 cores=0,2,4,6
/proc/26745/task/26803/stat : 26803 (java) S 26742 26745 26267 0 -1 1077944384 13433 13386 0 2 1031 58 5 3 20 0 15 0 472939751 11109412864 232897 33554432000 4194304 4196468 140721386646000 140485032012016 140485505460866 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26804] ppid=26742 vsize=10849036 memory=931588 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26804/stat : 26804 (java) S 26742 26745 26267 0 -1 1077944384 16 13386 0 2 0 0 5 3 20 0 15 0 472939752 11109412864 232897 33554432000 4194304 4196468 140721386646000 140484957693216 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26805] ppid=26742 vsize=10849036 memory=931588 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26805/stat : 26805 (java) S 26742 26745 26267 0 -1 1077944384 10 13386 0 2 0 0 5 3 20 0 15 0 472939752 11109412864 232897 33554432000 4194304 4196468 140721386646000 140484353712896 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26806] ppid=26742 vsize=10849036 memory=931588 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26806/stat : 26806 (java) S 26742 26745 26267 0 -1 1077944384 3 13386 0 2 0 0 5 3 20 0 15 0 472939755 11109412864 232897 33554432000 4194304 4196468 140721386646000 140484046313424 140485505468315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26807] ppid=26742 vsize=10849036 memory=931588 CPUtime=3.02 cores=0,2,4,6
/proc/26745/task/26807/stat : 26807 (java) S 26742 26745 26267 0 -1 1077944384 11903 13386 0 2 292 2 5 3 20 0 15 0 472939755 11109412864 232897 33554432000 4194304 4196468 140721386646000 140485030959856 140485505460866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26808] ppid=26742 vsize=10849036 memory=931588 CPUtime=3.18 cores=0,2,4,6
/proc/26745/task/26808/stat : 26808 (java) S 26742 26745 26267 0 -1 1077944384 18577 13386 0 2 307 3 5 3 20 0 15 0 472939755 11109412864 232897 33554432000 4194304 4196468 140721386646000 140485029907312 140485505460866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26809] ppid=26742 vsize=10849036 memory=931588 CPUtime=1.89 cores=0,2,4,6
/proc/26745/task/26809/stat : 26809 (java) S 26742 26745 26267 0 -1 1077944384 11969 13386 0 2 178 3 5 3 20 0 15 0 472939755 11109412864 232897 33554432000 4194304 4196468 140721386646000 140485028854256 140485505460866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26810] ppid=26742 vsize=10849036 memory=931588 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26810/stat : 26810 (java) S 26742 26745 26267 0 -1 1077944384 3 13386 0 2 0 0 5 3 20 0 15 0 472939755 11109412864 232897 33554432000 4194304 4196468 140721386646000 140484012755808 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26811] ppid=26742 vsize=10849036 memory=931588 CPUtime=1.46 cores=0,2,4,6
/proc/26745/task/26811/stat : 26811 (java) S 26742 26745 26267 0 -1 1077944384 867 13386 0 2 72 66 5 3 20 0 15 0 472939755 11109412864 232897 33554432000 4194304 4196468 140721386646000 140485027801648 140485505460866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
Current children cumulated CPU time: 2364.5 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 931588 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2357.3 s]
/proc/loadavg: 1.47 1.46 1.48 3/227 27693
/proc/meminfo: memFree=2451696/32770624 swapFree=66976736/67108860
[pid=26745] ppid=26742 vsize=10849036 memory=933636 CPUtime=2400.08 cores=0,2,4,6
/proc/26745/stat : 26745 (java) S 26742 26745 26267 0 -1 1077944320 173635 13386 0 2 239642 358 5 3 20 0 15 0 472939735 11109412864 233409 33554432000 4194304 4196468 140721386646000 140721386628544 140485505449719 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
/proc/26745/statm: 2712259 233409 3629 1 0 2674317 0
[pid=26745/tid=26798] ppid=26742 vsize=10849036 memory=933636 CPUtime=2330.32 cores=0,2,4,6
/proc/26745/task/26798/stat : 26798 (java) R 26742 26745 26267 0 -1 4202560 68943 13386 0 2 232973 51 5 3 20 0 15 0 472939749 11109412864 233409 33554432000 4194304 4196468 140721386646000 140485477285600 140485124246080 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26799] ppid=26742 vsize=10849036 memory=933636 CPUtime=12.42 cores=0,2,4,6
/proc/26745/task/26799/stat : 26799 (java) S 26742 26745 26267 0 -1 1077944384 8141 13386 0 2 1175 59 5 3 20 0 15 0 472939750 11109412864 233409 33554432000 4194304 4196468 140721386646000 140485509692432 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26800] ppid=26742 vsize=10849036 memory=927492 CPUtime=12.38 cores=0,2,4,6
/proc/26745/task/26800/stat : 26800 (java) S 26742 26745 26267 0 -1 1077944384 10010 13386 0 2 1173 57 5 3 20 0 15 0 472939750 11109412864 233409 33554432000 4194304 4196468 140721386646000 140485078211728 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26801] ppid=26742 vsize=10849036 memory=933636 CPUtime=12.42 cores=0,2,4,6
/proc/26745/task/26801/stat : 26801 (java) S 26742 26745 26267 0 -1 1077944384 15013 13386 0 2 1178 56 5 3 20 0 15 0 472939750 11109412864 233409 33554432000 4194304 4196468 140721386646000 140485077158672 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26802] ppid=26742 vsize=10849036 memory=933636 CPUtime=12.43 cores=0,2,4,6
/proc/26745/task/26802/stat : 26802 (java) S 26742 26745 26267 0 -1 1077944384 12315 13386 0 2 1170 65 5 3 20 0 15 0 472939750 11109412864 233409 33554432000 4194304 4196468 140721386646000 140485076106128 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26803] ppid=26742 vsize=10849036 memory=111636 CPUtime=11.14 cores=0,2,4,6
/proc/26745/task/26803/stat : 26803 (java) S 26742 26745 26267 0 -1 1077944384 13634 13386 0 2 1047 59 5 3 20 0 15 0 472939751 11109412864 233409 33554432000 4194304 4196468 140721386646000 140485032012016 140485505460866 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26804] ppid=26742 vsize=10849036 memory=933636 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26804/stat : 26804 (java) S 26742 26745 26267 0 -1 1077944384 16 13386 0 2 0 0 5 3 20 0 15 0 472939752 11109412864 233409 33554432000 4194304 4196468 140721386646000 140484957693216 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26805] ppid=26742 vsize=10849036 memory=294 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26805/stat : 26805 (java) S 26742 26745 26267 0 -1 1077944384 10 13386 0 2 0 0 5 3 20 0 15 0 472939752 11109412864 233409 33554432000 4194304 4196468 140721386646000 140484353712896 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26806] ppid=26742 vsize=10849036 memory=280154073047980 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26806/stat : 26806 (java) S 26742 26745 26267 0 -1 1077944384 3 13386 0 2 0 0 5 3 20 0 15 0 472939755 11109412864 233409 33554432000 4194304 4196468 140721386646000 140484046313424 140485505468315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26807] ppid=26742 vsize=10849036 memory=6944656592455359580 CPUtime=3.02 cores=0,2,4,6
/proc/26745/task/26807/stat : 26807 (java) S 26742 26745 26267 0 -1 1077944384 11905 13386 0 2 292 2 5 3 20 0 15 0 472939755 11109412864 233409 33554432000 4194304 4196468 140721386646000 140485030959856 140485505460866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26808] ppid=26742 vsize=10849036 memory=1660 CPUtime=3.18 cores=0,2,4,6
/proc/26745/task/26808/stat : 26808 (java) S 26742 26745 26267 0 -1 1077944384 18579 13386 0 2 307 3 5 3 20 0 15 0 472939755 11109412864 233409 33554432000 4194304 4196468 140721386646000 140485029907312 140485505460866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26809] ppid=26742 vsize=10849036 memory=55428 CPUtime=1.89 cores=0,2,4,6
/proc/26745/task/26809/stat : 26809 (java) S 26742 26745 26267 0 -1 1077944384 11971 13386 0 2 178 3 5 3 20 0 15 0 472939755 11109412864 233409 33554432000 4194304 4196468 140721386646000 140485028854256 140485505460866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26810] ppid=26742 vsize=10849036 memory=933636 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26810/stat : 26810 (java) S 26742 26745 26267 0 -1 1077944384 3 13386 0 2 0 0 5 3 20 0 15 0 472939755 11109412864 233409 33554432000 4194304 4196468 140721386646000 140484012755808 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26811] ppid=26742 vsize=10849036 memory=55428 CPUtime=1.48 cores=0,2,4,6
/proc/26745/task/26811/stat : 26811 (java) S 26742 26745 26267 0 -1 1077944384 885 13386 0 2 73 67 5 3 20 0 15 0 472939755 11109412864 233409 33554432000 4194304 4196468 140721386646000 140485027801648 140485505460866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 933636 KiB

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

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

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

[startup+2357.3 s]
/proc/loadavg: 1.47 1.46 1.48 3/227 27693
/proc/meminfo: memFree=2451696/32770624 swapFree=66976736/67108860
[pid=26745] ppid=26742 vsize=10849036 memory=933636 CPUtime=2400.08 cores=0,2,4,6
/proc/26745/stat : 26745 (java) S 26742 26745 26267 0 -1 1077944320 173635 13386 0 2 239642 358 5 3 20 0 15 0 472939735 11109412864 233409 33554432000 4194304 4196468 140721386646000 140721386628544 140485505449719 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
/proc/26745/statm: 2712259 233409 3629 1 0 2674317 0
[pid=26745/tid=26798] ppid=26742 vsize=10849036 memory=933636 CPUtime=2330.32 cores=0,2,4,6
/proc/26745/task/26798/stat : 26798 (java) R 26742 26745 26267 0 -1 4202560 68943 13386 0 2 232973 51 5 3 20 0 15 0 472939749 11109412864 233409 33554432000 4194304 4196468 140721386646000 140485477285600 140485124246080 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26799] ppid=26742 vsize=10849036 memory=933636 CPUtime=12.42 cores=0,2,4,6
/proc/26745/task/26799/stat : 26799 (java) S 26742 26745 26267 0 -1 1077944384 8141 13386 0 2 1175 59 5 3 20 0 15 0 472939750 11109412864 233409 33554432000 4194304 4196468 140721386646000 140485509692432 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26800] ppid=26742 vsize=10849036 memory=927492 CPUtime=12.38 cores=0,2,4,6
/proc/26745/task/26800/stat : 26800 (java) S 26742 26745 26267 0 -1 1077944384 10010 13386 0 2 1173 57 5 3 20 0 15 0 472939750 11109412864 233409 33554432000 4194304 4196468 140721386646000 140485078211728 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26801] ppid=26742 vsize=10849036 memory=933636 CPUtime=12.42 cores=0,2,4,6
/proc/26745/task/26801/stat : 26801 (java) S 26742 26745 26267 0 -1 1077944384 15013 13386 0 2 1178 56 5 3 20 0 15 0 472939750 11109412864 233409 33554432000 4194304 4196468 140721386646000 140485077158672 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26802] ppid=26742 vsize=10849036 memory=933636 CPUtime=12.43 cores=0,2,4,6
/proc/26745/task/26802/stat : 26802 (java) S 26742 26745 26267 0 -1 1077944384 12315 13386 0 2 1170 65 5 3 20 0 15 0 472939750 11109412864 233409 33554432000 4194304 4196468 140721386646000 140485076106128 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26803] ppid=26742 vsize=10849036 memory=111636 CPUtime=11.14 cores=0,2,4,6
/proc/26745/task/26803/stat : 26803 (java) S 26742 26745 26267 0 -1 1077944384 13634 13386 0 2 1047 59 5 3 20 0 15 0 472939751 11109412864 233409 33554432000 4194304 4196468 140721386646000 140485032012016 140485505460866 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26804] ppid=26742 vsize=10849036 memory=933636 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26804/stat : 26804 (java) S 26742 26745 26267 0 -1 1077944384 16 13386 0 2 0 0 5 3 20 0 15 0 472939752 11109412864 233409 33554432000 4194304 4196468 140721386646000 140484957693216 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26805] ppid=26742 vsize=10849036 memory=294 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26805/stat : 26805 (java) S 26742 26745 26267 0 -1 1077944384 10 13386 0 2 0 0 5 3 20 0 15 0 472939752 11109412864 233409 33554432000 4194304 4196468 140721386646000 140484353712896 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26806] ppid=26742 vsize=10849036 memory=280154073047980 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26806/stat : 26806 (java) S 26742 26745 26267 0 -1 1077944384 3 13386 0 2 0 0 5 3 20 0 15 0 472939755 11109412864 233409 33554432000 4194304 4196468 140721386646000 140484046313424 140485505468315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26807] ppid=26742 vsize=10849036 memory=6944656592455359580 CPUtime=3.02 cores=0,2,4,6
/proc/26745/task/26807/stat : 26807 (java) S 26742 26745 26267 0 -1 1077944384 11905 13386 0 2 292 2 5 3 20 0 15 0 472939755 11109412864 233409 33554432000 4194304 4196468 140721386646000 140485030959856 140485505460866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26808] ppid=26742 vsize=10849036 memory=1660 CPUtime=3.18 cores=0,2,4,6
/proc/26745/task/26808/stat : 26808 (java) S 26742 26745 26267 0 -1 1077944384 18579 13386 0 2 307 3 5 3 20 0 15 0 472939755 11109412864 233409 33554432000 4194304 4196468 140721386646000 140485029907312 140485505460866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26809] ppid=26742 vsize=10849036 memory=55428 CPUtime=1.89 cores=0,2,4,6
/proc/26745/task/26809/stat : 26809 (java) S 26742 26745 26267 0 -1 1077944384 11971 13386 0 2 178 3 5 3 20 0 15 0 472939755 11109412864 233409 33554432000 4194304 4196468 140721386646000 140485028854256 140485505460866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26810] ppid=26742 vsize=10849036 memory=933636 CPUtime=0.08 cores=0,2,4,6
/proc/26745/task/26810/stat : 26810 (java) S 26742 26745 26267 0 -1 1077944384 3 13386 0 2 0 0 5 3 20 0 15 0 472939755 11109412864 233409 33554432000 4194304 4196468 140721386646000 140484012755808 140485505459925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
[pid=26745/tid=26811] ppid=26742 vsize=10849036 memory=55428 CPUtime=1.48 cores=0,2,4,6
/proc/26745/task/26811/stat : 26811 (java) S 26742 26745 26267 0 -1 1077944384 885 13386 0 2 73 67 5 3 20 0 15 0 472939755 11109412864 233409 33554432000 4194304 4196468 140721386646000 140485027801648 140485505460866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 30978048 140721386650212 140721386652853 140721386652853 140721386655695 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 933636 KiB

Child status: 143
Real time (s): 2357.33
CPU time (s): 2400.12
CPU user time (s): 2396.5
CPU system time (s): 3.62035
CPU usage (%): 101.815
Max. virtual memory (cumulated for all children) (KiB): 10849036
Max. memory (cumulated for all children) (KiB): 933636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.5
system time used= 3.62035
maximum resident set size= 937848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188039
page faults= 2
swaps= 0
block input operations= 256
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 288283
involuntary context switches= 12835


# summary of solver processes directly reported to runsolver:
#   pid: 26745
#   total CPU time (s): 2400.12
#   total CPU user time (s): 2396.5
#   total CPU system time (s): 3.62035

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0422 second user time and 22.7603 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-20 10:59:15
IDJOB=4403179
IDBENCH=116013
IDSOLVER=2862
FILE ID=node124/4403179-1568969996
RUNJOBID= node124-1568967597-26298
PBS_JOBID= 21704624
Free space on /var/tmp= 13476 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-08-09.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403179-1568969996/watcher-4403179-1568969996 -o /var/tmp/evaluation-result-4403179-1568969996/solver-4403179-1568969996 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node124-1568967597-26298 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=673415012 HOME/instance-4403179-1568969996.xml

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

MD5SUM BENCH= 6fd932c8bfa1fb1c2de56266b40b08cd
RANDOM SEED=673415012

node124.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.47
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.47
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.47
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.47
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:         2543632 kB
MemAvailable:   29669520 kB
Buffers:          135476 kB
Cached:         26920596 kB
SwapCached:        28940 kB
Active:         15392612 kB
Inactive:       13849944 kB
Active(anon):    1974108 kB
Inactive(anon):   262256 kB
Active(file):   13418504 kB
Inactive(file): 13587688 kB
Unevictable:      107400 kB
Mlocked:          107400 kB
SwapTotal:      67108860 kB
SwapFree:       66976736 kB
Dirty:             35356 kB
Writeback:             0 kB
AnonPages:       2270380 kB
Mapped:            65708 kB
Shmem:             40880 kB
Slab:             576824 kB
SReclaimable:     548156 kB
SUnreclaim:        28668 kB
KernelStack:        3888 kB
PageTables:         9676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4051100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2015232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /var/tmp at the end= 13440 MiB
End job on node124 at 2019-09-20 11:38:33