Trace number 4403209

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)77 2400.13 2381.74

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-28-4-7-3.xml
MD5SUMcd71d797d3091c0a3eabb0588ef8346f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark77
Best CPU time to get the best result obtained on this benchmark100.565
Satisfiable
(Un)Satisfiability was proved
Number of variables84
Number of constraints113
Number of domains27
Minimum domain size3
Maximum domain size29
Distribution of domain sizes[{"size":3,"count":1},{"size":4,"count":11},{"size":5,"count":13},{"size":6,"count":3},{"size":29,"count":56}]
Minimum variable degree2
Maximum variable degree31
Distribution of variable degrees[{"degree":2,"count":28},{"degree":29,"count":27},{"degree":30,"count":1},{"degree":31,"count":28}]
Minimum constraint arity1
Maximum constraint arity29
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":56},{"arity":28,"count":28},{"arity":29,"count":28}]
Number of extensional constraints56
Number of intensional constraints29
Distribution of constraint types[{"type":"extension","count":56},{"type":"intension","count":29},{"type":"count","count":28}]
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.79/0.55	c Concrete v3.12.3.1568965526260 running
41.77/32.20	o -5945
42.52/32.52	o -5942
44.92/34.76	o -4950
45.07/34.85	o -4949
48.17/37.73	o -3939
48.81/38.36	o -2947
49.38/38.76	o -2944
56.20/45.44	o -2942
56.20/45.45	o -2938
56.42/45.62	o -2935
57.04/46.20	o -2918
57.54/46.78	o -1921
61.89/51.05	o -1920
91.62/80.13	o -937
93.53/82.07	o -930
132.34/120.67	o -920
846.04/832.38	o 59
849.48/835.76	o 60
880.81/867.08	o 72
1042.44/1028.58	o 74
1043.95/1030.03	o 77
2400.07/2381.72	Exception in thread "main" java.util.concurrent.TimeoutException
2400.07/2381.72		at concrete.MAC.mac(MAC.scala:192)
2400.07/2381.72		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.07/2381.72		at scala.util.Try$.apply(Try.scala:210)
2400.07/2381.72		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.07/2381.72		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.07/2381.72		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.07/2381.72		at concrete.MAC.oneRun(MAC.scala:265)
2400.07/2381.72		at concrete.MAC.nextSolution(MAC.scala:284)
2400.07/2381.72		at concrete.MAC.nextSolution(MAC.scala:369)
2400.07/2381.72		at concrete.Solver.hasNext(Solver.scala:160)
2400.07/2381.72		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.07/2381.72		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.07/2381.72		at concrete.Solver.foreach(Solver.scala:67)
2400.07/2381.72		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.07/2381.72		at scala.util.Success.map(Try.scala:262)
2400.07/2381.72		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.07/2381.72		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.07/2381.72		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.07/2381.72		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.07/2381.72		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.07/2381.72		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.07/2381.72		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.07/2381.72		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.07/2381.72		at scala.App.$anonfun$main$1(App.scala:73)
2400.07/2381.72		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2400.07/2381.72		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.07/2381.72		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.07/2381.72		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2400.07/2381.72		at scala.App.main(App.scala:73)
2400.07/2381.72		at scala.App.main$(App.scala:71)
2400.07/2381.72		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.07/2381.72		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.07/2381.72	v <instantiation
2400.07/2381.72	v         cost = '77'>
2400.07/2381.72	v       <list>
2400.07/2381.72	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] p[24] p[25] p[26] p[27] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23] g[24] g[25] g[26] g[27]
2400.07/2381.72	v       </list>
2400.07/2381.72	v       <values>
2400.07/2381.72	v         1 2 3 4 5 12 -1 0 7 8 17 10 11 -1 15 16 9 18 19 20 27 14 21 22 23 24 25 26 0 1 2 3 4 5 -1 25 24 23 8 7 6 -1 20 21 22 9 10 11 12 19 18 17 16 15 14 13 7 4 6 7 4 4 0 3 0 8 -3 -1 7 0 4 6 -2 0 0 4 5 0 7 3 -4 4 3 1
2400.07/2381.72	v       </values>
2400.07/2381.72	v     </instantiation>
2400.07/2381.73	s SATISFIABLE

Verifier Data

OK	77

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403209-1568974821/watcher-4403209-1568974821 -o /var/tmp/evaluation-result-4403209-1568974821/solver-4403209-1568974821 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node121-1568967596-32357 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1202144846 HOME/instance-4403209-1568974821.xml 

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

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


