Trace number 4387299

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.10SAT (TO)1427 2520.07 2466.24

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-13.xml
MD5SUMe9c019b34e7441e843704d2f83648de8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1427
Best CPU time to get the best result obtained on this benchmark122.558
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.75/0.55	c Concrete v3.10.1560635388952 running
5.29/2.67	o 867
5.62/2.71	o 871
5.62/2.74	o 948
5.62/2.75	o 955
5.62/2.76	o 956
5.62/2.76	o 961
5.62/2.77	o 967
5.62/2.79	o 1043
5.62/2.79	o 1048
5.62/2.79	o 1063
5.97/2.80	o 1082
5.97/2.80	o 1121
5.97/2.81	o 1122
5.97/2.81	o 1150
5.97/2.81	o 1164
5.97/2.82	o 1165
5.97/2.82	o 1184
5.97/2.84	o 1243
5.97/2.87	o 1244
5.97/2.87	o 1248
5.97/2.89	o 1305
6.66/3.06	o 1365
6.66/3.06	o 1366
6.66/3.07	o 1371
6.66/3.07	o 1377
6.66/3.07	o 1383
7.24/3.26	o 1403
7.24/3.27	o 1411
7.86/3.49	o 1425
8.78/3.78	o 1426
8.78/3.78	o 1427
2520.03/2466.21	Exception in thread "main" java.util.concurrent.TimeoutException
2520.03/2466.21		at concrete.MAC.mac(MAC.scala:189)
2520.03/2466.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.03/2466.21		at scala.util.Try$.apply(Try.scala:212)
2520.03/2466.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.03/2466.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.03/2466.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.03/2466.21		at concrete.MAC.oneRun(MAC.scala:253)
2520.03/2466.21		at concrete.MAC.nextSolution(MAC.scala:272)
2520.03/2466.21		at concrete.MAC.nextSolution(MAC.scala:355)
2520.03/2466.21		at concrete.Solver.hasNext(Solver.scala:160)
2520.03/2466.21		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.03/2466.21		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.03/2466.21		at concrete.Solver.foreach(Solver.scala:67)
2520.03/2466.21		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2520.03/2466.21		at scala.util.Success.map(Try.scala:264)
2520.03/2466.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.03/2466.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.03/2466.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.03/2466.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2466.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.03/2466.21		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.03/2466.21		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.03/2466.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.03/2466.21		at scala.App.$anonfun$main$1(App.scala:75)
2520.03/2466.21		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.03/2466.21		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.03/2466.21		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.03/2466.21		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.03/2466.21		at scala.App.main(App.scala:75)
2520.03/2466.21		at scala.App.main$(App.scala:73)
2520.03/2466.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.03/2466.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2466.22	v <instantiation
2520.03/2466.22	v         cost = '1427'>
2520.03/2466.22	v       <list>
2520.03/2466.22	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49]
2520.03/2466.22	v       </list>
2520.03/2466.22	v       <values>
2520.03/2466.22	v         0 1 0 0 1 1 0 1 1 1 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 1 0 0 0 0 1 0 0 0 0 0 0 1 1 1 1 0 1 0
2520.03/2466.22	v       </values>
2520.03/2466.22	v     </instantiation>
2520.03/2466.22	s SATISFIABLE

Verifier Data

OK	1427

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

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


[startup+0.100133 s]*
/proc/loadavg: 1.40 1.57 1.68 4/221 10432
/proc/meminfo: memFree=30276744/32770624 swapFree=66916276/67108860
[pid=10375] ppid=10372 vsize=9989820 memory=15708 CPUtime=0.1 cores=1,3,5,7
/proc/10375/stat : 10375 (java) S 10372 10375 5064 0 -1 1077944320 4667 13011 0 0 1 1 5 3 20 0 7 0 405696159 10229575680 3927 33554432000 4194304 4196468 140724948651392 140724948633936 139716425236215 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
/proc/10375/statm: 2497455 3927 1987 1 0 2485893 0
[pid=10375/tid=10428] ppid=10372 vsize=10055356 memory=7892391828772250251 CPUtime=0.09 cores=1,3,5,7
/proc/10375/task/10428/stat : 10428 (java) R 10372 10375 5064 0 -1 4202560 2530 13011 0 0 1 0 5 3 20 0 7 0 405696168 10296684544 3993 33554432000 4194304 4196468 140724948651392 139716397079312 139716288421072 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10429] ppid=10372 vsize=10055356 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10429/stat : 10429 (java) S 10372 10375 5064 0 -1 1077944384 1 13011 0 0 0 0 5 3 20 0 7 0 405696168 10296684544 3993 33554432000 4194304 4196468 140724948651392 139716429478160 139716425246421 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10430] ppid=10372 vsize=10055356 memory=139672520459904 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10430/stat : 10430 (java) S 10372 10375 5064 0 -1 1077944384 1 13011 0 0 0 0 5 3 20 0 7 0 405696168 10296684544 3993 33554432000 4194304 4196468 140724948651392 139716361390480 139716425246421 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10431] ppid=10372 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10431/stat : 10431 (java) S 10372 10375 5064 0 -1 1077944384 1 13011 0 0 0 0 5 3 20 0 7 0 405696168 10296684544 3993 33554432000 4194304 4196468 140724948651392 139715997469200 139716425246421 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10432] ppid=10372 vsize=10055356 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10432/stat : 10432 (java) S 10372 10375 5064 0 -1 1077944384 2 13011 0 0 0 0 5 3 20 0 7 0 405696168 10296684544 3993 33554432000 4194304 4196468 140724948651392 139715996416656 139716425246421 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10433] ppid=10372 vsize=10055356 memory=139672520459904 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10433/stat : 10433 (java) S 10372 10375 5064 0 -1 1077944384 2 13011 0 0 0 0 5 3 20 0 7 0 405696170 10296684544 3993 33554432000 4194304 4196468 140724948651392 139715884714480 139716425247362 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9989820 KiB
Current children cumulated memory: 15708 KiB

