Trace number 4402644

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 NameAnswerCPU timeWall clock time
Concrete 3.12.3? (TO) 2520.11 2452.93

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js15/
SuperTaillard-js-15-02.xml
MD5SUMc67201b80d2f8cf37dc6fc32cd78d58c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark422.969
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Number of domains85
Minimum domain size1165
Maximum domain size1263
Distribution of domain sizes[{"size":1165,"count":2},{"size":1166,"count":8},{"size":1167,"count":2},{"size":1168,"count":4},{"size":1169,"count":2},{"size":1170,"count":6},{"size":1171,"count":10},{"size":1172,"count":4},{"size":1173,"count":10},{"size":1174,"count":8},{"size":1176,"count":6},{"size":1178,"count":4},{"size":1179,"count":6},{"size":1180,"count":2},{"size":1181,"count":6},{"size":1182,"count":4},{"size":1183,"count":4},{"size":1185,"count":2},{"size":1186,"count":4},{"size":1187,"count":2},{"size":1188,"count":4},{"size":1191,"count":10},{"size":1192,"count":6},{"size":1193,"count":4},{"size":1194,"count":6},"...",{"size":1236,"count":8}, {"size":1237,"count":4}, {"size":1239,"count":6}, {"size":1240,"count":8}, {"size":1241,"count":12}, {"size":1242,"count":2}, {"size":1243,"count":6}, {"size":1244,"count":8}, {"size":1245,"count":8}, {"size":1247,"count":2}, {"size":1248,"count":6}, {"size":1250,"count":4}, {"size":1251,"count":6}, {"size":1252,"count":2}, {"size":1253,"count":6}, {"size":1254,"count":6}, {"size":1255,"count":2}, {"size":1256,"count":10}, {"size":1257,"count":4}, {"size":1258,"count":2}, {"size":1259,"count":4}, {"size":1260,"count":2}, {"size":1261,"count":4}, {"size":1262,"count":2}, {"size":1263,"count":4}]
Minimum variable degree16
Maximum variable degree33
Distribution of variable degrees[{"degree":16,"count":30},{"degree":17,"count":195},{"degree":31,"count":30},{"degree":33,"count":195}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":5580}]
Number of extensional constraints0
Number of intensional constraints5580
Distribution of constraint types[{"type":"intension","count":5580}]
Optimization problemNO
Type of objective

Solver Data

0.79/0.55	c Concrete v3.12.3.1568965526260 running
2520.07/2452.91	Exception in thread "main" java.util.concurrent.TimeoutException
2520.07/2452.91		at concrete.MAC.mac(MAC.scala:192)
2520.07/2452.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.07/2452.91		at scala.util.Try$.apply(Try.scala:210)
2520.07/2452.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.07/2452.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.07/2452.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.07/2452.91		at concrete.MAC.oneRun(MAC.scala:265)
2520.07/2452.91		at concrete.MAC.nextSolution(MAC.scala:284)
2520.07/2452.91		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.07/2452.91		at concrete.ProblemState.map(ProblemState.scala:238)
2520.07/2452.91		at concrete.ProblemState.map(ProblemState.scala:212)
2520.07/2452.91		at concrete.MAC.nextSolution(MAC.scala:348)
2520.07/2452.91		at concrete.Solver.hasNext(Solver.scala:160)
2520.07/2452.91		at scala.collection.Iterator.nextOption(Iterator.scala:102)
2520.07/2452.91		at scala.collection.Iterator.nextOption$(Iterator.scala:102)
2520.07/2452.91		at concrete.Solver.nextOption(Solver.scala:67)
2520.07/2452.91		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.07/2452.91		at scala.util.Success.map(Try.scala:262)
2520.07/2452.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2452.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.07/2452.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.07/2452.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2452.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.07/2452.91		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.07/2452.91		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.07/2452.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.07/2452.91		at scala.App.$anonfun$main$1(App.scala:73)
2520.07/2452.91		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.07/2452.91		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.07/2452.91		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.07/2452.91		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.07/2452.91		at scala.App.main(App.scala:73)
2520.07/2452.91		at scala.App.main$(App.scala:71)
2520.07/2452.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.07/2452.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2452.91	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402644-1568984615/watcher-4402644-1568984615 -o /var/tmp/evaluation-result-4402644-1568984615/solver-4402644-1568984615 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node133-1568967598-26370 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1076526139 HOME/instance-4402644-1568984615.xml 

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

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


[startup+0.103701 s]*
/proc/loadavg: 1.74 1.75 1.55 3/224 32522
/proc/meminfo: memFree=10219736/32770624 swapFree=67001856/67108860
[pid=32465] ppid=32462 vsize=10055356 memory=19380 CPUtime=0.1 cores=1,3,5,7
/proc/32465/stat : 32465 (java) S 32462 32465 26338 0 -1 1077944320 4568 13232 0 0 1 1 5 3 20 0 7 0 474701111 10296684544 4845 33554432000 4194304 4196468 140732028669456 140732028652000 139702234869495 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
/proc/32465/statm: 2513839 4845 2030 1 0 2502277 0
[pid=32465/tid=32518] ppid=32462 vsize=10055356 memory=4279135703913365648 CPUtime=0.09 cores=1,3,5,7
/proc/32465/task/32518/stat : 32518 (java) R 32462 32465 26338 0 -1 4202560 2361 13232 0 0 1 0 5 3 20 0 7 0 474701120 10296684544 4845 33554432000 4194304 4196468 140732028669456 139702206712592 139702234891421 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32519] ppid=32462 vsize=10055356 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32519/stat : 32519 (java) S 32462 32465 26338 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 7 0 474701121 10296684544 4845 33554432000 4194304 4196468 140732028669456 139702239112208 139702234879701 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32520] ppid=32462 vsize=10055356 memory=140267881170560 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32520/stat : 32520 (java) S 32462 32465 26338 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 7 0 474701121 10296684544 4845 33554432000 4194304 4196468 140732028669456 139702138002576 139702234879701 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32521] ppid=32462 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32521/stat : 32521 (java) S 32462 32465 26338 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 7 0 474701121 10296684544 4845 33554432000 4194304 4196468 140732028669456 139702136949520 139702234879701 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32522] ppid=32462 vsize=10055356 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32522/stat : 32522 (java) S 32462 32465 26338 0 -1 1077944384 2 13232 0 0 0 0 5 3 20 0 7 0 474701121 10296684544 4845 33554432000 4194304 4196468 140732028669456 139702135896976 139702234879701 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32523] ppid=32462 vsize=10055356 memory=140267881170560 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32523/stat : 32523 (java) S 32462 32465 26338 0 -1 1077944384 2 13232 0 0 0 0 5 3 20 0 7 0 474701122 10296684544 4845 33554432000 4194304 4196468 140732028669456 139701238118640 139702234880642 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10055356 KiB
Current children cumulated memory: 19380 KiB

