Trace number 4402478

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.3? (TO) 2520.12 2457.05

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js15/
SuperTaillard-js-15-18.xml
MD5SUM3f0141c7bb33af25d9039070b39091b8
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 benchmark52.3708
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Number of domains84
Minimum domain size1184
Maximum domain size1282
Distribution of domain sizes[{"size":1184,"count":10},{"size":1185,"count":4},{"size":1186,"count":4},{"size":1187,"count":10},{"size":1188,"count":8},{"size":1191,"count":6},{"size":1192,"count":4},{"size":1193,"count":6},{"size":1194,"count":8},{"size":1195,"count":6},{"size":1196,"count":2},{"size":1197,"count":2},{"size":1198,"count":6},{"size":1199,"count":6},{"size":1200,"count":10},{"size":1201,"count":6},{"size":1202,"count":10},{"size":1203,"count":10},{"size":1204,"count":6},{"size":1206,"count":4},{"size":1207,"count":10},{"size":1208,"count":6},{"size":1209,"count":2},{"size":1210,"count":2},{"size":1211,"count":2},"...",{"size":1253,"count":4}, {"size":1255,"count":6}, {"size":1256,"count":6}, {"size":1257,"count":2}, {"size":1259,"count":8}, {"size":1260,"count":6}, {"size":1261,"count":4}, {"size":1262,"count":6}, {"size":1263,"count":4}, {"size":1264,"count":2}, {"size":1265,"count":2}, {"size":1267,"count":8}, {"size":1268,"count":6}, {"size":1269,"count":10}, {"size":1272,"count":6}, {"size":1273,"count":2}, {"size":1274,"count":6}, {"size":1275,"count":4}, {"size":1276,"count":2}, {"size":1277,"count":10}, {"size":1278,"count":10}, {"size":1279,"count":12}, {"size":1280,"count":6}, {"size":1281,"count":4}, {"size":1282,"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.78/0.55	c Concrete v3.12.3.1568965526260 running
2520.07/2457.02	Exception in thread "main" java.util.concurrent.TimeoutException
2520.07/2457.02		at concrete.MAC.mac(MAC.scala:192)
2520.07/2457.02		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.07/2457.02		at scala.util.Try$.apply(Try.scala:210)
2520.07/2457.02		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.07/2457.02		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.07/2457.02		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.07/2457.02		at concrete.MAC.oneRun(MAC.scala:265)
2520.07/2457.02		at concrete.MAC.nextSolution(MAC.scala:284)
2520.07/2457.02		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.07/2457.02		at concrete.ProblemState.map(ProblemState.scala:238)
2520.07/2457.02		at concrete.ProblemState.map(ProblemState.scala:212)
2520.07/2457.02		at concrete.MAC.nextSolution(MAC.scala:348)
2520.07/2457.02		at concrete.Solver.hasNext(Solver.scala:160)
2520.07/2457.02		at scala.collection.Iterator.nextOption(Iterator.scala:102)
2520.07/2457.02		at scala.collection.Iterator.nextOption$(Iterator.scala:102)
2520.07/2457.02		at concrete.Solver.nextOption(Solver.scala:67)
2520.07/2457.02		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.07/2457.02		at scala.util.Success.map(Try.scala:262)
2520.07/2457.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2457.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.07/2457.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.07/2457.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2457.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.07/2457.02		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.07/2457.02		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.07/2457.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.07/2457.02		at scala.App.$anonfun$main$1(App.scala:73)
2520.07/2457.02		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.07/2457.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.07/2457.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.07/2457.02		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.07/2457.02		at scala.App.main(App.scala:73)
2520.07/2457.02		at scala.App.main$(App.scala:71)
2520.07/2457.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.07/2457.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2457.02	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 (1470 MiB free)
  memory of node 1: 16384 MiB (4118 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402478-1568984569/watcher-4402478-1568984569 -o /tmp/evaluation-result-4402478-1568984569/solver-4402478-1568984569 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568967599-29765 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1072080807 HOME/instance-4402478-1568984569.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=1320, runsolver pid=1317
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 1.35 1.51 1.49 3/220 1377
/proc/meminfo: memFree=5717912/32770624 swapFree=67002116/67108860
[pid=1320] ppid=1317 vsize=9972712 memory=18596 CPUtime=0.08 cores=1,3,5,7
/proc/1320/stat : 1320 (java) S 1317 1320 29733 0 -1 1077944320 4357 13011 0 0 1 0 5 2 20 0 6 0 474618485 10212057088 4649 33554432000 4194304 4196468 140736257119648 140736257102192 139789885574903 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
/proc/1320/statm: 2493178 4649 1935 1 0 2481616 0
[pid=1320/tid=1373] ppid=1317 vsize=10055356 memory=576460756329955604 CPUtime=0.08 cores=1,3,5,7
/proc/1320/task/1373/stat : 1373 (java) R 1317 1320 29733 0 -1 4202560 2281 13011 0 0 1 0 5 2 20 0 7 0 474618494 10296684544 4781 33554432000 4194304 4196468 140736257119648 139789857418000 139789867421120 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1374] ppid=1317 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1374/stat : 1374 (java) S 1317 1320 29733 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 7 0 474618495 10296684544 4781 33554432000 4194304 4196468 140736257119648 139789889817744 139789885585109 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1375] ppid=1317 vsize=10055356 memory=288230376155017993 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1375/stat : 1375 (java) S 1317 1320 29733 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 7 0 474618495 10296684544 4781 33554432000 4194304 4196468 140736257119648 139789778091024 139789885585109 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1376] ppid=1317 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1376/stat : 1376 (java) S 1317 1320 29733 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 7 0 474618495 10296684544 4781 33554432000 4194304 4196468 140736257119648 139789458205584 139789885585109 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1377] ppid=1317 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1377/stat : 1377 (java) S 1317 1320 29733 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 7 0 474618495 10296684544 4781 33554432000 4194304 4196468 140736257119648 139789457152784 139789885585109 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1378] ppid=1317 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1378/stat : 1378 (java) S 1317 1320 29733 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 7 0 474618496 10296684544 4781 33554432000 4194304 4196468 140736257119648 139789345085808 139789885586050 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18596 KiB

