Trace number 4302276

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.9.2SAT (TO)1404 252.092 235.436

General information on the benchmark

NameKnapsack/
Knapsack-60-250-00_c18.xml
MD5SUMc946fa8aa2d076cbb98267642aa382e7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1404
Best CPU time to get the best result obtained on this benchmark248.953
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":60}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":60}]
Minimum constraint arity60
Maximum constraint arity60
Distribution of constraint arities[{"arity":60,"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

1.01/1.19	c Concrete v3.9.2.1532736233296 running
6.36/3.75	o 440
6.36/3.78	o 456
6.62/3.80	o 486
6.62/3.80	o 504
6.62/3.82	o 576
6.62/3.84	o 604
6.62/3.85	o 611
6.62/3.90	o 627
6.98/3.90	o 645
6.98/3.91	o 691
6.98/3.92	o 725
6.98/3.93	o 749
6.98/3.94	o 775
6.98/3.94	o 793
6.98/3.94	o 816
6.98/3.95	o 845
6.98/3.95	o 850
6.98/3.99	o 856
6.98/4.01	o 877
7.37/4.01	o 894
7.37/4.09	o 924
7.37/4.10	o 955
7.37/4.10	o 1043
7.98/4.21	o 1048
7.98/4.23	o 1078
7.98/4.23	o 1079
7.98/4.27	o 1115
7.98/4.27	o 1131
7.98/4.28	o 1152
7.98/4.28	o 1164
7.98/4.28	o 1187
8.28/4.30	o 1224
8.28/4.30	o 1229
9.79/4.81	o 1290
9.79/4.84	o 1295
9.79/4.84	o 1306
9.79/4.86	o 1308
9.79/4.86	o 1309
10.41/5.02	o 1327
10.78/5.30	o 1333
10.90/5.41	o 1341
11.17/5.67	o 1344
12.12/6.33	o 1379
12.12/6.34	o 1380
12.12/6.34	o 1391
13.78/7.39	o 1393
67.80/53.32	o 1397
67.80/53.35	o 1398
67.80/53.35	o 1404
252.04/235.40	Exception in thread "main" java.util.concurrent.TimeoutException
252.04/235.40		at concrete.MAC.mac(MAC.scala:188)
252.04/235.40		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.04/235.40		at scala.util.Try$.apply(Try.scala:209)
252.04/235.40		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.04/235.40		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.04/235.40		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.04/235.40		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.04/235.40		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.04/235.40		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.04/235.40		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.04/235.40		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.04/235.40		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.04/235.40		at concrete.MAC.oneRun(MAC.scala:253)
252.04/235.40		at concrete.MAC.nextSolution(MAC.scala:272)
252.04/235.40		at concrete.MAC.nextSolution(MAC.scala:355)
252.04/235.41		at concrete.Solver.hasNext(Solver.scala:166)
252.04/235.41		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.04/235.41		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.04/235.41		at concrete.Solver.foreach(Solver.scala:68)
252.04/235.41		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.04/235.41		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.04/235.41		at scala.util.Success.map(Try.scala:209)
252.04/235.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.04/235.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.04/235.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.04/235.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.04/235.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.04/235.41		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.04/235.41		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.04/235.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.04/235.41		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.04/235.41		at scala.collection.immutable.List.foreach(List.scala:389)
252.04/235.41		at scala.App.main(App.scala:76)
252.04/235.41		at scala.App.main$(App.scala:74)
252.04/235.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.04/235.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.04/235.41	v <instantiation cost="1404">
252.04/235.41	v       <list>
252.04/235.41	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] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59]
252.04/235.41	v       </list>
252.04/235.41	v       <values>
252.04/235.41	v         1 1 0 1 0 0 1 1 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 1 0 0 1 0 0 0 1 1 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0
252.04/235.41	v       </values>
252.04/235.41	v     </instantiation>
252.04/235.41	s SATISFIABLE

Verifier Data

OK	1404

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302276-1532897911/watcher-4302276-1532897911 -o /tmp/evaluation-result-4302276-1532897911/solver-4302276-1532897911 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532895551-13369 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=853182270 HOME/instance-4302276-1532897911.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
Current StackSize limit: 8192 KiB

solver pid=17250, runsolver pid=17247

[startup+0.100144 s]*
/proc/loadavg: 2.21 1.81 1.68 3/206 17307
/proc/meminfo: memFree=22371576/32770624 swapFree=67108688/67108860
[pid=17250] ppid=17247 vsize=10005480 memory=18332 CPUtime=0.1 cores=1,3,5,7
/proc/17250/stat : 17250 (java) S 17247 17250 6529 0 -1 1077944320 4247 12985 0 0 1 1 5 3 20 0 6 0 107353934 10245611520 4583 33554432000 4194304 4196468 140728471153968 140728471136512 140120920211191 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
/proc/17250/statm: 2501370 4583 1931 1 0 2489808 0
[pid=17250/tid=17303] ppid=17247 vsize=10005480 memory=4279135703946592399 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17303/stat : 17303 (java) R 17247 17250 6529 0 -1 4202560 2054 12985 0 0 0 0 5 3 20 0 6 0 107353943 10245611520 4583 33554432000 4194304 4196468 140728471153968 140120892047952 140120901604925 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17304] ppid=17247 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17304/stat : 17304 (java) S 17247 17250 6529 0 -1 1077944384 2 12985 0 0 0 0 5 3 20 0 6 0 107353944 10245611520 4583 33554432000 4194304 4196468 140728471153968 140120924453776 140120920221397 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17305] ppid=17247 vsize=10005480 memory=139882661709440 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17305/stat : 17305 (java) S 17247 17250 6529 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 6 0 107353944 10245611520 4583 33554432000 4194304 4196468 140728471153968 140120779172624 140120920221397 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17306] ppid=17247 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17306/stat : 17306 (java) S 17247 17250 6529 0 -1 1077944384 2 12985 0 0 0 0 5 3 20 0 6 0 107353944 10245611520 4583 33554432000 4194304 4196468 140728471153968 140120778120336 140120920221397 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17307] ppid=17247 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17307/stat : 17307 (java) S 17247 17250 6529 0 -1 1077944384 2 12985 0 0 0 0 5 3 20 0 6 0 107353944 10245611520 4583 33554432000 4194304 4196468 140728471153968 140120777067536 140120920221397 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18332 KiB

