Trace number 4400781

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.2? (TO) 2520.05 2456.23

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js15/
SuperTaillard-js-15-08.xml
MD5SUM79bafde88fa7f495a04ad4879b5697b3
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark257.025
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Number of domains84
Minimum domain size1123
Maximum domain size1221
Distribution of domain sizes[{"size":1123,"count":10},{"size":1124,"count":4},{"size":1125,"count":4},{"size":1126,"count":10},{"size":1127,"count":8},{"size":1130,"count":6},{"size":1131,"count":4},{"size":1132,"count":6},{"size":1133,"count":8},{"size":1134,"count":6},{"size":1135,"count":2},{"size":1136,"count":2},{"size":1137,"count":6},{"size":1138,"count":6},{"size":1139,"count":10},{"size":1140,"count":6},{"size":1141,"count":10},{"size":1142,"count":10},{"size":1143,"count":6},{"size":1145,"count":4},{"size":1146,"count":10},{"size":1147,"count":6},{"size":1148,"count":2},{"size":1149,"count":2},{"size":1150,"count":2},"...",{"size":1192,"count":4}, {"size":1194,"count":6}, {"size":1195,"count":6}, {"size":1196,"count":2}, {"size":1198,"count":8}, {"size":1199,"count":6}, {"size":1200,"count":4}, {"size":1201,"count":6}, {"size":1202,"count":4}, {"size":1203,"count":2}, {"size":1204,"count":2}, {"size":1206,"count":8}, {"size":1207,"count":6}, {"size":1208,"count":10}, {"size":1211,"count":6}, {"size":1212,"count":2}, {"size":1213,"count":6}, {"size":1214,"count":4}, {"size":1215,"count":2}, {"size":1216,"count":10}, {"size":1217,"count":10}, {"size":1218,"count":12}, {"size":1219,"count":6}, {"size":1220,"count":4}, {"size":1221,"count":8}]
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.12.2.1568631193530 running
2520.00/2456.21	Exception in thread "main" java.util.concurrent.TimeoutException
2520.00/2456.21		at concrete.MAC.mac(MAC.scala:192)
2520.00/2456.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.00/2456.21		at scala.util.Try$.apply(Try.scala:212)
2520.00/2456.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.00/2456.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.00/2456.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.00/2456.21		at concrete.MAC.oneRun(MAC.scala:265)
2520.00/2456.21		at concrete.MAC.nextSolution(MAC.scala:284)
2520.00/2456.21		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.00/2456.21		at concrete.ProblemState.map(ProblemState.scala:238)
2520.00/2456.21		at concrete.ProblemState.map(ProblemState.scala:212)
2520.00/2456.21		at concrete.MAC.nextSolution(MAC.scala:348)
2520.00/2456.21		at concrete.Solver.hasNext(Solver.scala:160)
2520.00/2456.21		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.00/2456.21		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.00/2456.21		at concrete.Solver.nextOption(Solver.scala:67)
2520.00/2456.21		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.00/2456.21		at scala.util.Success.map(Try.scala:264)
2520.00/2456.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2456.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.00/2456.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.00/2456.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2456.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.00/2456.21		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.00/2456.21		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.00/2456.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.00/2456.21		at scala.App.$anonfun$main$1(App.scala:75)
2520.00/2456.21		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.00/2456.21		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.00/2456.21		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.00/2456.21		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.00/2456.21		at scala.App.main(App.scala:75)
2520.00/2456.21		at scala.App.main$(App.scala:73)
2520.00/2456.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.00/2456.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2456.21	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 (13888 MiB free)
  memory of node 1: 16384 MiB (14497 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400781-1568691579/watcher-4400781-1568691579 -o /tmp/evaluation-result-4400781-1568691579/solver-4400781-1568691579 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568673291-32273 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=535221524 HOME/instance-4400781-1568691579.xml 

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

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


[startup+0.100057 s]*
/proc/loadavg: 1.47 1.57 1.48 3/218 4293
/proc/meminfo: memFree=29058844/32770624 swapFree=67027312/67108860
[pid=4236] ppid=4233 vsize=9972712 memory=17080 CPUtime=0.08 cores=0,2,4,6
/proc/4236/stat : 4236 (java) S 4233 4236 32242 0 -1 1077944320 4528 13255 0 0 1 0 5 2 20 0 6 0 445430492 10212057088 4270 33554432000 4194304 4196468 140729270802736 140729270785280 140150568193783 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
/proc/4236/statm: 2493178 4270 1935 1 0 2481616 0
[pid=4236/tid=4289] ppid=4233 vsize=9988792 memory=-8171376296011865461 CPUtime=0.08 cores=0,2,4,6
/proc/4236/task/4289/stat : 4289 (java) R 4233 4236 32242 0 -1 4202560 2399 13255 0 0 1 0 5 2 20 0 6 0 445430500 10228523008 4336 33554432000 4194304 4196468 140729270802736 140150540030544 140150553706493 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4290] ppid=4233 vsize=9988792 memory=5792869726567804975 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4290/stat : 4290 (java) S 4233 4236 32242 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 6 0 445430501 10228523008 4336 33554432000 4194304 4196468 140729270802736 140150572436112 140150568203989 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4291] ppid=4233 vsize=9988792 memory=140444169635456 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4291/stat : 4291 (java) S 4233 4236 32242 0 -1 1077944384 2 13255 0 0 0 0 5 2 20 0 6 0 445430501 10228523008 4336 33554432000 4194304 4196468 140729270802736 140150141803024 140150568203989 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4292] ppid=4233 vsize=9989820 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4292/stat : 4292 (java) S 4233 4236 32242 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 6 0 445430501 10229575680 4402 33554432000 4194304 4196468 140729270802736 140150140750224 140150568203989 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4293] ppid=4233 vsize=9989820 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4293/stat : 4293 (java) S 4233 4236 32242 0 -1 1077944384 2 13255 0 0 0 0 5 2 20 0 7 0 445430501 10229575680 4402 33554432000 4194304 4196468 140729270802736 140150139697424 140150568203989 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4294] ppid=4233 vsize=9989820 memory=140444169635456 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4294/stat : 4294 (java) R 4233 4236 32242 0 -1 4202560 0 13255 0 0 0 0 5 2 20 0 7 0 445430503 10229575680 4402 33554432000 4194304 4196468 140729270802736 140150540030544 140150554535024 0 0 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.209969 s]*
/proc/loadavg: 1.47 1.57 1.48 3/227 4302
/proc/meminfo: memFree=29034776/32770624 swapFree=67027312/67108860
[pid=4236] ppid=4233 vsize=10821220 memory=47908 CPUtime=0.26 cores=0,2,4,6
/proc/4236/stat : 4236 (java) S 4233 4236 32242 0 -1 1077944320 7870 13255 0 0 17 2 5 2 20 0 15 0 445430492 11080929280 11977 33554432000 4194304 4196468 140729270802736 140729270785280 140150568193783 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
/proc/4236/statm: 2705305 11977 3296 1 0 2667405 0
[pid=4236/tid=4289] ppid=4233 vsize=10823808 memory=-8171376296011865461 CPUtime=0.18 cores=0,2,4,6
/proc/4236/task/4289/stat : 4289 (java) R 4233 4236 32242 0 -1 4202560 4847 13255 0 0 10 1 5 2 20 0 15 0 445430500 11083579392 12439 33554432000 4194304 4196468 140729270802736 140150540006144 140150560873501 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4290] ppid=4233 vsize=10823808 memory=5792869726567804975 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4290/stat : 4290 (java) S 4233 4236 32242 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 445430501 11083579392 12439 33554432000 4194304 4196468 140729270802736 140150572436112 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4291] ppid=4233 vsize=10823808 memory=140444169635456 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4291/stat : 4291 (java) S 4233 4236 32242 0 -1 1077944384 2 13255 0 0 0 0 5 2 20 0 15 0 445430501 11083579392 12439 33554432000 4194304 4196468 140729270802736 140150141803024 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4292] ppid=4233 vsize=10823808 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4292/stat : 4292 (java) S 4233 4236 32242 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 445430501 11083579392 12505 33554432000 4194304 4196468 140729270802736 140150140750224 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4293] ppid=4233 vsize=10823808 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4293/stat : 4293 (java) S 4233 4236 32242 0 -1 1077944384 2 13255 0 0 0 0 5 2 20 0 15 0 445430501 11083579392 12505 33554432000 4194304 4196468 140729270802736 140150139697424 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4294] ppid=4233 vsize=10823808 memory=140444169635456 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4294/stat : 4294 (java) S 4233 4236 32242 0 -1 1077944384 2 13255 0 0 0 0 5 2 20 0 15 0 445430503 11083579392 12505 33554432000 4194304 4196468 140729270802736 140150094883696 140150568204930 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4295] ppid=4233 vsize=10823808 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4295/stat : 4295 (java) S 4233 4236 32242 0 -1 1077944384 13 13255 0 0 0 0 5 2 20 0 15 0 445430503 11083579392 12505 33554432000 4194304 4196468 140729270802736 140150017353248 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4296] ppid=4233 vsize=10823808 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4296/stat : 4296 (java) S 4233 4236 32242 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 445430503 11083579392 12571 33554432000 4194304 4196468 140729270802736 140149883135344 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4297] ppid=4233 vsize=10823808 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4297/stat : 4297 (java) S 4233 4236 32242 0 -1 1077944384 2 13255 0 0 0 0 5 2 20 0 15 0 445430506 11083579392 12571 33554432000 4194304 4196468 140729270802736 140149279156560 140150568212379 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4298] ppid=4233 vsize=10823808 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4236/task/4298/stat : 4298 (java) S 4233 4236 32242 0 -1 1077944384 349 13255 0 0 1 0 5 2 20 0 15 0 445430506 11083579392 12571 33554432000 4194304 4196468 140729270802736 140150093830512 140150568204930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4299] ppid=4233 vsize=10823808 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4236/task/4299/stat : 4299 (java) S 4233 4236 32242 0 -1 1077944384 324 13255 0 0 1 0 5 2 20 0 15 0 445430506 11083579392 12571 33554432000 4194304 4196468 140729270802736 140150092777712 140150568204930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4300] ppid=4233 vsize=10823808 memory=140444169635456 CPUtime=0.1 cores=0,2,4,6
/proc/4236/task/4300/stat : 4300 (java) S 4233 4236 32242 0 -1 1077944384 602 13255 0 0 3 0 5 2 20 0 15 0 445430506 11083579392 12571 33554432000 4194304 4196468 140729270802736 140150091724912 140150568204930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4301] ppid=4233 vsize=10823808 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4301/stat : 4301 (java) S 4233 4236 32242 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 445430506 11083579392 12571 33554432000 4194304 4196468 140729270802736 140148809394400 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4302] ppid=4233 vsize=10823808 memory=140444169635456 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4302/stat : 4302 (java) S 4233 4236 32242 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 445430506 11083579392 12571 33554432000 4194304 4196468 140729270802736 140150090673328 140150568204930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10821220 KiB
Current children cumulated memory: 47908 KiB

