Trace number 4387438

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.10? (TO) 2520.18 2453.06

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.73/0.55	c Concrete v3.10.1560635388952 running
2520.10/2453.04	Exception in thread "main" java.util.concurrent.TimeoutException
2520.10/2453.04		at concrete.MAC.mac(MAC.scala:189)
2520.10/2453.04		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.10/2453.04		at scala.util.Try$.apply(Try.scala:212)
2520.10/2453.04		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.10/2453.04		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.10/2453.04		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.10/2453.04		at concrete.MAC.oneRun(MAC.scala:253)
2520.10/2453.04		at concrete.MAC.nextSolution(MAC.scala:272)
2520.10/2453.04		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.10/2453.04		at concrete.ProblemState.map(ProblemState.scala:228)
2520.10/2453.04		at concrete.ProblemState.map(ProblemState.scala:210)
2520.10/2453.04		at concrete.MAC.nextSolution(MAC.scala:334)
2520.10/2453.04		at concrete.Solver.hasNext(Solver.scala:160)
2520.10/2453.04		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.10/2453.04		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.10/2453.04		at concrete.Solver.nextOption(Solver.scala:67)
2520.10/2453.04		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:77)
2520.10/2453.04		at scala.util.Success.map(Try.scala:264)
2520.10/2453.04		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.10/2453.04		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.10/2453.04		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.10/2453.04		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.10/2453.04		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.10/2453.04		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.10/2453.04		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.10/2453.04		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.10/2453.04		at scala.App.$anonfun$main$1(App.scala:75)
2520.10/2453.04		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.10/2453.04		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.10/2453.04		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.10/2453.04		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.10/2453.04		at scala.App.main(App.scala:75)
2520.10/2453.04		at scala.App.main$(App.scala:73)
2520.10/2453.04		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.10/2453.04		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.10/2453.04	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 (14322 MiB free)
  memory of node 1: 16384 MiB (15549 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387438-1568305034/watcher-4387438-1568305034 -o /tmp/evaluation-result-4387438-1568305034/solver-4387438-1568305034 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568285927-6017 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=386726160 HOME/instance-4387438-1568305034.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=12037, runsolver pid=12034
Current StackSize limit: 8192 KiB


[startup+0.100094 s]*
/proc/loadavg: 1.70 1.54 1.48 3/218 12094
/proc/meminfo: memFree=30583408/32770624 swapFree=66916404/67108860
[pid=12037] ppid=12034 vsize=9982492 memory=15440 CPUtime=0.09 cores=1,3,5,7
/proc/12037/stat : 12037 (java) S 12034 12037 5064 0 -1 1077944320 4625 13368 0 0 1 1 5 2 20 0 6 0 406441342 10222071808 3860 33554432000 4194304 4196468 140727885446608 140727885429152 139865205518071 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
/proc/12037/statm: 2497198 3860 1958 1 0 2485636 0
[pid=12037/tid=12090] ppid=12034 vsize=9989820 memory=7892391828772250251 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12090/stat : 12090 (java) S 12034 12037 5064 0 -1 1077944384 2456 13368 0 0 0 0 5 2 20 0 7 0 406441351 10229575680 3926 33554432000 4194304 4196468 140727885446608 139865177361168 139865205528277 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12091] ppid=12034 vsize=10055356 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12091/stat : 12091 (java) S 12034 12037 5064 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 7 0 406441352 10296684544 3926 33554432000 4194304 4196468 140727885446608 139865209752080 139865205528277 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12092] ppid=12034 vsize=10055356 memory=140100220647040 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12092/stat : 12092 (java) S 12034 12037 5064 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 7 0 406441352 10296684544 3926 33554432000 4194304 4196468 140727885446608 139865141672592 139865205528277 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12093] ppid=12034 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12093/stat : 12093 (java) S 12034 12037 5064 0 -1 1077944384 1 13368 0 0 0 0 5 2 20 0 7 0 406441352 10296684544 3926 33554432000 4194304 4196468 140727885446608 139864777820432 139865205528277 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12094] ppid=12034 vsize=10055356 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12094/stat : 12094 (java) S 12034 12037 5064 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 7 0 406441352 10296684544 3926 33554432000 4194304 4196468 140727885446608 139864776767888 139865205528277 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12095] ppid=12034 vsize=10055356 memory=140100220647040 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12095/stat : 12095 (java) S 12034 12037 5064 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 7 0 406441353 10296684544 3926 33554432000 4194304 4196468 140727885446608 139864665066224 139865205529218 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9982492 KiB
Current children cumulated memory: 15440 KiB