[startup+0.21546 s]*
/proc/loadavg: 1.35 1.51 1.49 4/229 1386
/proc/meminfo: memFree=5699044/32770624 swapFree=67002116/67108860
[pid=1320] ppid=1317 vsize=10821220 memory=47132 CPUtime=0.27 cores=1,3,5,7
/proc/1320/stat : 1320 (java) S 1317 1320 29733 0 -1 1077944320 9312 13011 0 0 18 2 5 2 20 0 15 0 474618485 11080929280 11783 33554432000 4194304 4196468 140736257119648 140736257102192 139789885574903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
/proc/1320/statm: 2705305 11783 3302 1 0 2667405 0
[pid=1320/tid=1373] ppid=1317 vsize=10821220 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/1320/task/1373/stat : 1373 (java) R 1317 1320 29733 0 -1 4202560 6018 13011 0 0 11 2 5 2 20 0 15 0 474618494 11080929280 11783 33554432000 4194304 4196468 140736257119648 139789857387264 139789878254621 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1374] ppid=1317 vsize=10821220 memory=4294967641 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1374/stat : 1374 (java) S 1317 1320 29733 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 474618495 11080929280 11783 33554432000 4194304 4196468 140736257119648 139789889817744 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1375] ppid=1317 vsize=10821220 memory=140199606083184 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1375/stat : 1375 (java) S 1317 1320 29733 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 474618495 11080929280 11783 33554432000 4194304 4196468 140736257119648 139789778091024 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1376] ppid=1317 vsize=10821220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1376/stat : 1376 (java) S 1317 1320 29733 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 474618495 11080929280 11783 33554432000 4194304 4196468 140736257119648 139789458205584 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1377] ppid=1317 vsize=10821220 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1377/stat : 1377 (java) S 1317 1320 29733 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 474618495 11080929280 11783 33554432000 4194304 4196468 140736257119648 139789457152784 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1378] ppid=1317 vsize=10821220 memory=140199606060672 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1378/stat : 1378 (java) S 1317 1320 29733 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 474618496 11080929280 11783 33554432000 4194304 4196468 140736257119648 139789345085808 139789885586050 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1379] ppid=1317 vsize=10821220 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1379/stat : 1379 (java) S 1317 1320 29733 0 -1 1077944384 33 13011 0 0 0 0 5 2 20 0 15 0 474618496 11080929280 11783 33554432000 4194304 4196468 140736257119648 139789344031776 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1380] ppid=1317 vsize=10821220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1380/stat : 1380 (java) S 1317 1320 29733 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 474618497 11080929280 11783 33554432000 4194304 4196468 140736257119648 139789240099696 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1381] ppid=1317 vsize=10821220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1381/stat : 1381 (java) S 1317 1320 29733 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 474618499 11080929280 11783 33554432000 4194304 4196468 140736257119648 139788636120912 139789885593499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1382] ppid=1317 vsize=10821220 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1320/task/1382/stat : 1382 (java) S 1317 1320 29733 0 -1 1077944384 604 13011 0 0 1 0 5 2 20 0 15 0 474618499 11080929280 11783 33554432000 4194304 4196468 140736257119648 139789310475120 139789885586050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1383] ppid=1317 vsize=10821220 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1383/stat : 1383 (java) S 1317 1320 29733 0 -1 1077944384 59 13011 0 0 0 0 5 2 20 0 15 0 474618499 11080929280 11783 33554432000 4194304 4196468 140736257119648 139789309422320 139789885586050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1384] ppid=1317 vsize=10821220 memory=140199606060672 CPUtime=0.1 cores=1,3,5,7
/proc/1320/task/1384/stat : 1384 (java) S 1317 1320 29733 0 -1 1077944384 630 13011 0 0 3 0 5 2 20 0 15 0 474618499 11080929280 11783 33554432000 4194304 4196468 140736257119648 139789308369520 139789885586050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1385] ppid=1317 vsize=10821220 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1385/stat : 1385 (java) S 1317 1320 29733 0 -1 1077944384 3 13011 0 0 0 0 5 2 20 0 15 0 474618499 11080929280 11783 33554432000 4194304 4196468 140736257119648 139788166359776 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1386] ppid=1317 vsize=10821220 memory=140199606060672 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1386/stat : 1386 (java) S 1317 1320 29733 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 474618500 11080929280 11783 33554432000 4194304 4196468 140736257119648 139789206543024 139789885586050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10821220 KiB
Current children cumulated memory: 47132 KiB