[startup+0.310927 s]*
/proc/loadavg: 1.47 1.57 1.48 4/227 4302
/proc/meminfo: memFree=29024404/32770624 swapFree=67027312/67108860
[pid=4236] ppid=4233 vsize=10820196 memory=54872 CPUtime=0.39 cores=0,2,4,6
/proc/4236/stat : 4236 (java) S 4233 4236 32242 0 -1 1077944320 10933 13255 0 0 29 3 5 2 20 0 15 0 445430492 11079880704 13718 33554432000 4194304 4196468 140729270802736 140729270785280 140150568193783 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
/proc/4236/statm: 2705049 13718 3306 1 0 2667149 0
[pid=4236/tid=4289] ppid=4233 vsize=10820196 memory=6935054825532540783 CPUtime=0.28 cores=0,2,4,6
/proc/4236/task/4289/stat : 4289 (java) R 4233 4236 32242 0 -1 4202560 7414 13255 0 0 19 2 5 2 20 0 15 0 445430500 11079880704 13718 33554432000 4194304 4196468 140729270802736 140150539999888 140150553560511 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4290] ppid=4233 vsize=10820196 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4290/stat : 4290 (java) S 4233 4236 32242 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 445430501 11079880704 13718 33554432000 4194304 4196468 140729270802736 140150572436112 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4291] ppid=4233 vsize=10820196 memory=7031125463459224206 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4291/stat : 4291 (java) S 4233 4236 32242 0 -1 1077944384 2 13255 0 0 0 0 5 2 20 0 15 0 445430501 11079880704 13718 33554432000 4194304 4196468 140729270802736 140150141803024 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4292] ppid=4233 vsize=10820196 memory=8514701219931451533 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4292/stat : 4292 (java) S 4233 4236 32242 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 445430501 11079880704 13718 33554432000 4194304 4196468 140729270802736 140150140750224 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4293] ppid=4233 vsize=10820196 memory=1328725297981317182 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4293/stat : 4293 (java) S 4233 4236 32242 0 -1 1077944384 2 13255 0 0 0 0 5 2 20 0 15 0 445430501 11079880704 13718 33554432000 4194304 4196468 140729270802736 140150139697424 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4294] ppid=4233 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4294/stat : 4294 (java) S 4233 4236 32242 0 -1 1077944384 2 13255 0 0 0 0 5 2 20 0 15 0 445430503 11079880704 13718 33554432000 4194304 4196468 140729270802736 140150094883696 140150568204930 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4295] ppid=4233 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4295/stat : 4295 (java) S 4233 4236 32242 0 -1 1077944384 13 13255 0 0 0 0 5 2 20 0 15 0 445430503 11079880704 13718 33554432000 4194304 4196468 140729270802736 140150017353248 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4296] ppid=4233 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4296/stat : 4296 (java) S 4233 4236 32242 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 445430503 11079880704 13718 33554432000 4194304 4196468 140729270802736 140149883135344 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4297] ppid=4233 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4297/stat : 4297 (java) S 4233 4236 32242 0 -1 1077944384 2 13255 0 0 0 0 5 2 20 0 15 0 445430506 11079880704 13718 33554432000 4194304 4196468 140729270802736 140149279156560 140150568212379 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4298] ppid=4233 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4236/task/4298/stat : 4298 (java) S 4233 4236 32242 0 -1 1077944384 349 13255 0 0 1 0 5 2 20 0 15 0 445430506 11079880704 13718 33554432000 4194304 4196468 140729270802736 140150093830512 140150568204930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4299] ppid=4233 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/4236/task/4299/stat : 4299 (java) S 4233 4236 32242 0 -1 1077944384 325 13255 0 0 2 0 5 2 20 0 15 0 445430506 11079880704 13718 33554432000 4194304 4196468 140729270802736 140150092777712 140150568204930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4300] ppid=4233 vsize=10820196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/4236/task/4300/stat : 4300 (java) S 4233 4236 32242 0 -1 1077944384 609 13255 0 0 5 0 5 2 20 0 15 0 445430506 11079880704 13718 33554432000 4194304 4196468 140729270802736 140150091724912 140150568204930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4301] ppid=4233 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4301/stat : 4301 (java) S 4233 4236 32242 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 445430506 11079880704 13718 33554432000 4194304 4196468 140729270802736 140148809394400 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4302] ppid=4233 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4302/stat : 4302 (java) S 4233 4236 32242 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 445430506 11079880704 13718 33554432000 4194304 4196468 140729270802736 140150090673328 140150568204930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 54872 KiB