[startup+0.210751 s]*
/proc/loadavg: 1.40 1.57 1.68 3/230 10441
/proc/meminfo: memFree=30260324/32770624 swapFree=66916276/67108860
[pid=10375] ppid=10372 vsize=10818940 memory=34980 CPUtime=0.26 cores=1,3,5,7
/proc/10375/stat : 10375 (java) S 10372 10375 5064 0 -1 1077944320 7124 13011 0 0 16 2 5 3 20 0 15 0 405696159 11078594560 8745 33554432000 4194304 4196468 140724948651392 140724948633936 139716425236215 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
/proc/10375/statm: 2704735 8745 2977 1 0 2667149 0
[pid=10375/tid=10428] ppid=10372 vsize=10818940 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/10375/task/10428/stat : 10428 (java) R 10372 10375 5064 0 -1 4202560 3533 13011 0 0 10 1 5 3 20 0 15 0 405696168 11078594560 8745 33554432000 4194304 4196468 140724948651392 139716397057256 139716409316702 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10429] ppid=10372 vsize=10818940 memory=345 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10429/stat : 10429 (java) S 10372 10375 5064 0 -1 1077944384 1 13011 0 0 0 0 5 3 20 0 15 0 405696168 11078594560 8745 33554432000 4194304 4196468 140724948651392 139716429478160 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10430] ppid=10372 vsize=10818940 memory=139672523401845 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10430/stat : 10430 (java) S 10372 10375 5064 0 -1 1077944384 1 13011 0 0 0 0 5 3 20 0 15 0 405696168 11078594560 8745 33554432000 4194304 4196468 140724948651392 139716361390480 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10431] ppid=10372 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10431/stat : 10431 (java) S 10372 10375 5064 0 -1 1077944384 1 13011 0 0 0 0 5 3 20 0 15 0 405696168 11078594560 8745 33554432000 4194304 4196468 140724948651392 139715997469200 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10432] ppid=10372 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10432/stat : 10432 (java) S 10372 10375 5064 0 -1 1077944384 2 13011 0 0 0 0 5 3 20 0 15 0 405696168 11078594560 8745 33554432000 4194304 4196468 140724948651392 139715996416656 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10433] ppid=10372 vsize=10818940 memory=139672520459904 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10433/stat : 10433 (java) S 10372 10375 5064 0 -1 1077944384 2 13011 0 0 0 0 5 3 20 0 15 0 405696170 11078594560 8745 33554432000 4194304 4196468 140724948651392 139715884714480 139716425247362 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10434] ppid=10372 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10434/stat : 10434 (java) S 10372 10375 5064 0 -1 1077944384 33 13011 0 0 0 0 5 3 20 0 15 0 405696170 11078594560 8745 33554432000 4194304 4196468 140724948651392 139715883660704 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10435] ppid=10372 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10435/stat : 10435 (java) S 10372 10375 5064 0 -1 1077944384 1 13011 0 0 0 0 5 3 20 0 15 0 405696170 11078594560 8745 33554432000 4194304 4196468 140724948651392 139715286132208 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10436] ppid=10372 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10436/stat : 10436 (java) S 10372 10375 5064 0 -1 1077944384 3 13011 0 0 0 0 5 3 20 0 15 0 405696173 11078594560 8745 33554432000 4194304 4196468 140724948651392 139714978732752 139716425254811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10437] ppid=10372 vsize=10818940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10375/task/10437/stat : 10437 (java) S 10372 10375 5064 0 -1 1077944384 463 13011 0 0 1 0 5 3 20 0 15 0 405696173 11078594560 8745 33554432000 4194304 4196468 140724948651392 139715850102768 139716425247362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10438] ppid=10372 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10438/stat : 10438 (java) S 10372 10375 5064 0 -1 1077944384 188 13011 0 0 0 0 5 3 20 0 15 0 405696173 11078594560 8745 33554432000 4194304 4196468 140724948651392 139715849050224 139716425247362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10439] ppid=10372 vsize=10818940 memory=139672520459904 CPUtime=0.11 cores=1,3,5,7
/proc/10375/task/10439/stat : 10439 (java) R 10372 10375 5064 0 -1 4202560 695 13011 0 0 3 0 5 3 20 0 15 0 405696173 11078594560 8745 33554432000 4194304 4196468 140724948651392 139715847997680 139716417572292 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10440] ppid=10372 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10440/stat : 10440 (java) S 10372 10375 5064 0 -1 1077944384 3 13011 0 0 0 0 5 3 20 0 15 0 405696173 11078594560 8745 33554432000 4194304 4196468 140724948651392 139714945174112 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10441] ppid=10372 vsize=10818940 memory=139672520459904 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10441/stat : 10441 (java) S 10372 10375 5064 0 -1 1077944384 1 13011 0 0 0 0 5 3 20 0 15 0 405696173 11078594560 8745 33554432000 4194304 4196468 140724948651392 139715846945584 139716425247362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 34980 KiB