[startup+0.100088 s]*
/proc/loadavg: 1.63 1.40 1.41 3/218 1991
/proc/meminfo: memFree=5021520/32770624 swapFree=66988420/67108860
[pid=1933] ppid=1930 vsize=9972712 memory=18328 CPUtime=0.09 cores=1,3,5,7
/proc/1933/stat : 1933 (java) S 1930 1933 32325 0 -1 1077944320 4334 13102 0 0 1 0 5 3 20 0 6 0 473744684 10212057088 4582 33554432000 4194304 4196468 140723049753200 140723049735744 140439164178167 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
/proc/1933/statm: 2493178 4582 1930 1 0 2481616 0
[pid=1933/tid=1987] ppid=1930 vsize=9972712 memory=4627829660337606006 CPUtime=0.09 cores=1,3,5,7
/proc/1933/task/1987/stat : 1987 (java) R 1930 1933 32325 0 -1 4202560 2162 13102 0 0 1 0 5 3 20 0 6 0 473744693 10212057088 4648 33554432000 4194304 4196468 140723049753200 140439136014928 140439149301104 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1988] ppid=1930 vsize=9972712 memory=7948963741541478447 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1988/stat : 1988 (java) S 1930 1933 32325 0 -1 1077944384 1 13102 0 0 0 0 5 3 20 0 6 0 473744693 10212057088 4648 33554432000 4194304 4196468 140723049753200 140439168420368 140439164188373 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1989] ppid=1930 vsize=9972712 memory=139840041842304 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1989/stat : 1989 (java) S 1930 1933 32325 0 -1 1077944384 1 13102 0 0 0 0 5 3 20 0 6 0 473744693 10212057088 4648 33554432000 4194304 4196468 140723049753200 140439056693904 140439164188373 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1990] ppid=1930 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1990/stat : 1990 (java) S 1930 1933 32325 0 -1 1077944384 1 13102 0 0 0 0 5 3 20 0 6 0 473744693 10212057088 4648 33554432000 4194304 4196468 140723049753200 140438736464144 140439164188373 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1991] ppid=1930 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1991/stat : 1991 (java) S 1930 1933 32325 0 -1 1077944384 2 13102 0 0 0 0 5 3 20 0 6 0 473744693 10212057088 4648 33554432000 4194304 4196468 140723049753200 140438735411600 140439164188373 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.209821 s]*
/proc/loadavg: 1.63 1.40 1.41 3/227 2000
/proc/meminfo: memFree=5003788/32770624 swapFree=66988420/67108860
[pid=1933] ppid=1930 vsize=10820164 memory=41296 CPUtime=0.27 cores=1,3,5,7
/proc/1933/stat : 1933 (java) S 1930 1933 32325 0 -1 1077944320 7328 13102 0 0 17 2 5 3 20 0 15 0 473744684 11079847936 10324 33554432000 4194304 4196468 140723049753200 140723049735744 140439164178167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
/proc/1933/statm: 2705041 10324 3266 1 0 2667149 0
[pid=1933/tid=1987] ppid=1930 vsize=10820196 memory=8389772277269004345 CPUtime=0.19 cores=1,3,5,7
/proc/1933/task/1987/stat : 1987 (java) R 1930 1933 32325 0 -1 4202560 3831 13102 0 0 10 1 5 3 20 0 15 0 473744693 11079880704 10324 33554432000 4194304 4196468 140723049753200 140439135989200 140439148258654 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1988] ppid=1930 vsize=10820196 memory=4294967638 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1988/stat : 1988 (java) S 1930 1933 32325 0 -1 1077944384 1 13102 0 0 0 0 5 3 20 0 15 0 473744693 11079880704 10324 33554432000 4194304 4196468 140723049753200 140439168420368 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1989] ppid=1930 vsize=10820196 memory=139840045465514 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1989/stat : 1989 (java) S 1930 1933 32325 0 -1 1077944384 1 13102 0 0 0 0 5 3 20 0 15 0 473744693 11079880704 10324 33554432000 4194304 4196468 140723049753200 140439056693904 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1990] ppid=1930 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1990/stat : 1990 (java) S 1930 1933 32325 0 -1 1077944384 1 13102 0 0 0 0 5 3 20 0 15 0 473744693 11079880704 10324 33554432000 4194304 4196468 140723049753200 140438736464144 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1991] ppid=1930 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1991/stat : 1991 (java) S 1930 1933 32325 0 -1 1077944384 2 13102 0 0 0 0 5 3 20 0 15 0 473744693 11079880704 10324 33554432000 4194304 4196468 140723049753200 140438735411600 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1992] ppid=1930 vsize=10820196 memory=139840041842304 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1992/stat : 1992 (java) S 1930 1933 32325 0 -1 1077944384 2 13102 0 0 0 0 5 3 20 0 15 0 473744695 11079880704 10324 33554432000 4194304 4196468 140723049753200 140438623615728 140439164189314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1993] ppid=1930 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1993/stat : 1993 (java) S 1930 1933 32325 0 -1 1077944384 33 13102 0 0 0 0 5 3 20 0 15 0 473744695 11079880704 10324 33554432000 4194304 4196468 140723049753200 140438622561952 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1994] ppid=1930 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1994/stat : 1994 (java) S 1930 1933 32325 0 -1 1077944384 1 13102 0 0 0 0 5 3 20 0 15 0 473744695 11079880704 10324 33554432000 4194304 4196468 140723049753200 140438048597232 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1995] ppid=1930 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1995/stat : 1995 (java) S 1930 1933 32325 0 -1 1077944384 3 13102 0 0 0 0 5 3 20 0 15 0 473744698 11079880704 10324 33554432000 4194304 4196468 140723049753200 140437741197776 140439164196763 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1996] ppid=1930 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1933/task/1996/stat : 1996 (java) S 1930 1933 32325 0 -1 1077944384 586 13102 0 0 1 0 5 3 20 0 15 0 473744698 11079880704 10324 33554432000 4194304 4196468 140723049753200 140438589004016 140439164189314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1997] ppid=1930 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/1933/task/1997/stat : 1997 (java) R 1930 1933 32325 0 -1 4202560 65 13102 0 0 1 0 5 3 20 0 15 0 473744698 11079880704 10324 33554432000 4194304 4196468 140723049753200 140438587951472 140439143424752 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1998] ppid=1930 vsize=10820196 memory=139840041842304 CPUtime=0.11 cores=1,3,5,7
/proc/1933/task/1998/stat : 1998 (java) R 1930 1933 32325 0 -1 1077944384 629 13102 0 0 3 0 5 3 20 0 15 0 473744698 11079880704 10324 33554432000 4194304 4196468 140723049753200 140438586898416 140439164189314 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1999] ppid=1930 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1999/stat : 1999 (java) S 1930 1933 32325 0 -1 1077944384 3 13102 0 0 0 0 5 3 20 0 15 0 473744698 11079880704 10324 33554432000 4194304 4196468 140723049753200 140437707639136 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=2000] ppid=1930 vsize=10820196 memory=139840041842304 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/2000/stat : 2000 (java) S 1930 1933 32325 0 -1 1077944384 1 13102 0 0 0 0 5 3 20 0 15 0 473744699 11079880704 10324 33554432000 4194304 4196468 140723049753200 140438129339440 140439164189314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820164 KiB
Current children cumulated memory: 41296 KiB