[startup+0.700687 s]
/proc/loadavg: 1.47 1.57 1.48 3/227 4302
/proc/meminfo: memFree=29010476/32770624 swapFree=67027312/67108860
[pid=4236] ppid=4233 vsize=10824364 memory=87512 CPUtime=1.1 cores=0,2,4,6
/proc/4236/stat : 4236 (java) S 4233 4236 32242 0 -1 1077944320 15105 13255 0 0 98 5 5 2 20 0 15 0 445430492 11084148736 21878 33554432000 4194304 4196468 140729270802736 140729270785280 140150568193783 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
/proc/4236/statm: 2706091 21878 3504 1 0 2668173 0
[pid=4236/tid=4289] ppid=4233 vsize=10824364 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/4236/task/4289/stat : 4289 (java) R 4233 4236 32242 0 -1 4202560 10507 13255 0 0 55 4 5 2 20 0 15 0 445430500 11084148736 21878 33554432000 4194304 4196468 140729270802736 140150540016768 140150168356722 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4290] ppid=4233 vsize=10824364 memory=1 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4290/stat : 4290 (java) S 4233 4236 32242 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 445430501 11084148736 21878 33554432000 4194304 4196468 140729270802736 140150572436112 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4291] ppid=4233 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4291/stat : 4291 (java) S 4233 4236 32242 0 -1 1077944384 2 13255 0 0 0 0 5 2 20 0 15 0 445430501 11084148736 21878 33554432000 4194304 4196468 140729270802736 140150141803024 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4292] ppid=4233 vsize=10824364 memory=49 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4292/stat : 4292 (java) S 4233 4236 32242 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 445430501 11084148736 21878 33554432000 4194304 4196468 140729270802736 140150140750224 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4293] ppid=4233 vsize=10824364 memory=8751464017575622968 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4293/stat : 4293 (java) S 4233 4236 32242 0 -1 1077944384 2 13255 0 0 0 0 5 2 20 0 15 0 445430501 11084148736 21878 33554432000 4194304 4196468 140729270802736 140150139697424 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4294] ppid=4233 vsize=10824364 memory=7223885219397517416 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4294/stat : 4294 (java) S 4233 4236 32242 0 -1 1077944384 5 13255 0 0 0 0 5 2 20 0 15 0 445430503 11084148736 21878 33554432000 4194304 4196468 140729270802736 140150094883696 140150568204930 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4295] ppid=4233 vsize=10824364 memory=6224326942143889505 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4295/stat : 4295 (java) S 4233 4236 32242 0 -1 1077944384 13 13255 0 0 0 0 5 2 20 0 15 0 445430503 11084148736 21878 33554432000 4194304 4196468 140729270802736 140150017353248 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4296] ppid=4233 vsize=10824364 memory=667680 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4296/stat : 4296 (java) S 4233 4236 32242 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 445430503 11084148736 21878 33554432000 4194304 4196468 140729270802736 140149883135344 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4297] ppid=4233 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4297/stat : 4297 (java) S 4233 4236 32242 0 -1 1077944384 2 13255 0 0 0 0 5 2 20 0 15 0 445430506 11084148736 21878 33554432000 4194304 4196468 140729270802736 140149279156560 140150568212379 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4298] ppid=4233 vsize=10824364 memory=4120 CPUtime=0.19 cores=0,2,4,6
/proc/4236/task/4298/stat : 4298 (java) R 4233 4236 32242 0 -1 4202560 840 13255 0 0 12 0 5 2 20 0 15 0 445430506 11084148736 21878 33554432000 4194304 4196468 140729270802736 140150093830512 140150545791344 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4299] ppid=4233 vsize=10824364 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/4236/task/4299/stat : 4299 (java) R 4233 4236 32242 0 -1 4202560 751 13255 0 0 11 0 5 2 20 0 15 0 445430506 11084148736 21878 33554432000 4194304 4196468 140729270802736 140150092777712 140150551693981 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4300] ppid=4233 vsize=10824364 memory=15957142964280360 CPUtime=0.23 cores=0,2,4,6
/proc/4236/task/4300/stat : 4300 (java) S 4233 4236 32242 0 -1 1077944384 766 13255 0 0 16 0 5 2 20 0 15 0 445430506 11084148736 21878 33554432000 4194304 4196468 140729270802736 140150091724912 140150568204930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4301] ppid=4233 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4301/stat : 4301 (java) S 4233 4236 32242 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 445430506 11084148736 21878 33554432000 4194304 4196468 140729270802736 140148809394400 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4302] ppid=4233 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4302/stat : 4302 (java) S 4233 4236 32242 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 445430506 11084148736 21878 33554432000 4194304 4196468 140729270802736 140150090673328 140150568204930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 87512 KiB