[startup+0.310844 s]*
/proc/loadavg: 1.40 1.57 1.68 3/230 10441
/proc/meminfo: memFree=30250056/32770624 swapFree=66916276/67108860
[pid=10375] ppid=10372 vsize=10820096 memory=46584 CPUtime=0.4 cores=1,3,5,7
/proc/10375/stat : 10375 (java) S 10372 10375 5064 0 -1 1077944320 10909 13011 0 0 28 4 5 3 20 0 15 0 405696159 11079778304 11646 33554432000 4194304 4196468 140724948651392 140724948633936 139716425236215 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
/proc/10375/statm: 2705024 11646 3242 1 0 2667149 0
[pid=10375/tid=10428] ppid=10372 vsize=10820096 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/10375/task/10428/stat : 10428 (java) R 10372 10375 5064 0 -1 4202560 7254 13011 0 0 19 2 5 3 20 0 15 0 405696168 11079778304 11646 33554432000 4194304 4196468 140724948651392 139716397056432 139716028073770 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10429] ppid=10372 vsize=10820096 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10429/stat : 10429 (java) S 10372 10375 5064 0 -1 1077944384 1 13011 0 0 0 0 5 3 20 0 15 0 405696168 11079778304 11646 33554432000 4194304 4196468 140724948651392 139716429478160 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10430] ppid=10372 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10430/stat : 10430 (java) S 10372 10375 5064 0 -1 1077944384 1 13011 0 0 0 0 5 3 20 0 15 0 405696168 11079778304 11646 33554432000 4194304 4196468 140724948651392 139716361390480 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10431] ppid=10372 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10431/stat : 10431 (java) S 10372 10375 5064 0 -1 1077944384 1 13011 0 0 0 0 5 3 20 0 15 0 405696168 11079778304 11646 33554432000 4194304 4196468 140724948651392 139715997469200 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10432] ppid=10372 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10432/stat : 10432 (java) S 10372 10375 5064 0 -1 1077944384 2 13011 0 0 0 0 5 3 20 0 15 0 405696168 11079778304 11646 33554432000 4194304 4196468 140724948651392 139715996416656 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10433] ppid=10372 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10433/stat : 10433 (java) S 10372 10375 5064 0 -1 1077944384 2 13011 0 0 0 0 5 3 20 0 15 0 405696170 11079778304 11646 33554432000 4194304 4196468 140724948651392 139715884714480 139716425247362 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10434] ppid=10372 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10434/stat : 10434 (java) S 10372 10375 5064 0 -1 1077944384 33 13011 0 0 0 0 5 3 20 0 15 0 405696170 11079778304 11646 33554432000 4194304 4196468 140724948651392 139715883660704 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10435] ppid=10372 vsize=10820096 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10435/stat : 10435 (java) S 10372 10375 5064 0 -1 1077944384 1 13011 0 0 0 0 5 3 20 0 15 0 405696170 11079778304 11646 33554432000 4194304 4196468 140724948651392 139715286132208 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10436] ppid=10372 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10436/stat : 10436 (java) S 10372 10375 5064 0 -1 1077944384 3 13011 0 0 0 0 5 3 20 0 15 0 405696173 11079778304 11646 33554432000 4194304 4196468 140724948651392 139714978732752 139716425254811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10437] ppid=10372 vsize=10820096 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/10375/task/10437/stat : 10437 (java) S 10372 10375 5064 0 -1 1077944384 469 13011 0 0 2 0 5 3 20 0 15 0 405696173 11079778304 11646 33554432000 4194304 4196468 140724948651392 139715850102768 139716425247362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10438] ppid=10372 vsize=10820096 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/10375/task/10438/stat : 10438 (java) S 10372 10375 5064 0 -1 1077944384 194 13011 0 0 1 0 5 3 20 0 15 0 405696173 11079778304 11646 33554432000 4194304 4196468 140724948651392 139715849050224 139716425247362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10439] ppid=10372 vsize=10820096 memory=139672520459904 CPUtime=0.13 cores=1,3,5,7
/proc/10375/task/10439/stat : 10439 (java) S 10372 10375 5064 0 -1 1077944384 739 13011 0 0 5 0 5 3 20 0 15 0 405696173 11079778304 11646 33554432000 4194304 4196468 140724948651392 139715847997680 139716425247362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10440] ppid=10372 vsize=10820096 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10440/stat : 10440 (java) S 10372 10375 5064 0 -1 1077944384 3 13011 0 0 0 0 5 3 20 0 15 0 405696173 11079778304 11646 33554432000 4194304 4196468 140724948651392 139714945174112 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10441] ppid=10372 vsize=10820096 memory=139672520459904 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10441/stat : 10441 (java) S 10372 10375 5064 0 -1 1077944384 1 13011 0 0 0 0 5 3 20 0 15 0 405696173 11079778304 11646 33554432000 4194304 4196468 140724948651392 139715846945584 139716425247362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 46584 KiB

[startup+0.700718 s]
/proc/loadavg: 1.40 1.57 1.68 5/230 10441
/proc/meminfo: memFree=30233480/32770624 swapFree=66916276/67108860
[pid=10375] ppid=10372 vsize=10824340 memory=77668 CPUtime=1.15 cores=1,3,5,7
/proc/10375/stat : 10375 (java) S 10372 10375 5064 0 -1 1077944320 15184 13011 0 0 101 6 5 3 20 0 15 0 405696159 11084124160 19417 33554432000 4194304 4196468 140724948651392 140724948633936 139716425236215 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
/proc/10375/statm: 2706085 19417 3497 1 0 2668173 0
[pid=10375/tid=10428] ppid=10372 vsize=10824340 memory=279344807231280 CPUtime=0.67 cores=1,3,5,7
/proc/10375/task/10428/stat : 10428 (java) R 10372 10375 5064 0 -1 4202560 10584 13011 0 0 55 4 5 3 20 0 15 0 405696168 11084124160 19417 33554432000 4194304 4196468 140724948651392 139716397065792 139716425258141 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10429] ppid=10372 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10429/stat : 10429 (java) S 10372 10375 5064 0 -1 1077944384 1 13011 0 0 0 0 5 3 20 0 15 0 405696168 11084124160 19417 33554432000 4194304 4196468 140724948651392 139716429478160 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10430] ppid=10372 vsize=10824340 memory=1124 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10430/stat : 10430 (java) S 10372 10375 5064 0 -1 1077944384 1 13011 0 0 0 0 5 3 20 0 15 0 405696168 11084124160 19417 33554432000 4194304 4196468 140724948651392 139716361390480 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10431] ppid=10372 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10431/stat : 10431 (java) S 10372 10375 5064 0 -1 1077944384 1 13011 0 0 0 0 5 3 20 0 15 0 405696168 11084124160 19417 33554432000 4194304 4196468 140724948651392 139715997469200 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10432] ppid=10372 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10432/stat : 10432 (java) S 10372 10375 5064 0 -1 1077944384 2 13011 0 0 0 0 5 3 20 0 15 0 405696168 11084124160 19417 33554432000 4194304 4196468 140724948651392 139715996416656 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10433] ppid=10372 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10433/stat : 10433 (java) S 10372 10375 5064 0 -1 1077944384 5 13011 0 0 0 0 5 3 20 0 15 0 405696170 11084124160 19417 33554432000 4194304 4196468 140724948651392 139715884714480 139716425247362 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10434] ppid=10372 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10434/stat : 10434 (java) S 10372 10375 5064 0 -1 1077944384 33 13011 0 0 0 0 5 3 20 0 15 0 405696170 11084124160 19417 33554432000 4194304 4196468 140724948651392 139715883660704 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10435] ppid=10372 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10435/stat : 10435 (java) S 10372 10375 5064 0 -1 1077944384 1 13011 0 0 0 0 5 3 20 0 15 0 405696170 11084124160 19417 33554432000 4194304 4196468 140724948651392 139715286132208 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10436] ppid=10372 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10436/stat : 10436 (java) S 10372 10375 5064 0 -1 1077944384 3 13011 0 0 0 0 5 3 20 0 15 0 405696173 11084124160 19417 33554432000 4194304 4196468 140724948651392 139714978732752 139716425254811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10437] ppid=10372 vsize=10824340 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/10375/task/10437/stat : 10437 (java) S 10372 10375 5064 0 -1 1077944384 744 13011 0 0 12 0 5 3 20 0 15 0 405696173 11084124160 19417 33554432000 4194304 4196468 140724948651392 139715850102768 139716425247362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10438] ppid=10372 vsize=10824340 memory=3616 CPUtime=0.23 cores=1,3,5,7
/proc/10375/task/10438/stat : 10438 (java) S 10372 10375 5064 0 -1 1077944384 567 13011 0 0 15 0 5 3 20 0 15 0 405696173 11084124160 19417 33554432000 4194304 4196468 140724948651392 139715849050224 139716425247362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10439] ppid=10372 vsize=10824340 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/10375/task/10439/stat : 10439 (java) S 10372 10375 5064 0 -1 1077944384 1033 13011 0 0 17 0 5 3 20 0 15 0 405696173 11084124160 19417 33554432000 4194304 4196468 140724948651392 139715847997680 139716425247362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10440] ppid=10372 vsize=10824340 memory=15393404280380456 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10440/stat : 10440 (java) S 10372 10375 5064 0 -1 1077944384 3 13011 0 0 0 0 5 3 20 0 15 0 405696173 11084124160 19417 33554432000 4194304 4196468 140724948651392 139714945174112 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10441] ppid=10372 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10441/stat : 10441 (java) S 10372 10375 5064 0 -1 1077944384 1 13011 0 0 0 0 5 3 20 0 15 0 405696173 11084124160 19417 33554432000 4194304 4196468 140724948651392 139715846945584 139716425247362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 77668 KiB