[startup+0.310402 s]*
/proc/loadavg: 1.63 1.40 1.41 3/227 2000
/proc/meminfo: memFree=4991444/32770624 swapFree=66988420/67108860
[pid=1933] ppid=1930 vsize=10820196 memory=49948 CPUtime=0.4 cores=1,3,5,7
/proc/1933/stat : 1933 (java) S 1930 1933 32325 0 -1 1077944320 10402 13102 0 0 29 3 5 3 20 0 15 0 473744684 11079880704 12487 33554432000 4194304 4196468 140723049753200 140723049735744 140439164178167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
/proc/1933/statm: 2705049 12487 3314 1 0 2667149 0
[pid=1933/tid=1987] ppid=1930 vsize=10820196 memory=2608 CPUtime=0.29 cores=1,3,5,7
/proc/1933/task/1987/stat : 1987 (java) R 1930 1933 32325 0 -1 4202560 6852 13102 0 0 19 2 5 3 20 0 15 0 473744693 11079880704 12552 33554432000 4194304 4196468 140723049753200 140439135990832 140439150411053 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1988] ppid=1930 vsize=10820196 memory=4294969568 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1988/stat : 1988 (java) S 1930 1933 32325 0 -1 1077944384 1 13102 0 0 0 0 5 3 20 0 15 0 473744693 11079880704 12552 33554432000 4194304 4196468 140723049753200 140439168420368 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1989] ppid=1930 vsize=10820196 memory=139844336809599 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1989/stat : 1989 (java) S 1930 1933 32325 0 -1 1077944384 1 13102 0 0 0 0 5 3 20 0 15 0 473744693 11079880704 12552 33554432000 4194304 4196468 140723049753200 140439056693904 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1990] ppid=1930 vsize=10820196 memory=2209 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1990/stat : 1990 (java) S 1930 1933 32325 0 -1 1077944384 1 13102 0 0 0 0 5 3 20 0 15 0 473744693 11079880704 12552 33554432000 4194304 4196468 140723049753200 140438736464144 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1991] ppid=1930 vsize=10820196 memory=2240 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1991/stat : 1991 (java) S 1930 1933 32325 0 -1 1077944384 2 13102 0 0 0 0 5 3 20 0 15 0 473744693 11079880704 12552 33554432000 4194304 4196468 140723049753200 140438735411600 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1992] ppid=1930 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1992/stat : 1992 (java) S 1930 1933 32325 0 -1 1077944384 2 13102 0 0 0 0 5 3 20 0 15 0 473744695 11079880704 12552 33554432000 4194304 4196468 140723049753200 140438623615728 140439164189314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1993] ppid=1930 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1993/stat : 1993 (java) S 1930 1933 32325 0 -1 1077944384 33 13102 0 0 0 0 5 3 20 0 15 0 473744695 11079880704 12552 33554432000 4194304 4196468 140723049753200 140438622561952 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1994] ppid=1930 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1994/stat : 1994 (java) S 1930 1933 32325 0 -1 1077944384 1 13102 0 0 0 0 5 3 20 0 15 0 473744695 11079880704 12552 33554432000 4194304 4196468 140723049753200 140438048597232 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1995] ppid=1930 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1995/stat : 1995 (java) S 1930 1933 32325 0 -1 1077944384 3 13102 0 0 0 0 5 3 20 0 15 0 473744698 11079880704 12552 33554432000 4194304 4196468 140723049753200 140437741197776 140439164196763 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1996] ppid=1930 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/1933/task/1996/stat : 1996 (java) S 1930 1933 32325 0 -1 1077944384 587 13102 0 0 2 0 5 3 20 0 15 0 473744698 11079880704 12552 33554432000 4194304 4196468 140723049753200 140438589004016 140439164189314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1997] ppid=1930 vsize=10820196 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/1933/task/1997/stat : 1997 (java) S 1930 1933 32325 0 -1 1077944384 66 13102 0 0 2 0 5 3 20 0 15 0 473744698 11079880704 12552 33554432000 4194304 4196468 140723049753200 140438587951472 140439164189314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1998] ppid=1930 vsize=10820196 memory=139840041842304 CPUtime=0.13 cores=1,3,5,7
/proc/1933/task/1998/stat : 1998 (java) S 1930 1933 32325 0 -1 1077944384 648 13102 0 0 5 0 5 3 20 0 15 0 473744698 11079880704 12552 33554432000 4194304 4196468 140723049753200 140438586898416 140439164189314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1999] ppid=1930 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1999/stat : 1999 (java) S 1930 1933 32325 0 -1 1077944384 3 13102 0 0 0 0 5 3 20 0 15 0 473744698 11079880704 12552 33554432000 4194304 4196468 140723049753200 140437707639136 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=2000] ppid=1930 vsize=10820196 memory=139840041842304 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/2000/stat : 2000 (java) S 1930 1933 32325 0 -1 1077944384 1 13102 0 0 0 0 5 3 20 0 15 0 473744699 11079880704 12552 33554432000 4194304 4196468 140723049753200 140438129339440 140439164189314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49948 KiB

[startup+0.702723 s]
/proc/loadavg: 1.74 1.43 1.42 3/227 2000
/proc/meminfo: memFree=4975316/32770624 swapFree=66988420/67108860
[pid=1933] ppid=1930 vsize=10824364 memory=83708 CPUtime=1.17 cores=1,3,5,7
/proc/1933/stat : 1933 (java) S 1930 1933 32325 0 -1 1077944320 15160 13102 0 0 104 5 5 3 20 0 15 0 473744684 11084148736 20927 33554432000 4194304 4196468 140723049753200 140723049735744 140439164178167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
/proc/1933/statm: 2706091 20927 3505 1 0 2668173 0
[pid=1933/tid=1987] ppid=1930 vsize=10824364 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/1933/task/1987/stat : 1987 (java) R 1930 1933 32325 0 -1 4202560 10371 13102 0 0 56 4 5 3 20 0 15 0 473744693 11084148736 20927 33554432000 4194304 4196468 140723049753200 140439135991328 140439164200093 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1988] ppid=1930 vsize=10824364 memory=279679814880064 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1988/stat : 1988 (java) S 1930 1933 32325 0 -1 1077944384 1 13102 0 0 0 0 5 3 20 0 15 0 473744693 11084148736 20927 33554432000 4194304 4196468 140723049753200 140439168420368 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1989] ppid=1930 vsize=10824364 memory=33 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1989/stat : 1989 (java) S 1930 1933 32325 0 -1 1077944384 1 13102 0 0 0 0 5 3 20 0 15 0 473744693 11084148736 20927 33554432000 4194304 4196468 140723049753200 140439056693904 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1990] ppid=1930 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1990/stat : 1990 (java) S 1930 1933 32325 0 -1 1077944384 1 13102 0 0 0 0 5 3 20 0 15 0 473744693 11084148736 20927 33554432000 4194304 4196468 140723049753200 140438736464144 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1991] ppid=1930 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1991/stat : 1991 (java) S 1930 1933 32325 0 -1 1077944384 2 13102 0 0 0 0 5 3 20 0 15 0 473744693 11084148736 20927 33554432000 4194304 4196468 140723049753200 140438735411600 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1992] ppid=1930 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1992/stat : 1992 (java) S 1930 1933 32325 0 -1 1077944384 5 13102 0 0 0 0 5 3 20 0 15 0 473744695 11084148736 20927 33554432000 4194304 4196468 140723049753200 140438623615728 140439164189314 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1993] ppid=1930 vsize=10824364 memory=139840041841137 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1993/stat : 1993 (java) S 1930 1933 32325 0 -1 1077944384 33 13102 0 0 0 0 5 3 20 0 15 0 473744695 11084148736 20927 33554432000 4194304 4196468 140723049753200 140438622561952 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1994] ppid=1930 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1994/stat : 1994 (java) S 1930 1933 32325 0 -1 1077944384 1 13102 0 0 0 0 5 3 20 0 15 0 473744695 11084148736 20927 33554432000 4194304 4196468 140723049753200 140438048597232 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1995] ppid=1930 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1995/stat : 1995 (java) S 1930 1933 32325 0 -1 1077944384 3 13102 0 0 0 0 5 3 20 0 15 0 473744698 11084148736 20927 33554432000 4194304 4196468 140723049753200 140437741197776 140439164196763 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1996] ppid=1930 vsize=10824364 memory=2521212913409 CPUtime=0.23 cores=1,3,5,7
/proc/1933/task/1996/stat : 1996 (java) S 1930 1933 32325 0 -1 1077944384 1174 13102 0 0 15 0 5 3 20 0 15 0 473744698 11084148736 20927 33554432000 4194304 4196468 140723049753200 140438589004016 140439164189314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1997] ppid=1930 vsize=10824364 memory=24774486 CPUtime=0.22 cores=1,3,5,7
/proc/1933/task/1997/stat : 1997 (java) R 1930 1933 32325 0 -1 4202560 519 13102 0 0 14 0 5 3 20 0 15 0 473744698 11084148736 20927 33554432000 4194304 4196468 140723049753200 140438587937440 140439145722815 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1998] ppid=1930 vsize=10824364 memory=-7886167514736700194 CPUtime=0.25 cores=1,3,5,7
/proc/1933/task/1998/stat : 1998 (java) R 1930 1933 32325 0 -1 4202560 838 13102 0 0 17 0 5 3 20 0 15 0 473744698 11084148736 20927 33554432000 4194304 4196468 140723049753200 140438586898416 140439164190102 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1999] ppid=1930 vsize=10824364 memory=5939524903929996886 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1999/stat : 1999 (java) S 1930 1933 32325 0 -1 1077944384 3 13102 0 0 0 0 5 3 20 0 15 0 473744698 11084148736 20927 33554432000 4194304 4196468 140723049753200 140437707639136 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=2000] ppid=1930 vsize=10824364 memory=8099279071866868838 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/2000/stat : 2000 (java) S 1930 1933 32325 0 -1 1077944384 1 13102 0 0 0 0 5 3 20 0 15 0 473744699 11084148736 20927 33554432000 4194304 4196468 140723049753200 140438129339440 140439164189314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83708 KiB