[startup+0.31079 s]*
/proc/loadavg: 1.35 1.51 1.49 3/229 1386
/proc/meminfo: memFree=5693604/32770624 swapFree=67002116/67108860
[pid=1320] ppid=1317 vsize=10820196 memory=52168 CPUtime=0.39 cores=1,3,5,7
/proc/1320/stat : 1320 (java) S 1317 1320 29733 0 -1 1077944320 10772 13011 0 0 29 3 5 2 20 0 15 0 474618485 11079880704 13042 33554432000 4194304 4196468 140736257119648 140736257102192 139789885574903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
/proc/1320/statm: 2705049 13042 3314 1 0 2667149 0
[pid=1320/tid=1373] ppid=1317 vsize=10820196 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/1320/task/1373/stat : 1373 (java) R 1317 1320 29733 0 -1 4202560 7208 13011 0 0 19 2 5 2 20 0 15 0 474618494 11079880704 13042 33554432000 4194304 4196468 140736257119648 139789857383824 139789869655390 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1374] ppid=1317 vsize=10820196 memory=4294969504 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1374/stat : 1374 (java) S 1317 1320 29733 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 474618495 11079880704 13042 33554432000 4194304 4196468 140736257119648 139789889817744 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1375] ppid=1317 vsize=10820196 memory=140199606060677 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1375/stat : 1375 (java) S 1317 1320 29733 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 474618495 11079880704 13042 33554432000 4194304 4196468 140736257119648 139789778091024 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1376] ppid=1317 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1376/stat : 1376 (java) S 1317 1320 29733 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 474618495 11079880704 13042 33554432000 4194304 4196468 140736257119648 139789458205584 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1377] ppid=1317 vsize=10820196 memory=2208 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1377/stat : 1377 (java) S 1317 1320 29733 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 474618495 11079880704 13042 33554432000 4194304 4196468 140736257119648 139789457152784 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1378] ppid=1317 vsize=10820196 memory=140199606060677 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1378/stat : 1378 (java) S 1317 1320 29733 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 474618496 11079880704 13042 33554432000 4194304 4196468 140736257119648 139789345085808 139789885586050 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1379] ppid=1317 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1379/stat : 1379 (java) S 1317 1320 29733 0 -1 1077944384 33 13011 0 0 0 0 5 2 20 0 15 0 474618496 11079880704 13042 33554432000 4194304 4196468 140736257119648 139789344031776 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1380] ppid=1317 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1380/stat : 1380 (java) S 1317 1320 29733 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 474618497 11079880704 13042 33554432000 4194304 4196468 140736257119648 139789240099696 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1381] ppid=1317 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1381/stat : 1381 (java) S 1317 1320 29733 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 474618499 11079880704 13042 33554432000 4194304 4196468 140736257119648 139788636120912 139789885593499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1382] ppid=1317 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1320/task/1382/stat : 1382 (java) S 1317 1320 29733 0 -1 1077944384 604 13011 0 0 2 0 5 2 20 0 15 0 474618499 11079880704 13042 33554432000 4194304 4196468 140736257119648 139789310475120 139789885586050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1383] ppid=1317 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1320/task/1383/stat : 1383 (java) S 1317 1320 29733 0 -1 1077944384 60 13011 0 0 1 0 5 2 20 0 15 0 474618499 11079880704 13042 33554432000 4194304 4196468 140736257119648 139789309422320 139789885586050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1384] ppid=1317 vsize=10820196 memory=140199606060672 CPUtime=0.12 cores=1,3,5,7
/proc/1320/task/1384/stat : 1384 (java) S 1317 1320 29733 0 -1 1077944384 648 13011 0 0 5 0 5 2 20 0 15 0 474618499 11079880704 13042 33554432000 4194304 4196468 140736257119648 139789308369520 139789885586050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1385] ppid=1317 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1385/stat : 1385 (java) S 1317 1320 29733 0 -1 1077944384 3 13011 0 0 0 0 5 2 20 0 15 0 474618499 11079880704 13042 33554432000 4194304 4196468 140736257119648 139788166359776 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1386] ppid=1317 vsize=10820196 memory=140199606060672 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1386/stat : 1386 (java) S 1317 1320 29733 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 474618500 11079880704 13042 33554432000 4194304 4196468 140736257119648 139789206543024 139789885586050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 52168 KiB

[startup+0.702131 s]
/proc/loadavg: 1.35 1.51 1.49 5/229 1386
/proc/meminfo: memFree=5678008/32770624 swapFree=67002116/67108860
[pid=1320] ppid=1317 vsize=10824364 memory=86200 CPUtime=1.15 cores=1,3,5,7
/proc/1320/stat : 1320 (java) S 1317 1320 29733 0 -1 1077944320 15251 13011 0 0 102 6 5 2 20 0 15 0 474618485 11084148736 21550 33554432000 4194304 4196468 140736257119648 140736257102192 139789885574903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
/proc/1320/statm: 2706091 21550 3515 1 0 2668173 0
[pid=1320/tid=1373] ppid=1317 vsize=10824364 memory=1416 CPUtime=0.67 cores=1,3,5,7
/proc/1320/task/1373/stat : 1373 (java) R 1317 1320 29733 0 -1 4202560 10510 13011 0 0 55 5 5 2 20 0 15 0 474618494 11084148736 21550 33554432000 4194304 4196468 140736257119648 139789857402064 139789885586838 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1374] ppid=1317 vsize=10824364 memory=1556 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1374/stat : 1374 (java) S 1317 1320 29733 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 474618495 11084148736 21550 33554432000 4194304 4196468 140736257119648 139789889817744 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1375] ppid=1317 vsize=10824364 memory=740 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1375/stat : 1375 (java) S 1317 1320 29733 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 474618495 11084148736 21550 33554432000 4194304 4196468 140736257119648 139789778091024 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1376] ppid=1317 vsize=10824364 memory=1052 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1376/stat : 1376 (java) S 1317 1320 29733 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 474618495 11084148736 21550 33554432000 4194304 4196468 140736257119648 139789458205584 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1377] ppid=1317 vsize=10824364 memory=7548 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1377/stat : 1377 (java) S 1317 1320 29733 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 474618495 11084148736 21550 33554432000 4194304 4196468 140736257119648 139789457152784 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1378] ppid=1317 vsize=10824364 memory=140199476761354 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1378/stat : 1378 (java) S 1317 1320 29733 0 -1 1077944384 5 13011 0 0 0 0 5 2 20 0 15 0 474618496 11084148736 21550 33554432000 4194304 4196468 140736257119648 139789345085808 139789885586050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1379] ppid=1317 vsize=10824364 memory=280398953212064 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1379/stat : 1379 (java) S 1317 1320 29733 0 -1 1077944384 33 13011 0 0 0 0 5 2 20 0 15 0 474618496 11084148736 21550 33554432000 4194304 4196468 140736257119648 139789344031776 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1380] ppid=1317 vsize=10824364 memory=280398953212256 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1380/stat : 1380 (java) S 1317 1320 29733 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 474618497 11084148736 21550 33554432000 4194304 4196468 140736257119648 139789240099696 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1381] ppid=1317 vsize=10824364 memory=280398953212448 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1381/stat : 1381 (java) S 1317 1320 29733 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 474618499 11084148736 21550 33554432000 4194304 4196468 140736257119648 139788636120912 139789885593499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1382] ppid=1317 vsize=10824364 memory=280398953212640 CPUtime=0.23 cores=1,3,5,7
/proc/1320/task/1382/stat : 1382 (java) S 1317 1320 29733 0 -1 1077944384 1204 13011 0 0 16 0 5 2 20 0 15 0 474618499 11084148736 21550 33554432000 4194304 4196468 140736257119648 139789310475120 139789885586050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1383] ppid=1317 vsize=10824364 memory=280398953212832 CPUtime=0.19 cores=1,3,5,7
/proc/1320/task/1383/stat : 1383 (java) R 1317 1320 29733 0 -1 4202560 440 13011 0 0 12 0 5 2 20 0 15 0 474618499 11084148736 21550 33554432000 4194304 4196468 140736257119648 139789309422616 139789868962949 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1384] ppid=1317 vsize=10824364 memory=280398953213024 CPUtime=0.24 cores=1,3,5,7
/proc/1320/task/1384/stat : 1384 (java) R 1317 1320 29733 0 -1 4202560 837 13011 0 0 17 0 5 2 20 0 15 0 474618499 11084148736 21550 33554432000 4194304 4196468 140736257119648 139789308369520 139789877912450 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1385] ppid=1317 vsize=10824364 memory=280398953213216 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1385/stat : 1385 (java) S 1317 1320 29733 0 -1 1077944384 3 13011 0 0 0 0 5 2 20 0 15 0 474618499 11084148736 21550 33554432000 4194304 4196468 140736257119648 139788166359776 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1386] ppid=1317 vsize=10824364 memory=3588 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1386/stat : 1386 (java) S 1317 1320 29733 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 474618500 11084148736 21550 33554432000 4194304 4196468 140736257119648 139789206543024 139789885586050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 86200 KiB