[startup+0.209897 s]*
/proc/loadavg: 1.70 1.54 1.48 3/227 12103
/proc/meminfo: memFree=30562928/32770624 swapFree=66916404/67108860
[pid=12037] ppid=12034 vsize=10819964 memory=40132 CPUtime=0.26 cores=1,3,5,7
/proc/12037/stat : 12037 (java) S 12034 12037 5064 0 -1 1077944320 7332 13368 0 0 17 2 5 2 20 0 15 0 406441342 11079643136 10033 33554432000 4194304 4196468 140727885446608 140727885429152 139865205518071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
/proc/12037/statm: 2704991 10033 2989 1 0 2667405 0
[pid=12037/tid=12090] ppid=12034 vsize=10819964 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/12037/task/12090/stat : 12090 (java) R 12034 12037 5064 0 -1 4202560 3792 13368 0 0 10 1 5 2 20 0 15 0 406441351 11079643136 10033 33554432000 4194304 4196468 140727885446608 139865177342752 139865198197789 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12091] ppid=12034 vsize=10819964 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12091/stat : 12091 (java) S 12034 12037 5064 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 15 0 406441352 11079643136 10033 33554432000 4194304 4196468 140727885446608 139865209752080 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12092] ppid=12034 vsize=10819964 memory=140100220659051 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12092/stat : 12092 (java) S 12034 12037 5064 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 15 0 406441352 11079643136 10033 33554432000 4194304 4196468 140727885446608 139865141672592 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12093] ppid=12034 vsize=10820924 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12093/stat : 12093 (java) S 12034 12037 5064 0 -1 1077944384 1 13368 0 0 0 0 5 2 20 0 15 0 406441352 11080626176 10033 33554432000 4194304 4196468 140727885446608 139864777820432 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12094] ppid=12034 vsize=10820924 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12094/stat : 12094 (java) S 12034 12037 5064 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 15 0 406441352 11080626176 10099 33554432000 4194304 4196468 140727885446608 139864776767888 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12095] ppid=12034 vsize=10820924 memory=140100220647040 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12095/stat : 12095 (java) S 12034 12037 5064 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 15 0 406441353 11080626176 10099 33554432000 4194304 4196468 140727885446608 139864665066224 139865205529218 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12096] ppid=12034 vsize=10820924 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12096/stat : 12096 (java) S 12034 12037 5064 0 -1 1077944384 33 13368 0 0 0 0 5 2 20 0 15 0 406441354 11080626176 10099 33554432000 4194304 4196468 140727885446608 139864664012448 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12097] ppid=12034 vsize=10820924 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12097/stat : 12097 (java) S 12034 12037 5064 0 -1 1077944384 1 13368 0 0 0 0 5 2 20 0 15 0 406441354 11080626176 10099 33554432000 4194304 4196468 140727885446608 139864536245488 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12098] ppid=12034 vsize=10820924 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12098/stat : 12098 (java) S 12034 12037 5064 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 15 0 406441356 11080626176 10099 33554432000 4194304 4196468 140727885446608 139863932266960 139865205536667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12099] ppid=12034 vsize=10820924 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12037/task/12099/stat : 12099 (java) S 12034 12037 5064 0 -1 1077944384 362 13368 0 0 1 0 5 2 20 0 15 0 406441356 11080626176 10099 33554432000 4194304 4196468 140727885446608 139864630454512 139865205529218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12100] ppid=12034 vsize=10820924 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12037/task/12100/stat : 12100 (java) S 12034 12037 5064 0 -1 1077944384 279 13368 0 0 1 0 5 2 20 0 15 0 406441356 11080626176 10099 33554432000 4194304 4196468 140727885446608 139864629401968 139865205529218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12101] ppid=12034 vsize=10820924 memory=140100220647040 CPUtime=0.1 cores=1,3,5,7
/proc/12037/task/12101/stat : 12101 (java) S 12034 12037 5064 0 -1 1077944384 685 13368 0 0 3 0 5 2 20 0 15 0 406441356 11080626176 10099 33554432000 4194304 4196468 140727885446608 139864628348912 139865205529218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12102] ppid=12034 vsize=10820924 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12102/stat : 12102 (java) S 12034 12037 5064 0 -1 1077944384 3 13368 0 0 0 0 5 2 20 0 15 0 406441357 11080626176 10099 33554432000 4194304 4196468 140727885446608 139863462504800 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12103] ppid=12034 vsize=10820924 memory=140100220647040 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12103/stat : 12103 (java) S 12034 12037 5064 0 -1 1077944384 1 13368 0 0 0 0 5 2 20 0 15 0 406441357 11080626176 10099 33554432000 4194304 4196468 140727885446608 139864627297328 139865205529218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819964 KiB
Current children cumulated memory: 40132 KiB

[startup+0.310425 s]*
/proc/loadavg: 1.70 1.54 1.48 3/227 12103
/proc/meminfo: memFree=30553128/32770624 swapFree=66916404/67108860
[pid=12037] ppid=12034 vsize=10820096 memory=50500 CPUtime=0.4 cores=1,3,5,7
/proc/12037/stat : 12037 (java) S 12034 12037 5064 0 -1 1077944320 10849 13368 0 0 29 4 5 2 20 0 15 0 406441342 11079778304 12625 33554432000 4194304 4196468 140727885446608 140727885429152 139865205518071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
/proc/12037/statm: 2705024 12625 3251 1 0 2667149 0
[pid=12037/tid=12090] ppid=12034 vsize=10820244 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/12037/task/12090/stat : 12090 (java) R 12034 12037 5064 0 -1 4202560 7219 13368 0 0 19 3 5 2 20 0 15 0 406441351 11079929856 12625 33554432000 4194304 4196468 140727885446608 139865177345744 139865060040259 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12091] ppid=12034 vsize=10820244 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12091/stat : 12091 (java) S 12034 12037 5064 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 15 0 406441352 11079929856 12690 33554432000 4194304 4196468 140727885446608 139865209752080 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12092] ppid=12034 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12092/stat : 12092 (java) S 12034 12037 5064 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 15 0 406441352 11079929856 12690 33554432000 4194304 4196468 140727885446608 139865141672592 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12093] ppid=12034 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12093/stat : 12093 (java) S 12034 12037 5064 0 -1 1077944384 1 13368 0 0 0 0 5 2 20 0 15 0 406441352 11079929856 12690 33554432000 4194304 4196468 140727885446608 139864777820432 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12094] ppid=12034 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12094/stat : 12094 (java) S 12034 12037 5064 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 15 0 406441352 11079929856 12690 33554432000 4194304 4196468 140727885446608 139864776767888 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12095] ppid=12034 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12095/stat : 12095 (java) S 12034 12037 5064 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 15 0 406441353 11079929856 12690 33554432000 4194304 4196468 140727885446608 139864665066224 139865205529218 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12096] ppid=12034 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12096/stat : 12096 (java) S 12034 12037 5064 0 -1 1077944384 33 13368 0 0 0 0 5 2 20 0 15 0 406441354 11079929856 12690 33554432000 4194304 4196468 140727885446608 139864664012448 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12097] ppid=12034 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12097/stat : 12097 (java) S 12034 12037 5064 0 -1 1077944384 1 13368 0 0 0 0 5 2 20 0 15 0 406441354 11079929856 12690 33554432000 4194304 4196468 140727885446608 139864536245488 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12098] ppid=12034 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12098/stat : 12098 (java) S 12034 12037 5064 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 15 0 406441356 11079929856 12690 33554432000 4194304 4196468 140727885446608 139863932266960 139865205536667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12099] ppid=12034 vsize=10820244 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/12037/task/12099/stat : 12099 (java) S 12034 12037 5064 0 -1 1077944384 372 13368 0 0 2 0 5 2 20 0 15 0 406441356 11079929856 12690 33554432000 4194304 4196468 140727885446608 139864630454512 139865205529218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12100] ppid=12034 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12037/task/12100/stat : 12100 (java) S 12034 12037 5064 0 -1 1077944384 283 13368 0 0 1 0 5 2 20 0 15 0 406441356 11079929856 12690 33554432000 4194304 4196468 140727885446608 139864629401968 139865205529218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12101] ppid=12034 vsize=10820244 memory=140100220647040 CPUtime=0.12 cores=1,3,5,7
/proc/12037/task/12101/stat : 12101 (java) S 12034 12037 5064 0 -1 1077944384 731 13368 0 0 5 0 5 2 20 0 15 0 406441356 11079929856 12690 33554432000 4194304 4196468 140727885446608 139864628348912 139865205529218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12102] ppid=12034 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12102/stat : 12102 (java) S 12034 12037 5064 0 -1 1077944384 3 13368 0 0 0 0 5 2 20 0 15 0 406441357 11079929856 12690 33554432000 4194304 4196468 140727885446608 139863462504800 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12103] ppid=12034 vsize=10820244 memory=140100220647040 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12103/stat : 12103 (java) S 12034 12037 5064 0 -1 1077944384 1 13368 0 0 0 0 5 2 20 0 15 0 406441357 11079929856 12690 33554432000 4194304 4196468 140727885446608 139864627297328 139865205529218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 50500 KiB