[startup+0.210502 s]*
/proc/loadavg: 1.74 1.75 1.55 3/233 32531
/proc/meminfo: memFree=10204692/32770624 swapFree=67001856/67108860
[pid=32465] ppid=32462 vsize=10820196 memory=39528 CPUtime=0.27 cores=1,3,5,7
/proc/32465/stat : 32465 (java) S 32462 32465 26338 0 -1 1077944320 7382 13232 0 0 17 2 5 3 20 0 15 0 474701111 11079880704 9882 33554432000 4194304 4196468 140732028669456 140732028652000 139702234869495 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
/proc/32465/statm: 2705049 9882 3295 1 0 2667149 0
[pid=32465/tid=32518] ppid=32462 vsize=10820196 memory=-6517102902069810590 CPUtime=0.2 cores=1,3,5,7
/proc/32465/task/32518/stat : 32518 (java) R 32462 32465 26338 0 -1 4202560 3863 13232 0 0 11 1 5 3 20 0 15 0 474701120 11079880704 9948 33554432000 4194304 4196468 140732028669456 139702206680528 139702218949982 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32519] ppid=32462 vsize=10820196 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32519/stat : 32519 (java) S 32462 32465 26338 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 474701121 11079880704 9948 33554432000 4194304 4196468 140732028669456 139702239112208 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32520] ppid=32462 vsize=10820196 memory=140267881170560 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32520/stat : 32520 (java) S 32462 32465 26338 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 474701121 11079880704 9948 33554432000 4194304 4196468 140732028669456 139702138002576 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32521] ppid=32462 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32521/stat : 32521 (java) S 32462 32465 26338 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 474701121 11079880704 9948 33554432000 4194304 4196468 140732028669456 139702136949520 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32522] ppid=32462 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32522/stat : 32522 (java) S 32462 32465 26338 0 -1 1077944384 2 13232 0 0 0 0 5 3 20 0 15 0 474701121 11079880704 9948 33554432000 4194304 4196468 140732028669456 139702135896976 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32523] ppid=32462 vsize=10820196 memory=140267881170560 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32523/stat : 32523 (java) S 32462 32465 26338 0 -1 1077944384 2 13232 0 0 0 0 5 3 20 0 15 0 474701122 11079880704 9948 33554432000 4194304 4196468 140732028669456 139701238118640 139702234880642 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32524] ppid=32462 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32524/stat : 32524 (java) S 32462 32465 26338 0 -1 1077944384 33 13232 0 0 0 0 5 3 20 0 15 0 474701122 11079880704 9948 33554432000 4194304 4196468 140732028669456 139701237064864 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32525] ppid=32462 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32525/stat : 32525 (java) S 32462 32465 26338 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 474701123 11079880704 9948 33554432000 4194304 4196468 140732028669456 139701126161136 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32526] ppid=32462 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32526/stat : 32526 (java) S 32462 32465 26338 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 474701125 11079880704 9948 33554432000 4194304 4196468 140732028669456 139700818761680 139702234888091 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32527] ppid=32462 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32465/task/32527/stat : 32527 (java) S 32462 32465 26338 0 -1 1077944384 587 13232 0 0 1 0 5 3 20 0 15 0 474701125 11079880704 9948 33554432000 4194304 4196468 140732028669456 139701203507952 139702234880642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32528] ppid=32462 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/32465/task/32528/stat : 32528 (java) R 32462 32465 26338 0 -1 4202560 66 13232 0 0 1 0 5 3 20 0 15 0 474701125 11079880704 9948 33554432000 4194304 4196468 140732028669456 139701202455408 139702216390751 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32529] ppid=32462 vsize=10820196 memory=140267881170560 CPUtime=0.11 cores=1,3,5,7
/proc/32465/task/32529/stat : 32529 (java) S 32462 32465 26338 0 -1 1077944384 625 13232 0 0 3 0 5 3 20 0 15 0 474701125 11079880704 9948 33554432000 4194304 4196468 140732028669456 139701201402352 139702234880642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32530] ppid=32462 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32530/stat : 32530 (java) S 32462 32465 26338 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 474701125 11079880704 9948 33554432000 4194304 4196468 140732028669456 139700785204064 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32531] ppid=32462 vsize=10820196 memory=140267881170560 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32531/stat : 32531 (java) S 32462 32465 26338 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 474701126 11079880704 9948 33554432000 4194304 4196468 140732028669456 139701200349744 139702234880642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 39528 KiB