[startup+1.50072 s]
/proc/loadavg: 1.74 1.43 1.42 5/227 2000
/proc/meminfo: memFree=4900792/32770624 swapFree=66988420/67108860
[pid=1933] ppid=1930 vsize=10832632 memory=252776 CPUtime=2.98 cores=1,3,5,7
/proc/1933/stat : 1933 (java) S 1930 1933 32325 0 -1 1077944320 24416 13102 0 0 278 12 5 3 20 0 15 0 473744684 11092615168 63194 33554432000 4194304 4196468 140723049753200 140723049735744 140439164178167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
/proc/1933/statm: 2708158 63194 3593 1 0 2670221 0
[pid=1933/tid=1987] ppid=1930 vsize=10832632 memory=5605 CPUtime=1.43 cores=1,3,5,7
/proc/1933/task/1987/stat : 1987 (java) R 1930 1933 32325 0 -1 4202560 14867 13102 0 0 129 6 5 3 20 0 15 0 473744693 11092615168 63194 33554432000 4194304 4196468 140723049753200 140439136010384 140438736568720 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1988] ppid=1930 vsize=10832632 memory=2253 CPUtime=0.09 cores=1,3,5,7
/proc/1933/task/1988/stat : 1988 (java) S 1930 1933 32325 0 -1 1077944384 77 13102 0 0 1 0 5 3 20 0 15 0 473744693 11092615168 63194 33554432000 4194304 4196468 140723049753200 140439168420368 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1989] ppid=1930 vsize=10832632 memory=33 CPUtime=0.09 cores=1,3,5,7
/proc/1933/task/1989/stat : 1989 (java) S 1930 1933 32325 0 -1 1077944384 29 13102 0 0 1 0 5 3 20 0 15 0 473744693 11092615168 63194 33554432000 4194304 4196468 140723049753200 140439056693904 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1990] ppid=1930 vsize=10832632 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1933/task/1990/stat : 1990 (java) S 1930 1933 32325 0 -1 1077944384 21 13102 0 0 1 0 5 3 20 0 15 0 473744693 11092615168 63194 33554432000 4194304 4196468 140723049753200 140438736464144 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1991] ppid=1930 vsize=10832632 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1933/task/1991/stat : 1991 (java) S 1930 1933 32325 0 -1 1077944384 270 13102 0 0 1 0 5 3 20 0 15 0 473744693 11092615168 63194 33554432000 4194304 4196468 140723049753200 140438735411600 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1992] ppid=1930 vsize=10832632 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1933/task/1992/stat : 1992 (java) S 1930 1933 32325 0 -1 1077944384 892 13102 0 0 1 0 5 3 20 0 15 0 473744695 11092615168 63194 33554432000 4194304 4196468 140723049753200 140438623615728 140439164189314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1993] ppid=1930 vsize=10832632 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1993/stat : 1993 (java) S 1930 1933 32325 0 -1 1077944384 34 13102 0 0 0 0 5 3 20 0 15 0 473744695 11092615168 63194 33554432000 4194304 4196468 140723049753200 140438622562016 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1994] ppid=1930 vsize=10832632 memory=-7385037589438827369 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1994/stat : 1994 (java) S 1930 1933 32325 0 -1 1077944384 1 13102 0 0 0 0 5 3 20 0 15 0 473744695 11092615168 63194 33554432000 4194304 4196468 140723049753200 140438048597248 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1995] ppid=1930 vsize=10832632 memory=-7385037589438827369 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1995/stat : 1995 (java) S 1930 1933 32325 0 -1 1077944384 3 13102 0 0 0 0 5 3 20 0 15 0 473744698 11092615168 63194 33554432000 4194304 4196468 140723049753200 140437741197776 140439164196763 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1996] ppid=1930 vsize=10832632 memory=7088771780662946468 CPUtime=0.6 cores=1,3,5,7
/proc/1933/task/1996/stat : 1996 (java) S 1930 1933 32325 0 -1 1077944384 2297 13102 0 0 52 0 5 3 20 0 15 0 473744698 11092615168 63194 33554432000 4194304 4196468 140723049753200 140438589004016 140439164189314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1997] ppid=1930 vsize=10832632 memory=6944656592455097440 CPUtime=0.58 cores=1,3,5,7
/proc/1933/task/1997/stat : 1997 (java) R 1930 1933 32325 0 -1 1077944384 2210 13102 0 0 50 0 5 3 20 0 15 0 473744698 11092615168 63194 33554432000 4194304 4196468 140723049753200 140438587951472 140439164189314 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1998] ppid=1930 vsize=10832632 memory=4137287014106042739 CPUtime=0.46 cores=1,3,5,7
/proc/1933/task/1998/stat : 1998 (java) R 1930 1933 32325 0 -1 4202560 1505 13102 0 0 38 0 5 3 20 0 15 0 473744698 11092615168 63194 33554432000 4194304 4196468 140723049753200 140438586898416 140439157275003 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1999] ppid=1930 vsize=10832632 memory=115 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1999/stat : 1999 (java) S 1930 1933 32325 0 -1 1077944384 3 13102 0 0 0 0 5 3 20 0 15 0 473744698 11092615168 63194 33554432000 4194304 4196468 140723049753200 140437707639136 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=2000] ppid=1930 vsize=10832632 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/2000/stat : 2000 (java) S 1930 1933 32325 0 -1 1077944384 1 13102 0 0 0 0 5 3 20 0 15 0 473744699 11092615168 63194 33554432000 4194304 4196468 140723049753200 140438129339440 140439164189314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
Current children cumulated CPU time: 2.98 s
Current children cumulated vsize: 10832632 KiB

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