[startup+1.50078 s]
/proc/loadavg: 1.35 1.51 1.49 5/229 1386
/proc/meminfo: memFree=5617676/32770624 swapFree=67002116/67108860
[pid=1320] ppid=1317 vsize=10832632 memory=219700 CPUtime=3.1 cores=1,3,5,7
/proc/1320/stat : 1320 (java) S 1317 1320 29733 0 -1 1077944320 26343 13011 0 0 291 12 5 2 20 0 15 0 474618485 11092615168 54925 33554432000 4194304 4196468 140736257119648 140736257102192 139789885574903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
/proc/1320/statm: 2708158 54925 3588 1 0 2670221 0
[pid=1320/tid=1373] ppid=1317 vsize=10832632 memory=7518026630507423085 CPUtime=1.42 cores=1,3,5,7
/proc/1320/task/1373/stat : 1373 (java) R 1317 1320 29733 0 -1 4202560 15191 13011 0 0 128 7 5 2 20 0 15 0 474618494 11092615168 54925 33554432000 4194304 4196468 140736257119648 139789857406544 139789885588752 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1374] ppid=1317 vsize=10832632 memory=1416 CPUtime=0.08 cores=1,3,5,7
/proc/1320/task/1374/stat : 1374 (java) S 1317 1320 29733 0 -1 1077944384 271 13011 0 0 1 0 5 2 20 0 15 0 474618495 11092615168 54925 33554432000 4194304 4196468 140736257119648 139789889817744 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1375] ppid=1317 vsize=10832632 memory=1556 CPUtime=0.09 cores=1,3,5,7
/proc/1320/task/1375/stat : 1375 (java) S 1317 1320 29733 0 -1 1077944384 28 13011 0 0 2 0 5 2 20 0 15 0 474618495 11092615168 54925 33554432000 4194304 4196468 140736257119648 139789778091024 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1376] ppid=1317 vsize=10832632 memory=740 CPUtime=0.09 cores=1,3,5,7
/proc/1320/task/1376/stat : 1376 (java) S 1317 1320 29733 0 -1 1077944384 26 13011 0 0 2 0 5 2 20 0 15 0 474618495 11092615168 54925 33554432000 4194304 4196468 140736257119648 139789458205584 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1377] ppid=1317 vsize=10832632 memory=280398953203104 CPUtime=0.09 cores=1,3,5,7
/proc/1320/task/1377/stat : 1377 (java) S 1317 1320 29733 0 -1 1077944384 70 13011 0 0 2 0 5 2 20 0 15 0 474618495 11092615168 54925 33554432000 4194304 4196468 140736257119648 139789457152784 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1378] ppid=1317 vsize=10832632 memory=280398953207648 CPUtime=0.08 cores=1,3,5,7
/proc/1320/task/1378/stat : 1378 (java) S 1317 1320 29733 0 -1 1077944384 637 13011 0 0 1 0 5 2 20 0 15 0 474618496 11092615168 54925 33554432000 4194304 4196468 140736257119648 139789345085808 139789885586050 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1379] ppid=1317 vsize=10832632 memory=304248562 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1379/stat : 1379 (java) S 1317 1320 29733 0 -1 1077944384 34 13011 0 0 0 0 5 2 20 0 15 0 474618496 11092615168 54925 33554432000 4194304 4196468 140736257119648 139789344031840 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1380] ppid=1317 vsize=10832632 memory=2372 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1380/stat : 1380 (java) S 1317 1320 29733 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 474618497 11092615168 54925 33554432000 4194304 4196468 140736257119648 139789240099712 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1381] ppid=1317 vsize=10832632 memory=-3833726747341067623 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1381/stat : 1381 (java) S 1317 1320 29733 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 474618499 11092615168 54925 33554432000 4194304 4196468 140736257119648 139788636120912 139789885593499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1382] ppid=1317 vsize=10832632 memory=-2605811476043407915 CPUtime=0.66 cores=1,3,5,7
/proc/1320/task/1382/stat : 1382 (java) S 1317 1320 29733 0 -1 1077944384 3718 13011 0 0 59 0 5 2 20 0 15 0 474618499 11092615168 54925 33554432000 4194304 4196468 140736257119648 139789310475120 139789885586050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1383] ppid=1317 vsize=10832632 memory=0 CPUtime=0.59 cores=1,3,5,7
/proc/1320/task/1383/stat : 1383 (java) S 1317 1320 29733 0 -1 1077944384 2150 13011 0 0 51 1 5 2 20 0 15 0 474618499 11092615168 54925 33554432000 4194304 4196468 140736257119648 139789309422320 139789885586050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1384] ppid=1317 vsize=10832632 memory=-6948047529741492128 CPUtime=0.48 cores=1,3,5,7
/proc/1320/task/1384/stat : 1384 (java) S 1317 1320 29733 0 -1 1077944384 2001 13011 0 0 41 0 5 2 20 0 15 0 474618499 11092615168 54925 33554432000 4194304 4196468 140736257119648 139789308369520 139789885586050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1385] ppid=1317 vsize=10832632 memory=-7812193691855986592 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1385/stat : 1385 (java) S 1317 1320 29733 0 -1 1077944384 3 13011 0 0 0 0 5 2 20 0 15 0 474618499 11092615168 54925 33554432000 4194304 4196468 140736257119648 139788166359776 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1386] ppid=1317 vsize=10832632 memory=-7812736537705029536 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1386/stat : 1386 (java) S 1317 1320 29733 0 -1 1077944384 1 13011 0 0 0 0 5 2 20 0 15 0 474618500 11092615168 54925 33554432000 4194304 4196468 140736257119648 139789206543024 139789885586050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0

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