[startup+1.50071 s]
/proc/loadavg: 1.59 1.59 1.49 5/227 4302
/proc/meminfo: memFree=28951388/32770624 swapFree=67027312/67108860
[pid=4236] ppid=4233 vsize=10832632 memory=219780 CPUtime=3.05 cores=0,2,4,6
/proc/4236/stat : 4236 (java) S 4233 4236 32242 0 -1 1077944320 25344 13255 0 0 287 11 5 2 20 0 15 0 445430492 11092615168 54945 33554432000 4194304 4196468 140729270802736 140729270785280 140150568193783 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
/proc/4236/statm: 2708158 54945 3591 1 0 2670221 0
[pid=4236/tid=4289] ppid=4233 vsize=10832632 memory=13794 CPUtime=1.42 cores=0,2,4,6
/proc/4236/task/4289/stat : 4289 (java) R 4233 4236 32242 0 -1 4202560 14886 13255 0 0 129 6 5 2 20 0 15 0 445430500 11092615168 54945 33554432000 4194304 4196468 140729270802736 140150540010528 140150553888795 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4290] ppid=4233 vsize=10832632 memory=20720 CPUtime=0.08 cores=0,2,4,6
/proc/4236/task/4290/stat : 4290 (java) S 4233 4236 32242 0 -1 1077944384 23 13255 0 0 1 0 5 2 20 0 15 0 445430501 11092615168 54945 33554432000 4194304 4196468 140729270802736 140150572436112 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4291] ppid=4233 vsize=10832632 memory=280888042603936 CPUtime=0.08 cores=0,2,4,6
/proc/4236/task/4291/stat : 4291 (java) S 4233 4236 32242 0 -1 1077944384 42 13255 0 0 1 0 5 2 20 0 15 0 445430501 11092615168 54945 33554432000 4194304 4196468 140729270802736 140150141803024 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4292] ppid=4233 vsize=10832632 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4236/task/4292/stat : 4292 (java) S 4233 4236 32242 0 -1 1077944384 80 13255 0 0 1 0 5 2 20 0 15 0 445430501 11092615168 54945 33554432000 4194304 4196468 140729270802736 140150140750224 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4293] ppid=4233 vsize=10832632 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4236/task/4293/stat : 4293 (java) S 4233 4236 32242 0 -1 1077944384 267 13255 0 0 1 0 5 2 20 0 15 0 445430501 11092615168 54945 33554432000 4194304 4196468 140729270802736 140150139697424 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4294] ppid=4233 vsize=10832632 memory=-6800859132029471843 CPUtime=0.08 cores=0,2,4,6
/proc/4236/task/4294/stat : 4294 (java) S 4233 4236 32242 0 -1 1077944384 106 13255 0 0 1 0 5 2 20 0 15 0 445430503 11092615168 54945 33554432000 4194304 4196468 140729270802736 140150094883696 140150568204930 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4295] ppid=4233 vsize=10832632 memory=-1891255765032775953 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4295/stat : 4295 (java) S 4233 4236 32242 0 -1 1077944384 14 13255 0 0 0 0 5 2 20 0 15 0 445430503 11092615168 54945 33554432000 4194304 4196468 140729270802736 140150017353312 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4296] ppid=4233 vsize=10832632 memory=-2893623298589923098 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4296/stat : 4296 (java) S 4233 4236 32242 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 445430503 11092615168 54945 33554432000 4194304 4196468 140729270802736 140149883135360 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4297] ppid=4233 vsize=10832632 memory=-1891255765032775953 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4297/stat : 4297 (java) S 4233 4236 32242 0 -1 1077944384 2 13255 0 0 0 0 5 2 20 0 15 0 445430506 11092615168 54945 33554432000 4194304 4196468 140729270802736 140149279156560 140150568212379 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4298] ppid=4233 vsize=10832632 memory=-4546129931942301828 CPUtime=0.58 cores=0,2,4,6
/proc/4236/task/4298/stat : 4298 (java) S 4233 4236 32242 0 -1 1077944384 2884 13255 0 0 51 0 5 2 20 0 15 0 445430506 11092615168 54945 33554432000 4194304 4196468 140729270802736 140150093830512 140150568204930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4299] ppid=4233 vsize=10832632 memory=-2893623298589923098 CPUtime=0.61 cores=0,2,4,6
/proc/4236/task/4299/stat : 4299 (java) S 4233 4236 32242 0 -1 1077944384 3016 13255 0 0 54 0 5 2 20 0 15 0 445430506 11092615168 54945 33554432000 4194304 4196468 140729270802736 140150092777712 140150568204930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4300] ppid=4233 vsize=10832632 memory=-7384994778349281184 CPUtime=0.48 cores=0,2,4,6
/proc/4236/task/4300/stat : 4300 (java) S 4233 4236 32242 0 -1 1077944384 1809 13255 0 0 41 0 5 2 20 0 15 0 445430506 11092615168 54945 33554432000 4194304 4196468 140729270802736 140150091724912 140150568204930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4301] ppid=4233 vsize=10832632 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4301/stat : 4301 (java) S 4233 4236 32242 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 445430506 11092615168 54945 33554432000 4194304 4196468 140729270802736 140148809394400 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4302] ppid=4233 vsize=10832632 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4302/stat : 4302 (java) S 4233 4236 32242 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 445430506 11092615168 54945 33554432000 4194304 4196468 140729270802736 140150090673328 140150568204930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0

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