[startup+0.310714 s]*
/proc/loadavg: 1.74 1.75 1.55 4/233 32531
/proc/meminfo: memFree=10192124/32770624 swapFree=67001856/67108860
[pid=32465] ppid=32462 vsize=10820196 memory=47936 CPUtime=0.41 cores=1,3,5,7
/proc/32465/stat : 32465 (java) S 32462 32465 26338 0 -1 1077944320 10779 13232 0 0 29 4 5 3 20 0 15 0 474701111 11079880704 11984 33554432000 4194304 4196468 140732028669456 140732028652000 139702234869495 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
/proc/32465/statm: 2705049 11984 3315 1 0 2667149 0
[pid=32465/tid=32518] ppid=32462 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/32465/task/32518/stat : 32518 (java) R 32462 32465 26338 0 -1 4202560 7229 13232 0 0 19 2 5 3 20 0 15 0 474701120 11079880704 11984 33554432000 4194304 4196468 140732028669456 139702206682224 139702213133123 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32519] ppid=32462 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32519/stat : 32519 (java) S 32462 32465 26338 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 474701121 11079880704 11984 33554432000 4194304 4196468 140732028669456 139702239112208 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32520] ppid=32462 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32520/stat : 32520 (java) S 32462 32465 26338 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 474701121 11079880704 11984 33554432000 4194304 4196468 140732028669456 139702138002576 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32521] ppid=32462 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32521/stat : 32521 (java) S 32462 32465 26338 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 474701121 11079880704 11984 33554432000 4194304 4196468 140732028669456 139702136949520 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32522] ppid=32462 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32522/stat : 32522 (java) S 32462 32465 26338 0 -1 1077944384 2 13232 0 0 0 0 5 3 20 0 15 0 474701121 11079880704 12049 33554432000 4194304 4196468 140732028669456 139702135896976 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32523] ppid=32462 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32523/stat : 32523 (java) S 32462 32465 26338 0 -1 1077944384 2 13232 0 0 0 0 5 3 20 0 15 0 474701122 11079880704 12049 33554432000 4194304 4196468 140732028669456 139701238118640 139702234880642 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32524] ppid=32462 vsize=10820196 memory=140267881170559 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32524/stat : 32524 (java) S 32462 32465 26338 0 -1 1077944384 33 13232 0 0 0 0 5 3 20 0 15 0 474701122 11079880704 12049 33554432000 4194304 4196468 140732028669456 139701237064864 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32525] ppid=32462 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32525/stat : 32525 (java) S 32462 32465 26338 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 474701123 11079880704 12049 33554432000 4194304 4196468 140732028669456 139701126161136 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32526] ppid=32462 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32526/stat : 32526 (java) S 32462 32465 26338 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 474701125 11079880704 12049 33554432000 4194304 4196468 140732028669456 139700818761680 139702234888091 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32527] ppid=32462 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32465/task/32527/stat : 32527 (java) S 32462 32465 26338 0 -1 1077944384 587 13232 0 0 1 0 5 3 20 0 15 0 474701125 11079880704 12049 33554432000 4194304 4196468 140732028669456 139701203507952 139702234880642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32528] ppid=32462 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/32465/task/32528/stat : 32528 (java) S 32462 32465 26338 0 -1 1077944384 68 13232 0 0 1 0 5 3 20 0 15 0 474701125 11079880704 12049 33554432000 4194304 4196468 140732028669456 139701202455408 139702234880642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32529] ppid=32462 vsize=10820196 memory=140267881170560 CPUtime=0.13 cores=1,3,5,7
/proc/32465/task/32529/stat : 32529 (java) S 32462 32465 26338 0 -1 1077944384 646 13232 0 0 5 0 5 3 20 0 15 0 474701125 11079880704 12049 33554432000 4194304 4196468 140732028669456 139701201402352 139702234880642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32530] ppid=32462 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32530/stat : 32530 (java) S 32462 32465 26338 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 474701125 11079880704 12049 33554432000 4194304 4196468 140732028669456 139700785204064 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32531] ppid=32462 vsize=10820196 memory=140267881170560 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32531/stat : 32531 (java) S 32462 32465 26338 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 474701126 11079880704 12049 33554432000 4194304 4196468 140732028669456 139701200349744 139702234880642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 47936 KiB

[startup+0.700651 s]
/proc/loadavg: 1.74 1.75 1.55 3/233 32531
/proc/meminfo: memFree=10176592/32770624 swapFree=67001856/67108860
[pid=32465] ppid=32462 vsize=10824364 memory=81348 CPUtime=1.16 cores=1,3,5,7
/proc/32465/stat : 32465 (java) S 32462 32465 26338 0 -1 1077944320 15131 13232 0 0 101 7 5 3 20 0 15 0 474701111 11084148736 20337 33554432000 4194304 4196468 140732028669456 140732028652000 139702234869495 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
/proc/32465/statm: 2706091 20337 3504 1 0 2668173 0
[pid=32465/tid=32518] ppid=32462 vsize=10824364 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/32465/task/32518/stat : 32518 (java) R 32462 32465 26338 0 -1 4202560 10432 13232 0 0 54 5 5 3 20 0 15 0 474701120 11084148736 20337 33554432000 4194304 4196468 140732028669456 139702206653664 139702234891421 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32519] ppid=32462 vsize=10824364 memory=140267726330980 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32519/stat : 32519 (java) S 32462 32465 26338 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 474701121 11084148736 20337 33554432000 4194304 4196468 140732028669456 139702239112208 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32520] ppid=32462 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32520/stat : 32520 (java) S 32462 32465 26338 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 474701121 11084148736 20337 33554432000 4194304 4196468 140732028669456 139702138002576 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32521] ppid=32462 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32521/stat : 32521 (java) S 32462 32465 26338 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 474701121 11084148736 20337 33554432000 4194304 4196468 140732028669456 139702136949520 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32522] ppid=32462 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32522/stat : 32522 (java) S 32462 32465 26338 0 -1 1077944384 2 13232 0 0 0 0 5 3 20 0 15 0 474701121 11084148736 20337 33554432000 4194304 4196468 140732028669456 139702135896976 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32523] ppid=32462 vsize=10824364 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32523/stat : 32523 (java) S 32462 32465 26338 0 -1 1077944384 5 13232 0 0 0 0 5 3 20 0 15 0 474701122 11084148736 20337 33554432000 4194304 4196468 140732028669456 139701238118640 139702234880642 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32524] ppid=32462 vsize=10824364 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32524/stat : 32524 (java) S 32462 32465 26338 0 -1 1077944384 33 13232 0 0 0 0 5 3 20 0 15 0 474701122 11084148736 20337 33554432000 4194304 4196468 140732028669456 139701237064864 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32525] ppid=32462 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32525/stat : 32525 (java) S 32462 32465 26338 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 474701123 11084148736 20337 33554432000 4194304 4196468 140732028669456 139701126161136 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32526] ppid=32462 vsize=10824364 memory=6655300316396806240 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32526/stat : 32526 (java) S 32462 32465 26338 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 474701125 11084148736 20337 33554432000 4194304 4196468 140732028669456 139700818761680 139702234888091 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32527] ppid=32462 vsize=10824364 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/32465/task/32527/stat : 32527 (java) S 32462 32465 26338 0 -1 1077944384 1121 13232 0 0 15 0 5 3 20 0 15 0 474701125 11084148736 20337 33554432000 4194304 4196468 140732028669456 139701203507952 139702234880642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32528] ppid=32462 vsize=10824364 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/32465/task/32528/stat : 32528 (java) R 32462 32465 26338 0 -1 4202560 497 13232 0 0 13 0 5 3 20 0 15 0 474701125 11084148736 20337 33554432000 4194304 4196468 140732028669456 139701202455408 139702214121420 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32529] ppid=32462 vsize=10824364 memory=140267726342160 CPUtime=0.25 cores=1,3,5,7
/proc/32465/task/32529/stat : 32529 (java) S 32462 32465 26338 0 -1 1077944384 829 13232 0 0 17 0 5 3 20 0 15 0 474701125 11084148736 20337 33554432000 4194304 4196468 140732028669456 139701201402352 139702234880642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32530] ppid=32462 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32530/stat : 32530 (java) S 32462 32465 26338 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 474701125 11084148736 20337 33554432000 4194304 4196468 140732028669456 139700785204064 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32531] ppid=32462 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32531/stat : 32531 (java) S 32462 32465 26338 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 474701126 11084148736 20337 33554432000 4194304 4196468 140732028669456 139701200349744 139702234880642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81348 KiB