[startup+1.50064 s]
/proc/loadavg: 1.40 1.57 1.68 3/230 10441
/proc/meminfo: memFree=30190216/32770624 swapFree=66916276/67108860
[pid=10375] ppid=10372 vsize=10834656 memory=163044 CPUtime=2.46 cores=1,3,5,7
/proc/10375/stat : 10375 (java) S 10372 10375 5064 0 -1 1077944320 20525 13011 0 0 228 10 5 3 20 0 15 0 405696159 11094687744 40761 33554432000 4194304 4196468 140724948651392 140724948633936 139716425236215 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
/proc/10375/statm: 2708664 40761 3567 1 0 2670733 0
[pid=10375/tid=10428] ppid=10372 vsize=10834656 memory=279344807231280 CPUtime=1.43 cores=1,3,5,7
/proc/10375/task/10428/stat : 10428 (java) R 10372 10375 5064 0 -1 4202560 15066 13011 0 0 129 6 5 3 20 0 15 0 405696168 11094687744 40761 33554432000 4194304 4196468 140724948651392 139716397054416 139716028049872 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10429] ppid=10372 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10375/task/10429/stat : 10429 (java) S 10372 10375 5064 0 -1 1077944384 31 13011 0 0 1 0 5 3 20 0 15 0 405696168 11094687744 40761 33554432000 4194304 4196468 140724948651392 139716429478160 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10430] ppid=10372 vsize=10834656 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10430/stat : 10430 (java) S 10372 10375 5064 0 -1 1077944384 9 13011 0 0 0 0 5 3 20 0 15 0 405696168 11094687744 40761 33554432000 4194304 4196468 140724948651392 139716361390480 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10431] ppid=10372 vsize=10834656 memory=2268 CPUtime=0.09 cores=1,3,5,7
/proc/10375/task/10431/stat : 10431 (java) S 10372 10375 5064 0 -1 1077944384 39 13011 0 0 1 0 5 3 20 0 15 0 405696168 11094687744 40761 33554432000 4194304 4196468 140724948651392 139715997469200 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10432] ppid=10372 vsize=10834656 memory=46584 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10432/stat : 10432 (java) S 10372 10375 5064 0 -1 1077944384 25 13011 0 0 0 0 5 3 20 0 15 0 405696168 11094687744 40761 33554432000 4194304 4196468 140724948651392 139715996416656 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10433] ppid=10372 vsize=10834656 memory=1580 CPUtime=0.09 cores=1,3,5,7
/proc/10375/task/10433/stat : 10433 (java) S 10372 10375 5064 0 -1 1077944384 43 13011 0 0 1 0 5 3 20 0 15 0 405696170 11094687744 40761 33554432000 4194304 4196468 140724948651392 139715884714480 139716425247362 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10434] ppid=10372 vsize=10834656 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10434/stat : 10434 (java) S 10372 10375 5064 0 -1 1077944384 35 13011 0 0 0 0 5 3 20 0 15 0 405696170 11094687744 40761 33554432000 4194304 4196468 140724948651392 139715883660704 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10435] ppid=10372 vsize=10834656 memory=2811011 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10435/stat : 10435 (java) S 10372 10375 5064 0 -1 1077944384 8 13011 0 0 0 0 5 3 20 0 15 0 405696170 11094687744 40761 33554432000 4194304 4196468 140724948651392 139715286132208 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10436] ppid=10372 vsize=10834656 memory=2812297 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10436/stat : 10436 (java) S 10372 10375 5064 0 -1 1077944384 3 13011 0 0 0 0 5 3 20 0 15 0 405696173 11094687744 40761 33554432000 4194304 4196468 140724948651392 139714978732752 139716425254811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10437] ppid=10372 vsize=10834656 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/10375/task/10437/stat : 10437 (java) S 10372 10375 5064 0 -1 1077944384 789 13011 0 0 24 0 5 3 20 0 15 0 405696173 11094687744 40761 33554432000 4194304 4196468 140724948651392 139715850102768 139716425247362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10438] ppid=10372 vsize=10834656 memory=6791534058613427641 CPUtime=0.35 cores=1,3,5,7
/proc/10375/task/10438/stat : 10438 (java) S 10372 10375 5064 0 -1 1077944384 634 13011 0 0 27 0 5 3 20 0 15 0 405696173 11094687744 40761 33554432000 4194304 4196468 140724948651392 139715849050224 139716425247362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10439] ppid=10372 vsize=10834656 memory=4638778398332698720 CPUtime=0.48 cores=1,3,5,7
/proc/10375/task/10439/stat : 10439 (java) S 10372 10375 5064 0 -1 1077944384 1634 13011 0 0 40 0 5 3 20 0 15 0 405696173 11094687744 40761 33554432000 4194304 4196468 140724948651392 139715847997680 139716425247362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10440] ppid=10372 vsize=10834656 memory=5787213852817510736 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10440/stat : 10440 (java) S 10372 10375 5064 0 -1 1077944384 3 13011 0 0 0 0 5 3 20 0 15 0 405696173 11094687744 40761 33554432000 4194304 4196468 140724948651392 139714945174112 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10441] ppid=10372 vsize=10834656 memory=279344807434712 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10441/stat : 10441 (java) S 10372 10375 5064 0 -1 1077944384 1 13011 0 0 0 0 5 3 20 0 15 0 405696173 11094687744 40761 33554432000 4194304 4196468 140724948651392 139715846945584 139716425247362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0

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