/proc/1320/task/1373/stat : 1373 (java) R 1317 1320 29733 0 -1 4202560 358610 13011 0 0 230112 110 5 2 20 0 15 0 474618494 11107315712 239182 33554432000 4194304 4196468 140736257119648 139789857410128 139789478870412 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1374] ppid=1317 vsize=10846988 memory=957752 CPUtime=13.02 cores=1,3,5,7
/proc/1320/task/1374/stat : 1374 (java) S 1317 1320 29733 0 -1 1077944384 40191 13011 0 0 1251 44 5 2 20 0 15 0 474618495 11107315712 239182 33554432000 4194304 4196468 140736257119648 139789889817744 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1375] ppid=1317 vsize=10846988 memory=971096 CPUtime=12.99 cores=1,3,5,7
/proc/1320/task/1375/stat : 1375 (java) S 1317 1320 29733 0 -1 1077944384 46387 13011 0 0 1248 44 5 2 20 0 15 0 474618495 11107315712 239182 33554432000 4194304 4196468 140736257119648 139789778091024 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1376] ppid=1317 vsize=10846988 memory=968012 CPUtime=13.03 cores=1,3,5,7
/proc/1320/task/1376/stat : 1376 (java) S 1317 1320 29733 0 -1 1077944384 42700 13011 0 0 1250 46 5 2 20 0 15 0 474618495 11107315712 239182 33554432000 4194304 4196468 140736257119648 139789458205584 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1377] ppid=1317 vsize=10846988 memory=962884 CPUtime=12.95 cores=1,3,5,7
/proc/1320/task/1377/stat : 1377 (java) S 1317 1320 29733 0 -1 1077944384 50427 13011 0 0 1244 44 5 2 20 0 15 0 474618495 11107315712 239182 33554432000 4194304 4196468 140736257119648 139789457152784 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1378] ppid=1317 vsize=10846988 memory=958780 CPUtime=5.11 cores=1,3,5,7
/proc/1320/task/1378/stat : 1378 (java) S 1317 1320 29733 0 -1 1077944384 26337 13011 0 0 443 61 5 2 20 0 15 0 474618496 11107315712 239182 33554432000 4194304 4196468 140736257119648 139789345085808 139789885586050 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1379] ppid=1317 vsize=10846988 memory=957752 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1379/stat : 1379 (java) S 1317 1320 29733 0 -1 1077944384 47 13011 0 0 0 0 5 2 20 0 15 0 474618496 11107315712 239182 33554432000 4194304 4196468 140736257119648 139789344031840 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1380] ppid=1317 vsize=10846988 memory=957240 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1380/stat : 1380 (java) S 1317 1320 29733 0 -1 1077944384 15 13011 0 0 0 0 5 2 20 0 15 0 474618497 11107315712 239182 33554432000 4194304 4196468 140736257119648 139789240099712 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1381] ppid=1317 vsize=10846988 memory=957240 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1381/stat : 1381 (java) S 1317 1320 29733 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 474618499 11107315712 239182 33554432000 4194304 4196468 140736257119648 139788636120912 139789885593499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1382] ppid=1317 vsize=10846988 memory=956728 CPUtime=9.78 cores=1,3,5,7
/proc/1320/task/1382/stat : 1382 (java) S 1317 1320 29733 0 -1 1077944384 45665 13011 0 0 966 5 5 2 20 0 15 0 474618499 11107315712 239182 33554432000 4194304 4196468 140736257119648 139789310475120 139789885586050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1383] ppid=1317 vsize=10846988 memory=27508 CPUtime=9.86 cores=1,3,5,7
/proc/1320/task/1383/stat : 1383 (java) S 1317 1320 29733 0 -1 1077944384 39823 13011 0 0 973 6 5 2 20 0 15 0 474618499 11107315712 239182 33554432000 4194304 4196468 140736257119648 139789309422320 139789885586050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1384] ppid=1317 vsize=10846988 memory=14068 CPUtime=2.67 cores=1,3,5,7
/proc/1320/task/1384/stat : 1384 (java) S 1317 1320 29733 0 -1 1077944384 33627 13011 0 0 254 6 5 2 20 0 15 0 474618499 11107315712 239182 33554432000 4194304 4196468 140736257119648 139789308369520 139789885586050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1385] ppid=1317 vsize=10846988 memory=957240 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1385/stat : 1385 (java) S 1317 1320 29733 0 -1 1077944384 3 13011 0 0 0 0 5 2 20 0 15 0 474618499 11107315712 239182 33554432000 4194304 4196468 140736257119648 139788166359776 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1386] ppid=1317 vsize=10846988 memory=3588 CPUtime=1.41 cores=1,3,5,7
/proc/1320/task/1386/stat : 1386 (java) S 1317 1320 29733 0 -1 1077944384 2004 13011 0 0 60 74 5 2 20 0 15 0 474618500 11107315712 239182 33554432000 4194304 4196468 140736257119648 139789206543024 139789885586050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
Current children cumulated CPU time: 2382.59 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 956728 KiB