[startup+1.50076 s]
/proc/loadavg: 1.74 1.75 1.55 5/233 32531
/proc/meminfo: memFree=10115332/32770624 swapFree=67001856/67108860
[pid=32465] ppid=32462 vsize=10832632 memory=216132 CPUtime=3.09 cores=1,3,5,7
/proc/32465/stat : 32465 (java) S 32462 32465 26338 0 -1 1077944320 25747 13232 0 0 287 14 5 3 20 0 15 0 474701111 11092615168 54033 33554432000 4194304 4196468 140732028669456 140732028652000 139702234869495 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
/proc/32465/statm: 2708158 54033 3588 1 0 2670221 0
[pid=32465/tid=32518] ppid=32462 vsize=10832632 memory=280535452911712 CPUtime=1.43 cores=1,3,5,7
/proc/32465/task/32518/stat : 32518 (java) R 32462 32465 26338 0 -1 4202560 15427 13232 0 0 128 7 5 3 20 0 15 0 474701120 11092615168 54033 33554432000 4194304 4196468 140732028669456 139702206701536 139702220549648 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32519] ppid=32462 vsize=10832632 memory=288230583166042426 CPUtime=0.09 cores=1,3,5,7
/proc/32465/task/32519/stat : 32519 (java) S 32462 32465 26338 0 -1 1077944384 27 13232 0 0 1 0 5 3 20 0 15 0 474701121 11092615168 54033 33554432000 4194304 4196468 140732028669456 139702239112208 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32520] ppid=32462 vsize=10832632 memory=13564890539362749 CPUtime=0.09 cores=1,3,5,7
/proc/32465/task/32520/stat : 32520 (java) S 32462 32465 26338 0 -1 1077944384 71 13232 0 0 1 0 5 3 20 0 15 0 474701121 11092615168 54033 33554432000 4194304 4196468 140732028669456 139702138002576 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32521] ppid=32462 vsize=10832632 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32465/task/32521/stat : 32521 (java) S 32462 32465 26338 0 -1 1077944384 25 13232 0 0 1 0 5 3 20 0 15 0 474701121 11092615168 54033 33554432000 4194304 4196468 140732028669456 139702136949520 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32522] ppid=32462 vsize=10832632 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32465/task/32522/stat : 32522 (java) S 32462 32465 26338 0 -1 1077944384 277 13232 0 0 1 0 5 3 20 0 15 0 474701121 11092615168 54033 33554432000 4194304 4196468 140732028669456 139702135896976 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32523] ppid=32462 vsize=10832632 memory=99144 CPUtime=0.09 cores=1,3,5,7
/proc/32465/task/32523/stat : 32523 (java) S 32462 32465 26338 0 -1 1077944384 230 13232 0 0 1 0 5 3 20 0 15 0 474701122 11092615168 54033 33554432000 4194304 4196468 140732028669456 139701238118640 139702234880642 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32524] ppid=32462 vsize=10832632 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32524/stat : 32524 (java) S 32462 32465 26338 0 -1 1077944384 33 13232 0 0 0 0 5 3 20 0 15 0 474701122 11092615168 54033 33554432000 4194304 4196468 140732028669456 139701237064928 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32525] ppid=32462 vsize=10832632 memory=-7310984442351174801 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32525/stat : 32525 (java) S 32462 32465 26338 0 -1 1077944384 2 13232 0 0 0 0 5 3 20 0 15 0 474701123 11092615168 54033 33554432000 4194304 4196468 140732028669456 139701126161152 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32526] ppid=32462 vsize=10832632 memory=-4266093328290063036 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32526/stat : 32526 (java) S 32462 32465 26338 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 474701125 11092615168 54033 33554432000 4194304 4196468 140732028669456 139700818761680 139702234888091 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32527] ppid=32462 vsize=10832632 memory=-7240599211820661557 CPUtime=0.62 cores=1,3,5,7
/proc/32465/task/32527/stat : 32527 (java) S 32462 32465 26338 0 -1 1077944384 2849 13232 0 0 54 0 5 3 20 0 15 0 474701125 11092615168 54033 33554432000 4194304 4196468 140732028669456 139701203507952 139702234880642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32528] ppid=32462 vsize=10832632 memory=1329904169539632281 CPUtime=0.61 cores=1,3,5,7
/proc/32465/task/32528/stat : 32528 (java) S 32462 32465 26338 0 -1 1077944384 2844 13232 0 0 53 0 5 3 20 0 15 0 474701125 11092615168 54033 33554432000 4194304 4196468 140732028669456 139701202455408 139702234880642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32529] ppid=32462 vsize=10832632 memory=-5345911727200832470 CPUtime=0.5 cores=1,3,5,7
/proc/32465/task/32529/stat : 32529 (java) S 32462 32465 26338 0 -1 1077944384 1754 13232 0 0 42 0 5 3 20 0 15 0 474701125 11092615168 54033 33554432000 4194304 4196468 140732028669456 139701201402352 139702234880642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32530] ppid=32462 vsize=10832632 memory=280535452911944 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32530/stat : 32530 (java) S 32462 32465 26338 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 474701125 11092615168 54033 33554432000 4194304 4196468 140732028669456 139700785204064 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32531] ppid=32462 vsize=10832632 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32531/stat : 32531 (java) S 32462 32465 26338 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 474701126 11092615168 54033 33554432000 4194304 4196468 140732028669456 139701200349744 139702234880642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0

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