[startup+0.700695 s]
/proc/loadavg: 1.70 1.54 1.48 5/227 12103
/proc/meminfo: memFree=30535852/32770624 swapFree=66916404/67108860
[pid=12037] ppid=12034 vsize=10824340 memory=81896 CPUtime=1.13 cores=1,3,5,7
/proc/12037/stat : 12037 (java) S 12034 12037 5064 0 -1 1077944320 15214 13368 0 0 101 5 5 2 20 0 15 0 406441342 11084124160 20474 33554432000 4194304 4196468 140727885446608 140727885429152 139865205518071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
/proc/12037/statm: 2706085 20474 3509 1 0 2668173 0
[pid=12037/tid=12090] ppid=12034 vsize=10824340 memory=280200176811824 CPUtime=0.66 cores=1,3,5,7
/proc/12037/task/12090/stat : 12090 (java) R 12034 12037 5064 0 -1 4202560 10614 13368 0 0 55 4 5 2 20 0 15 0 406441351 11084124160 20474 33554432000 4194304 4196468 140727885446608 139865177340048 139865189598558 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12091] ppid=12034 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12091/stat : 12091 (java) S 12034 12037 5064 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 15 0 406441352 11084124160 20474 33554432000 4194304 4196468 140727885446608 139865209752080 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12092] ppid=12034 vsize=10824340 memory=1124 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12092/stat : 12092 (java) S 12034 12037 5064 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 15 0 406441352 11084124160 20474 33554432000 4194304 4196468 140727885446608 139865141672592 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12093] ppid=12034 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12093/stat : 12093 (java) S 12034 12037 5064 0 -1 1077944384 1 13368 0 0 0 0 5 2 20 0 15 0 406441352 11084124160 20474 33554432000 4194304 4196468 140727885446608 139864777820432 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12094] ppid=12034 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12094/stat : 12094 (java) S 12034 12037 5064 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 15 0 406441352 11084124160 20474 33554432000 4194304 4196468 140727885446608 139864776767888 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12095] ppid=12034 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12095/stat : 12095 (java) S 12034 12037 5064 0 -1 1077944384 5 13368 0 0 0 0 5 2 20 0 15 0 406441353 11084124160 20474 33554432000 4194304 4196468 140727885446608 139864665066224 139865205529218 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12096] ppid=12034 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12096/stat : 12096 (java) S 12034 12037 5064 0 -1 1077944384 33 13368 0 0 0 0 5 2 20 0 15 0 406441354 11084124160 20474 33554432000 4194304 4196468 140727885446608 139864664012448 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12097] ppid=12034 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12097/stat : 12097 (java) S 12034 12037 5064 0 -1 1077944384 1 13368 0 0 0 0 5 2 20 0 15 0 406441354 11084124160 20474 33554432000 4194304 4196468 140727885446608 139864536245488 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12098] ppid=12034 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12098/stat : 12098 (java) S 12034 12037 5064 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 15 0 406441356 11084124160 20474 33554432000 4194304 4196468 140727885446608 139863932266960 139865205536667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12099] ppid=12034 vsize=10824340 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/12037/task/12099/stat : 12099 (java) S 12034 12037 5064 0 -1 1077944384 682 13368 0 0 13 0 5 2 20 0 15 0 406441356 11084124160 20474 33554432000 4194304 4196468 140727885446608 139864630454512 139865205529218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12100] ppid=12034 vsize=10824340 memory=3616 CPUtime=0.21 cores=1,3,5,7
/proc/12037/task/12100/stat : 12100 (java) S 12034 12037 5064 0 -1 1077944384 625 13368 0 0 14 0 5 2 20 0 15 0 406441356 11084124160 20474 33554432000 4194304 4196468 140727885446608 139864629401968 139865205529218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12101] ppid=12034 vsize=10824340 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/12037/task/12101/stat : 12101 (java) S 12034 12037 5064 0 -1 1077944384 1036 13368 0 0 17 0 5 2 20 0 15 0 406441356 11084124160 20474 33554432000 4194304 4196468 140727885446608 139864628348912 139865205529218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12102] ppid=12034 vsize=10824340 memory=15393831965170728 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12102/stat : 12102 (java) S 12034 12037 5064 0 -1 1077944384 3 13368 0 0 0 0 5 2 20 0 15 0 406441357 11084124160 20474 33554432000 4194304 4196468 140727885446608 139863462504800 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12103] ppid=12034 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12103/stat : 12103 (java) S 12034 12037 5064 0 -1 1077944384 1 13368 0 0 0 0 5 2 20 0 15 0 406441357 11084124160 20474 33554432000 4194304 4196468 140727885446608 139864627297328 139865205529218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 81896 KiB