/proc/4236/task/4289/stat : 4289 (java) R 4233 4236 32242 0 -1 4202560 93943 13255 0 0 230233 57 5 2 20 0 15 0 445430500 11107315712 176690 33554432000 4194304 4196468 140729270802736 140150540029456 140150189315422 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4290] ppid=4233 vsize=10846988 memory=784748 CPUtime=12.52 cores=0,2,4,6
/proc/4236/task/4290/stat : 4290 (java) S 4233 4236 32242 0 -1 1077944384 30558 13255 0 0 1207 38 5 2 20 0 15 0 445430501 11107315712 176690 33554432000 4194304 4196468 140729270802736 140150572436112 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4291] ppid=4233 vsize=10846988 memory=718044 CPUtime=12.51 cores=0,2,4,6
/proc/4236/task/4291/stat : 4291 (java) S 4233 4236 32242 0 -1 1077944384 28416 13255 0 0 1208 36 5 2 20 0 15 0 445430501 11107315712 176690 33554432000 4194304 4196468 140729270802736 140150141803024 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4292] ppid=4233 vsize=10846988 memory=707272 CPUtime=12.55 cores=0,2,4,6
/proc/4236/task/4292/stat : 4292 (java) S 4233 4236 32242 0 -1 1077944384 28982 13255 0 0 1208 40 5 2 20 0 15 0 445430501 11107315712 176690 33554432000 4194304 4196468 140729270802736 140150140750224 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4293] ppid=4233 vsize=10846988 memory=706760 CPUtime=12.49 cores=0,2,4,6
/proc/4236/task/4293/stat : 4293 (java) S 4233 4236 32242 0 -1 1077944384 24085 13255 0 0 1203 39 5 2 20 0 15 0 445430501 11107315712 176690 33554432000 4194304 4196468 140729270802736 140150139697424 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4294] ppid=4233 vsize=10846988 memory=707272 CPUtime=4.83 cores=0,2,4,6
/proc/4236/task/4294/stat : 4294 (java) S 4233 4236 32242 0 -1 1077944384 22751 13255 0 0 421 55 5 2 20 0 15 0 445430503 11107315712 176690 33554432000 4194304 4196468 140729270802736 140150094883696 140150568204930 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4295] ppid=4233 vsize=10846988 memory=706760 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4295/stat : 4295 (java) S 4233 4236 32242 0 -1 1077944384 23 13255 0 0 0 0 5 2 20 0 15 0 445430503 11107315712 176690 33554432000 4194304 4196468 140729270802736 140150017353312 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4296] ppid=4233 vsize=10846988 memory=280888043373376 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4296/stat : 4296 (java) S 4233 4236 32242 0 -1 1077944384 17 13255 0 0 0 0 5 2 20 0 15 0 445430503 11107315712 176690 33554432000 4194304 4196468 140729270802736 140149883135360 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4297] ppid=4233 vsize=10846988 memory=706760 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4297/stat : 4297 (java) S 4233 4236 32242 0 -1 1077944384 2 13255 0 0 0 0 5 2 20 0 15 0 445430506 11107315712 176690 33554432000 4194304 4196468 140729270802736 140149279156560 140150568212379 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4298] ppid=4233 vsize=10846988 memory=706760 CPUtime=11.04 cores=0,2,4,6
/proc/4236/task/4298/stat : 4298 (java) S 4233 4236 32242 0 -1 1077944384 47785 13255 0 0 1092 5 5 2 20 0 15 0 445430506 11107315712 176690 33554432000 4194304 4196468 140729270802736 140150093830512 140150568204930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4299] ppid=4233 vsize=10846988 memory=714452 CPUtime=10.8 cores=0,2,4,6
/proc/4236/task/4299/stat : 4299 (java) S 4233 4236 32242 0 -1 1077944384 45420 13255 0 0 1068 5 5 2 20 0 15 0 445430506 11107315712 176690 33554432000 4194304 4196468 140729270802736 140150092777712 140150568204930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4300] ppid=4233 vsize=10846988 memory=4120 CPUtime=2.78 cores=0,2,4,6
/proc/4236/task/4300/stat : 4300 (java) S 4233 4236 32242 0 -1 1077944384 30298 13255 0 0 266 5 5 2 20 0 15 0 445430506 11107315712 176690 33554432000 4194304 4196468 140729270802736 140150091724912 140150568204930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4301] ppid=4233 vsize=10846988 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4301/stat : 4301 (java) S 4233 4236 32242 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 445430506 11107315712 176690 33554432000 4194304 4196468 140729270802736 140148809394400 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4302] ppid=4233 vsize=10846988 memory=15080 CPUtime=1.35 cores=0,2,4,6
/proc/4236/task/4302/stat : 4302 (java) S 4233 4236 32242 0 -1 1077944384 1747 13255 0 0 62 66 5 2 20 0 15 0 445430506 11107315712 176690 33554432000 4194304 4196468 140729270802736 140150090673328 140150568204930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
Current children cumulated CPU time: 2383.33 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 706760 KiB