[startup+2382.3 s]
/proc/loadavg: 1.48 1.45 1.48 3/227 1731
/proc/meminfo: memFree=7270120/32770624 swapFree=67002116/67108860
[pid=1320] ppid=1317 vsize=10846988 memory=923376 CPUtime=2443.85 cores=1,3,5,7
/proc/1320/stat : 1320 (java) S 1317 1320 29733 0 -1 1077944320 689855 13011 0 0 243961 417 5 2 20 0 15 0 474618485 11107315712 230844 33554432000 4194304 4196468 140736257119648 140736257102192 139789885574903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
/proc/1320/statm: 2711747 230844 3642 1 0 2673805 0
[pid=1320/tid=1373] ppid=1317 vsize=10846988 memory=923376 CPUtime=2361.65 cores=1,3,5,7
/proc/1320/task/1373/stat : 1373 (java) R 1317 1320 29733 0 -1 4202560 359272 13011 0 0 236048 110 5 2 20 0 15 0 474618494 11107315712 230844 33554432000 4194304 4196468 140736257119648 139789857410128 139789479064771 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1374] ppid=1317 vsize=10846988 memory=3588 CPUtime=13.45 cores=1,3,5,7
/proc/1320/task/1374/stat : 1374 (java) S 1317 1320 29733 0 -1 1077944384 40301 13011 0 0 1293 45 5 2 20 0 15 0 474618495 11107315712 230844 33554432000 4194304 4196468 140736257119648 139789889817744 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1375] ppid=1317 vsize=10846988 memory=3588 CPUtime=13.42 cores=1,3,5,7
/proc/1320/task/1375/stat : 1375 (java) S 1317 1320 29733 0 -1 1077944384 46543 13011 0 0 1290 45 5 2 20 0 15 0 474618495 11107315712 230844 33554432000 4194304 4196468 140736257119648 139789778091024 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1376] ppid=1317 vsize=10846988 memory=932608 CPUtime=13.45 cores=1,3,5,7
/proc/1320/task/1376/stat : 1376 (java) S 1317 1320 29733 0 -1 1077944384 43160 13011 0 0 1291 47 5 2 20 0 15 0 474618495 11107315712 230844 33554432000 4194304 4196468 140736257119648 139789458205584 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1377] ppid=1317 vsize=10846988 memory=927480 CPUtime=13.38 cores=1,3,5,7
/proc/1320/task/1377/stat : 1377 (java) S 1317 1320 29733 0 -1 1077944384 50568 13011 0 0 1286 45 5 2 20 0 15 0 474618495 11107315712 230844 33554432000 4194304 4196468 140736257119648 139789457152784 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1378] ppid=1317 vsize=10846988 memory=923888 CPUtime=5.26 cores=1,3,5,7
/proc/1320/task/1378/stat : 1378 (java) S 1317 1320 29733 0 -1 1077944384 26581 13011 0 0 456 63 5 2 20 0 15 0 474618496 11107315712 230844 33554432000 4194304 4196468 140736257119648 139789345085808 139789885586050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1379] ppid=1317 vsize=10846988 memory=923376 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1379/stat : 1379 (java) S 1317 1320 29733 0 -1 1077944384 47 13011 0 0 0 0 5 2 20 0 15 0 474618496 11107315712 230844 33554432000 4194304 4196468 140736257119648 139789344031840 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1380] ppid=1317 vsize=10846988 memory=164 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1380/stat : 1380 (java) S 1317 1320 29733 0 -1 1077944384 15 13011 0 0 0 0 5 2 20 0 15 0 474618497 11107315712 230844 33554432000 4194304 4196468 140736257119648 139789240099712 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1381] ppid=1317 vsize=10846988 memory=3588 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1381/stat : 1381 (java) S 1317 1320 29733 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 474618499 11107315712 230844 33554432000 4194304 4196468 140736257119648 139788636120912 139789885593499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1382] ppid=1317 vsize=10846988 memory=54032 CPUtime=9.78 cores=1,3,5,7
/proc/1320/task/1382/stat : 1382 (java) S 1317 1320 29733 0 -1 1077944384 45667 13011 0 0 966 5 5 2 20 0 15 0 474618499 11107315712 230844 33554432000 4194304 4196468 140736257119648 139789310475120 139789885586050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1383] ppid=1317 vsize=10846988 memory=942356 CPUtime=9.86 cores=1,3,5,7
/proc/1320/task/1383/stat : 1383 (java) S 1317 1320 29733 0 -1 1077944384 39825 13011 0 0 973 6 5 2 20 0 15 0 474618499 11107315712 230844 33554432000 4194304 4196468 140736257119648 139789309422320 139789885586050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1384] ppid=1317 vsize=10846988 memory=7236266888959189612 CPUtime=2.67 cores=1,3,5,7
/proc/1320/task/1384/stat : 1384 (java) S 1317 1320 29733 0 -1 1077944384 33629 13011 0 0 254 6 5 2 20 0 15 0 474618499 11107315712 230844 33554432000 4194304 4196468 140736257119648 139789308369520 139789885586050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1385] ppid=1317 vsize=10846988 memory=1560 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1385/stat : 1385 (java) S 1317 1320 29733 0 -1 1077944384 3 13011 0 0 0 0 5 2 20 0 15 0 474618499 11107315712 230844 33554432000 4194304 4196468 140736257119648 139788166359776 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1386] ppid=1317 vsize=10846988 memory=924 CPUtime=1.45 cores=1,3,5,7
/proc/1320/task/1386/stat : 1386 (java) S 1317 1320 29733 0 -1 1077944384 2032 13011 0 0 62 76 5 2 20 0 15 0 474618500 11107315712 230844 33554432000 4194304 4196468 140736257119648 139789206543024 139789885586050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
Current children cumulated CPU time: 2443.85 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 923376 KiB