[startup+1.50072 s]
/proc/loadavg: 1.70 1.54 1.48 5/227 12103
/proc/meminfo: memFree=30476236/32770624 swapFree=66916404/67108860
[pid=12037] ppid=12034 vsize=10832608 memory=214364 CPUtime=3.04 cores=1,3,5,7
/proc/12037/stat : 12037 (java) S 12034 12037 5064 0 -1 1077944320 25605 13368 0 0 286 11 5 2 20 0 15 0 406441342 11092590592 53591 33554432000 4194304 4196468 140727885446608 140727885429152 139865205518071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
/proc/12037/statm: 2708152 53591 3578 1 0 2670221 0
[pid=12037/tid=12090] ppid=12034 vsize=10832608 memory=280200176811824 CPUtime=1.42 cores=1,3,5,7
/proc/12037/task/12090/stat : 12090 (java) R 12034 12037 5064 0 -1 4202560 14891 13368 0 0 129 6 5 2 20 0 15 0 406441351 11092590592 53591 33554432000 4194304 4196468 140727885446608 139865177343920 139865189598558 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12091] ppid=12034 vsize=10832608 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/12037/task/12091/stat : 12091 (java) S 12034 12037 5064 0 -1 1077944384 44 13368 0 0 2 0 5 2 20 0 15 0 406441352 11092590592 53591 33554432000 4194304 4196468 140727885446608 139865209752080 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12092] ppid=12034 vsize=10832608 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/12037/task/12092/stat : 12092 (java) S 12034 12037 5064 0 -1 1077944384 33 13368 0 0 2 0 5 2 20 0 15 0 406441352 11092590592 53591 33554432000 4194304 4196468 140727885446608 139865141672592 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12093] ppid=12034 vsize=10832608 memory=2272 CPUtime=0.08 cores=1,3,5,7
/proc/12037/task/12093/stat : 12093 (java) S 12034 12037 5064 0 -1 1077944384 60 13368 0 0 1 0 5 2 20 0 15 0 406441352 11092590592 53591 33554432000 4194304 4196468 140727885446608 139864777820432 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12094] ppid=12034 vsize=10832608 memory=50500 CPUtime=0.08 cores=1,3,5,7
/proc/12037/task/12094/stat : 12094 (java) S 12034 12037 5064 0 -1 1077944384 269 13368 0 0 1 0 5 2 20 0 15 0 406441352 11092590592 53591 33554432000 4194304 4196468 140727885446608 139864776767888 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12095] ppid=12034 vsize=10832608 memory=1580 CPUtime=0.08 cores=1,3,5,7
/proc/12037/task/12095/stat : 12095 (java) S 12034 12037 5064 0 -1 1077944384 109 13368 0 0 1 0 5 2 20 0 15 0 406441353 11092590592 53591 33554432000 4194304 4196468 140727885446608 139864665066224 139865205529218 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12096] ppid=12034 vsize=10832608 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12096/stat : 12096 (java) S 12034 12037 5064 0 -1 1077944384 34 13368 0 0 0 0 5 2 20 0 15 0 406441354 11092590592 53591 33554432000 4194304 4196468 140727885446608 139864664012512 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12097] ppid=12034 vsize=10832608 memory=2811011 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12097/stat : 12097 (java) S 12034 12037 5064 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 15 0 406441354 11092590592 53591 33554432000 4194304 4196468 140727885446608 139864536245488 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12098] ppid=12034 vsize=10832608 memory=2812297 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12098/stat : 12098 (java) S 12034 12037 5064 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 15 0 406441356 11092590592 53591 33554432000 4194304 4196468 140727885446608 139863932266960 139865205536667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12099] ppid=12034 vsize=10832608 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/12037/task/12099/stat : 12099 (java) S 12034 12037 5064 0 -1 1077944384 2318 13368 0 0 50 0 5 2 20 0 15 0 406441356 11092590592 53591 33554432000 4194304 4196468 140727885446608 139864630454512 139865205529218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12100] ppid=12034 vsize=10832608 memory=6791534058613427641 CPUtime=0.62 cores=1,3,5,7
/proc/12037/task/12100/stat : 12100 (java) S 12034 12037 5064 0 -1 1077944384 3326 13368 0 0 55 0 5 2 20 0 15 0 406441356 11092590592 53591 33554432000 4194304 4196468 140727885446608 139864629401968 139865205529218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12101] ppid=12034 vsize=10832608 memory=4638778398332698720 CPUtime=0.48 cores=1,3,5,7
/proc/12037/task/12101/stat : 12101 (java) S 12034 12037 5064 0 -1 1077944384 2308 13368 0 0 41 0 5 2 20 0 15 0 406441356 11092590592 53591 33554432000 4194304 4196468 140727885446608 139864628348912 139865205529218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12102] ppid=12034 vsize=10832608 memory=5787213852817510736 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12102/stat : 12102 (java) S 12034 12037 5064 0 -1 1077944384 3 13368 0 0 0 0 5 2 20 0 15 0 406441357 11092590592 53591 33554432000 4194304 4196468 140727885446608 139863462504800 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12103] ppid=12034 vsize=10832608 memory=280200177015256 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12103/stat : 12103 (java) S 12034 12037 5064 0 -1 1077944384 1 13368 0 0 0 0 5 2 20 0 15 0 406441357 11092590592 53591 33554432000 4194304 4196468 140727885446608 139864627297328 139865205529218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0

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