/proc/10375/task/10428/stat : 10428 (java) R 10372 10375 5064 0 -1 4202560 53731 13011 0 0 229606 51 5 3 20 0 15 0 405696168 11105193984 164845 33554432000 4194304 4196468 140724948651392 139716397071792 139716039860896 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10429] ppid=10372 vsize=10844916 memory=659380 CPUtime=11.69 cores=1,3,5,7
/proc/10375/task/10429/stat : 10429 (java) S 10372 10375 5064 0 -1 1077944384 9131 13011 0 0 1101 60 5 3 20 0 15 0 405696168 11105193984 164845 33554432000 4194304 4196468 140724948651392 139716429478160 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10430] ppid=10372 vsize=10844916 memory=659380 CPUtime=11.71 cores=1,3,5,7
/proc/10375/task/10430/stat : 10430 (java) S 10372 10375 5064 0 -1 1077944384 11421 13011 0 0 1094 69 5 3 20 0 15 0 405696168 11105193984 164845 33554432000 4194304 4196468 140724948651392 139716361390480 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10431] ppid=10372 vsize=10844916 memory=659380 CPUtime=11.65 cores=1,3,5,7
/proc/10375/task/10431/stat : 10431 (java) S 10372 10375 5064 0 -1 1077944384 7939 13011 0 0 1088 69 5 3 20 0 15 0 405696168 11105193984 164845 33554432000 4194304 4196468 140724948651392 139715997469200 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10432] ppid=10372 vsize=10844916 memory=659380 CPUtime=11.68 cores=1,3,5,7
/proc/10375/task/10432/stat : 10432 (java) S 10372 10375 5064 0 -1 1077944384 11168 13011 0 0 1096 64 5 3 20 0 15 0 405696168 11105193984 164845 33554432000 4194304 4196468 140724948651392 139715996416656 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10433] ppid=10372 vsize=10844916 memory=659380 CPUtime=11.31 cores=1,3,5,7
/proc/10375/task/10433/stat : 10433 (java) S 10372 10375 5064 0 -1 1077944384 10117 13011 0 0 1061 62 5 3 20 0 15 0 405696170 11105193984 164845 33554432000 4194304 4196468 140724948651392 139715884714480 139716425247362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10434] ppid=10372 vsize=10844916 memory=659380 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10434/stat : 10434 (java) S 10372 10375 5064 0 -1 1077944384 35 13011 0 0 0 0 5 3 20 0 15 0 405696170 11105193984 164845 33554432000 4194304 4196468 140724948651392 139715883660768 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10435] ppid=10372 vsize=10844916 memory=279344808197984 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10435/stat : 10435 (java) S 10372 10375 5064 0 -1 1077944384 8 13011 0 0 0 0 5 3 20 0 15 0 405696170 11105193984 164845 33554432000 4194304 4196468 140724948651392 139715286132224 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10436] ppid=10372 vsize=10844916 memory=7517750687467005546 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10436/stat : 10436 (java) S 10372 10375 5064 0 -1 1077944384 3 13011 0 0 0 0 5 3 20 0 15 0 405696173 11105193984 164845 33554432000 4194304 4196468 140724948651392 139714978732752 139716425254811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10437] ppid=10372 vsize=10844916 memory=659380 CPUtime=6.58 cores=1,3,5,7
/proc/10375/task/10437/stat : 10437 (java) S 10372 10375 5064 0 -1 1077944384 30157 13011 0 0 642 8 5 3 20 0 15 0 405696173 11105193984 164845 33554432000 4194304 4196468 140724948651392 139715850102768 139716425247362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10438] ppid=10372 vsize=10844916 memory=659380 CPUtime=6.78 cores=1,3,5,7
/proc/10375/task/10438/stat : 10438 (java) S 10372 10375 5064 0 -1 1077944384 30480 13011 0 0 664 6 5 3 20 0 15 0 405696173 11105193984 164845 33554432000 4194304 4196468 140724948651392 139715849050224 139716425247362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10439] ppid=10372 vsize=10844916 memory=659380 CPUtime=5.08 cores=1,3,5,7
/proc/10375/task/10439/stat : 10439 (java) S 10372 10375 5064 0 -1 1077944384 41961 13011 0 0 490 10 5 3 20 0 15 0 405696173 11105193984 164845 33554432000 4194304 4196468 140724948651392 139715847997680 139716425247362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10440] ppid=10372 vsize=10844916 memory=659380 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10440/stat : 10440 (java) S 10372 10375 5064 0 -1 1077944384 3 13011 0 0 0 0 5 3 20 0 15 0 405696173 11105193984 164845 33554432000 4194304 4196468 140724948651392 139714945174112 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10441] ppid=10372 vsize=10844916 memory=1324 CPUtime=1.38 cores=1,3,5,7
/proc/10375/task/10441/stat : 10441 (java) S 10372 10375 5064 0 -1 1077944384 1035 13011 0 0 55 75 5 3 20 0 15 0 405696173 11105193984 164845 33554432000 4194304 4196468 140724948651392 139715846945584 139716425247362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
Current children cumulated CPU time: 2373.88 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 659380 KiB