[startup+0.209976 s]*
/proc/loadavg: 2.21 1.81 1.68 3/215 17316
/proc/meminfo: memFree=22344332/32770624 swapFree=67108688/67108860
[pid=17250] ppid=17247 vsize=10982744 memory=48240 CPUtime=0.26 cores=1,3,5,7
/proc/17250/stat : 17250 (java) S 17247 17250 6529 0 -1 1077944320 7753 12985 0 0 16 2 5 3 20 0 15 0 107353934 11246329856 12060 33554432000 4194304 4196468 140728471153968 140728471136512 140120920211191 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
/proc/17250/statm: 2745686 12060 2949 1 0 2708109 0
[pid=17250/tid=17303] ppid=17247 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/17250/task/17303/stat : 17303 (java) R 17247 17250 6529 0 -1 4202560 4325 12985 0 0 10 1 5 3 20 0 15 0 107353943 11246329856 12060 33554432000 4194304 4196468 140728471153968 140120892007232 140120920233117 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17304] ppid=17247 vsize=10982744 memory=343 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17304/stat : 17304 (java) S 17247 17250 6529 0 -1 1077944384 2 12985 0 0 0 0 5 3 20 0 15 0 107353944 11246329856 12060 33554432000 4194304 4196468 140728471153968 140120924453776 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17305] ppid=17247 vsize=10982744 memory=139882662352655 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17305/stat : 17305 (java) S 17247 17250 6529 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 107353944 11246329856 12060 33554432000 4194304 4196468 140728471153968 140120779172624 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17306] ppid=17247 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17306/stat : 17306 (java) S 17247 17250 6529 0 -1 1077944384 2 12985 0 0 0 0 5 3 20 0 15 0 107353944 11246329856 12060 33554432000 4194304 4196468 140728471153968 140120778120336 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17307] ppid=17247 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17307/stat : 17307 (java) S 17247 17250 6529 0 -1 1077944384 2 12985 0 0 0 0 5 3 20 0 15 0 107353944 11246329856 12060 33554432000 4194304 4196468 140728471153968 140120777067536 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17308] ppid=17247 vsize=10982744 memory=139882661709440 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17308/stat : 17308 (java) S 17247 17250 6529 0 -1 1077944384 2 12985 0 0 0 0 5 3 20 0 15 0 107353945 11246329856 12060 33554432000 4194304 4196468 140728471153968 140120345761904 140120920222338 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17309] ppid=17247 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17309/stat : 17309 (java) S 17247 17250 6529 0 -1 1077944384 13 12985 0 0 0 0 5 3 20 0 15 0 107353946 11246329856 12060 33554432000 4194304 4196468 140728471153968 140119751254816 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17310] ppid=17247 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17310/stat : 17310 (java) S 17247 17250 6529 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 107353946 11246329856 12060 33554432000 4194304 4196468 140728471153968 140119549928560 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17311] ppid=17247 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17311/stat : 17311 (java) S 17247 17250 6529 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 107353949 11246329856 12060 33554432000 4194304 4196468 140728471153968 140119242528848 140120920229787 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17312] ppid=17247 vsize=10982744 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/17250/task/17312/stat : 17312 (java) S 17247 17250 6529 0 -1 1077944384 431 12985 0 0 1 0 5 3 20 0 15 0 107353949 11246329856 12060 33554432000 4194304 4196468 140728471153968 140120344709744 140120920222338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17313] ppid=17247 vsize=10982744 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/17250/task/17313/stat : 17313 (java) S 17247 17250 6529 0 -1 1077944384 189 12985 0 0 1 0 5 3 20 0 15 0 107353949 11246329856 12060 33554432000 4194304 4196468 140728471153968 140120343656944 140120920222338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17314] ppid=17247 vsize=10982744 memory=139882661709440 CPUtime=0.11 cores=1,3,5,7
/proc/17250/task/17314/stat : 17314 (java) R 17247 17250 6529 0 -1 4202560 607 12985 0 0 3 0 5 3 20 0 15 0 107353949 11246329856 12060 33554432000 4194304 4196468 140728471153968 140120342604656 140120898343822 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17315] ppid=17247 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17315/stat : 17315 (java) S 17247 17250 6529 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 107353949 11246329856 12060 33554432000 4194304 4196468 140728471153968 140118811732960 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17316] ppid=17247 vsize=10982744 memory=139882661709440 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17316/stat : 17316 (java) S 17247 17250 6529 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 107353949 11246329856 12060 33554432000 4194304 4196468 140728471153968 140120341551536 140120920222338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 48240 KiB