/proc/32465/task/32518/stat : 32518 (java) R 32462 32465 26338 0 -1 4202560 81902 13232 0 0 236087 53 5 3 20 0 15 0 474701120 11107315712 139690 33554432000 4194304 4196468 140732028669456 139702206704992 139701822741106 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32519] ppid=32462 vsize=10846988 memory=558760 CPUtime=14.03 cores=1,3,5,7
/proc/32465/task/32519/stat : 32519 (java) S 32462 32465 26338 0 -1 1077944384 17126 13232 0 0 1358 37 5 3 20 0 15 0 474701121 11107315712 139690 33554432000 4194304 4196468 140732028669456 139702239112208 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32520] ppid=32462 vsize=10846988 memory=565432 CPUtime=14.01 cores=1,3,5,7
/proc/32465/task/32520/stat : 32520 (java) S 32462 32465 26338 0 -1 1077944384 23300 13232 0 0 1357 36 5 3 20 0 15 0 474701121 11107315712 139690 33554432000 4194304 4196468 140732028669456 139702138002576 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32521] ppid=32462 vsize=10846988 memory=560812 CPUtime=14.02 cores=1,3,5,7
/proc/32465/task/32521/stat : 32521 (java) S 32462 32465 26338 0 -1 1077944384 18478 13232 0 0 1353 41 5 3 20 0 15 0 474701121 11107315712 139690 33554432000 4194304 4196468 140732028669456 139702136949520 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32522] ppid=32462 vsize=10846988 memory=566968 CPUtime=14.03 cores=1,3,5,7
/proc/32465/task/32522/stat : 32522 (java) S 32462 32465 26338 0 -1 1077944384 14691 13232 0 0 1355 40 5 3 20 0 15 0 474701121 11107315712 139690 33554432000 4194304 4196468 140732028669456 139702135896976 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32523] ppid=32462 vsize=10846988 memory=8 CPUtime=5.13 cores=1,3,5,7
/proc/32465/task/32523/stat : 32523 (java) S 32462 32465 26338 0 -1 1077944384 17932 13232 0 0 452 53 5 3 20 0 15 0 474701122 11107315712 139690 33554432000 4194304 4196468 140732028669456 139701238118640 139702234880642 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32524] ppid=32462 vsize=10846988 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32524/stat : 32524 (java) S 32462 32465 26338 0 -1 1077944384 47 13232 0 0 0 0 5 3 20 0 15 0 474701122 11107315712 139690 33554432000 4194304 4196468 140732028669456 139701237064928 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32525] ppid=32462 vsize=10846988 memory=559788 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32525/stat : 32525 (java) S 32462 32465 26338 0 -1 1077944384 24 13232 0 0 0 0 5 3 20 0 15 0 474701123 11107315712 139690 33554432000 4194304 4196468 140732028669456 139701126161152 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32526] ppid=32462 vsize=10846988 memory=3280 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32526/stat : 32526 (java) S 32462 32465 26338 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 474701125 11107315712 139690 33554432000 4194304 4196468 140732028669456 139700818761680 139702234888091 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32527] ppid=32462 vsize=10846988 memory=54452 CPUtime=10.83 cores=1,3,5,7
/proc/32465/task/32527/stat : 32527 (java) S 32462 32465 26338 0 -1 1077944384 49825 13232 0 0 1070 5 5 3 20 0 15 0 474701125 11107315712 139690 33554432000 4194304 4196468 140732028669456 139701203507952 139702234880642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32528] ppid=32462 vsize=10846988 memory=988 CPUtime=10.78 cores=1,3,5,7
/proc/32465/task/32528/stat : 32528 (java) S 32462 32465 26338 0 -1 1077944384 38179 13232 0 0 1066 4 5 3 20 0 15 0 474701125 11107315712 139690 33554432000 4194304 4196468 140732028669456 139701202455408 139702234880642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32529] ppid=32462 vsize=10846988 memory=589016 CPUtime=2.81 cores=1,3,5,7
/proc/32465/task/32529/stat : 32529 (java) S 32462 32465 26338 0 -1 1077944384 28842 13232 0 0 266 7 5 3 20 0 15 0 474701125 11107315712 139690 33554432000 4194304 4196468 140732028669456 139701201402352 139702234880642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32530] ppid=32462 vsize=10846988 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32530/stat : 32530 (java) S 32462 32465 26338 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 474701125 11107315712 139690 33554432000 4194304 4196468 140732028669456 139700785204064 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32531] ppid=32462 vsize=10846988 memory=780 CPUtime=1.5 cores=1,3,5,7
/proc/32465/task/32531/stat : 32531 (java) S 32462 32465 26338 0 -1 1077944384 1539 13232 0 0 66 76 5 3 20 0 15 0 474701126 11107315712 139690 33554432000 4194304 4196468 140732028669456 139701200349744 139702234880642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
Current children cumulated CPU time: 2448.01 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 558760 KiB