[startup+2382.3 s]
/proc/loadavg: 1.57 1.60 1.53 3/226 10793
/proc/meminfo: memFree=29689252/32770624 swapFree=66916312/67108860
[pid=10375] ppid=10372 vsize=10844916 memory=659456 CPUtime=2434.8 cores=1,3,5,7
/proc/10375/stat : 10375 (java) S 10372 10375 5064 0 -1 1077944320 210746 13011 0 0 243077 395 5 3 20 0 15 0 405696159 11105193984 164864 33554432000 4194304 4196468 140724948651392 140724948633936 139716425236215 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
/proc/10375/statm: 2711229 164864 3617 1 0 2673293 0
[pid=10375/tid=10428] ppid=10372 vsize=10844916 memory=659456 CPUtime=2355.98 cores=1,3,5,7
/proc/10375/task/10428/stat : 10428 (java) R 10372 10375 5064 0 -1 4202560 54489 13011 0 0 235538 52 5 3 20 0 15 0 405696168 11105193984 164864 33554432000 4194304 4196468 140724948651392 139716397072288 139716029620728 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10429] ppid=10372 vsize=10844916 memory=659456 CPUtime=12.01 cores=1,3,5,7
/proc/10375/task/10429/stat : 10429 (java) S 10372 10375 5064 0 -1 1077944384 9150 13011 0 0 1131 62 5 3 20 0 15 0 405696168 11105193984 164864 33554432000 4194304 4196468 140724948651392 139716429478160 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10430] ppid=10372 vsize=10844916 memory=6791534058613427641 CPUtime=12.02 cores=1,3,5,7
/proc/10375/task/10430/stat : 10430 (java) S 10372 10375 5064 0 -1 1077944384 11548 13011 0 0 1124 70 5 3 20 0 15 0 405696168 11105193984 164864 33554432000 4194304 4196468 140724948651392 139716361390480 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10431] ppid=10372 vsize=10844916 memory=659404 CPUtime=11.97 cores=1,3,5,7
/proc/10375/task/10431/stat : 10431 (java) S 10372 10375 5064 0 -1 1077944384 8009 13011 0 0 1118 71 5 3 20 0 15 0 405696168 11105193984 164864 33554432000 4194304 4196468 140724948651392 139715997469200 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10432] ppid=10372 vsize=10844916 memory=659404 CPUtime=11.99 cores=1,3,5,7
/proc/10375/task/10432/stat : 10432 (java) S 10372 10375 5064 0 -1 1077944384 11316 13011 0 0 1125 66 5 3 20 0 15 0 405696168 11105193984 164864 33554432000 4194304 4196468 140724948651392 139715996416656 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10433] ppid=10372 vsize=10844916 memory=659404 CPUtime=11.61 cores=1,3,5,7
/proc/10375/task/10433/stat : 10433 (java) S 10372 10375 5064 0 -1 1077944384 10333 13011 0 0 1090 63 5 3 20 0 15 0 405696170 11105193984 164864 33554432000 4194304 4196468 140724948651392 139715884714480 139716425247362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10434] ppid=10372 vsize=10844916 memory=279344807872880 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10434/stat : 10434 (java) S 10372 10375 5064 0 -1 1077944384 35 13011 0 0 0 0 5 3 20 0 15 0 405696170 11105193984 164864 33554432000 4194304 4196468 140724948651392 139715883660768 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10435] ppid=10372 vsize=10844916 memory=659380 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10435/stat : 10435 (java) S 10372 10375 5064 0 -1 1077944384 8 13011 0 0 0 0 5 3 20 0 15 0 405696170 11105193984 164864 33554432000 4194304 4196468 140724948651392 139715286132224 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10436] ppid=10372 vsize=10844916 memory=659404 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10436/stat : 10436 (java) S 10372 10375 5064 0 -1 1077944384 3 13011 0 0 0 0 5 3 20 0 15 0 405696173 11105193984 164864 33554432000 4194304 4196468 140724948651392 139714978732752 139716425254811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10437] ppid=10372 vsize=10844916 memory=659404 CPUtime=6.58 cores=1,3,5,7
/proc/10375/task/10437/stat : 10437 (java) S 10372 10375 5064 0 -1 1077944384 30159 13011 0 0 642 8 5 3 20 0 15 0 405696173 11105193984 164864 33554432000 4194304 4196468 140724948651392 139715850102768 139716425247362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10438] ppid=10372 vsize=10844916 memory=659456 CPUtime=6.78 cores=1,3,5,7
/proc/10375/task/10438/stat : 10438 (java) S 10372 10375 5064 0 -1 1077944384 30482 13011 0 0 664 6 5 3 20 0 15 0 405696173 11105193984 164864 33554432000 4194304 4196468 140724948651392 139715849050224 139716425247362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10439] ppid=10372 vsize=10844916 memory=659380 CPUtime=5.08 cores=1,3,5,7
/proc/10375/task/10439/stat : 10439 (java) S 10372 10375 5064 0 -1 1077944384 41963 13011 0 0 490 10 5 3 20 0 15 0 405696173 11105193984 164864 33554432000 4194304 4196468 140724948651392 139715847997680 139716425247362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10440] ppid=10372 vsize=10844916 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10440/stat : 10440 (java) S 10372 10375 5064 0 -1 1077944384 3 13011 0 0 0 0 5 3 20 0 15 0 405696173 11105193984 164864 33554432000 4194304 4196468 140724948651392 139714945174112 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10441] ppid=10372 vsize=10844916 memory=659456 CPUtime=1.42 cores=1,3,5,7
/proc/10375/task/10441/stat : 10441 (java) S 10372 10375 5064 0 -1 1077944384 1043 13011 0 0 57 77 5 3 20 0 15 0 405696173 11105193984 164864 33554432000 4194304 4196468 140724948651392 139715846945584 139716425247362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
Current children cumulated CPU time: 2434.8 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 659456 KiB