/proc/1933/task/1987/stat : 1987 (java) R 1930 1933 32325 0 -1 4202560 142811 13102 0 0 225858 73 5 3 20 0 15 0 473744693 11109412864 572433 33554432000 4194304 4196468 140723049753200 140439136013312 140438749658848 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1988] ppid=1930 vsize=10849036 memory=2289704 CPUtime=1.87 cores=1,3,5,7
/proc/1933/task/1988/stat : 1988 (java) S 1930 1933 32325 0 -1 1077944384 26108 13102 0 0 159 20 5 3 20 0 15 0 473744693 11109412864 572433 33554432000 4194304 4196468 140723049753200 140439168420368 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1989] ppid=1930 vsize=10849036 memory=2289724 CPUtime=1.88 cores=1,3,5,7
/proc/1933/task/1989/stat : 1989 (java) S 1930 1933 32325 0 -1 1077944384 24053 13102 0 0 158 22 5 3 20 0 15 0 473744693 11109412864 572433 33554432000 4194304 4196468 140723049753200 140439056693904 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1990] ppid=1930 vsize=10849036 memory=461 CPUtime=1.88 cores=1,3,5,7
/proc/1933/task/1990/stat : 1990 (java) S 1930 1933 32325 0 -1 1077944384 31889 13102 0 0 161 19 5 3 20 0 15 0 473744693 11109412864 572433 33554432000 4194304 4196468 140723049753200 140438736464144 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1991] ppid=1930 vsize=10849036 memory=2289728 CPUtime=1.87 cores=1,3,5,7
/proc/1933/task/1991/stat : 1991 (java) S 1930 1933 32325 0 -1 1077944384 24803 13102 0 0 159 20 5 3 20 0 15 0 473744693 11109412864 572433 33554432000 4194304 4196468 140723049753200 140438735411600 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1992] ppid=1930 vsize=10849036 memory=2289712 CPUtime=0.88 cores=1,3,5,7
/proc/1933/task/1992/stat : 1992 (java) S 1930 1933 32325 0 -1 1077944384 20861 13102 0 0 71 9 5 3 20 0 15 0 473744695 11109412864 572433 33554432000 4194304 4196468 140723049753200 140438623615728 140439164189314 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1993] ppid=1930 vsize=10849036 memory=2289728 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1993/stat : 1993 (java) S 1930 1933 32325 0 -1 1077944384 47 13102 0 0 0 0 5 3 20 0 15 0 473744695 11109412864 572433 33554432000 4194304 4196468 140723049753200 140438622562080 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1994] ppid=1930 vsize=10849036 memory=2289732 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1994/stat : 1994 (java) S 1930 1933 32325 0 -1 1077944384 19 13102 0 0 0 0 5 3 20 0 15 0 473744695 11109412864 572433 33554432000 4194304 4196468 140723049753200 140438048597248 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1995] ppid=1930 vsize=10849036 memory=2289732 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1995/stat : 1995 (java) S 1930 1933 32325 0 -1 1077944384 3 13102 0 0 0 0 5 3 20 0 15 0 473744698 11109412864 572433 33554432000 4194304 4196468 140723049753200 140437741197776 140439164196763 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1996] ppid=1930 vsize=10849036 memory=2289732 CPUtime=4.69 cores=1,3,5,7
/proc/1933/task/1996/stat : 1996 (java) S 1930 1933 32325 0 -1 1077944384 32847 13102 0 0 456 5 5 3 20 0 15 0 473744698 11109412864 572433 33554432000 4194304 4196468 140723049753200 140438589004016 140439164189314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1997] ppid=1930 vsize=10849036 memory=2289732 CPUtime=5.01 cores=1,3,5,7
/proc/1933/task/1997/stat : 1997 (java) S 1930 1933 32325 0 -1 1077944384 49224 13102 0 0 487 6 5 3 20 0 15 0 473744698 11109412864 572433 33554432000 4194304 4196468 140723049753200 140438587951472 140439164189314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1998] ppid=1930 vsize=10849036 memory=3620 CPUtime=2.09 cores=1,3,5,7
/proc/1933/task/1998/stat : 1998 (java) S 1930 1933 32325 0 -1 1077944384 28602 13102 0 0 197 4 5 3 20 0 15 0 473744698 11109412864 572433 33554432000 4194304 4196468 140723049753200 140438586898416 140439164189314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1999] ppid=1930 vsize=10849036 memory=38588 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1999/stat : 1999 (java) S 1930 1933 32325 0 -1 1077944384 3 13102 0 0 0 0 5 3 20 0 15 0 473744698 11109412864 572433 33554432000 4194304 4196468 140723049753200 140437707639136 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=2000] ppid=1930 vsize=10849036 memory=2004 CPUtime=1.21 cores=1,3,5,7
/proc/1933/task/2000/stat : 2000 (java) S 1930 1933 32325 0 -1 1077944384 2292 13102 0 0 56 57 5 3 20 0 15 0 473744699 11109412864 572433 33554432000 4194304 4196468 140723049753200 140438129339440 140439164189314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
Current children cumulated CPU time: 2280.17 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 2289732 KiB