[startup+2442.3 s]
/proc/loadavg: 1.51 1.38 1.41 3/232 427
/proc/meminfo: memFree=8716320/32770624 swapFree=67001872/67108860
[pid=32465] ppid=32462 vsize=10846988 memory=515672 CPUtime=2509.25 cores=1,3,5,7
/proc/32465/stat : 32465 (java) S 32462 32465 26338 0 -1 1077944320 295062 13232 0 0 250586 331 5 3 20 0 15 0 474701111 11107315712 128918 33554432000 4194304 4196468 140732028669456 140732028652000 139702234869495 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
/proc/32465/statm: 2711747 128918 3644 1 0 2673805 0
[pid=32465/tid=32518] ppid=32462 vsize=10846988 memory=519264 CPUtime=2420.82 cores=1,3,5,7
/proc/32465/task/32518/stat : 32518 (java) R 32462 32465 26338 0 -1 4202560 82430 13232 0 0 242020 54 5 3 20 0 15 0 474701120 11107315712 128918 33554432000 4194304 4196468 140732028669456 139702206705248 139701831860879 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32519] ppid=32462 vsize=10846988 memory=539268 CPUtime=14.45 cores=1,3,5,7
/proc/32465/task/32519/stat : 32519 (java) S 32462 32465 26338 0 -1 1077944384 17233 13232 0 0 1399 38 5 3 20 0 15 0 474701121 11107315712 128918 33554432000 4194304 4196468 140732028669456 139702239112208 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32520] ppid=32462 vsize=10846988 memory=540296 CPUtime=14.45 cores=1,3,5,7
/proc/32465/task/32520/stat : 32520 (java) S 32462 32465 26338 0 -1 1077944384 23347 13232 0 0 1400 37 5 3 20 0 15 0 474701121 11107315712 128918 33554432000 4194304 4196468 140732028669456 139702138002576 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32521] ppid=32462 vsize=10846988 memory=532604 CPUtime=14.45 cores=1,3,5,7
/proc/32465/task/32521/stat : 32521 (java) S 32462 32465 26338 0 -1 1077944384 18550 13232 0 0 1395 42 5 3 20 0 15 0 474701121 11107315712 128918 33554432000 4194304 4196468 140732028669456 139702136949520 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32522] ppid=32462 vsize=10846988 memory=539784 CPUtime=14.45 cores=1,3,5,7
/proc/32465/task/32522/stat : 32522 (java) S 32462 32465 26338 0 -1 1077944384 14861 13232 0 0 1396 41 5 3 20 0 15 0 474701121 11107315712 128918 33554432000 4194304 4196468 140732028669456 139702135896976 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32523] ppid=32462 vsize=10846988 memory=523368 CPUtime=5.28 cores=1,3,5,7
/proc/32465/task/32523/stat : 32523 (java) S 32462 32465 26338 0 -1 1077944384 17967 13232 0 0 466 54 5 3 20 0 15 0 474701122 11107315712 128918 33554432000 4194304 4196468 140732028669456 139701238118640 139702234880642 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32524] ppid=32462 vsize=10846988 memory=521316 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32524/stat : 32524 (java) S 32462 32465 26338 0 -1 1077944384 47 13232 0 0 0 0 5 3 20 0 15 0 474701122 11107315712 128918 33554432000 4194304 4196468 140732028669456 139701237064928 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32525] ppid=32462 vsize=10846988 memory=526960 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32525/stat : 32525 (java) S 32462 32465 26338 0 -1 1077944384 24 13232 0 0 0 0 5 3 20 0 15 0 474701123 11107315712 128918 33554432000 4194304 4196468 140732028669456 139701126161152 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32526] ppid=32462 vsize=10846988 memory=518752 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32526/stat : 32526 (java) S 32462 32465 26338 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 474701125 11107315712 128918 33554432000 4194304 4196468 140732028669456 139700818761680 139702234888091 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32527] ppid=32462 vsize=10846988 memory=517212 CPUtime=10.83 cores=1,3,5,7
/proc/32465/task/32527/stat : 32527 (java) S 32462 32465 26338 0 -1 1077944384 49827 13232 0 0 1070 5 5 3 20 0 15 0 474701125 11107315712 128918 33554432000 4194304 4196468 140732028669456 139701203507952 139702234880642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32528] ppid=32462 vsize=10846988 memory=516188 CPUtime=10.78 cores=1,3,5,7
/proc/32465/task/32528/stat : 32528 (java) S 32462 32465 26338 0 -1 1077944384 38181 13232 0 0 1066 4 5 3 20 0 15 0 474701125 11107315712 128918 33554432000 4194304 4196468 140732028669456 139701202455408 139702234880642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32529] ppid=32462 vsize=10846988 memory=525420 CPUtime=2.81 cores=1,3,5,7
/proc/32465/task/32529/stat : 32529 (java) S 32462 32465 26338 0 -1 1077944384 28844 13232 0 0 266 7 5 3 20 0 15 0 474701125 11107315712 128918 33554432000 4194304 4196468 140732028669456 139701201402352 139702234880642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32530] ppid=32462 vsize=10846988 memory=1430 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32530/stat : 32530 (java) S 32462 32465 26338 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 474701125 11107315712 128918 33554432000 4194304 4196468 140732028669456 139700785204064 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32531] ppid=32462 vsize=10846988 memory=518 CPUtime=1.54 cores=1,3,5,7
/proc/32465/task/32531/stat : 32531 (java) S 32462 32465 26338 0 -1 1077944384 1544 13232 0 0 67 79 5 3 20 0 15 0 474701126 11107315712 128918 33554432000 4194304 4196468 140732028669456 139701200349744 139702234880642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
Current children cumulated CPU time: 2509.25 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 515672 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2452.9 s]
/proc/loadavg: 1.58 1.40 1.42 3/232 431
/proc/meminfo: memFree=8727092/32770624 swapFree=67001872/67108860
[pid=32465] ppid=32462 vsize=10846988 memory=515576 CPUtime=2520.07 cores=1,3,5,7
/proc/32465/stat : 32465 (java) S 32462 32465 26338 0 -1 1077944320 296488 13232 0 0 251667 332 5 3 20 0 15 0 474701111 11107315712 128894 33554432000 4194304 4196468 140732028669456 140732028652000 139702234869495 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
/proc/32465/statm: 2711747 128894 3644 1 0 2673805 0
[pid=32465/tid=32518] ppid=32462 vsize=10846988 memory=145 CPUtime=2431.31 cores=1,3,5,7
/proc/32465/task/32518/stat : 32518 (java) R 32462 32465 26338 0 -1 4202560 82814 13232 0 0 243069 54 5 3 20 0 15 0 474701120 11107315712 128894 33554432000 4194304 4196468 140732028669456 139702206705472 139701831860853 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32519] ppid=32462 vsize=10846988 memory=539784 CPUtime=14.53 cores=1,3,5,7
/proc/32465/task/32519/stat : 32519 (java) S 32462 32465 26338 0 -1 1077944384 17477 13232 0 0 1407 38 5 3 20 0 15 0 474701121 11107315712 128894 33554432000 4194304 4196468 140732028669456 139702239112208 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32520] ppid=32462 vsize=10846988 memory=532604 CPUtime=14.52 cores=1,3,5,7
/proc/32465/task/32520/stat : 32520 (java) S 32462 32465 26338 0 -1 1077944384 23577 13232 0 0 1407 37 5 3 20 0 15 0 474701121 11107315712 128894 33554432000 4194304 4196468 140732028669456 139702138002576 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32521] ppid=32462 vsize=10846988 memory=540296 CPUtime=14.52 cores=1,3,5,7
/proc/32465/task/32521/stat : 32521 (java) S 32462 32465 26338 0 -1 1077944384 18654 13232 0 0 1402 42 5 3 20 0 15 0 474701121 11107315712 128894 33554432000 4194304 4196468 140732028669456 139702136949520 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32522] ppid=32462 vsize=10846988 memory=539268 CPUtime=14.53 cores=1,3,5,7
/proc/32465/task/32522/stat : 32522 (java) S 32462 32465 26338 0 -1 1077944384 15135 13232 0 0 1404 41 5 3 20 0 15 0 474701121 11107315712 128894 33554432000 4194304 4196468 140732028669456 139702135896976 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32523] ppid=32462 vsize=10846988 memory=519264 CPUtime=5.31 cores=1,3,5,7
/proc/32465/task/32523/stat : 32523 (java) S 32462 32465 26338 0 -1 1077944384 18145 13232 0 0 469 54 5 3 20 0 15 0 474701122 11107315712 128894 33554432000 4194304 4196468 140732028669456 139701238118640 139702234880642 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32524] ppid=32462 vsize=10846988 memory=516088 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32524/stat : 32524 (java) S 32462 32465 26338 0 -1 1077944384 47 13232 0 0 0 0 5 3 20 0 15 0 474701122 11107315712 128894 33554432000 4194304 4196468 140732028669456 139701237064928 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32525] ppid=32462 vsize=10846988 memory=516088 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32525/stat : 32525 (java) S 32462 32465 26338 0 -1 1077944384 24 13232 0 0 0 0 5 3 20 0 15 0 474701123 11107315712 128894 33554432000 4194304 4196468 140732028669456 139701126161152 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32526] ppid=32462 vsize=10846988 memory=515672 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32526/stat : 32526 (java) S 32462 32465 26338 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 474701125 11107315712 128894 33554432000 4194304 4196468 140732028669456 139700818761680 139702234888091 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32527] ppid=32462 vsize=10846988 memory=517112 CPUtime=10.83 cores=1,3,5,7
/proc/32465/task/32527/stat : 32527 (java) S 32462 32465 26338 0 -1 1077944384 49827 13232 0 0 1070 5 5 3 20 0 15 0 474701125 11107315712 128894 33554432000 4194304 4196468 140732028669456 139701203507952 139702234880642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32528] ppid=32462 vsize=10846988 memory=517600 CPUtime=10.78 cores=1,3,5,7
/proc/32465/task/32528/stat : 32528 (java) S 32462 32465 26338 0 -1 1077944384 38181 13232 0 0 1066 4 5 3 20 0 15 0 474701125 11107315712 128894 33554432000 4194304 4196468 140732028669456 139701202455408 139702234880642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32529] ppid=32462 vsize=10846988 memory=928 CPUtime=2.81 cores=1,3,5,7
/proc/32465/task/32529/stat : 32529 (java) S 32462 32465 26338 0 -1 1077944384 28844 13232 0 0 266 7 5 3 20 0 15 0 474701125 11107315712 128894 33554432000 4194304 4196468 140732028669456 139701201402352 139702234880642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32530] ppid=32462 vsize=10846988 memory=1744 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32530/stat : 32530 (java) S 32462 32465 26338 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 474701125 11107315712 128894 33554432000 4194304 4196468 140732028669456 139700785204064 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32531] ppid=32462 vsize=10846988 memory=780 CPUtime=1.54 cores=1,3,5,7
/proc/32465/task/32531/stat : 32531 (java) S 32462 32465 26338 0 -1 1077944384 1556 13232 0 0 67 79 5 3 20 0 15 0 474701126 11107315712 128894 33554432000 4194304 4196468 140732028669456 139701200349744 139702234880642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 515576 KiB

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