/proc/12037/task/12090/stat : 12090 (java) R 12034 12037 5064 0 -1 4202560 130015 13368 0 0 230201 71 5 2 20 0 15 0 406441351 11107291136 545272 33554432000 4194304 4196468 140727885446608 139865177353888 139864828303835 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12091] ppid=12034 vsize=10846964 memory=2181596 CPUtime=12.94 cores=1,3,5,7
/proc/12037/task/12091/stat : 12091 (java) S 12034 12037 5064 0 -1 1077944384 47210 13368 0 0 1248 39 5 2 20 0 15 0 406441352 11107291136 545272 33554432000 4194304 4196468 140727885446608 139865209752080 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12092] ppid=12034 vsize=10846964 memory=2181596 CPUtime=12.92 cores=1,3,5,7
/proc/12037/task/12092/stat : 12092 (java) S 12034 12037 5064 0 -1 1077944384 42041 13368 0 0 1244 41 5 2 20 0 15 0 406441352 11107291136 545272 33554432000 4194304 4196468 140727885446608 139865141672592 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12093] ppid=12034 vsize=10846964 memory=2181596 CPUtime=12.87 cores=1,3,5,7
/proc/12037/task/12093/stat : 12093 (java) S 12034 12037 5064 0 -1 1077944384 34190 13368 0 0 1245 35 5 2 20 0 15 0 406441352 11107291136 545272 33554432000 4194304 4196468 140727885446608 139864777820432 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12094] ppid=12034 vsize=10846964 memory=2181600 CPUtime=12.95 cores=1,3,5,7
/proc/12037/task/12094/stat : 12094 (java) S 12034 12037 5064 0 -1 1077944384 44266 13368 0 0 1250 38 5 2 20 0 15 0 406441352 11107291136 545272 33554432000 4194304 4196468 140727885446608 139864776767888 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12095] ppid=12034 vsize=10846964 memory=2181600 CPUtime=4.93 cores=1,3,5,7
/proc/12037/task/12095/stat : 12095 (java) S 12034 12037 5064 0 -1 1077944384 32061 13368 0 0 442 44 5 2 20 0 15 0 406441353 11107291136 545272 33554432000 4194304 4196468 140727885446608 139864665066224 139865205529218 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12096] ppid=12034 vsize=10846964 memory=2181088 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12096/stat : 12096 (java) S 12034 12037 5064 0 -1 1077944384 73 13368 0 0 0 0 5 2 20 0 15 0 406441354 11107291136 545272 33554432000 4194304 4196468 140727885446608 139864664012512 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12097] ppid=12034 vsize=10846964 memory=2181088 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12097/stat : 12097 (java) S 12034 12037 5064 0 -1 1077944384 35 13368 0 0 0 0 5 2 20 0 15 0 406441354 11107291136 545272 33554432000 4194304 4196468 140727885446608 139864536245504 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12098] ppid=12034 vsize=10846964 memory=2181088 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12098/stat : 12098 (java) S 12034 12037 5064 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 15 0 406441356 11107291136 545272 33554432000 4194304 4196468 140727885446608 139863932266960 139865205536667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12099] ppid=12034 vsize=10846964 memory=2181088 CPUtime=11.21 cores=1,3,5,7
/proc/12037/task/12099/stat : 12099 (java) S 12034 12037 5064 0 -1 1077944384 44002 13368 0 0 1108 6 5 2 20 0 15 0 406441356 11107291136 545272 33554432000 4194304 4196468 140727885446608 139864630454512 139865205529218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12100] ppid=12034 vsize=10846964 memory=2181088 CPUtime=10.83 cores=1,3,5,7
/proc/12037/task/12100/stat : 12100 (java) S 12034 12037 5064 0 -1 1077944384 38782 13368 0 0 1070 6 5 2 20 0 15 0 406441356 11107291136 545272 33554432000 4194304 4196468 140727885446608 139864629401968 139865205529218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12101] ppid=12034 vsize=10846964 memory=2181088 CPUtime=4.3 cores=1,3,5,7
/proc/12037/task/12101/stat : 12101 (java) S 12034 12037 5064 0 -1 1077944384 31464 13368 0 0 416 7 5 2 20 0 15 0 406441356 11107291136 545272 33554432000 4194304 4196468 140727885446608 139864628348912 139865205529218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12102] ppid=12034 vsize=10846964 memory=2181088 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12102/stat : 12102 (java) S 12034 12037 5064 0 -1 1077944384 3 13368 0 0 0 0 5 2 20 0 15 0 406441357 11107291136 545272 33554432000 4194304 4196468 140727885446608 139863462504800 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12103] ppid=12034 vsize=10846964 memory=2432 CPUtime=1.43 cores=1,3,5,7
/proc/12037/task/12103/stat : 12103 (java) S 12034 12037 5064 0 -1 1077944384 1989 13368 0 0 55 81 5 2 20 0 15 0 406441357 11107291136 545272 33554432000 4194304 4196468 140727885446608 139864627297328 139865205529218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
Current children cumulated CPU time: 2386.69 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 2181088 KiB