[startup+2322.3 s]
/proc/loadavg: 1.33 1.38 1.47 3/227 2347
/proc/meminfo: memFree=1489164/32770624 swapFree=66988468/67108860
[pid=1933] ppid=1930 vsize=10849036 memory=2289756 CPUtime=2340.38 cores=1,3,5,7
/proc/1933/stat : 1933 (java) S 1930 1933 32325 0 -1 1077944320 388760 13102 0 0 233805 225 5 3 20 0 15 0 473744684 11109412864 572439 33554432000 4194304 4196468 140723049753200 140723049735744 140439164178167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
/proc/1933/statm: 2712259 572439 3630 1 0 2674317 0
[pid=1933/tid=1987] ppid=1930 vsize=10849036 memory=2289756 CPUtime=2319.26 cores=1,3,5,7
/proc/1933/task/1987/stat : 1987 (java) R 1930 1933 32325 0 -1 4202560 143988 13102 0 0 231845 73 5 3 20 0 15 0 473744693 11109412864 572439 33554432000 4194304 4196468 140723049753200 140439136006512 140438751596965 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1988] ppid=1930 vsize=10849036 memory=2289756 CPUtime=1.95 cores=1,3,5,7
/proc/1933/task/1988/stat : 1988 (java) S 1930 1933 32325 0 -1 1077944384 26294 13102 0 0 166 21 5 3 20 0 15 0 473744693 11109412864 572439 33554432000 4194304 4196468 140723049753200 140439168420368 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1989] ppid=1930 vsize=10849036 memory=2289756 CPUtime=1.95 cores=1,3,5,7
/proc/1933/task/1989/stat : 1989 (java) S 1930 1933 32325 0 -1 1077944384 24543 13102 0 0 165 22 5 3 20 0 15 0 473744693 11109412864 572439 33554432000 4194304 4196468 140723049753200 140439056693904 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1990] ppid=1930 vsize=10849036 memory=2289756 CPUtime=1.95 cores=1,3,5,7
/proc/1933/task/1990/stat : 1990 (java) S 1930 1933 32325 0 -1 1077944384 32419 13102 0 0 167 20 5 3 20 0 15 0 473744693 11109412864 572439 33554432000 4194304 4196468 140723049753200 140438736464144 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1991] ppid=1930 vsize=10849036 memory=2289752 CPUtime=1.94 cores=1,3,5,7
/proc/1933/task/1991/stat : 1991 (java) S 1930 1933 32325 0 -1 1077944384 24955 13102 0 0 165 21 5 3 20 0 15 0 473744693 11109412864 572439 33554432000 4194304 4196468 140723049753200 140438735411600 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1992] ppid=1930 vsize=10849036 memory=461 CPUtime=0.92 cores=1,3,5,7
/proc/1933/task/1992/stat : 1992 (java) S 1930 1933 32325 0 -1 1077944384 21275 13102 0 0 75 9 5 3 20 0 15 0 473744695 11109412864 572439 33554432000 4194304 4196468 140723049753200 140438623615728 140439164189314 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1993] ppid=1930 vsize=10849036 memory=2289736 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1993/stat : 1993 (java) S 1930 1933 32325 0 -1 1077944384 47 13102 0 0 0 0 5 3 20 0 15 0 473744695 11109412864 572439 33554432000 4194304 4196468 140723049753200 140438622562080 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1994] ppid=1930 vsize=10849036 memory=2289748 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1994/stat : 1994 (java) S 1930 1933 32325 0 -1 1077944384 19 13102 0 0 0 0 5 3 20 0 15 0 473744695 11109412864 572439 33554432000 4194304 4196468 140723049753200 140438048597248 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1995] ppid=1930 vsize=10849036 memory=2289752 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1995/stat : 1995 (java) S 1930 1933 32325 0 -1 1077944384 3 13102 0 0 0 0 5 3 20 0 15 0 473744698 11109412864 572439 33554432000 4194304 4196468 140723049753200 140437741197776 140439164196763 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1996] ppid=1930 vsize=10849036 memory=2289756 CPUtime=4.69 cores=1,3,5,7
/proc/1933/task/1996/stat : 1996 (java) S 1930 1933 32325 0 -1 1077944384 32851 13102 0 0 456 5 5 3 20 0 15 0 473744698 11109412864 572439 33554432000 4194304 4196468 140723049753200 140438589004016 140439164189314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1997] ppid=1930 vsize=10849036 memory=8589934594067 CPUtime=5.01 cores=1,3,5,7
/proc/1933/task/1997/stat : 1997 (java) S 1930 1933 32325 0 -1 1077944384 49228 13102 0 0 487 6 5 3 20 0 15 0 473744698 11109412864 572439 33554432000 4194304 4196468 140723049753200 140438587951472 140439164189314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1998] ppid=1930 vsize=10849036 memory=2289756 CPUtime=2.09 cores=1,3,5,7
/proc/1933/task/1998/stat : 1998 (java) S 1930 1933 32325 0 -1 1077944384 28606 13102 0 0 197 4 5 3 20 0 15 0 473744698 11109412864 572439 33554432000 4194304 4196468 140723049753200 140438586898416 140439164189314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1999] ppid=1930 vsize=10849036 memory=2289756 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1999/stat : 1999 (java) S 1930 1933 32325 0 -1 1077944384 3 13102 0 0 0 0 5 3 20 0 15 0 473744698 11109412864 572439 33554432000 4194304 4196468 140723049753200 140437707639136 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=2000] ppid=1930 vsize=10849036 memory=33 CPUtime=1.25 cores=1,3,5,7
/proc/1933/task/2000/stat : 2000 (java) S 1930 1933 32325 0 -1 1077944384 2322 13102 0 0 58 59 5 3 20 0 15 0 473744699 11109412864 572439 33554432000 4194304 4196468 140723049753200 140438129339440 140439164189314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
Current children cumulated CPU time: 2340.38 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 2289756 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2381.7 s]
/proc/loadavg: 1.18 1.33 1.45 3/227 2351
/proc/meminfo: memFree=1489300/32770624 swapFree=66988468/67108860
[pid=1933] ppid=1930 vsize=10849036 memory=2289780 CPUtime=2400.07 cores=1,3,5,7
/proc/1933/stat : 1933 (java) S 1930 1933 32325 0 -1 1077944320 392545 13102 0 0 239771 228 5 3 20 0 15 0 473744684 11109412864 572445 33554432000 4194304 4196468 140723049753200 140723049735744 140439164178167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
/proc/1933/statm: 2712259 572445 3630 1 0 2674317 0
[pid=1933/tid=1987] ppid=1930 vsize=10849036 memory=2289780 CPUtime=2378.54 cores=1,3,5,7
/proc/1933/task/1987/stat : 1987 (java) R 1930 1933 32325 0 -1 4202560 145196 13102 0 0 237773 73 5 3 20 0 15 0 473744693 11109412864 572445 33554432000 4194304 4196468 140723049753200 140439136014080 140438751597696 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1988] ppid=1930 vsize=10849036 memory=2289780 CPUtime=2.01 cores=1,3,5,7
/proc/1933/task/1988/stat : 1988 (java) S 1930 1933 32325 0 -1 1077944384 26573 13102 0 0 172 21 5 3 20 0 15 0 473744693 11109412864 572445 33554432000 4194304 4196468 140723049753200 140439168420368 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1989] ppid=1930 vsize=10849036 memory=2289780 CPUtime=2 cores=1,3,5,7
/proc/1933/task/1989/stat : 1989 (java) S 1930 1933 32325 0 -1 1077944384 24806 13102 0 0 170 22 5 3 20 0 15 0 473744693 11109412864 572445 33554432000 4194304 4196468 140723049753200 140439056693904 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1990] ppid=1930 vsize=10849036 memory=2289780 CPUtime=2.01 cores=1,3,5,7
/proc/1933/task/1990/stat : 1990 (java) S 1930 1933 32325 0 -1 1077944384 32566 13102 0 0 173 20 5 3 20 0 15 0 473744693 11109412864 572445 33554432000 4194304 4196468 140723049753200 140438736464144 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1991] ppid=1930 vsize=10849036 memory=2289780 CPUtime=2 cores=1,3,5,7
/proc/1933/task/1991/stat : 1991 (java) S 1930 1933 32325 0 -1 1077944384 25586 13102 0 0 171 21 5 3 20 0 15 0 473744693 11109412864 572445 33554432000 4194304 4196468 140723049753200 140438735411600 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1992] ppid=1930 vsize=10849036 memory=2289764 CPUtime=0.96 cores=1,3,5,7
/proc/1933/task/1992/stat : 1992 (java) S 1930 1933 32325 0 -1 1077944384 21670 13102 0 0 79 9 5 3 20 0 15 0 473744695 11109412864 572445 33554432000 4194304 4196468 140723049753200 140438623615728 140439164189314 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1993] ppid=1930 vsize=10849036 memory=2289764 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1993/stat : 1993 (java) S 1930 1933 32325 0 -1 1077944384 47 13102 0 0 0 0 5 3 20 0 15 0 473744695 11109412864 572445 33554432000 4194304 4196468 140723049753200 140438622562080 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1994] ppid=1930 vsize=10849036 memory=2289780 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1994/stat : 1994 (java) S 1930 1933 32325 0 -1 1077944384 19 13102 0 0 0 0 5 3 20 0 15 0 473744695 11109412864 572445 33554432000 4194304 4196468 140723049753200 140438048597248 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1995] ppid=1930 vsize=10849036 memory=2289780 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1995/stat : 1995 (java) S 1930 1933 32325 0 -1 1077944384 3 13102 0 0 0 0 5 3 20 0 15 0 473744698 11109412864 572445 33554432000 4194304 4196468 140723049753200 140437741197776 140439164196763 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1996] ppid=1930 vsize=10849036 memory=2289780 CPUtime=4.69 cores=1,3,5,7
/proc/1933/task/1996/stat : 1996 (java) S 1930 1933 32325 0 -1 1077944384 33049 13102 0 0 456 5 5 3 20 0 15 0 473744698 11109412864 572445 33554432000 4194304 4196468 140723049753200 140438589004016 140439164189314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1997] ppid=1930 vsize=10849036 memory=461 CPUtime=5.09 cores=1,3,5,7
/proc/1933/task/1997/stat : 1997 (java) S 1930 1933 32325 0 -1 1077944384 49858 13102 0 0 495 6 5 3 20 0 15 0 473744698 11109412864 572445 33554432000 4194304 4196468 140723049753200 140438587951472 140439164189314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1998] ppid=1930 vsize=10849036 memory=2289780 CPUtime=2.09 cores=1,3,5,7
/proc/1933/task/1998/stat : 1998 (java) S 1930 1933 32325 0 -1 1077944384 28610 13102 0 0 197 4 5 3 20 0 15 0 473744698 11109412864 572445 33554432000 4194304 4196468 140723049753200 140438586898416 140439164189314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1999] ppid=1930 vsize=10849036 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1999/stat : 1999 (java) S 1930 1933 32325 0 -1 1077944384 3 13102 0 0 0 0 5 3 20 0 15 0 473744698 11109412864 572445 33554432000 4194304 4196468 140723049753200 140437707639136 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=2000] ppid=1930 vsize=10849036 memory=1564 CPUtime=1.28 cores=1,3,5,7
/proc/1933/task/2000/stat : 2000 (java) S 1930 1933 32325 0 -1 1077944384 2352 13102 0 0 59 61 5 3 20 0 15 0 473744699 11109412864 572445 33554432000 4194304 4196468 140723049753200 140438129339440 140439164189314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 2289780 KiB

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