[startup+2452.93 s]
# the end of solver process 32465 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.74 s, system=3.36998 s

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

[startup+2452.9 s]
/proc/loadavg: 1.58 1.40 1.42 3/232 431
/proc/meminfo: memFree=8727092/32770624 swapFree=67001872/67108860
[pid=32465] ppid=32462 vsize=10846988 memory=515576 CPUtime=2520.07 cores=1,3,5,7
/proc/32465/stat : 32465 (java) S 32462 32465 26338 0 -1 1077944320 296488 13232 0 0 251667 332 5 3 20 0 15 0 474701111 11107315712 128894 33554432000 4194304 4196468 140732028669456 140732028652000 139702234869495 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
/proc/32465/statm: 2711747 128894 3644 1 0 2673805 0
[pid=32465/tid=32518] ppid=32462 vsize=10846988 memory=145 CPUtime=2431.31 cores=1,3,5,7
/proc/32465/task/32518/stat : 32518 (java) R 32462 32465 26338 0 -1 4202560 82814 13232 0 0 243069 54 5 3 20 0 15 0 474701120 11107315712 128894 33554432000 4194304 4196468 140732028669456 139702206705472 139701831860853 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32519] ppid=32462 vsize=10846988 memory=539784 CPUtime=14.53 cores=1,3,5,7
/proc/32465/task/32519/stat : 32519 (java) S 32462 32465 26338 0 -1 1077944384 17477 13232 0 0 1407 38 5 3 20 0 15 0 474701121 11107315712 128894 33554432000 4194304 4196468 140732028669456 139702239112208 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32520] ppid=32462 vsize=10846988 memory=532604 CPUtime=14.52 cores=1,3,5,7
/proc/32465/task/32520/stat : 32520 (java) S 32462 32465 26338 0 -1 1077944384 23577 13232 0 0 1407 37 5 3 20 0 15 0 474701121 11107315712 128894 33554432000 4194304 4196468 140732028669456 139702138002576 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32521] ppid=32462 vsize=10846988 memory=540296 CPUtime=14.52 cores=1,3,5,7
/proc/32465/task/32521/stat : 32521 (java) S 32462 32465 26338 0 -1 1077944384 18654 13232 0 0 1402 42 5 3 20 0 15 0 474701121 11107315712 128894 33554432000 4194304 4196468 140732028669456 139702136949520 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32522] ppid=32462 vsize=10846988 memory=539268 CPUtime=14.53 cores=1,3,5,7
/proc/32465/task/32522/stat : 32522 (java) S 32462 32465 26338 0 -1 1077944384 15135 13232 0 0 1404 41 5 3 20 0 15 0 474701121 11107315712 128894 33554432000 4194304 4196468 140732028669456 139702135896976 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32523] ppid=32462 vsize=10846988 memory=519264 CPUtime=5.31 cores=1,3,5,7
/proc/32465/task/32523/stat : 32523 (java) S 32462 32465 26338 0 -1 1077944384 18145 13232 0 0 469 54 5 3 20 0 15 0 474701122 11107315712 128894 33554432000 4194304 4196468 140732028669456 139701238118640 139702234880642 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32524] ppid=32462 vsize=10846988 memory=516088 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32524/stat : 32524 (java) S 32462 32465 26338 0 -1 1077944384 47 13232 0 0 0 0 5 3 20 0 15 0 474701122 11107315712 128894 33554432000 4194304 4196468 140732028669456 139701237064928 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32525] ppid=32462 vsize=10846988 memory=516088 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32525/stat : 32525 (java) S 32462 32465 26338 0 -1 1077944384 24 13232 0 0 0 0 5 3 20 0 15 0 474701123 11107315712 128894 33554432000 4194304 4196468 140732028669456 139701126161152 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32526] ppid=32462 vsize=10846988 memory=515672 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32526/stat : 32526 (java) S 32462 32465 26338 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 474701125 11107315712 128894 33554432000 4194304 4196468 140732028669456 139700818761680 139702234888091 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32527] ppid=32462 vsize=10846988 memory=517112 CPUtime=10.83 cores=1,3,5,7
/proc/32465/task/32527/stat : 32527 (java) S 32462 32465 26338 0 -1 1077944384 49827 13232 0 0 1070 5 5 3 20 0 15 0 474701125 11107315712 128894 33554432000 4194304 4196468 140732028669456 139701203507952 139702234880642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32528] ppid=32462 vsize=10846988 memory=517600 CPUtime=10.78 cores=1,3,5,7
/proc/32465/task/32528/stat : 32528 (java) S 32462 32465 26338 0 -1 1077944384 38181 13232 0 0 1066 4 5 3 20 0 15 0 474701125 11107315712 128894 33554432000 4194304 4196468 140732028669456 139701202455408 139702234880642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32529] ppid=32462 vsize=10846988 memory=928 CPUtime=2.81 cores=1,3,5,7
/proc/32465/task/32529/stat : 32529 (java) S 32462 32465 26338 0 -1 1077944384 28844 13232 0 0 266 7 5 3 20 0 15 0 474701125 11107315712 128894 33554432000 4194304 4196468 140732028669456 139701201402352 139702234880642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32530] ppid=32462 vsize=10846988 memory=1744 CPUtime=0.08 cores=1,3,5,7
/proc/32465/task/32530/stat : 32530 (java) S 32462 32465 26338 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 474701125 11107315712 128894 33554432000 4194304 4196468 140732028669456 139700785204064 139702234879701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
[pid=32465/tid=32531] ppid=32462 vsize=10846988 memory=780 CPUtime=1.54 cores=1,3,5,7
/proc/32465/task/32531/stat : 32531 (java) S 32462 32465 26338 0 -1 1077944384 1556 13232 0 0 67 79 5 3 20 0 15 0 474701126 11107315712 128894 33554432000 4194304 4196468 140732028669456 139701200349744 139702234880642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35930112 140732028672611 140732028675253 140732028675253 140732028678095 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 515576 KiB