[startup+0.310344 s]*
/proc/loadavg: 2.21 1.81 1.68 3/215 17316
/proc/meminfo: memFree=22332680/32770624 swapFree=67108688/67108860
[pid=17250] ppid=17247 vsize=10983192 memory=58912 CPUtime=0.39 cores=1,3,5,7
/proc/17250/stat : 17250 (java) S 17247 17250 6529 0 -1 1077944320 10276 12985 0 0 28 3 5 3 20 0 15 0 107353934 11246788608 14728 33554432000 4194304 4196468 140728471153968 140728471136512 140120920211191 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
/proc/17250/statm: 2745798 14728 3068 1 0 2708109 0
[pid=17250/tid=17303] ppid=17247 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/17250/task/17303/stat : 17303 (java) R 17247 17250 6529 0 -1 4202560 6825 12985 0 0 19 2 5 3 20 0 15 0 107353943 11246788608 14728 33554432000 4194304 4196468 140728471153968 140120892023200 140120920233117 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17304] ppid=17247 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17304/stat : 17304 (java) S 17247 17250 6529 0 -1 1077944384 2 12985 0 0 0 0 5 3 20 0 15 0 107353944 11246788608 14728 33554432000 4194304 4196468 140728471153968 140120924453776 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17305] ppid=17247 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17305/stat : 17305 (java) S 17247 17250 6529 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 107353944 11246788608 14728 33554432000 4194304 4196468 140728471153968 140120779172624 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17306] ppid=17247 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17306/stat : 17306 (java) S 17247 17250 6529 0 -1 1077944384 2 12985 0 0 0 0 5 3 20 0 15 0 107353944 11246788608 14728 33554432000 4194304 4196468 140728471153968 140120778120336 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17307] ppid=17247 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17307/stat : 17307 (java) S 17247 17250 6529 0 -1 1077944384 2 12985 0 0 0 0 5 3 20 0 15 0 107353944 11246788608 14728 33554432000 4194304 4196468 140728471153968 140120777067536 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17308] ppid=17247 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17308/stat : 17308 (java) S 17247 17250 6529 0 -1 1077944384 2 12985 0 0 0 0 5 3 20 0 15 0 107353945 11246788608 14728 33554432000 4194304 4196468 140728471153968 140120345761904 140120920222338 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17309] ppid=17247 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17309/stat : 17309 (java) S 17247 17250 6529 0 -1 1077944384 13 12985 0 0 0 0 5 3 20 0 15 0 107353946 11246788608 14728 33554432000 4194304 4196468 140728471153968 140119751254816 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17310] ppid=17247 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17310/stat : 17310 (java) S 17247 17250 6529 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 107353946 11246788608 14728 33554432000 4194304 4196468 140728471153968 140119549928560 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17311] ppid=17247 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17311/stat : 17311 (java) S 17247 17250 6529 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 107353949 11246788608 14728 33554432000 4194304 4196468 140728471153968 140119242528848 140120920229787 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17312] ppid=17247 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/17250/task/17312/stat : 17312 (java) S 17247 17250 6529 0 -1 1077944384 431 12985 0 0 1 0 5 3 20 0 15 0 107353949 11246788608 14728 33554432000 4194304 4196468 140728471153968 140120344709744 140120920222338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17313] ppid=17247 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/17250/task/17313/stat : 17313 (java) S 17247 17250 6529 0 -1 1077944384 190 12985 0 0 1 0 5 3 20 0 15 0 107353949 11246788608 14728 33554432000 4194304 4196468 140728471153968 140120343656944 140120920222338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17314] ppid=17247 vsize=10983192 memory=139882661709440 CPUtime=0.13 cores=1,3,5,7
/proc/17250/task/17314/stat : 17314 (java) R 17247 17250 6529 0 -1 4202560 613 12985 0 0 5 0 5 3 20 0 15 0 107353949 11246788608 14728 33554432000 4194304 4196468 140728471153968 140120342604656 140120920232538 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17315] ppid=17247 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17315/stat : 17315 (java) S 17247 17250 6529 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 107353949 11246788608 14728 33554432000 4194304 4196468 140728471153968 140118811732960 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17316] ppid=17247 vsize=10983192 memory=139882661709440 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17316/stat : 17316 (java) S 17247 17250 6529 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 107353949 11246788608 14728 33554432000 4194304 4196468 140728471153968 140120341551536 140120920222338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 58912 KiB

[startup+0.700781 s]
/proc/loadavg: 2.20 1.81 1.68 3/215 17316
/proc/meminfo: memFree=22322024/32770624 swapFree=67108688/67108860
[pid=17250] ppid=17247 vsize=10983192 memory=91384 CPUtime=0.99 cores=1,3,5,7
/proc/17250/stat : 17250 (java) S 17247 17250 6529 0 -1 1077944320 16365 12985 0 0 87 4 5 3 20 0 15 0 107353934 11246788608 22846 33554432000 4194304 4196468 140728471153968 140728471136512 140120920211191 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
/proc/17250/statm: 2745798 22846 3247 1 0 2708109 0
[pid=17250/tid=17303] ppid=17247 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/17250/task/17303/stat : 17303 (java) R 17247 17250 6529 0 -1 4202560 11853 12985 0 0 55 3 5 3 20 0 15 0 107353943 11246788608 22846 33554432000 4194304 4196468 140728471153968 140120892032016 140120901584970 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17304] ppid=17247 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17304/stat : 17304 (java) S 17247 17250 6529 0 -1 1077944384 2 12985 0 0 0 0 5 3 20 0 15 0 107353944 11246788608 22846 33554432000 4194304 4196468 140728471153968 140120924453776 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17305] ppid=17247 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17305/stat : 17305 (java) S 17247 17250 6529 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 107353944 11246788608 22846 33554432000 4194304 4196468 140728471153968 140120779172624 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17306] ppid=17247 vsize=10983192 memory=32804 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17306/stat : 17306 (java) S 17247 17250 6529 0 -1 1077944384 2 12985 0 0 0 0 5 3 20 0 15 0 107353944 11246788608 22846 33554432000 4194304 4196468 140728471153968 140120778120336 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17307] ppid=17247 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17307/stat : 17307 (java) S 17247 17250 6529 0 -1 1077944384 2 12985 0 0 0 0 5 3 20 0 15 0 107353944 11246788608 22846 33554432000 4194304 4196468 140728471153968 140120777067536 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17308] ppid=17247 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17308/stat : 17308 (java) S 17247 17250 6529 0 -1 1077944384 5 12985 0 0 0 0 5 3 20 0 15 0 107353945 11246788608 22846 33554432000 4194304 4196468 140728471153968 140120345761904 140120920222338 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17309] ppid=17247 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17309/stat : 17309 (java) S 17247 17250 6529 0 -1 1077944384 13 12985 0 0 0 0 5 3 20 0 15 0 107353946 11246788608 22846 33554432000 4194304 4196468 140728471153968 140119751254816 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17310] ppid=17247 vsize=10983192 memory=139882521572112 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17310/stat : 17310 (java) S 17247 17250 6529 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 107353946 11246788608 22846 33554432000 4194304 4196468 140728471153968 140119549928560 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17311] ppid=17247 vsize=10983192 memory=139882789864017 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17311/stat : 17311 (java) S 17247 17250 6529 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 107353949 11246788608 22846 33554432000 4194304 4196468 140728471153968 140119242528848 140120920229787 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17312] ppid=17247 vsize=10983192 memory=14076 CPUtime=0.16 cores=1,3,5,7
/proc/17250/task/17312/stat : 17312 (java) S 17247 17250 6529 0 -1 1077944384 861 12985 0 0 8 0 5 3 20 0 15 0 107353949 11246788608 22846 33554432000 4194304 4196468 140728471153968 140120344709744 140120920222338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17313] ppid=17247 vsize=10983192 memory=4639098309541127269 CPUtime=0.17 cores=1,3,5,7
/proc/17250/task/17313/stat : 17313 (java) S 17247 17250 6529 0 -1 1077944384 761 12985 0 0 9 0 5 3 20 0 15 0 107353949 11246788608 22846 33554432000 4194304 4196468 140728471153968 140120343656944 140120920222338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17314] ppid=17247 vsize=10983192 memory=7885635084775281009 CPUtime=0.21 cores=1,3,5,7
/proc/17250/task/17314/stat : 17314 (java) S 17247 17250 6529 0 -1 1077944384 662 12985 0 0 13 0 5 3 20 0 15 0 107353949 11246788608 22846 33554432000 4194304 4196468 140728471153968 140120342604656 140120920222338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17315] ppid=17247 vsize=10983192 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17315/stat : 17315 (java) S 17247 17250 6529 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 107353949 11246788608 22846 33554432000 4194304 4196468 140728471153968 140118811732960 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17316] ppid=17247 vsize=10983192 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17316/stat : 17316 (java) S 17247 17250 6529 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 107353949 11246788608 22846 33554432000 4194304 4196468 140728471153968 140120341551536 140120920222338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 91384 KiB