[startup+2381.74 s]
# the end of solver process 1933 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.8 s, system=2.32973 s

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

[startup+2381.7 s]
/proc/loadavg: 1.18 1.33 1.45 3/227 2351
/proc/meminfo: memFree=1489300/32770624 swapFree=66988468/67108860
[pid=1933] ppid=1930 vsize=10849036 memory=2289780 CPUtime=2400.07 cores=1,3,5,7
/proc/1933/stat : 1933 (java) S 1930 1933 32325 0 -1 1077944320 392545 13102 0 0 239771 228 5 3 20 0 15 0 473744684 11109412864 572445 33554432000 4194304 4196468 140723049753200 140723049735744 140439164178167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
/proc/1933/statm: 2712259 572445 3630 1 0 2674317 0
[pid=1933/tid=1987] ppid=1930 vsize=10849036 memory=2289780 CPUtime=2378.54 cores=1,3,5,7
/proc/1933/task/1987/stat : 1987 (java) R 1930 1933 32325 0 -1 4202560 145196 13102 0 0 237773 73 5 3 20 0 15 0 473744693 11109412864 572445 33554432000 4194304 4196468 140723049753200 140439136014080 140438751597696 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1988] ppid=1930 vsize=10849036 memory=2289780 CPUtime=2.01 cores=1,3,5,7
/proc/1933/task/1988/stat : 1988 (java) S 1930 1933 32325 0 -1 1077944384 26573 13102 0 0 172 21 5 3 20 0 15 0 473744693 11109412864 572445 33554432000 4194304 4196468 140723049753200 140439168420368 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1989] ppid=1930 vsize=10849036 memory=2289780 CPUtime=2 cores=1,3,5,7
/proc/1933/task/1989/stat : 1989 (java) S 1930 1933 32325 0 -1 1077944384 24806 13102 0 0 170 22 5 3 20 0 15 0 473744693 11109412864 572445 33554432000 4194304 4196468 140723049753200 140439056693904 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1990] ppid=1930 vsize=10849036 memory=2289780 CPUtime=2.01 cores=1,3,5,7
/proc/1933/task/1990/stat : 1990 (java) S 1930 1933 32325 0 -1 1077944384 32566 13102 0 0 173 20 5 3 20 0 15 0 473744693 11109412864 572445 33554432000 4194304 4196468 140723049753200 140438736464144 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1991] ppid=1930 vsize=10849036 memory=2289780 CPUtime=2 cores=1,3,5,7
/proc/1933/task/1991/stat : 1991 (java) S 1930 1933 32325 0 -1 1077944384 25586 13102 0 0 171 21 5 3 20 0 15 0 473744693 11109412864 572445 33554432000 4194304 4196468 140723049753200 140438735411600 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1992] ppid=1930 vsize=10849036 memory=2289764 CPUtime=0.96 cores=1,3,5,7
/proc/1933/task/1992/stat : 1992 (java) S 1930 1933 32325 0 -1 1077944384 21670 13102 0 0 79 9 5 3 20 0 15 0 473744695 11109412864 572445 33554432000 4194304 4196468 140723049753200 140438623615728 140439164189314 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1993] ppid=1930 vsize=10849036 memory=2289764 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1993/stat : 1993 (java) S 1930 1933 32325 0 -1 1077944384 47 13102 0 0 0 0 5 3 20 0 15 0 473744695 11109412864 572445 33554432000 4194304 4196468 140723049753200 140438622562080 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1994] ppid=1930 vsize=10849036 memory=2289780 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1994/stat : 1994 (java) S 1930 1933 32325 0 -1 1077944384 19 13102 0 0 0 0 5 3 20 0 15 0 473744695 11109412864 572445 33554432000 4194304 4196468 140723049753200 140438048597248 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1995] ppid=1930 vsize=10849036 memory=2289780 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1995/stat : 1995 (java) S 1930 1933 32325 0 -1 1077944384 3 13102 0 0 0 0 5 3 20 0 15 0 473744698 11109412864 572445 33554432000 4194304 4196468 140723049753200 140437741197776 140439164196763 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1996] ppid=1930 vsize=10849036 memory=2289780 CPUtime=4.69 cores=1,3,5,7
/proc/1933/task/1996/stat : 1996 (java) S 1930 1933 32325 0 -1 1077944384 33049 13102 0 0 456 5 5 3 20 0 15 0 473744698 11109412864 572445 33554432000 4194304 4196468 140723049753200 140438589004016 140439164189314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1997] ppid=1930 vsize=10849036 memory=461 CPUtime=5.09 cores=1,3,5,7
/proc/1933/task/1997/stat : 1997 (java) S 1930 1933 32325 0 -1 1077944384 49858 13102 0 0 495 6 5 3 20 0 15 0 473744698 11109412864 572445 33554432000 4194304 4196468 140723049753200 140438587951472 140439164189314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1998] ppid=1930 vsize=10849036 memory=2289780 CPUtime=2.09 cores=1,3,5,7
/proc/1933/task/1998/stat : 1998 (java) S 1930 1933 32325 0 -1 1077944384 28610 13102 0 0 197 4 5 3 20 0 15 0 473744698 11109412864 572445 33554432000 4194304 4196468 140723049753200 140438586898416 140439164189314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=1999] ppid=1930 vsize=10849036 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/1933/task/1999/stat : 1999 (java) S 1930 1933 32325 0 -1 1077944384 3 13102 0 0 0 0 5 3 20 0 15 0 473744698 11109412864 572445 33554432000 4194304 4196468 140723049753200 140437707639136 140439164188373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
[pid=1933/tid=2000] ppid=1930 vsize=10849036 memory=1564 CPUtime=1.28 cores=1,3,5,7
/proc/1933/task/2000/stat : 2000 (java) S 1930 1933 32325 0 -1 1077944384 2352 13102 0 0 59 61 5 3 20 0 15 0 473744699 11109412864 572445 33554432000 4194304 4196468 140723049753200 140438129339440 140439164189314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11665408 140723049757283 140723049759925 140723049759925 140723049762767 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 2289780 KiB