[startup+2382.3 s]
/proc/loadavg: 1.43 1.34 1.40 3/227 12456
/proc/meminfo: memFree=28117648/32770624 swapFree=66916436/67108860
[pid=12037] ppid=12034 vsize=10846964 memory=2172400 CPUtime=2447.92 cores=1,3,5,7
/proc/12037/stat : 12037 (java) S 12034 12037 5064 0 -1 1077944320 456393 13368 0 0 244444 341 5 2 20 0 15 0 406441342 11107291136 543100 33554432000 4194304 4196468 140727885446608 140727885429152 139865205518071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
/proc/12037/statm: 2711741 543100 3645 1 0 2673805 0
[pid=12037/tid=12090] ppid=12034 vsize=10846964 memory=2174448 CPUtime=2362.19 cores=1,3,5,7
/proc/12037/task/12090/stat : 12090 (java) R 12034 12037 5064 0 -1 4202560 131896 13368 0 0 236140 72 5 2 20 0 15 0 406441351 11107291136 543100 33554432000 4194304 4196468 140727885446608 139865177353264 139864828052360 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12091] ppid=12034 vsize=10846964 memory=2174448 CPUtime=13.36 cores=1,3,5,7
/proc/12037/task/12091/stat : 12091 (java) S 12034 12037 5064 0 -1 1077944384 48148 13368 0 0 1289 40 5 2 20 0 15 0 406441352 11107291136 543100 33554432000 4194304 4196468 140727885446608 139865209752080 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12092] ppid=12034 vsize=10846964 memory=2174448 CPUtime=13.32 cores=1,3,5,7
/proc/12037/task/12092/stat : 12092 (java) S 12034 12037 5064 0 -1 1077944384 43400 13368 0 0 1284 41 5 2 20 0 15 0 406441352 11107291136 543100 33554432000 4194304 4196468 140727885446608 139865141672592 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12093] ppid=12034 vsize=10846964 memory=2173932 CPUtime=13.29 cores=1,3,5,7
/proc/12037/task/12093/stat : 12093 (java) S 12034 12037 5064 0 -1 1077944384 36964 13368 0 0 1286 36 5 2 20 0 15 0 406441352 11107291136 543100 33554432000 4194304 4196468 140727885446608 139864777820432 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12094] ppid=12034 vsize=10846964 memory=2172396 CPUtime=13.37 cores=1,3,5,7
/proc/12037/task/12094/stat : 12094 (java) S 12034 12037 5064 0 -1 1077944384 44636 13368 0 0 1291 39 5 2 20 0 15 0 406441352 11107291136 543100 33554432000 4194304 4196468 140727885446608 139864776767888 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12095] ppid=12034 vsize=10846964 memory=2172396 CPUtime=5.08 cores=1,3,5,7
/proc/12037/task/12095/stat : 12095 (java) S 12034 12037 5064 0 -1 1077944384 32739 13368 0 0 457 44 5 2 20 0 15 0 406441353 11107291136 543100 33554432000 4194304 4196468 140727885446608 139864665066224 139865205529218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12096] ppid=12034 vsize=10846964 memory=3144 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12096/stat : 12096 (java) S 12034 12037 5064 0 -1 1077944384 73 13368 0 0 0 0 5 2 20 0 15 0 406441354 11107291136 543100 33554432000 4194304 4196468 140727885446608 139864664012512 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12097] ppid=12034 vsize=10846964 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12097/stat : 12097 (java) S 12034 12037 5064 0 -1 1077944384 35 13368 0 0 0 0 5 2 20 0 15 0 406441354 11107291136 543100 33554432000 4194304 4196468 140727885446608 139864536245504 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12098] ppid=12034 vsize=10846964 memory=1000 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12098/stat : 12098 (java) S 12034 12037 5064 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 15 0 406441356 11107291136 543100 33554432000 4194304 4196468 140727885446608 139863932266960 139865205536667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12099] ppid=12034 vsize=10846964 memory=2173932 CPUtime=11.21 cores=1,3,5,7
/proc/12037/task/12099/stat : 12099 (java) S 12034 12037 5064 0 -1 1077944384 44006 13368 0 0 1108 6 5 2 20 0 15 0 406441356 11107291136 543100 33554432000 4194304 4196468 140727885446608 139864630454512 139865205529218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12100] ppid=12034 vsize=10846964 memory=2173932 CPUtime=10.84 cores=1,3,5,7
/proc/12037/task/12100/stat : 12100 (java) S 12034 12037 5064 0 -1 1077944384 38788 13368 0 0 1071 6 5 2 20 0 15 0 406441356 11107291136 543100 33554432000 4194304 4196468 140727885446608 139864629401968 139865205529218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12101] ppid=12034 vsize=10846964 memory=2172396 CPUtime=4.3 cores=1,3,5,7
/proc/12037/task/12101/stat : 12101 (java) S 12034 12037 5064 0 -1 1077944384 31468 13368 0 0 416 7 5 2 20 0 15 0 406441356 11107291136 543100 33554432000 4194304 4196468 140727885446608 139864628348912 139865205529218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12102] ppid=12034 vsize=10846964 memory=3616 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12102/stat : 12102 (java) S 12034 12037 5064 0 -1 1077944384 3 13368 0 0 0 0 5 2 20 0 15 0 406441357 11107291136 543100 33554432000 4194304 4196468 140727885446608 139863462504800 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12103] ppid=12034 vsize=10846964 memory=2600 CPUtime=1.47 cores=1,3,5,7
/proc/12037/task/12103/stat : 12103 (java) S 12034 12037 5064 0 -1 1077944384 2029 13368 0 0 57 83 5 2 20 0 15 0 406441357 11107291136 543100 33554432000 4194304 4196468 140727885446608 139864627297328 139865205529218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
Current children cumulated CPU time: 2447.92 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 2172400 KiB