[startup+1.50075 s]
/proc/loadavg: 2.20 1.81 1.68 2/215 17316
/proc/meminfo: memFree=22291268/32770624 swapFree=67108688/67108860
[pid=17250] ppid=17247 vsize=10991948 memory=115676 CPUtime=1.57 cores=1,3,5,7
/proc/17250/stat : 17250 (java) S 17247 17250 6529 0 -1 1077944320 19022 12985 0 0 142 7 5 3 20 0 15 0 107353934 11255754752 28919 33554432000 4194304 4196468 140728471153968 140728471136512 140120920211191 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
/proc/17250/statm: 2747987 28919 3436 1 0 2709645 0
[pid=17250/tid=17303] ppid=17247 vsize=10991948 memory=12848 CPUtime=1.01 cores=1,3,5,7
/proc/17250/task/17303/stat : 17303 (java) R 17247 17250 6529 0 -1 4202560 14198 12985 0 0 88 5 5 3 20 0 15 0 107353943 11255754752 28919 33554432000 4194304 4196468 140728471153968 140120892037664 140120920232538 0 4 0 16800975 0 0 0 -1 3 0 0 45 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17304] ppid=17247 vsize=10991948 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17304/stat : 17304 (java) S 17247 17250 6529 0 -1 1077944384 2 12985 0 0 0 0 5 3 20 0 15 0 107353944 11255754752 28919 33554432000 4194304 4196468 140728471153968 140120924453776 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17305] ppid=17247 vsize=10991948 memory=1404 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17305/stat : 17305 (java) S 17247 17250 6529 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 107353944 11255754752 28919 33554432000 4194304 4196468 140728471153968 140120779172624 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17306] ppid=17247 vsize=10991948 memory=2988 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17306/stat : 17306 (java) S 17247 17250 6529 0 -1 1077944384 2 12985 0 0 0 0 5 3 20 0 15 0 107353944 11255754752 28919 33554432000 4194304 4196468 140728471153968 140120778120336 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17307] ppid=17247 vsize=10991948 memory=91384 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17307/stat : 17307 (java) S 17247 17250 6529 0 -1 1077944384 2 12985 0 0 0 0 5 3 20 0 15 0 107353944 11255754752 28919 33554432000 4194304 4196468 140728471153968 140120777067536 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17308] ppid=17247 vsize=10991948 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17308/stat : 17308 (java) S 17247 17250 6529 0 -1 1077944384 5 12985 0 0 0 0 5 3 20 0 15 0 107353945 11255754752 28919 33554432000 4194304 4196468 140728471153968 140120345761904 140120920222338 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17309] ppid=17247 vsize=10991948 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17309/stat : 17309 (java) S 17247 17250 6529 0 -1 1077944384 13 12985 0 0 0 0 5 3 20 0 15 0 107353946 11255754752 28919 33554432000 4194304 4196468 140728471153968 140119751254816 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17310] ppid=17247 vsize=10991948 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17310/stat : 17310 (java) S 17247 17250 6529 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 107353946 11255754752 28919 33554432000 4194304 4196468 140728471153968 140119549928560 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17311] ppid=17247 vsize=10991948 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17311/stat : 17311 (java) S 17247 17250 6529 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 107353949 11255754752 28919 33554432000 4194304 4196468 140728471153968 140119242528848 140120920229787 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17312] ppid=17247 vsize=10991948 memory=6935649255759568960 CPUtime=0.21 cores=1,3,5,7
/proc/17250/task/17312/stat : 17312 (java) S 17247 17250 6529 0 -1 1077944384 898 12985 0 0 13 0 5 3 20 0 15 0 107353949 11255754752 28919 33554432000 4194304 4196468 140728471153968 140120344709744 140120920222338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17313] ppid=17247 vsize=10991948 memory=279765043420032 CPUtime=0.23 cores=1,3,5,7
/proc/17250/task/17313/stat : 17313 (java) S 17247 17250 6529 0 -1 1077944384 799 12985 0 0 15 0 5 3 20 0 15 0 107353949 11255754752 28919 33554432000 4194304 4196468 140728471153968 140120343656944 140120920222338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17314] ppid=17247 vsize=10991948 memory=6944656592452938395 CPUtime=0.32 cores=1,3,5,7
/proc/17250/task/17314/stat : 17314 (java) R 17247 17250 6529 0 -1 4202560 902 12985 0 0 24 0 5 3 20 0 15 0 107353949 11255754752 28919 33554432000 4194304 4196468 140728471153968 140120342600416 140120920223126 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17315] ppid=17247 vsize=10991948 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17315/stat : 17315 (java) S 17247 17250 6529 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 107353949 11255754752 28919 33554432000 4194304 4196468 140728471153968 140118811732960 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17316] ppid=17247 vsize=10991948 memory=4206468019014099040 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17316/stat : 17316 (java) S 17247 17250 6529 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 107353949 11255754752 28919 33554432000 4194304 4196468 140728471153968 140120341551536 140120920222338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 41 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
Current children cumulated CPU time: 1.57 s
Current children cumulated vsize: 10991948 KiB

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