[startup+2442.3 s]
/proc/loadavg: 1.39 1.55 1.52 3/227 10798
/proc/meminfo: memFree=29683512/32770624 swapFree=66916312/67108860
[pid=10375] ppid=10372 vsize=10844916 memory=661532 CPUtime=2495.74 cores=1,3,5,7
/proc/10375/stat : 10375 (java) S 10372 10375 5064 0 -1 1077944320 211566 13011 0 0 249162 404 5 3 20 0 15 0 405696159 11105193984 165383 33554432000 4194304 4196468 140724948651392 140724948633936 139716425236215 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
/proc/10375/statm: 2711229 165383 3617 1 0 2673293 0
[pid=10375/tid=10428] ppid=10372 vsize=10844916 memory=1580 CPUtime=2415.26 cores=1,3,5,7
/proc/10375/task/10428/stat : 10428 (java) R 10372 10375 5064 0 -1 4202560 55076 13011 0 0 241466 52 5 3 20 0 15 0 405696168 11105193984 165383 33554432000 4194304 4196468 140724948651392 139716397072928 139716033443164 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10429] ppid=10372 vsize=10844916 memory=661532 CPUtime=12.33 cores=1,3,5,7
/proc/10375/task/10429/stat : 10429 (java) S 10372 10375 5064 0 -1 1077944384 9186 13011 0 0 1161 64 5 3 20 0 15 0 405696168 11105193984 165383 33554432000 4194304 4196468 140724948651392 139716429478160 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10430] ppid=10372 vsize=10844916 memory=659456 CPUtime=12.34 cores=1,3,5,7
/proc/10375/task/10430/stat : 10430 (java) S 10372 10375 5064 0 -1 1077944384 11558 13011 0 0 1154 72 5 3 20 0 15 0 405696168 11105193984 165383 33554432000 4194304 4196468 140724948651392 139716361390480 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10431] ppid=10372 vsize=10844916 memory=659456 CPUtime=12.29 cores=1,3,5,7
/proc/10375/task/10431/stat : 10431 (java) S 10372 10375 5064 0 -1 1077944384 8017 13011 0 0 1149 72 5 3 20 0 15 0 405696168 11105193984 165383 33554432000 4194304 4196468 140724948651392 139715997469200 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10432] ppid=10372 vsize=10844916 memory=659380 CPUtime=12.32 cores=1,3,5,7
/proc/10375/task/10432/stat : 10432 (java) S 10372 10375 5064 0 -1 1077944384 11461 13011 0 0 1156 68 5 3 20 0 15 0 405696168 11105193984 165383 33554432000 4194304 4196468 140724948651392 139715996416656 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10433] ppid=10372 vsize=10844916 memory=659456 CPUtime=11.92 cores=1,3,5,7
/proc/10375/task/10433/stat : 10433 (java) S 10372 10375 5064 0 -1 1077944384 10363 13011 0 0 1119 65 5 3 20 0 15 0 405696170 11105193984 165383 33554432000 4194304 4196468 140724948651392 139715884714480 139716425247362 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10434] ppid=10372 vsize=10844916 memory=659456 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10434/stat : 10434 (java) S 10372 10375 5064 0 -1 1077944384 35 13011 0 0 0 0 5 3 20 0 15 0 405696170 11105193984 165383 33554432000 4194304 4196468 140724948651392 139715883660768 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10435] ppid=10372 vsize=10844916 memory=659456 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10435/stat : 10435 (java) S 10372 10375 5064 0 -1 1077944384 8 13011 0 0 0 0 5 3 20 0 15 0 405696170 11105193984 165383 33554432000 4194304 4196468 140724948651392 139715286132224 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10436] ppid=10372 vsize=10844916 memory=279344808575168 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10436/stat : 10436 (java) S 10372 10375 5064 0 -1 1077944384 3 13011 0 0 0 0 5 3 20 0 15 0 405696173 11105193984 165383 33554432000 4194304 4196468 140724948651392 139714978732752 139716425254811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10437] ppid=10372 vsize=10844916 memory=659456 CPUtime=6.58 cores=1,3,5,7
/proc/10375/task/10437/stat : 10437 (java) S 10372 10375 5064 0 -1 1077944384 30159 13011 0 0 642 8 5 3 20 0 15 0 405696173 11105193984 165383 33554432000 4194304 4196468 140724948651392 139715850102768 139716425247362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10438] ppid=10372 vsize=10844916 memory=659456 CPUtime=6.78 cores=1,3,5,7
/proc/10375/task/10438/stat : 10438 (java) S 10372 10375 5064 0 -1 1077944384 30482 13011 0 0 664 6 5 3 20 0 15 0 405696173 11105193984 165383 33554432000 4194304 4196468 140724948651392 139715849050224 139716425247362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10439] ppid=10372 vsize=10844916 memory=661532 CPUtime=5.08 cores=1,3,5,7
/proc/10375/task/10439/stat : 10439 (java) S 10372 10375 5064 0 -1 1077944384 41963 13011 0 0 490 10 5 3 20 0 15 0 405696173 11105193984 165383 33554432000 4194304 4196468 140724948651392 139715847997680 139716425247362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10440] ppid=10372 vsize=10844916 memory=661532 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10440/stat : 10440 (java) S 10372 10375 5064 0 -1 1077944384 3 13011 0 0 0 0 5 3 20 0 15 0 405696173 11105193984 165383 33554432000 4194304 4196468 140724948651392 139714945174112 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10441] ppid=10372 vsize=10844916 memory=659456 CPUtime=1.45 cores=1,3,5,7
/proc/10375/task/10441/stat : 10441 (java) S 10372 10375 5064 0 -1 1077944384 1047 13011 0 0 58 79 5 3 20 0 15 0 405696173 11105193984 165383 33554432000 4194304 4196468 140724948651392 139715846945584 139716425247362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
Current children cumulated CPU time: 2495.74 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 661532 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2466.2 s]
/proc/loadavg: 1.40 1.54 1.51 3/227 10801
/proc/meminfo: memFree=29682488/32770624 swapFree=66916312/67108860
[pid=10375] ppid=10372 vsize=10844916 memory=661540 CPUtime=2520.03 cores=1,3,5,7
/proc/10375/stat : 10375 (java) S 10372 10375 5064 0 -1 1077944320 212234 13011 0 0 251586 409 5 3 20 0 15 0 405696159 11105193984 165385 33554432000 4194304 4196468 140724948651392 140724948633936 139716425236215 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
/proc/10375/statm: 2711229 165385 3617 1 0 2673293 0
[pid=10375/tid=10428] ppid=10372 vsize=10844916 memory=1408 CPUtime=2438.88 cores=1,3,5,7
/proc/10375/task/10428/stat : 10428 (java) R 10372 10375 5064 0 -1 4202560 55349 13011 0 0 243827 53 5 3 20 0 15 0 405696168 11105193984 165385 33554432000 4194304 4196468 140724948651392 139716397072448 139716038460917 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10429] ppid=10372 vsize=10844916 memory=3192 CPUtime=12.46 cores=1,3,5,7
/proc/10375/task/10429/stat : 10429 (java) S 10372 10375 5064 0 -1 1077944384 9200 13011 0 0 1173 65 5 3 20 0 15 0 405696168 11105193984 165385 33554432000 4194304 4196468 140724948651392 139716429478160 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10430] ppid=10372 vsize=10844916 memory=661540 CPUtime=12.48 cores=1,3,5,7
/proc/10375/task/10430/stat : 10430 (java) S 10372 10375 5064 0 -1 1077944384 11591 13011 0 0 1167 73 5 3 20 0 15 0 405696168 11105193984 165385 33554432000 4194304 4196468 140724948651392 139716361390480 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10431] ppid=10372 vsize=10844916 memory=1412 CPUtime=12.43 cores=1,3,5,7
/proc/10375/task/10431/stat : 10431 (java) S 10372 10375 5064 0 -1 1077944384 8030 13011 0 0 1162 73 5 3 20 0 15 0 405696168 11105193984 165385 33554432000 4194304 4196468 140724948651392 139715997469200 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10432] ppid=10372 vsize=10844916 memory=3244 CPUtime=12.45 cores=1,3,5,7
/proc/10375/task/10432/stat : 10432 (java) S 10372 10375 5064 0 -1 1077944384 11589 13011 0 0 1168 69 5 3 20 0 15 0 405696168 11105193984 165385 33554432000 4194304 4196468 140724948651392 139715996416656 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10433] ppid=10372 vsize=10844916 memory=290763849282617370 CPUtime=12.05 cores=1,3,5,7
/proc/10375/task/10433/stat : 10433 (java) S 10372 10375 5064 0 -1 1077944384 10549 13011 0 0 1131 66 5 3 20 0 15 0 405696170 11105193984 165385 33554432000 4194304 4196468 140724948651392 139715884714480 139716425247362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10434] ppid=10372 vsize=10844916 memory=290763857956438330 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10434/stat : 10434 (java) S 10372 10375 5064 0 -1 1077944384 35 13011 0 0 0 0 5 3 20 0 15 0 405696170 11105193984 165385 33554432000 4194304 4196468 140724948651392 139715883660768 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10435] ppid=10372 vsize=10844916 memory=14699582244260396 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10435/stat : 10435 (java) S 10372 10375 5064 0 -1 1077944384 8 13011 0 0 0 0 5 3 20 0 15 0 405696170 11105193984 165385 33554432000 4194304 4196468 140724948651392 139715286132224 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10436] ppid=10372 vsize=10844916 memory=1448 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10436/stat : 10436 (java) S 10372 10375 5064 0 -1 1077944384 3 13011 0 0 0 0 5 3 20 0 15 0 405696173 11105193984 165385 33554432000 4194304 4196468 140724948651392 139714978732752 139716425254811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10437] ppid=10372 vsize=10844916 memory=1980 CPUtime=6.58 cores=1,3,5,7
/proc/10375/task/10437/stat : 10437 (java) S 10372 10375 5064 0 -1 1077944384 30161 13011 0 0 642 8 5 3 20 0 15 0 405696173 11105193984 165385 33554432000 4194304 4196468 140724948651392 139715850102768 139716425247362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10438] ppid=10372 vsize=10844916 memory=2432 CPUtime=6.78 cores=1,3,5,7
/proc/10375/task/10438/stat : 10438 (java) S 10372 10375 5064 0 -1 1077944384 30484 13011 0 0 664 6 5 3 20 0 15 0 405696173 11105193984 165385 33554432000 4194304 4196468 140724948651392 139715849050224 139716425247362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10439] ppid=10372 vsize=10844916 memory=1760 CPUtime=5.08 cores=1,3,5,7
/proc/10375/task/10439/stat : 10439 (java) S 10372 10375 5064 0 -1 1077944384 41965 13011 0 0 490 10 5 3 20 0 15 0 405696173 11105193984 165385 33554432000 4194304 4196468 140724948651392 139715847997680 139716425247362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10440] ppid=10372 vsize=10844916 memory=111636 CPUtime=0.08 cores=1,3,5,7
/proc/10375/task/10440/stat : 10440 (java) S 10372 10375 5064 0 -1 1077944384 3 13011 0 0 0 0 5 3 20 0 15 0 405696173 11105193984 165385 33554432000 4194304 4196468 140724948651392 139714945174112 139716425246421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
[pid=10375/tid=10441] ppid=10372 vsize=10844916 memory=800 CPUtime=1.46 cores=1,3,5,7
/proc/10375/task/10441/stat : 10441 (java) S 10372 10375 5064 0 -1 1077944384 1062 13011 0 0 59 79 5 3 20 0 15 0 405696173 11105193984 165385 33554432000 4194304 4196468 140724948651392 139715846945584 139716425247362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23445504 140724948658934 140724948661445 140724948661445 140724948664271 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 661540 KiB

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