Child status: 143
Real time (s): 2452.93
CPU time (s): 2520.11
CPU user time (s): 2516.74
CPU system time (s): 3.36998
CPU usage (%): 102.739
Max. virtual memory (cumulated for all children) (KiB): 10846988
Max. memory (cumulated for all children) (KiB): 2287672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.74
system time used= 3.36998
maximum resident set size= 2290192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 310600
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 161284
involuntary context switches= 6022


# summary of solver processes directly reported to runsolver:
#   pid: 32465
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.74
#   total CPU system time (s): 3.36998

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4449 second user time and 24.1559 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-20 15:02:55
IDJOB=4402644
IDBENCH=138492
IDSOLVER=2861
FILE ID=node133/4402644-1568984615
RUNJOBID= node133-1568967598-26370
PBS_JOBID= 21704620
Free space on /var/tmp= 13452 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js15/SuperTaillard-js-15-02.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402644-1568984615/watcher-4402644-1568984615 -o /var/tmp/evaluation-result-4402644-1568984615/solver-4402644-1568984615 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node133-1568967598-26370 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1076526139 HOME/instance-4402644-1568984615.xml

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

MD5SUM BENCH= c67201b80d2f8cf37dc6fc32cd78d58c
RANDOM SEED=1076526139

node133.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.18
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.18
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.18
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.18
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:        10228708 kB
MemAvailable:   31010328 kB
Buffers:          143660 kB
Cached:         20522808 kB
SwapCached:         5428 kB
Active:         11136136 kB
Inactive:       10375192 kB
Active(anon):     841968 kB
Inactive(anon):    49460 kB
Active(file):   10294168 kB
Inactive(file): 10325732 kB
Unevictable:      111416 kB
Mlocked:          111416 kB
SwapTotal:      67108860 kB
SwapFree:       67001856 kB
Dirty:             35848 kB
Writeback:             0 kB
AnonPages:        892956 kB
Mapped:            65284 kB
Shmem:             37692 kB
Slab:             619244 kB
SReclaimable:     590180 kB
SUnreclaim:        29064 kB
KernelStack:        4048 kB
PageTables:         8308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1978740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    780288 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= 13420 MiB
End job on node133 at 2019-09-20 15:43:48