/proc/17250/task/17303/stat : 17303 (java) R 17247 17250 6529 0 -1 4202560 44835 12985 0 0 10091 20 5 3 20 0 15 0 107353943 11343855616 216601 33554432000 4194304 4196468 140728471153968 140120892046064 140120452780931 0 4 0 16800975 0 0 0 -1 5 0 0 45 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17304] ppid=17247 vsize=11077984 memory=866404 CPUtime=0.33 cores=1,3,5,7
/proc/17250/task/17304/stat : 17304 (java) S 17247 17250 6529 0 -1 1077944384 2311 12985 0 0 22 3 5 3 20 0 15 0 107353944 11343855616 216601 33554432000 4194304 4196468 140728471153968 140120924453776 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17305] ppid=17247 vsize=11077984 memory=279765042951776 CPUtime=0.33 cores=1,3,5,7
/proc/17250/task/17305/stat : 17305 (java) S 17247 17250 6529 0 -1 1077944384 1598 12985 0 0 22 3 5 3 20 0 15 0 107353944 11343855616 216601 33554432000 4194304 4196468 140728471153968 140120779172624 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17306] ppid=17247 vsize=11077984 memory=866404 CPUtime=0.33 cores=1,3,5,7
/proc/17250/task/17306/stat : 17306 (java) S 17247 17250 6529 0 -1 1077944384 1586 12985 0 0 22 3 5 3 20 0 15 0 107353944 11343855616 216601 33554432000 4194304 4196468 140728471153968 140120778120336 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17307] ppid=17247 vsize=11077984 memory=279765043472176 CPUtime=0.33 cores=1,3,5,7
/proc/17250/task/17307/stat : 17307 (java) S 17247 17250 6529 0 -1 1077944384 2410 12985 0 0 22 3 5 3 20 0 15 0 107353944 11343855616 216601 33554432000 4194304 4196468 140728471153968 140120777067536 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17308] ppid=17247 vsize=11077984 memory=4140 CPUtime=0.31 cores=1,3,5,7
/proc/17250/task/17308/stat : 17308 (java) S 17247 17250 6529 0 -1 1077944384 3335 12985 0 0 22 1 5 3 20 0 15 0 107353945 11343855616 216601 33554432000 4194304 4196468 140728471153968 140120345761904 140120920222338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17309] ppid=17247 vsize=11077984 memory=30636 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17309/stat : 17309 (java) S 17247 17250 6529 0 -1 1077944384 18 12985 0 0 0 0 5 3 20 0 15 0 107353946 11343855616 216601 33554432000 4194304 4196468 140728471153968 140119751254880 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17310] ppid=17247 vsize=11077984 memory=1204 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17310/stat : 17310 (java) S 17247 17250 6529 0 -1 1077944384 4 12985 0 0 0 0 5 3 20 0 15 0 107353946 11343855616 216601 33554432000 4194304 4196468 140728471153968 140119549928576 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17311] ppid=17247 vsize=11077984 memory=15872 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17311/stat : 17311 (java) S 17247 17250 6529 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 107353949 11343855616 216601 33554432000 4194304 4196468 140728471153968 140119242528848 140120920229787 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17312] ppid=17247 vsize=11077984 memory=866404 CPUtime=5.84 cores=1,3,5,7
/proc/17250/task/17312/stat : 17312 (java) S 17247 17250 6529 0 -1 1077944384 9071 12985 0 0 574 2 5 3 20 0 15 0 107353949 11343855616 216601 33554432000 4194304 4196468 140728471153968 140120344709744 140120920222338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17313] ppid=17247 vsize=11077984 memory=866404 CPUtime=6.1 cores=1,3,5,7
/proc/17250/task/17313/stat : 17313 (java) S 17247 17250 6529 0 -1 1077944384 15829 12985 0 0 598 4 5 3 20 0 15 0 107353949 11343855616 216601 33554432000 4194304 4196468 140728471153968 140120343656944 140120920222338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17314] ppid=17247 vsize=11077984 memory=0 CPUtime=2.99 cores=1,3,5,7
/proc/17250/task/17314/stat : 17314 (java) S 17247 17250 6529 0 -1 1077944384 11465 12985 0 0 286 5 5 3 20 0 15 0 107353949 11343855616 216601 33554432000 4194304 4196468 140728471153968 140120342604656 140120920222338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17315] ppid=17247 vsize=11077984 memory=576 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17315/stat : 17315 (java) S 17247 17250 6529 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 107353949 11343855616 216601 33554432000 4194304 4196468 140728471153968 140118811732960 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17316] ppid=17247 vsize=11077984 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/17250/task/17316/stat : 17316 (java) S 17247 17250 6529 0 -1 1077944384 1300 12985 0 0 1 3 5 3 20 0 15 0 107353949 11343855616 216601 33554432000 4194304 4196468 140728471153968 140120341551536 140120920222338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 41 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
Current children cumulated CPU time: 117.28 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 866404 KiB