[startup+2466.24 s]
# the end of solver process 10375 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.94 s, system=4.13368 s

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

Child status: 143
Real time (s): 2466.24
CPU time (s): 2520.07
CPU user time (s): 2515.94
CPU system time (s): 4.13368
CPU usage (%): 102.183
Max. virtual memory (cumulated for all children) (KiB): 10847580
Max. memory (cumulated for all children) (KiB): 661540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.94
system time used= 4.13368
maximum resident set size= 665752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 226163
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 340923
involuntary context switches= 9269


# summary of solver processes directly reported to runsolver:
#   pid: 10375
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2515.94
#   total CPU system time (s): 4.13368

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.2084 second user time and 21.5949 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-12 16:12:21
IDJOB=4387299
IDBENCH=133450
IDSOLVER=2823
FILE ID=node141/4387299-1568297582
RUNJOBID= node141-1568285927-6017
PBS_JOBID= 21701068
Free space on /tmp= 53776 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-13.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387299-1568297582/watcher-4387299-1568297582 -o /tmp/evaluation-result-4387299-1568297582/solver-4387299-1568297582 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568285927-6017 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=329119431 HOME/instance-4387299-1568297582.xml

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

MD5SUM BENCH= e9c019b34e7441e843704d2f83648de8
RANDOM SEED=329119431

node141.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30283360 kB
MemAvailable:   30476860 kB
Buffers:           99852 kB
Cached:           393476 kB
SwapCached:        82032 kB
Active:          1651920 kB
Inactive:         307720 kB
Active(anon):    1389244 kB
Inactive(anon):   106116 kB
Active(file):     262676 kB
Inactive(file):   201604 kB
Unevictable:      108408 kB
Mlocked:          108408 kB
SwapTotal:      67108860 kB
SwapFree:       66916276 kB
Dirty:             35048 kB
Writeback:             0 kB
AnonPages:       1492860 kB
Mapped:            45252 kB
Shmem:             20808 kB
Slab:             119404 kB
SReclaimable:      90112 kB
SUnreclaim:        29292 kB
KernelStack:        3824 kB
PageTables:         9148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2546660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1327104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 53744 MiB
End job on node141 at 2019-09-12 16:53:27