[startup+2382.3 s]
/proc/loadavg: 1.55 1.47 1.46 3/227 4672
/proc/meminfo: memFree=27050176/32770624 swapFree=67027352/67108860
[pid=4236] ppid=4233 vsize=10846988 memory=654936 CPUtime=2444.56 cores=0,2,4,6
/proc/4236/stat : 4236 (java) S 4233 4236 32242 0 -1 1077944320 357910 13255 0 0 244124 325 5 2 20 0 15 0 445430492 11107315712 163734 33554432000 4194304 4196468 140729270802736 140729270785280 140150568193783 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
/proc/4236/statm: 2711747 163734 3643 1 0 2673805 0
[pid=4236/tid=4289] ppid=4233 vsize=10846988 memory=679052 CPUtime=2362.34 cores=0,2,4,6
/proc/4236/task/4289/stat : 4289 (java) R 4233 4236 32242 0 -1 4202560 94515 13255 0 0 236170 57 5 2 20 0 15 0 445430500 11107315712 163734 33554432000 4194304 4196468 140729270802736 140150540029680 140150189846006 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4290] ppid=4233 vsize=10846988 memory=676488 CPUtime=12.94 cores=0,2,4,6
/proc/4236/task/4290/stat : 4290 (java) S 4233 4236 32242 0 -1 1077944384 30966 13255 0 0 1248 39 5 2 20 0 15 0 445430501 11107315712 163734 33554432000 4194304 4196468 140729270802736 140150572436112 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4291] ppid=4233 vsize=10846988 memory=660072 CPUtime=12.93 cores=0,2,4,6
/proc/4236/task/4291/stat : 4291 (java) S 4233 4236 32242 0 -1 1077944384 28589 13255 0 0 1249 37 5 2 20 0 15 0 445430501 11107315712 163734 33554432000 4194304 4196468 140729270802736 140150141803024 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4292] ppid=4233 vsize=10846988 memory=657504 CPUtime=12.96 cores=0,2,4,6
/proc/4236/task/4292/stat : 4292 (java) S 4233 4236 32242 0 -1 1077944384 29213 13255 0 0 1248 41 5 2 20 0 15 0 445430501 11107315712 163734 33554432000 4194304 4196468 140729270802736 140150140750224 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4293] ppid=4233 vsize=10846988 memory=675460 CPUtime=12.91 cores=0,2,4,6
/proc/4236/task/4293/stat : 4293 (java) S 4233 4236 32242 0 -1 1077944384 24166 13255 0 0 1244 40 5 2 20 0 15 0 445430501 11107315712 163734 33554432000 4194304 4196468 140729270802736 140150139697424 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4294] ppid=4233 vsize=10846988 memory=690340 CPUtime=4.97 cores=0,2,4,6
/proc/4236/task/4294/stat : 4294 (java) S 4233 4236 32242 0 -1 1077944384 22932 13255 0 0 434 56 5 2 20 0 15 0 445430503 11107315712 163734 33554432000 4194304 4196468 140729270802736 140150094883696 140150568204930 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4295] ppid=4233 vsize=10846988 memory=655964 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4295/stat : 4295 (java) S 4233 4236 32242 0 -1 1077944384 23 13255 0 0 0 0 5 2 20 0 15 0 445430503 11107315712 163734 33554432000 4194304 4196468 140729270802736 140150017353312 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4296] ppid=4233 vsize=10846988 memory=4120 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4296/stat : 4296 (java) S 4233 4236 32242 0 -1 1077944384 17 13255 0 0 0 0 5 2 20 0 15 0 445430503 11107315712 163734 33554432000 4194304 4196468 140729270802736 140149883135360 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4297] ppid=4233 vsize=10846988 memory=660580 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4297/stat : 4297 (java) S 4233 4236 32242 0 -1 1077944384 2 13255 0 0 0 0 5 2 20 0 15 0 445430506 11107315712 163734 33554432000 4194304 4196468 140729270802736 140149279156560 140150568212379 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4298] ppid=4233 vsize=10846988 memory=1384 CPUtime=11.04 cores=0,2,4,6
/proc/4236/task/4298/stat : 4298 (java) S 4233 4236 32242 0 -1 1077944384 47787 13255 0 0 1092 5 5 2 20 0 15 0 445430506 11107315712 163734 33554432000 4194304 4196468 140729270802736 140150093830512 140150568204930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4299] ppid=4233 vsize=10846988 memory=65 CPUtime=10.8 cores=0,2,4,6
/proc/4236/task/4299/stat : 4299 (java) S 4233 4236 32242 0 -1 1077944384 45422 13255 0 0 1068 5 5 2 20 0 15 0 445430506 11107315712 163734 33554432000 4194304 4196468 140729270802736 140150092777712 140150568204930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4300] ppid=4233 vsize=10846988 memory=656988 CPUtime=2.78 cores=0,2,4,6
/proc/4236/task/4300/stat : 4300 (java) S 4233 4236 32242 0 -1 1077944384 30300 13255 0 0 266 5 5 2 20 0 15 0 445430506 11107315712 163734 33554432000 4194304 4196468 140729270802736 140150091724912 140150568204930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4301] ppid=4233 vsize=10846988 memory=4120 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4301/stat : 4301 (java) S 4233 4236 32242 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 445430506 11107315712 163734 33554432000 4194304 4196468 140729270802736 140148809394400 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4302] ppid=4233 vsize=10846988 memory=4120 CPUtime=1.39 cores=0,2,4,6
/proc/4236/task/4302/stat : 4302 (java) S 4233 4236 32242 0 -1 1077944384 1765 13255 0 0 64 68 5 2 20 0 15 0 445430506 11107315712 163734 33554432000 4194304 4196468 140729270802736 140150090673328 140150568204930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
Current children cumulated CPU time: 2444.56 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 654936 KiB