[startup+162.301 s]
/proc/loadavg: 1.66 1.78 1.69 3/215 17475
/proc/meminfo: memFree=23856608/32770624 swapFree=67108688/67108860
[pid=17250] ppid=17247 vsize=11077984 memory=866428 CPUtime=178 cores=1,3,5,7
/proc/17250/stat : 17250 (java) S 17247 17250 6529 0 -1 1077944320 99166 12985 0 0 17737 55 5 3 20 0 15 0 107353934 11343855616 216607 33554432000 4194304 4196468 140728471153968 140728471136512 140120920211191 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
/proc/17250/statm: 2769496 216607 3521 1 0 2731149 0
[pid=17250/tid=17303] ppid=17247 vsize=11077984 memory=866428 CPUtime=160.59 cores=1,3,5,7
/proc/17250/task/17303/stat : 17303 (java) R 17247 17250 6529 0 -1 4202560 45858 12985 0 0 16030 21 5 3 20 0 15 0 107353943 11343855616 216607 33554432000 4194304 4196468 140728471153968 140120892046448 140120452021988 0 4 0 16800975 0 0 0 -1 5 0 0 45 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17304] ppid=17247 vsize=11077984 memory=866428 CPUtime=0.59 cores=1,3,5,7
/proc/17250/task/17304/stat : 17304 (java) S 17247 17250 6529 0 -1 1077944384 2396 12985 0 0 47 4 5 3 20 0 15 0 107353944 11343855616 216607 33554432000 4194304 4196468 140728471153968 140120924453776 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17305] ppid=17247 vsize=11077984 memory=866428 CPUtime=0.59 cores=1,3,5,7
/proc/17250/task/17305/stat : 17305 (java) S 17247 17250 6529 0 -1 1077944384 3139 12985 0 0 47 4 5 3 20 0 15 0 107353944 11343855616 216607 33554432000 4194304 4196468 140728471153968 140120779172624 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17306] ppid=17247 vsize=11077984 memory=866428 CPUtime=0.59 cores=1,3,5,7
/proc/17250/task/17306/stat : 17306 (java) S 17247 17250 6529 0 -1 1077944384 1664 12985 0 0 47 4 5 3 20 0 15 0 107353944 11343855616 216607 33554432000 4194304 4196468 140728471153968 140120778120336 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17307] ppid=17247 vsize=11077984 memory=866428 CPUtime=0.59 cores=1,3,5,7
/proc/17250/task/17307/stat : 17307 (java) S 17247 17250 6529 0 -1 1077944384 2497 12985 0 0 47 4 5 3 20 0 15 0 107353944 11343855616 216607 33554432000 4194304 4196468 140728471153968 140120777067536 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17308] ppid=17247 vsize=11077984 memory=213953795867490 CPUtime=0.55 cores=1,3,5,7
/proc/17250/task/17308/stat : 17308 (java) S 17247 17250 6529 0 -1 1077944384 3694 12985 0 0 45 2 5 3 20 0 15 0 107353945 11343855616 216607 33554432000 4194304 4196468 140728471153968 140120345761904 140120920222338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17309] ppid=17247 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17309/stat : 17309 (java) S 17247 17250 6529 0 -1 1077944384 18 12985 0 0 0 0 5 3 20 0 15 0 107353946 11343855616 216607 33554432000 4194304 4196468 140728471153968 140119751254880 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17310] ppid=17247 vsize=11077984 memory=866428 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17310/stat : 17310 (java) S 17247 17250 6529 0 -1 1077944384 4 12985 0 0 0 0 5 3 20 0 15 0 107353946 11343855616 216607 33554432000 4194304 4196468 140728471153968 140119549928576 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17311] ppid=17247 vsize=11077984 memory=866428 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17311/stat : 17311 (java) S 17247 17250 6529 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 107353949 11343855616 216607 33554432000 4194304 4196468 140728471153968 140119242528848 140120920229787 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17312] ppid=17247 vsize=11077984 memory=866428 CPUtime=5.84 cores=1,3,5,7
/proc/17250/task/17312/stat : 17312 (java) S 17247 17250 6529 0 -1 1077944384 9074 12985 0 0 574 2 5 3 20 0 15 0 107353949 11343855616 216607 33554432000 4194304 4196468 140728471153968 140120344709744 140120920222338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17313] ppid=17247 vsize=11077984 memory=866428 CPUtime=6.1 cores=1,3,5,7
/proc/17250/task/17313/stat : 17313 (java) S 17247 17250 6529 0 -1 1077944384 15831 12985 0 0 598 4 5 3 20 0 15 0 107353949 11343855616 216607 33554432000 4194304 4196468 140728471153968 140120343656944 140120920222338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17314] ppid=17247 vsize=11077984 memory=866428 CPUtime=2.99 cores=1,3,5,7
/proc/17250/task/17314/stat : 17314 (java) S 17247 17250 6529 0 -1 1077944384 11468 12985 0 0 286 5 5 3 20 0 15 0 107353949 11343855616 216607 33554432000 4194304 4196468 140728471153968 140120342604656 140120920222338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17315] ppid=17247 vsize=11077984 memory=1204 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17315/stat : 17315 (java) S 17247 17250 6529 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 107353949 11343855616 216607 33554432000 4194304 4196468 140728471153968 140118811732960 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17316] ppid=17247 vsize=11077984 memory=866428 CPUtime=0.16 cores=1,3,5,7
/proc/17250/task/17316/stat : 17316 (java) S 17247 17250 6529 0 -1 1077944384 1322 12985 0 0 4 4 5 3 20 0 15 0 107353949 11343855616 216607 33554432000 4194304 4196468 140728471153968 140120341551536 140120920222338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 41 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
Current children cumulated CPU time: 178 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 866428 KiB