[startup+2442.3 s]
/proc/loadavg: 1.25 1.39 1.46 3/227 1735
/proc/meminfo: memFree=7349820/32770624 swapFree=67002116/67108860
[pid=1320] ppid=1317 vsize=10846988 memory=899772 CPUtime=2505.06 cores=1,3,5,7
/proc/1320/stat : 1320 (java) S 1317 1320 29733 0 -1 1077944320 691603 13011 0 0 250076 423 5 2 20 0 15 0 474618485 11107315712 224943 33554432000 4194304 4196468 140736257119648 140736257102192 139789885574903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
/proc/1320/statm: 2711747 224943 3642 1 0 2673805 0
[pid=1320/tid=1373] ppid=1317 vsize=10846988 memory=900800 CPUtime=2420.99 cores=1,3,5,7
/proc/1320/task/1373/stat : 1373 (java) R 1317 1320 29733 0 -1 4202560 359866 13011 0 0 241982 110 5 2 20 0 15 0 474618494 11107315712 224943 33554432000 4194304 4196468 140736257119648 139789857410576 139789478374880 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1374] ppid=1317 vsize=10846988 memory=909520 CPUtime=13.86 cores=1,3,5,7
/proc/1320/task/1374/stat : 1374 (java) S 1317 1320 29733 0 -1 1077944384 40510 13011 0 0 1333 46 5 2 20 0 15 0 474618495 11107315712 224943 33554432000 4194304 4196468 140736257119648 139789889817744 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1375] ppid=1317 vsize=10846988 memory=904388 CPUtime=13.84 cores=1,3,5,7
/proc/1320/task/1375/stat : 1375 (java) S 1317 1320 29733 0 -1 1077944384 46914 13011 0 0 1332 45 5 2 20 0 15 0 474618495 11107315712 224943 33554432000 4194304 4196468 140736257119648 139789778091024 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1376] ppid=1317 vsize=10846988 memory=903876 CPUtime=13.88 cores=1,3,5,7
/proc/1320/task/1376/stat : 1376 (java) S 1317 1320 29733 0 -1 1077944384 43380 13011 0 0 1333 48 5 2 20 0 15 0 474618495 11107315712 224943 33554432000 4194304 4196468 140736257119648 139789458205584 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1377] ppid=1317 vsize=10846988 memory=903876 CPUtime=13.79 cores=1,3,5,7
/proc/1320/task/1377/stat : 1377 (java) S 1317 1320 29733 0 -1 1077944384 50694 13011 0 0 1327 45 5 2 20 0 15 0 474618495 11107315712 224943 33554432000 4194304 4196468 140736257119648 139789457152784 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1378] ppid=1317 vsize=10846988 memory=984 CPUtime=5.41 cores=1,3,5,7
/proc/1320/task/1378/stat : 1378 (java) S 1317 1320 29733 0 -1 1077944384 26787 13011 0 0 470 64 5 2 20 0 15 0 474618496 11107315712 224943 33554432000 4194304 4196468 140736257119648 139789345085808 139789885586050 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1379] ppid=1317 vsize=10846988 memory=901312 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1379/stat : 1379 (java) S 1317 1320 29733 0 -1 1077944384 47 13011 0 0 0 0 5 2 20 0 15 0 474618496 11107315712 224943 33554432000 4194304 4196468 140736257119648 139789344031840 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1380] ppid=1317 vsize=10846988 memory=899772 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1380/stat : 1380 (java) S 1317 1320 29733 0 -1 1077944384 15 13011 0 0 0 0 5 2 20 0 15 0 474618497 11107315712 224943 33554432000 4194304 4196468 140736257119648 139789240099712 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1381] ppid=1317 vsize=10846988 memory=904388 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1381/stat : 1381 (java) S 1317 1320 29733 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 474618499 11107315712 224943 33554432000 4194304 4196468 140736257119648 139788636120912 139789885593499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1382] ppid=1317 vsize=10846988 memory=902336 CPUtime=9.78 cores=1,3,5,7
/proc/1320/task/1382/stat : 1382 (java) S 1317 1320 29733 0 -1 1077944384 45669 13011 0 0 966 5 5 2 20 0 15 0 474618499 11107315712 224943 33554432000 4194304 4196468 140736257119648 139789310475120 139789885586050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1383] ppid=1317 vsize=10846988 memory=1940 CPUtime=9.86 cores=1,3,5,7
/proc/1320/task/1383/stat : 1383 (java) S 1317 1320 29733 0 -1 1077944384 39827 13011 0 0 973 6 5 2 20 0 15 0 474618499 11107315712 224943 33554432000 4194304 4196468 140736257119648 139789309422320 139789885586050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1384] ppid=1317 vsize=10846988 memory=903876 CPUtime=2.67 cores=1,3,5,7
/proc/1320/task/1384/stat : 1384 (java) S 1317 1320 29733 0 -1 1077944384 33631 13011 0 0 254 6 5 2 20 0 15 0 474618499 11107315712 224943 33554432000 4194304 4196468 140736257119648 139789308369520 139789885586050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1385] ppid=1317 vsize=10846988 memory=1398722017469774279 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1385/stat : 1385 (java) S 1317 1320 29733 0 -1 1077944384 3 13011 0 0 0 0 5 2 20 0 15 0 474618499 11107315712 224943 33554432000 4194304 4196468 140736257119648 139788166359776 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1386] ppid=1317 vsize=10846988 memory=901312 CPUtime=1.48 cores=1,3,5,7
/proc/1320/task/1386/stat : 1386 (java) S 1317 1320 29733 0 -1 1077944384 2048 13011 0 0 63 78 5 2 20 0 15 0 474618500 11107315712 224943 33554432000 4194304 4196468 140736257119648 139789206543024 139789885586050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
Current children cumulated CPU time: 2505.06 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 899772 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2457 s]*
/proc/loadavg: 1.20 1.37 1.45 3/227 1738
/proc/meminfo: memFree=7366596/32770624 swapFree=67002116/67108860
[pid=1320] ppid=1317 vsize=10846988 memory=897720 CPUtime=2520.07 cores=1,3,5,7
/proc/1320/stat : 1320 (java) S 1317 1320 29733 0 -1 1077944320 691817 13011 0 0 251576 424 5 2 20 0 15 0 474618485 11107315712 224430 33554432000 4194304 4196468 140736257119648 140736257102192 139789885574903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
/proc/1320/statm: 2711747 224430 3642 1 0 2673805 0
[pid=1320/tid=1373] ppid=1317 vsize=10846988 memory=1398722017469774279 CPUtime=2435.55 cores=1,3,5,7
/proc/1320/task/1373/stat : 1373 (java) R 1317 1320 29733 0 -1 4202560 359941 13011 0 0 243438 110 5 2 20 0 15 0 474618494 11107315712 224430 33554432000 4194304 4196468 140736257119648 139789857410576 139789478895239 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1374] ppid=1317 vsize=10846988 memory=0 CPUtime=13.96 cores=1,3,5,7
/proc/1320/task/1374/stat : 1374 (java) S 1317 1320 29733 0 -1 1077944384 40544 13011 0 0 1343 46 5 2 20 0 15 0 474618495 11107315712 224430 33554432000 4194304 4196468 140736257119648 139789889817744 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1375] ppid=1317 vsize=10846988 memory=0 CPUtime=13.94 cores=1,3,5,7
/proc/1320/task/1375/stat : 1375 (java) S 1317 1320 29733 0 -1 1077944384 46996 13011 0 0 1342 45 5 2 20 0 15 0 474618495 11107315712 224430 33554432000 4194304 4196468 140736257119648 139789778091024 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1376] ppid=1317 vsize=10846988 memory=0 CPUtime=13.98 cores=1,3,5,7
/proc/1320/task/1376/stat : 1376 (java) S 1317 1320 29733 0 -1 1077944384 43384 13011 0 0 1343 48 5 2 20 0 15 0 474618495 11107315712 224430 33554432000 4194304 4196468 140736257119648 139789458205584 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1377] ppid=1317 vsize=10846988 memory=0 CPUtime=13.89 cores=1,3,5,7
/proc/1320/task/1377/stat : 1377 (java) S 1317 1320 29733 0 -1 1077944384 50709 13011 0 0 1337 45 5 2 20 0 15 0 474618495 11107315712 224430 33554432000 4194304 4196468 140736257119648 139789457152784 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1378] ppid=1317 vsize=10846988 memory=0 CPUtime=5.45 cores=1,3,5,7
/proc/1320/task/1378/stat : 1378 (java) S 1317 1320 29733 0 -1 1077944384 26789 13011 0 0 474 64 5 2 20 0 15 0 474618496 11107315712 224430 33554432000 4194304 4196468 140736257119648 139789345085808 139789885586050 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1379] ppid=1317 vsize=10846988 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1379/stat : 1379 (java) S 1317 1320 29733 0 -1 1077944384 47 13011 0 0 0 0 5 2 20 0 15 0 474618496 11107315712 224430 33554432000 4194304 4196468 140736257119648 139789344031840 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1380] ppid=1317 vsize=10846988 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1380/stat : 1380 (java) S 1317 1320 29733 0 -1 1077944384 15 13011 0 0 0 0 5 2 20 0 15 0 474618497 11107315712 224430 33554432000 4194304 4196468 140736257119648 139789240099712 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1381] ppid=1317 vsize=10846988 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1381/stat : 1381 (java) S 1317 1320 29733 0 -1 1077944384 2 13011 0 0 0 0 5 2 20 0 15 0 474618499 11107315712 224430 33554432000 4194304 4196468 140736257119648 139788636120912 139789885593499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1382] ppid=1317 vsize=10846988 memory=0 CPUtime=9.78 cores=1,3,5,7
/proc/1320/task/1382/stat : 1382 (java) S 1317 1320 29733 0 -1 1077944384 45669 13011 0 0 966 5 5 2 20 0 15 0 474618499 11107315712 224430 33554432000 4194304 4196468 140736257119648 139789310475120 139789885586050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1383] ppid=1317 vsize=10846988 memory=0 CPUtime=9.86 cores=1,3,5,7
/proc/1320/task/1383/stat : 1383 (java) S 1317 1320 29733 0 -1 1077944384 39827 13011 0 0 973 6 5 2 20 0 15 0 474618499 11107315712 224430 33554432000 4194304 4196468 140736257119648 139789309422320 139789885586050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1384] ppid=1317 vsize=10846988 memory=0 CPUtime=2.68 cores=1,3,5,7
/proc/1320/task/1384/stat : 1384 (java) S 1317 1320 29733 0 -1 1077944384 33631 13011 0 0 255 6 5 2 20 0 15 0 474618499 11107315712 224430 33554432000 4194304 4196468 140736257119648 139789308369520 139789885586050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1385] ppid=1317 vsize=10846988 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1320/task/1385/stat : 1385 (java) S 1317 1320 29733 0 -1 1077944384 3 13011 0 0 0 0 5 2 20 0 15 0 474618499 11107315712 224430 33554432000 4194304 4196468 140736257119648 139788166359776 139789885585109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
[pid=1320/tid=1386] ppid=1317 vsize=10846988 memory=-1 CPUtime=1.49 cores=1,3,5,7
/proc/1320/task/1386/stat : 1386 (java) S 1317 1320 29733 0 -1 1077944384 2050 13011 0 0 63 79 5 2 20 0 15 0 474618500 11107315712 224430 33554432000 4194304 4196468 140736257119648 139789206543024 139789885586050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14274560 140736257125103 140736257127621 140736257127621 140736257130447 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 897720 KiB

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