[startup+2442.3 s]
/proc/loadavg: 1.23 1.40 1.43 3/227 4676
/proc/meminfo: memFree=27210844/32770624 swapFree=67027352/67108860
[pid=4236] ppid=4233 vsize=10846988 memory=592340 CPUtime=2505.81 cores=0,2,4,6
/proc/4236/stat : 4236 (java) S 4233 4236 32242 0 -1 1077944320 360179 13255 0 0 250244 330 5 2 20 0 15 0 445430492 11107315712 148085 33554432000 4194304 4196468 140729270802736 140729270785280 140150568193783 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
/proc/4236/statm: 2711747 148085 3643 1 0 2673805 0
[pid=4236/tid=4289] ppid=4233 vsize=10846988 memory=592852 CPUtime=2421.7 cores=0,2,4,6
/proc/4236/task/4289/stat : 4289 (java) R 4233 4236 32242 0 -1 4202560 95225 13255 0 0 242105 58 5 2 20 0 15 0 445430500 11107315712 148085 33554432000 4194304 4196468 140729270802736 140150540029024 140150189846016 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4290] ppid=4233 vsize=10846988 memory=4120 CPUtime=13.37 cores=0,2,4,6
/proc/4236/task/4290/stat : 4290 (java) S 4233 4236 32242 0 -1 1077944384 31157 13255 0 0 1290 40 5 2 20 0 15 0 445430501 11107315712 148085 33554432000 4194304 4196468 140729270802736 140150572436112 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4291] ppid=4233 vsize=10846988 memory=612864 CPUtime=13.35 cores=0,2,4,6
/proc/4236/task/4291/stat : 4291 (java) S 4233 4236 32242 0 -1 1077944384 28884 13255 0 0 1291 37 5 2 20 0 15 0 445430501 11107315712 148085 33554432000 4194304 4196468 140729270802736 140150141803024 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4292] ppid=4233 vsize=10846988 memory=606196 CPUtime=13.39 cores=0,2,4,6
/proc/4236/task/4292/stat : 4292 (java) S 4233 4236 32242 0 -1 1077944384 29397 13255 0 0 1290 42 5 2 20 0 15 0 445430501 11107315712 148085 33554432000 4194304 4196468 140729270802736 140150140750224 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4293] ppid=4233 vsize=10846988 memory=603116 CPUtime=13.32 cores=0,2,4,6
/proc/4236/task/4293/stat : 4293 (java) S 4233 4236 32242 0 -1 1077944384 24423 13255 0 0 1284 41 5 2 20 0 15 0 445430501 11107315712 148085 33554432000 4194304 4196468 140729270802736 140150139697424 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4294] ppid=4233 vsize=10846988 memory=602604 CPUtime=5.12 cores=0,2,4,6
/proc/4236/task/4294/stat : 4294 (java) S 4233 4236 32242 0 -1 1077944384 23106 13255 0 0 448 57 5 2 20 0 15 0 445430503 11107315712 148085 33554432000 4194304 4196468 140729270802736 140150094883696 140150568204930 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4295] ppid=4233 vsize=10846988 memory=600552 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4295/stat : 4295 (java) S 4233 4236 32242 0 -1 1077944384 23 13255 0 0 0 0 5 2 20 0 15 0 445430503 11107315712 148085 33554432000 4194304 4196468 140729270802736 140150017353312 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4296] ppid=4233 vsize=10846988 memory=597988 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4296/stat : 4296 (java) S 4233 4236 32242 0 -1 1077944384 17 13255 0 0 0 0 5 2 20 0 15 0 445430503 11107315712 148085 33554432000 4194304 4196468 140729270802736 140149883135360 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4297] ppid=4233 vsize=10846988 memory=594908 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4297/stat : 4297 (java) S 4233 4236 32242 0 -1 1077944384 2 13255 0 0 0 0 5 2 20 0 15 0 445430506 11107315712 148085 33554432000 4194304 4196468 140729270802736 140149279156560 140150568212379 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4298] ppid=4233 vsize=10846988 memory=595416 CPUtime=11.07 cores=0,2,4,6
/proc/4236/task/4298/stat : 4298 (java) S 4233 4236 32242 0 -1 1077944384 48224 13255 0 0 1095 5 5 2 20 0 15 0 445430506 11107315712 148085 33554432000 4194304 4196468 140729270802736 140150093830512 140150568204930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4299] ppid=4233 vsize=10846988 memory=592852 CPUtime=10.8 cores=0,2,4,6
/proc/4236/task/4299/stat : 4299 (java) S 4233 4236 32242 0 -1 1077944384 45424 13255 0 0 1068 5 5 2 20 0 15 0 445430506 11107315712 148085 33554432000 4194304 4196468 140729270802736 140150092777712 140150568204930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4300] ppid=4233 vsize=10846988 memory=4120 CPUtime=2.78 cores=0,2,4,6
/proc/4236/task/4300/stat : 4300 (java) S 4233 4236 32242 0 -1 1077944384 30302 13255 0 0 266 5 5 2 20 0 15 0 445430506 11107315712 148085 33554432000 4194304 4196468 140729270802736 140150091724912 140150568204930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4301] ppid=4233 vsize=10846988 memory=597472 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4301/stat : 4301 (java) S 4233 4236 32242 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 445430506 11107315712 148085 33554432000 4194304 4196468 140729270802736 140148809394400 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4302] ppid=4233 vsize=10846988 memory=2612 CPUtime=1.42 cores=0,2,4,6
/proc/4236/task/4302/stat : 4302 (java) S 4233 4236 32242 0 -1 1077944384 1782 13255 0 0 65 70 5 2 20 0 15 0 445430506 11107315712 148085 33554432000 4194304 4196468 140729270802736 140150090673328 140150568204930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
Current children cumulated CPU time: 2505.81 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 592340 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2456.2 s]
/proc/loadavg: 1.27 1.40 1.44 3/227 4679
/proc/meminfo: memFree=27236448/32770624 swapFree=67027352/67108860
[pid=4236] ppid=4233 vsize=10846988 memory=581052 CPUtime=2520 cores=0,2,4,6
/proc/4236/stat : 4236 (java) S 4233 4236 32242 0 -1 1077944320 360876 13255 0 0 251662 331 5 2 20 0 15 0 445430492 11107315712 145263 33554432000 4194304 4196468 140729270802736 140729270785280 140150568193783 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
/proc/4236/statm: 2711747 145263 3643 1 0 2673805 0
[pid=4236/tid=4289] ppid=4233 vsize=10846988 memory=288230583166042426 CPUtime=2435.46 cores=0,2,4,6
/proc/4236/task/4289/stat : 4289 (java) R 4233 4236 32242 0 -1 4202560 95474 13255 0 0 243481 58 5 2 20 0 15 0 445430500 11107315712 145263 33554432000 4194304 4196468 140729270802736 140150540029680 140150190134126 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4290] ppid=4233 vsize=10846988 memory=15541825314228036 CPUtime=13.47 cores=0,2,4,6
/proc/4236/task/4290/stat : 4290 (java) S 4233 4236 32242 0 -1 1077944384 31218 13255 0 0 1300 40 5 2 20 0 15 0 445430501 11107315712 145263 33554432000 4194304 4196468 140729270802736 140150572436112 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4291] ppid=4233 vsize=10846988 memory=4100 CPUtime=13.45 cores=0,2,4,6
/proc/4236/task/4291/stat : 4291 (java) S 4233 4236 32242 0 -1 1077944384 29096 13255 0 0 1301 37 5 2 20 0 15 0 445430501 11107315712 145263 33554432000 4194304 4196468 140729270802736 140150141803024 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4292] ppid=4233 vsize=10846988 memory=1408 CPUtime=13.49 cores=0,2,4,6
/proc/4236/task/4292/stat : 4292 (java) S 4233 4236 32242 0 -1 1077944384 29488 13255 0 0 1300 42 5 2 20 0 15 0 445430501 11107315712 145263 33554432000 4194304 4196468 140729270802736 140150140750224 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4293] ppid=4233 vsize=10846988 memory=3184 CPUtime=13.42 cores=0,2,4,6
/proc/4236/task/4293/stat : 4293 (java) S 4233 4236 32242 0 -1 1077944384 24488 13255 0 0 1294 41 5 2 20 0 15 0 445430501 11107315712 145263 33554432000 4194304 4196468 140729270802736 140150139697424 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4294] ppid=4233 vsize=10846988 memory=2193308 CPUtime=5.16 cores=0,2,4,6
/proc/4236/task/4294/stat : 4294 (java) S 4233 4236 32242 0 -1 1077944384 23123 13255 0 0 451 58 5 2 20 0 15 0 445430503 11107315712 145263 33554432000 4194304 4196468 140729270802736 140150094883696 140150568204930 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4295] ppid=4233 vsize=10846988 memory=1804 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4295/stat : 4295 (java) S 4233 4236 32242 0 -1 1077944384 23 13255 0 0 0 0 5 2 20 0 15 0 445430503 11107315712 145263 33554432000 4194304 4196468 140729270802736 140150017353312 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4296] ppid=4233 vsize=10846988 memory=916 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4296/stat : 4296 (java) S 4233 4236 32242 0 -1 1077944384 17 13255 0 0 0 0 5 2 20 0 15 0 445430503 11107315712 145263 33554432000 4194304 4196468 140729270802736 140149883135360 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4297] ppid=4233 vsize=10846988 memory=3852 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4297/stat : 4297 (java) S 4233 4236 32242 0 -1 1077944384 2 13255 0 0 0 0 5 2 20 0 15 0 445430506 11107315712 145263 33554432000 4194304 4196468 140729270802736 140149279156560 140150568212379 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4298] ppid=4233 vsize=10846988 memory=2612 CPUtime=11.07 cores=0,2,4,6
/proc/4236/task/4298/stat : 4298 (java) S 4233 4236 32242 0 -1 1077944384 48224 13255 0 0 1095 5 5 2 20 0 15 0 445430506 11107315712 145263 33554432000 4194304 4196468 140729270802736 140150093830512 140150568204930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4299] ppid=4233 vsize=10846988 memory=2612 CPUtime=10.8 cores=0,2,4,6
/proc/4236/task/4299/stat : 4299 (java) S 4233 4236 32242 0 -1 1077944384 45424 13255 0 0 1068 5 5 2 20 0 15 0 445430506 11107315712 145263 33554432000 4194304 4196468 140729270802736 140150092777712 140150568204930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4300] ppid=4233 vsize=10846988 memory=6935054825532540783 CPUtime=2.78 cores=0,2,4,6
/proc/4236/task/4300/stat : 4300 (java) S 4233 4236 32242 0 -1 1077944384 30302 13255 0 0 266 5 5 2 20 0 15 0 445430506 11107315712 145263 33554432000 4194304 4196468 140729270802736 140150091724912 140150568204930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4301] ppid=4233 vsize=10846988 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/4236/task/4301/stat : 4301 (java) S 4233 4236 32242 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 445430506 11107315712 145263 33554432000 4194304 4196468 140729270802736 140148809394400 140150568203989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
[pid=4236/tid=4302] ppid=4233 vsize=10846988 memory=8112282956445269571 CPUtime=1.43 cores=0,2,4,6
/proc/4236/task/4302/stat : 4302 (java) S 4233 4236 32242 0 -1 1077944384 1784 13255 0 0 66 70 5 2 20 0 15 0 445430506 11107315712 145263 33554432000 4194304 4196468 140729270802736 140150090673328 140150568204930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140729270811376 140729270813893 140729270813893 140729270816719 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 581052 KiB

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