[startup+2442.3 s]
/proc/loadavg: 1.55 1.39 1.41 3/227 12462
/proc/meminfo: memFree=28168664/32770624 swapFree=66916436/67108860
[pid=12037] ppid=12034 vsize=10846964 memory=2171920 CPUtime=2509.17 cores=1,3,5,7
/proc/12037/stat : 12037 (java) S 12034 12037 5064 0 -1 1077944320 463002 13368 0 0 250562 348 5 2 20 0 15 0 406441342 11107291136 542980 33554432000 4194304 4196468 140727885446608 140727885429152 139865205518071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
/proc/12037/statm: 2711741 542980 3645 1 0 2673805 0
[pid=12037/tid=12090] ppid=12034 vsize=10846964 memory=2172436 CPUtime=2421.57 cores=1,3,5,7
/proc/12037/task/12090/stat : 12090 (java) R 12034 12037 5064 0 -1 4202560 133636 13368 0 0 242078 72 5 2 20 0 15 0 406441351 11107291136 542980 33554432000 4194304 4196468 140727885446608 139865177353920 139864823339996 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12091] ppid=12034 vsize=10846964 memory=2172436 CPUtime=13.78 cores=1,3,5,7
/proc/12037/task/12091/stat : 12091 (java) S 12034 12037 5064 0 -1 1077944384 48368 13368 0 0 1330 41 5 2 20 0 15 0 406441352 11107291136 542980 33554432000 4194304 4196468 140727885446608 139865209752080 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12092] ppid=12034 vsize=10846964 memory=2172412 CPUtime=13.74 cores=1,3,5,7
/proc/12037/task/12092/stat : 12092 (java) S 12034 12037 5064 0 -1 1077944384 43759 13368 0 0 1325 42 5 2 20 0 15 0 406441352 11107291136 542980 33554432000 4194304 4196468 140727885446608 139865141672592 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12093] ppid=12034 vsize=10846964 memory=2172412 CPUtime=13.7 cores=1,3,5,7
/proc/12037/task/12093/stat : 12093 (java) S 12034 12037 5064 0 -1 1077944384 38678 13368 0 0 1326 37 5 2 20 0 15 0 406441352 11107291136 542980 33554432000 4194304 4196468 140727885446608 139864777820432 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12094] ppid=12034 vsize=10846964 memory=2172424 CPUtime=13.79 cores=1,3,5,7
/proc/12037/task/12094/stat : 12094 (java) S 12034 12037 5064 0 -1 1077944384 46478 13368 0 0 1333 39 5 2 20 0 15 0 406441352 11107291136 542980 33554432000 4194304 4196468 140727885446608 139864776767888 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12095] ppid=12034 vsize=10846964 memory=2172436 CPUtime=5.23 cores=1,3,5,7
/proc/12037/task/12095/stat : 12095 (java) S 12034 12037 5064 0 -1 1077944384 33413 13368 0 0 471 45 5 2 20 0 15 0 406441353 11107291136 542980 33554432000 4194304 4196468 140727885446608 139864665066224 139865205529218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12096] ppid=12034 vsize=10846964 memory=2172436 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12096/stat : 12096 (java) S 12034 12037 5064 0 -1 1077944384 73 13368 0 0 0 0 5 2 20 0 15 0 406441354 11107291136 542980 33554432000 4194304 4196468 140727885446608 139864664012512 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12097] ppid=12034 vsize=10846964 memory=2172436 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12097/stat : 12097 (java) S 12034 12037 5064 0 -1 1077944384 35 13368 0 0 0 0 5 2 20 0 15 0 406441354 11107291136 542980 33554432000 4194304 4196468 140727885446608 139864536245504 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12098] ppid=12034 vsize=10846964 memory=2171920 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12098/stat : 12098 (java) S 12034 12037 5064 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 15 0 406441356 11107291136 542980 33554432000 4194304 4196468 140727885446608 139863932266960 139865205536667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12099] ppid=12034 vsize=10846964 memory=0 CPUtime=11.22 cores=1,3,5,7
/proc/12037/task/12099/stat : 12099 (java) S 12034 12037 5064 0 -1 1077944384 44012 13368 0 0 1109 6 5 2 20 0 15 0 406441356 11107291136 542980 33554432000 4194304 4196468 140727885446608 139864630454512 139865205529218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12100] ppid=12034 vsize=10846964 memory=2172436 CPUtime=10.84 cores=1,3,5,7
/proc/12037/task/12100/stat : 12100 (java) S 12034 12037 5064 0 -1 1077944384 38796 13368 0 0 1071 6 5 2 20 0 15 0 406441356 11107291136 542980 33554432000 4194304 4196468 140727885446608 139864629401968 139865205529218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12101] ppid=12034 vsize=10846964 memory=2172436 CPUtime=4.3 cores=1,3,5,7
/proc/12037/task/12101/stat : 12101 (java) S 12034 12037 5064 0 -1 1077944384 31474 13368 0 0 416 7 5 2 20 0 15 0 406441356 11107291136 542980 33554432000 4194304 4196468 140727885446608 139864628348912 139865205529218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12102] ppid=12034 vsize=10846964 memory=2172436 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12102/stat : 12102 (java) S 12034 12037 5064 0 -1 1077944384 3 13368 0 0 0 0 5 2 20 0 15 0 406441357 11107291136 542980 33554432000 4194304 4196468 140727885446608 139863462504800 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12103] ppid=12034 vsize=10846964 memory=2172436 CPUtime=1.5 cores=1,3,5,7
/proc/12037/task/12103/stat : 12103 (java) S 12034 12037 5064 0 -1 1077944384 2069 13368 0 0 58 85 5 2 20 0 15 0 406441357 11107291136 542980 33554432000 4194304 4196468 140727885446608 139864627297328 139865205529218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
Current children cumulated CPU time: 2509.17 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 2171920 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2453 s]*
/proc/loadavg: 1.54 1.39 1.41 3/227 12462
/proc/meminfo: memFree=28175892/32770624 swapFree=66916436/67108860
[pid=12037] ppid=12034 vsize=10846964 memory=2167816 CPUtime=2520.1 cores=1,3,5,7
/proc/12037/stat : 12037 (java) S 12034 12037 5064 0 -1 1077944320 464686 13368 0 0 251653 350 5 2 20 0 15 0 406441342 11107291136 541954 33554432000 4194304 4196468 140727885446608 140727885429152 139865205518071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
/proc/12037/statm: 2711741 541954 3645 1 0 2673805 0
[pid=12037/tid=12090] ppid=12034 vsize=10846964 memory=8317482817917895235 CPUtime=2432.18 cores=1,3,5,7
/proc/12037/task/12090/stat : 12090 (java) R 12034 12037 5064 0 -1 4202560 134149 13368 0 0 243138 73 5 2 20 0 15 0 406441351 11107291136 541954 33554432000 4194304 4196468 140727885446608 139865177352880 139864814855464 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12091] ppid=12034 vsize=10846964 memory=4126316290023845779 CPUtime=13.85 cores=1,3,5,7
/proc/12037/task/12091/stat : 12091 (java) S 12034 12037 5064 0 -1 1077944384 48438 13368 0 0 1337 41 5 2 20 0 15 0 406441352 11107291136 541954 33554432000 4194304 4196468 140727885446608 139865209752080 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12092] ppid=12034 vsize=10846964 memory=1172 CPUtime=13.81 cores=1,3,5,7
/proc/12037/task/12092/stat : 12092 (java) S 12034 12037 5064 0 -1 1077944384 44345 13368 0 0 1332 42 5 2 20 0 15 0 406441352 11107291136 541954 33554432000 4194304 4196468 140727885446608 139865141672592 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12093] ppid=12034 vsize=10846964 memory=14008 CPUtime=13.78 cores=1,3,5,7
/proc/12037/task/12093/stat : 12093 (java) S 12034 12037 5064 0 -1 1077944384 38870 13368 0 0 1334 37 5 2 20 0 15 0 406441352 11107291136 541954 33554432000 4194304 4196468 140727885446608 139864777820432 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12094] ppid=12034 vsize=10846964 memory=14072 CPUtime=13.87 cores=1,3,5,7
/proc/12037/task/12094/stat : 12094 (java) S 12034 12037 5064 0 -1 1077944384 46502 13368 0 0 1340 40 5 2 20 0 15 0 406441352 11107291136 541954 33554432000 4194304 4196468 140727885446608 139864776767888 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12095] ppid=12034 vsize=10846964 memory=2116 CPUtime=5.26 cores=1,3,5,7
/proc/12037/task/12095/stat : 12095 (java) S 12034 12037 5064 0 -1 1077944384 33696 13368 0 0 473 46 5 2 20 0 15 0 406441353 11107291136 541954 33554432000 4194304 4196468 140727885446608 139864665066224 139865205529218 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12096] ppid=12034 vsize=10846964 memory=6888 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12096/stat : 12096 (java) S 12034 12037 5064 0 -1 1077944384 73 13368 0 0 0 0 5 2 20 0 15 0 406441354 11107291136 541954 33554432000 4194304 4196468 140727885446608 139864664012512 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12097] ppid=12034 vsize=10846964 memory=528 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12097/stat : 12097 (java) S 12034 12037 5064 0 -1 1077944384 35 13368 0 0 0 0 5 2 20 0 15 0 406441354 11107291136 541954 33554432000 4194304 4196468 140727885446608 139864536245504 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12098] ppid=12034 vsize=10846964 memory=1560 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12098/stat : 12098 (java) S 12034 12037 5064 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 15 0 406441356 11107291136 541954 33554432000 4194304 4196468 140727885446608 139863932266960 139865205536667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12099] ppid=12034 vsize=10846964 memory=932 CPUtime=11.22 cores=1,3,5,7
/proc/12037/task/12099/stat : 12099 (java) S 12034 12037 5064 0 -1 1077944384 44012 13368 0 0 1109 6 5 2 20 0 15 0 406441356 11107291136 541954 33554432000 4194304 4196468 140727885446608 139864630454512 139865205529218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12100] ppid=12034 vsize=10846964 memory=1492 CPUtime=10.84 cores=1,3,5,7
/proc/12037/task/12100/stat : 12100 (java) S 12034 12037 5064 0 -1 1077944384 38797 13368 0 0 1071 6 5 2 20 0 15 0 406441356 11107291136 541954 33554432000 4194304 4196468 140727885446608 139864629401968 139865205529218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12101] ppid=12034 vsize=10846964 memory=864 CPUtime=4.3 cores=1,3,5,7
/proc/12037/task/12101/stat : 12101 (java) S 12034 12037 5064 0 -1 1077944384 31474 13368 0 0 416 7 5 2 20 0 15 0 406441356 11107291136 541954 33554432000 4194304 4196468 140727885446608 139864628348912 139865205529218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12102] ppid=12034 vsize=10846964 memory=1448 CPUtime=0.07 cores=1,3,5,7
/proc/12037/task/12102/stat : 12102 (java) S 12034 12037 5064 0 -1 1077944384 3 13368 0 0 0 0 5 2 20 0 15 0 406441357 11107291136 541954 33554432000 4194304 4196468 140727885446608 139863462504800 139865205528277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
[pid=12037/tid=12103] ppid=12034 vsize=10846964 memory=1980 CPUtime=1.51 cores=1,3,5,7
/proc/12037/task/12103/stat : 12103 (java) S 12034 12037 5064 0 -1 1077944384 2084 13368 0 0 58 86 5 2 20 0 15 0 406441357 11107291136 541954 33554432000 4194304 4196468 140727885446608 139864627297328 139865205529218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22142976 140727885449974 140727885452485 140727885452485 140727885455311 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 2167816 KiB

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