Child status: 143
Real time (s): 2381.74
CPU time (s): 2400.13
CPU user time (s): 2397.8
CPU system time (s): 2.32973
CPU usage (%): 100.772
Max. virtual memory (cumulated for all children) (KiB): 10849036
Max. memory (cumulated for all children) (KiB): 2876828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.8
system time used= 2.32973
maximum resident set size= 2879520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 406355
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 75821
involuntary context switches= 1418


# summary of solver processes directly reported to runsolver:
#   pid: 1933
#   total CPU time (s): 2400.13
#   total CPU user time (s): 2397.8
#   total CPU system time (s): 2.32973

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.6493 second user time and 18.1563 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-20 12:19:38
IDJOB=4403209
IDBENCH=127971
IDSOLVER=2862
FILE ID=node121/4403209-1568974821
RUNJOBID= node121-1568967596-32357
PBS_JOBID= 21704626
Free space on /var/tmp= 13476 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-28-4-7-3.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403209-1568974821/watcher-4403209-1568974821 -o /var/tmp/evaluation-result-4403209-1568974821/solver-4403209-1568974821 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node121-1568967596-32357 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1202144846 HOME/instance-4403209-1568974821.xml

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

MD5SUM BENCH= cd71d797d3091c0a3eabb0588ef8346f
RANDOM SEED=1202144846

node121.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.75
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.75
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.75
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.75
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:         5031296 kB
MemAvailable:   31136652 kB
Buffers:          138944 kB
Cached:         25899568 kB
SwapCached:         5428 kB
Active:         13723116 kB
Inactive:       13046800 kB
Active(anon):     725828 kB
Inactive(anon):    43528 kB
Active(file):   12997288 kB
Inactive(file): 13003272 kB
Unevictable:      111188 kB
Mlocked:          111188 kB
SwapTotal:      67108860 kB
SwapFree:       66988420 kB
Dirty:             36856 kB
Writeback:             0 kB
AnonPages:        838124 kB
Mapped:            60300 kB
Shmem:             28988 kB
Slab:             562200 kB
SReclaimable:     533256 kB
SUnreclaim:        28944 kB
KernelStack:        3696 kB
PageTables:         7280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2013472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    659456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /var/tmp at the end= 13440 MiB
End job on node121 at 2019-09-20 12:59:20