[startup+222.301 s]
/proc/loadavg: 1.47 1.71 1.67 3/215 17476
/proc/meminfo: memFree=23857772/32770624 swapFree=67108688/67108860
[pid=17250] ppid=17247 vsize=11077984 memory=866496 CPUtime=238.76 cores=1,3,5,7
/proc/17250/stat : 17250 (java) S 17247 17250 6529 0 -1 1077944320 102623 12985 0 0 23806 62 5 3 20 0 15 0 107353934 11343855616 216624 33554432000 4194304 4196468 140728471153968 140728471136512 140120920211191 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
/proc/17250/statm: 2769496 216624 3521 1 0 2731149 0
[pid=17250/tid=17303] ppid=17247 vsize=11077984 memory=866496 CPUtime=219.96 cores=1,3,5,7
/proc/17250/task/17303/stat : 17303 (java) R 17247 17250 6529 0 -1 4202560 47122 12985 0 0 21966 22 5 3 20 0 15 0 107353943 11343855616 216624 33554432000 4194304 4196468 140728471153968 140120892046064 140120451920659 0 4 0 16800975 0 0 0 -1 3 0 0 45 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17304] ppid=17247 vsize=11077984 memory=866496 CPUtime=0.87 cores=1,3,5,7
/proc/17250/task/17304/stat : 17304 (java) S 17247 17250 6529 0 -1 1077944384 2447 12985 0 0 73 6 5 3 20 0 15 0 107353944 11343855616 216624 33554432000 4194304 4196468 140728471153968 140120924453776 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17305] ppid=17247 vsize=11077984 memory=866472 CPUtime=0.87 cores=1,3,5,7
/proc/17250/task/17305/stat : 17305 (java) S 17247 17250 6529 0 -1 1077944384 4666 12985 0 0 73 6 5 3 20 0 15 0 107353944 11343855616 216624 33554432000 4194304 4196468 140728471153968 140120779172624 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17306] ppid=17247 vsize=11077984 memory=866472 CPUtime=0.86 cores=1,3,5,7
/proc/17250/task/17306/stat : 17306 (java) S 17247 17250 6529 0 -1 1077944384 1714 12985 0 0 73 5 5 3 20 0 15 0 107353944 11343855616 216624 33554432000 4194304 4196468 140728471153968 140120778120336 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17307] ppid=17247 vsize=11077984 memory=866496 CPUtime=0.87 cores=1,3,5,7
/proc/17250/task/17307/stat : 17307 (java) S 17247 17250 6529 0 -1 1077944384 2653 12985 0 0 74 5 5 3 20 0 15 0 107353944 11343855616 216624 33554432000 4194304 4196468 140728471153968 140120777067536 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17308] ppid=17247 vsize=11077984 memory=866496 CPUtime=0.82 cores=1,3,5,7
/proc/17250/task/17308/stat : 17308 (java) S 17247 17250 6529 0 -1 1077944384 4073 12985 0 0 70 4 5 3 20 0 15 0 107353945 11343855616 216624 33554432000 4194304 4196468 140728471153968 140120345761904 140120920222338 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17309] ppid=17247 vsize=11077984 memory=866496 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17309/stat : 17309 (java) S 17247 17250 6529 0 -1 1077944384 18 12985 0 0 0 0 5 3 20 0 15 0 107353946 11343855616 216624 33554432000 4194304 4196468 140728471153968 140119751254880 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17310] ppid=17247 vsize=11077984 memory=866496 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17310/stat : 17310 (java) S 17247 17250 6529 0 -1 1077944384 4 12985 0 0 0 0 5 3 20 0 15 0 107353946 11343855616 216624 33554432000 4194304 4196468 140728471153968 140119549928576 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17311] ppid=17247 vsize=11077984 memory=5931335693830864998 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17311/stat : 17311 (java) S 17247 17250 6529 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 107353949 11343855616 216624 33554432000 4194304 4196468 140728471153968 140119242528848 140120920229787 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17312] ppid=17247 vsize=11077984 memory=866472 CPUtime=5.84 cores=1,3,5,7
/proc/17250/task/17312/stat : 17312 (java) S 17247 17250 6529 0 -1 1077944384 9077 12985 0 0 574 2 5 3 20 0 15 0 107353949 11343855616 216624 33554432000 4194304 4196468 140728471153968 140120344709744 140120920222338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17313] ppid=17247 vsize=11077984 memory=866472 CPUtime=6.1 cores=1,3,5,7
/proc/17250/task/17313/stat : 17313 (java) S 17247 17250 6529 0 -1 1077944384 15833 12985 0 0 598 4 5 3 20 0 15 0 107353949 11343855616 216624 33554432000 4194304 4196468 140728471153968 140120343656944 140120920222338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17314] ppid=17247 vsize=11077984 memory=866496 CPUtime=2.99 cores=1,3,5,7
/proc/17250/task/17314/stat : 17314 (java) S 17247 17250 6529 0 -1 1077944384 11471 12985 0 0 286 5 5 3 20 0 15 0 107353949 11343855616 216624 33554432000 4194304 4196468 140728471153968 140120342604656 140120920222338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17315] ppid=17247 vsize=11077984 memory=952 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17315/stat : 17315 (java) S 17247 17250 6529 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 107353949 11343855616 216624 33554432000 4194304 4196468 140728471153968 140118811732960 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17316] ppid=17247 vsize=11077984 memory=866496 CPUtime=0.2 cores=1,3,5,7
/proc/17250/task/17316/stat : 17316 (java) S 17247 17250 6529 0 -1 1077944384 1344 12985 0 0 6 6 5 3 20 0 15 0 107353949 11343855616 216624 33554432000 4194304 4196468 140728471153968 140120341551536 140120920222338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 41 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
Current children cumulated CPU time: 238.76 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 866496 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+235.401 s]
/proc/loadavg: 1.55 1.72 1.68 3/215 17476
/proc/meminfo: memFree=23858008/32770624 swapFree=67108688/67108860
[pid=17250] ppid=17247 vsize=11077984 memory=866496 CPUtime=252.04 cores=1,3,5,7
/proc/17250/stat : 17250 (java) S 17247 17250 6529 0 -1 1077944320 102754 12985 0 0 25132 64 5 3 20 0 15 0 107353934 11343855616 216624 33554432000 4194304 4196468 140728471153968 140728471136512 140120920211191 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
/proc/17250/statm: 2769496 216624 3521 1 0 2731149 0
[pid=17250/tid=17303] ppid=17247 vsize=11077984 memory=866496 CPUtime=232.93 cores=1,3,5,7
/proc/17250/task/17303/stat : 17303 (java) R 17247 17250 6529 0 -1 4202560 47242 12985 0 0 23263 22 5 3 20 0 15 0 107353943 11343855616 216624 33554432000 4194304 4196468 140728471153968 140120892046816 140120451883751 0 4 0 16800975 0 0 0 -1 1 0 0 45 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17304] ppid=17247 vsize=11077984 memory=6791534058613427641 CPUtime=0.93 cores=1,3,5,7
/proc/17250/task/17304/stat : 17304 (java) S 17247 17250 6529 0 -1 1077944384 2447 12985 0 0 79 6 5 3 20 0 15 0 107353944 11343855616 216624 33554432000 4194304 4196468 140728471153968 140120924453776 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17305] ppid=17247 vsize=11077984 memory=1724 CPUtime=0.93 cores=1,3,5,7
/proc/17250/task/17305/stat : 17305 (java) S 17247 17250 6529 0 -1 1077944384 4668 12985 0 0 79 6 5 3 20 0 15 0 107353944 11343855616 216624 33554432000 4194304 4196468 140728471153968 140120779172624 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17306] ppid=17247 vsize=11077984 memory=1004 CPUtime=0.92 cores=1,3,5,7
/proc/17250/task/17306/stat : 17306 (java) S 17247 17250 6529 0 -1 1077944384 1715 12985 0 0 79 5 5 3 20 0 15 0 107353944 11343855616 216624 33554432000 4194304 4196468 140728471153968 140120778120336 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17307] ppid=17247 vsize=11077984 memory=866496 CPUtime=0.93 cores=1,3,5,7
/proc/17250/task/17307/stat : 17307 (java) S 17247 17250 6529 0 -1 1077944384 2655 12985 0 0 80 5 5 3 20 0 15 0 107353944 11343855616 216624 33554432000 4194304 4196468 140728471153968 140120777067536 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17308] ppid=17247 vsize=11077984 memory=1708 CPUtime=0.87 cores=1,3,5,7
/proc/17250/task/17308/stat : 17308 (java) S 17247 17250 6529 0 -1 1077944384 4079 12985 0 0 75 4 5 3 20 0 15 0 107353945 11343855616 216624 33554432000 4194304 4196468 140728471153968 140120345761904 140120920222338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17309] ppid=17247 vsize=11077984 memory=866496 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17309/stat : 17309 (java) S 17247 17250 6529 0 -1 1077944384 18 12985 0 0 0 0 5 3 20 0 15 0 107353946 11343855616 216624 33554432000 4194304 4196468 140728471153968 140119751254880 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17310] ppid=17247 vsize=11077984 memory=14076 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17310/stat : 17310 (java) S 17247 17250 6529 0 -1 1077944384 4 12985 0 0 0 0 5 3 20 0 15 0 107353946 11343855616 216624 33554432000 4194304 4196468 140728471153968 140119549928576 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17311] ppid=17247 vsize=11077984 memory=1204 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17311/stat : 17311 (java) S 17247 17250 6529 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 107353949 11343855616 216624 33554432000 4194304 4196468 140728471153968 140119242528848 140120920229787 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17312] ppid=17247 vsize=11077984 memory=15872 CPUtime=5.84 cores=1,3,5,7
/proc/17250/task/17312/stat : 17312 (java) S 17247 17250 6529 0 -1 1077944384 9077 12985 0 0 574 2 5 3 20 0 15 0 107353949 11343855616 216624 33554432000 4194304 4196468 140728471153968 140120344709744 140120920222338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17313] ppid=17247 vsize=11077984 memory=4008 CPUtime=6.1 cores=1,3,5,7
/proc/17250/task/17313/stat : 17313 (java) S 17247 17250 6529 0 -1 1077944384 15833 12985 0 0 598 4 5 3 20 0 15 0 107353949 11343855616 216624 33554432000 4194304 4196468 140728471153968 140120343656944 140120920222338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17314] ppid=17247 vsize=11077984 memory=18264 CPUtime=2.99 cores=1,3,5,7
/proc/17250/task/17314/stat : 17314 (java) S 17247 17250 6529 0 -1 1077944384 11471 12985 0 0 286 5 5 3 20 0 15 0 107353949 11343855616 216624 33554432000 4194304 4196468 140728471153968 140120342604656 140120920222338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17315] ppid=17247 vsize=11077984 memory=18460 CPUtime=0.08 cores=1,3,5,7
/proc/17250/task/17315/stat : 17315 (java) S 17247 17250 6529 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 107353949 11343855616 216624 33554432000 4194304 4196468 140728471153968 140118811732960 140120920221397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
[pid=17250/tid=17316] ppid=17247 vsize=11077984 memory=1788 CPUtime=0.2 cores=1,3,5,7
/proc/17250/task/17316/stat : 17316 (java) S 17247 17250 6529 0 -1 1077944384 1344 12985 0 0 6 6 5 3 20 0 15 0 107353949 11343855616 216624 33554432000 4194304 4196468 140728471153968 140120341551536 140120920222338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 41 0 0 6293624 6294260 17428480 140728471157362 140728471160161 140728471160161 140728471162831 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 866496 KiB

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