[startup+2457.05 s]
# the end of solver process 1320 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.84 s, system=4.27633 s

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

Child status: 143
Real time (s): 2457.05
CPU time (s): 2520.12
CPU user time (s): 2515.84
CPU system time (s): 4.27633
CPU usage (%): 102.567
Max. virtual memory (cumulated for all children) (KiB): 10846988
Max. memory (cumulated for all children) (KiB): 2734356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.84
system time used= 4.27633
maximum resident set size= 2736920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 705720
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 166856
involuntary context switches= 5351


# summary of solver processes directly reported to runsolver:
#   pid: 1320
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2515.84
#   total CPU system time (s): 4.27633

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9239 second user time and 23.4313 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-20 15:02:12
IDJOB=4402478
IDBENCH=138482
IDSOLVER=2861
FILE ID=node148/4402478-1568984569
RUNJOBID= node148-1568967599-29765
PBS_JOBID= 21704612
Free space on /tmp= 21544 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js15/SuperTaillard-js-15-18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402478-1568984569/watcher-4402478-1568984569 -o /tmp/evaluation-result-4402478-1568984569/solver-4402478-1568984569 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568967599-29765 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1072080807 HOME/instance-4402478-1568984569.xml

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

MD5SUM BENCH= 3f0141c7bb33af25d9039070b39091b8
RANDOM SEED=1072080807

node148.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.13
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.13
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.13
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.13
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:         5723116 kB
MemAvailable:   27667944 kB
Buffers:          109892 kB
Cached:         22019904 kB
SwapCached:         2776 kB
Active:         15239748 kB
Inactive:       11061944 kB
Active(anon):    4170188 kB
Inactive(anon):    48896 kB
Active(file):   11069560 kB
Inactive(file): 11013048 kB
Unevictable:      110964 kB
Mlocked:          110964 kB
SwapTotal:      67108860 kB
SwapFree:       67002116 kB
Dirty:                 0 kB
Writeback:         18700 kB
AnonPages:       4267180 kB
Mapped:            64844 kB
Shmem:             38440 kB
Slab:             330688 kB
SReclaimable:     290680 kB
SUnreclaim:        40008 kB
KernelStack:        3664 kB
PageTables:        13652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5233672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4081664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 21592 MiB
End job on node148 at 2019-09-20 15:43:09