[startup+2456.23 s]
# the end of solver process 4236 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.7 s, system=3.34721 s

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

Child status: 143
Real time (s): 2456.23
CPU time (s): 2520.05
CPU user time (s): 2516.7
CPU system time (s): 3.34721
CPU usage (%): 102.598
Max. virtual memory (cumulated for all children) (KiB): 10846988
Max. memory (cumulated for all children) (KiB): 2592048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.7
system time used= 3.34721
maximum resident set size= 2593588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 375072
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 159408
involuntary context switches= 5513


# summary of solver processes directly reported to runsolver:
#   pid: 4236
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2516.7
#   total CPU system time (s): 3.34721

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8259 second user time and 22.7771 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-17 05:38:59
IDJOB=4400781
IDBENCH=138477
IDSOLVER=2857
FILE ID=node150/4400781-1568691579
RUNJOBID= node150-1568673291-32273
PBS_JOBID= 21703772
Free space on /tmp= 59332 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js15/SuperTaillard-js-15-08.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400781-1568691579/watcher-4400781-1568691579 -o /tmp/evaluation-result-4400781-1568691579/solver-4400781-1568691579 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568673291-32273 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=535221524 HOME/instance-4400781-1568691579.xml

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

MD5SUM BENCH= 79bafde88fa7f495a04ad4879b5697b3
RANDOM SEED=535221524

node150.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.79
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.79
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.79
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.79
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:        29067600 kB
MemAvailable:   30910528 kB
Buffers:          214088 kB
Cached:          1890724 kB
SwapCached:        10992 kB
Active:          1869688 kB
Inactive:        1207912 kB
Active(anon):     933712 kB
Inactive(anon):    78632 kB
Active(file):     935976 kB
Inactive(file):  1129280 kB
Unevictable:      109640 kB
Mlocked:          109640 kB
SwapTotal:      67108860 kB
SwapFree:       67027312 kB
Dirty:             35256 kB
Writeback:             0 kB
AnonPages:       1071876 kB
Mapped:            60568 kB
Shmem:             30776 kB
Slab:             217476 kB
SReclaimable:     187016 kB
SUnreclaim:        30460 kB
KernelStack:        3680 kB
PageTables:         7852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2201700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    872448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /tmp at the end= 59300 MiB
End job on node150 at 2019-09-17 06:19:56