[startup+235.435 s]
# the end of solver process 17250 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.397 s, system=0.695721 s

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

Child status: 143
Real time (s): 235.436
CPU time (s): 252.092
CPU user time (s): 251.397
CPU system time (s): 0.695721
CPU usage (%): 107.075
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 870000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.397
system time used= 0.695721
maximum resident set size= 871032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118701
page faults= 0
swaps= 0
block input operations= 0
block output operations= 424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33691
involuntary context switches= 777


# summary of solver processes directly reported to runsolver:
#   pid: 17250
#   total CPU time (s): 252.092
#   total CPU user time (s): 251.397
#   total CPU system time (s): 0.695721

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.22852 second user time and 2.48128 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-29 22:58:31
IDJOB=4302276
IDBENCH=141530
IDSOLVER=2776
FILE ID=node106/4302276-1532897911
RUNJOBID= node106-1532895551-13369
PBS_JOBID= 21022522
Free space on /tmp= 54700 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Knapsack/Knapsack-60-250-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302276-1532897911/watcher-4302276-1532897911 -o /tmp/evaluation-result-4302276-1532897911/solver-4302276-1532897911 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532895551-13369 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=853182270 HOME/instance-4302276-1532897911.xml

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

MD5SUM BENCH= c946fa8aa2d076cbb98267642aa382e7
RANDOM SEED=853182270

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        22377872 kB
MemAvailable:   28752172 kB
Buffers:          248900 kB
Cached:          6358164 kB
SwapCached:            0 kB
Active:          5615340 kB
Inactive:        4222204 kB
Active(anon):    3177364 kB
Inactive(anon):    80476 kB
Active(file):    2437976 kB
Inactive(file):  4141728 kB
Unevictable:        6960 kB
Mlocked:            6960 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             26740 kB
Writeback:             0 kB
AnonPages:       3230904 kB
Mapped:            58236 kB
Shmem:             25056 kB
Slab:             248632 kB
SReclaimable:     220860 kB
SUnreclaim:        27772 kB
KernelStack:        3808 kB
PageTables:        11424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4276864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2965504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 54672 MiB
End job on node106 at 2018-07-29 23:02:26