[startup+2453.06 s]
# the end of solver process 12037 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.63 s, system=3.54872 s

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

Child status: 143
Real time (s): 2453.06
CPU time (s): 2520.18
CPU user time (s): 2516.63
CPU system time (s): 3.54872
CPU usage (%): 102.736
Max. virtual memory (cumulated for all children) (KiB): 10846964
Max. memory (cumulated for all children) (KiB): 2898248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.63
system time used= 3.54872
maximum resident set size= 2898248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 482559
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 175171
involuntary context switches= 8041


# summary of solver processes directly reported to runsolver:
#   pid: 12037
#   total CPU time (s): 2520.18
#   total CPU user time (s): 2516.63
#   total CPU system time (s): 3.54872

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3045 second user time and 23.3896 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-12 18:16:33
IDJOB=4387438
IDBENCH=138492
IDSOLVER=2823
FILE ID=node141/4387438-1568305034
RUNJOBID= node141-1568285927-6017
PBS_JOBID= 21701068
Free space on /tmp= 56076 MiB

SOLVER NAME= Concrete 3.10
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 /tmp/evaluation-result-4387438-1568305034/watcher-4387438-1568305034 -o /tmp/evaluation-result-4387438-1568305034/solver-4387438-1568305034 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568285927-6017 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=386726160 HOME/instance-4387438-1568305034.xml

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

MD5SUM BENCH= c67201b80d2f8cf37dc6fc32cd78d58c
RANDOM SEED=386726160

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        30589956 kB
MemAvailable:   30796832 kB
Buffers:          108200 kB
Cached:           399136 kB
SwapCached:        81992 kB
Active:          1338572 kB
Inactive:         316964 kB
Active(anon):    1071552 kB
Inactive(anon):   106204 kB
Active(file):     267020 kB
Inactive(file):   210760 kB
Unevictable:      108408 kB
Mlocked:          108408 kB
SwapTotal:      67108860 kB
SwapFree:       66916404 kB
Dirty:             35760 kB
Writeback:             0 kB
AnonPages:       1174964 kB
Mapped:            45456 kB
Shmem:             20936 kB
Slab:             118832 kB
SReclaimable:      89864 kB
SUnreclaim:        28968 kB
KernelStack:        3744 kB
PageTables:         8412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2160616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1089536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 56040 MiB
End job on node141 at 2019-09-12 18:57:26