Trace number 4400971

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.12.2SAT (TO)1120 2520.09 2475.14

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-mps/
Pb-mps-v2-20-10-lseu.xml
MD5SUMb8e79a81cec6901ac635f2e0750bfcb6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1120
Best CPU time to get the best result obtained on this benchmark113.579
Satisfiable
(Un)Satisfiability was proved
Number of variables89
Number of constraints28
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":89}]
Minimum variable degree2
Maximum variable degree8
Distribution of variable degrees[{"degree":2,"count":8},{"degree":3,"count":13},{"degree":4,"count":23},{"degree":5,"count":27},{"degree":6,"count":16},{"degree":8,"count":2}]
Minimum constraint arity2
Maximum constraint arity47
Distribution of constraint arities[{"arity":2,"count":2},{"arity":3,"count":5},{"arity":4,"count":5},{"arity":5,"count":5},{"arity":7,"count":3},{"arity":10,"count":1},{"arity":11,"count":1},{"arity":22,"count":1},{"arity":24,"count":1},{"arity":30,"count":1},{"arity":33,"count":1},{"arity":47,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":28}]
Optimization problemYES
Type of objectivemin 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.12.2.1568631193530 running
7.06/3.17	o 2244
7.06/3.19	o 1898
8.72/3.64	o 1862
8.72/3.64	o 1748
8.72/3.64	o 1740
9.03/3.75	o 1714
9.33/3.80	o 1661
10.55/4.21	o 1490
10.55/4.26	o 1478
11.16/4.42	o 1413
11.16/4.42	o 1393
11.46/4.57	o 1389
14.46/6.98	o 1388
17.38/9.44	o 1384
17.69/9.78	o 1322
19.13/11.17	o 1318
33.79/25.28	o 1314
137.33/127.91	o 1270
137.33/127.91	o 1262
137.33/127.94	o 1257
137.45/128.07	o 1237
137.45/128.07	o 1200
137.45/128.09	o 1160
141.53/132.02	o 1153
146.19/136.65	o 1145
250.95/240.08	o 1120
2520.06/2475.11	Exception in thread "main" java.util.concurrent.TimeoutException
2520.06/2475.11		at concrete.MAC.mac(MAC.scala:192)
2520.06/2475.11		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.06/2475.11		at scala.util.Try$.apply(Try.scala:212)
2520.06/2475.11		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.06/2475.11		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.06/2475.11		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.06/2475.11		at concrete.MAC.oneRun(MAC.scala:265)
2520.06/2475.11		at concrete.MAC.nextSolution(MAC.scala:284)
2520.06/2475.11		at concrete.MAC.nextSolution(MAC.scala:369)
2520.06/2475.11		at concrete.Solver.hasNext(Solver.scala:160)
2520.06/2475.11		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.06/2475.11		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.06/2475.11		at concrete.Solver.foreach(Solver.scala:67)
2520.06/2475.11		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.06/2475.11		at scala.util.Success.map(Try.scala:264)
2520.06/2475.11		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2475.11		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.06/2475.11		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.06/2475.11		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2475.11		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.06/2475.11		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.06/2475.11		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.06/2475.11		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.06/2475.11		at scala.App.$anonfun$main$1(App.scala:75)
2520.06/2475.11		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.06/2475.11		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.06/2475.11		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.06/2475.11		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.06/2475.11		at scala.App.main(App.scala:75)
2520.06/2475.11		at scala.App.main$(App.scala:73)
2520.06/2475.11		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.06/2475.11		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2475.12	v <instantiation
2520.06/2475.12	v         cost = '1120'>
2520.06/2475.12	v       <list>
2520.06/2475.12	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] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88]
2520.06/2475.12	v       </list>
2520.06/2475.12	v       <values>
2520.06/2475.12	v         1 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0
2520.06/2475.12	v       </values>
2520.06/2475.12	v     </instantiation>
2520.06/2475.12	s SATISFIABLE

Verifier Data

OK	1120

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400971-1568688825/watcher-4400971-1568688825 -o /tmp/evaluation-result-4400971-1568688825/solver-4400971-1568688825 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568669613-18172 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1979184242 HOME/instance-4400971-1568688825.xml 

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

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

solver pid=23049, runsolver pid=23046

[startup+0.100139 s]*
/proc/loadavg: 1.42 1.46 1.41 3/218 23106
/proc/meminfo: memFree=29699704/32770624 swapFree=66926592/67108860
[pid=23049] ppid=23046 vsize=9972712 memory=18332 CPUtime=0.09 cores=0,2,4,6
/proc/23049/stat : 23049 (java) S 23046 23049 18141 0 -1 1077944320 4314 13318 0 0 1 0 5 3 20 0 6 0 445138374 10212057088 4583 33554432000 4194304 4196468 140726469026528 140726469009072 140197251305207 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
/proc/23049/statm: 2493178 4583 1931 1 0 2481616 0
[pid=23049/tid=23102] ppid=23046 vsize=9972712 memory=720575944405811505 CPUtime=0.09 cores=0,2,4,6
/proc/23049/task/23102/stat : 23102 (java) R 23046 23049 18141 0 -1 4202560 2105 13318 0 0 1 0 5 3 20 0 6 0 445138384 10212057088 4583 33554432000 4194304 4196468 140726469026528 140197223141968 140197235385694 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23103] ppid=23046 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23103/stat : 23103 (java) S 23046 23049 18141 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 6 0 445138384 10212057088 4583 33554432000 4194304 4196468 140726469026528 140197255547920 140197251315413 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23104] ppid=23046 vsize=9972712 memory=139856568268395 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23104/stat : 23104 (java) S 23046 23049 18141 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 6 0 445138384 10212057088 4583 33554432000 4194304 4196468 140726469026528 140197143821456 140197251315413 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23105] ppid=23046 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23105/stat : 23105 (java) S 23046 23049 18141 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 6 0 445138384 10212057088 4583 33554432000 4194304 4196468 140726469026528 140197142768400 140197251315413 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23106] ppid=23046 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23106/stat : 23106 (java) S 23046 23049 18141 0 -1 1077944384 2 13318 0 0 0 0 5 3 20 0 6 0 445138384 10212057088 4583 33554432000 4194304 4196468 140726469026528 140197141715856 140197251315413 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18332 KiB

[startup+0.210309 s]*
/proc/loadavg: 1.42 1.46 1.41 4/227 23115
/proc/meminfo: memFree=29676780/32770624 swapFree=66926592/67108860
[pid=23049] ppid=23046 vsize=10820196 memory=44852 CPUtime=0.27 cores=0,2,4,6
/proc/23049/stat : 23049 (java) S 23046 23049 18141 0 -1 1077944320 7033 13318 0 0 18 1 5 3 20 0 15 0 445138374 11079880704 11213 33554432000 4194304 4196468 140726469026528 140726469009072 140197251305207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
/proc/23049/statm: 2705049 11213 3268 1 0 2667149 0
[pid=23049/tid=23102] ppid=23046 vsize=10820196 memory=729618466009055537 CPUtime=0.19 cores=0,2,4,6
/proc/23049/task/23102/stat : 23102 (java) R 23046 23049 18141 0 -1 4202560 3522 13318 0 0 11 0 5 3 20 0 15 0 445138384 11079880704 11213 33554432000 4194304 4196468 140726469026528 140197223138112 140197233143825 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23103] ppid=23046 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23103/stat : 23103 (java) S 23046 23049 18141 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 445138384 11079880704 11213 33554432000 4194304 4196468 140726469026528 140197255547920 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23104] ppid=23046 vsize=10820196 memory=139856568268395 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23104/stat : 23104 (java) S 23046 23049 18141 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 445138384 11079880704 11213 33554432000 4194304 4196468 140726469026528 140197143821456 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23105] ppid=23046 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23105/stat : 23105 (java) S 23046 23049 18141 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 445138384 11079880704 11213 33554432000 4194304 4196468 140726469026528 140197142768400 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23106] ppid=23046 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23106/stat : 23106 (java) S 23046 23049 18141 0 -1 1077944384 2 13318 0 0 0 0 5 3 20 0 15 0 445138384 11079880704 11213 33554432000 4194304 4196468 140726469026528 140197141715856 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23107] ppid=23046 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23107/stat : 23107 (java) S 23046 23049 18141 0 -1 1077944384 2 13318 0 0 0 0 5 3 20 0 15 0 445138386 11079880704 11213 33554432000 4194304 4196468 140726469026528 140196710385904 140197251316354 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23108] ppid=23046 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23108/stat : 23108 (java) S 23046 23049 18141 0 -1 1077944384 33 13318 0 0 0 0 5 3 20 0 15 0 445138386 11079880704 11213 33554432000 4194304 4196468 140726469026528 140196709332128 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23109] ppid=23046 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23109/stat : 23109 (java) S 23046 23049 18141 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 445138386 11079880704 11213 33554432000 4194304 4196468 140726469026528 140196590904048 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23110] ppid=23046 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23110/stat : 23110 (java) S 23046 23049 18141 0 -1 1077944384 2 13318 0 0 0 0 5 3 20 0 15 0 445138389 11079880704 11213 33554432000 4194304 4196468 140726469026528 140195986925520 140197251323803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23111] ppid=23046 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23049/task/23111/stat : 23111 (java) S 23046 23049 18141 0 -1 1077944384 462 13318 0 0 1 0 5 3 20 0 15 0 445138389 11079880704 11213 33554432000 4194304 4196468 140726469026528 140196675775216 140197251316354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23112] ppid=23046 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/23049/task/23112/stat : 23112 (java) R 23046 23049 18141 0 -1 4202560 185 13318 0 0 1 0 5 3 20 0 15 0 445138389 11079880704 11213 33554432000 4194304 4196468 140726469026528 140196674722672 140197234516891 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23113] ppid=23046 vsize=10820196 memory=139856568247936 CPUtime=0.11 cores=0,2,4,6
/proc/23049/task/23113/stat : 23113 (java) S 23046 23049 18141 0 -1 1077944384 620 13318 0 0 3 0 5 3 20 0 15 0 445138389 11079880704 11213 33554432000 4194304 4196468 140726469026528 140196673669616 140197251316354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23114] ppid=23046 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23114/stat : 23114 (java) S 23046 23049 18141 0 -1 1077944384 3 13318 0 0 0 0 5 3 20 0 15 0 445138389 11079880704 11213 33554432000 4194304 4196468 140726469026528 140195517164384 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23115] ppid=23046 vsize=10820196 memory=139856568247936 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23115/stat : 23115 (java) S 23046 23049 18141 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 445138390 11079880704 11213 33554432000 4194304 4196468 140726469026528 140196672617008 140197251316354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 44852 KiB

[startup+0.310712 s]*
/proc/loadavg: 1.42 1.46 1.41 4/227 23115
/proc/meminfo: memFree=29663784/32770624 swapFree=66926592/67108860
[pid=23049] ppid=23046 vsize=10820196 memory=53132 CPUtime=0.4 cores=0,2,4,6
/proc/23049/stat : 23049 (java) S 23046 23049 18141 0 -1 1077944320 10507 13318 0 0 30 2 5 3 20 0 15 0 445138374 11079880704 13283 33554432000 4194304 4196468 140726469026528 140726469009072 140197251305207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
/proc/23049/statm: 2705049 13283 3316 1 0 2667149 0
[pid=23049/tid=23102] ppid=23046 vsize=10820196 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/23049/task/23102/stat : 23102 (java) R 23046 23049 18141 0 -1 4202560 6980 13318 0 0 20 2 5 3 20 0 15 0 445138384 11079880704 13283 33554432000 4194304 4196468 140726469026528 140197223127600 140197237493797 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23103] ppid=23046 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23103/stat : 23103 (java) S 23046 23049 18141 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 445138384 11079880704 13283 33554432000 4194304 4196468 140726469026528 140197255547920 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23104] ppid=23046 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23104/stat : 23104 (java) S 23046 23049 18141 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 445138384 11079880704 13283 33554432000 4194304 4196468 140726469026528 140197143821456 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23105] ppid=23046 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23105/stat : 23105 (java) S 23046 23049 18141 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 445138384 11079880704 13283 33554432000 4194304 4196468 140726469026528 140197142768400 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23106] ppid=23046 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23106/stat : 23106 (java) S 23046 23049 18141 0 -1 1077944384 2 13318 0 0 0 0 5 3 20 0 15 0 445138384 11079880704 13283 33554432000 4194304 4196468 140726469026528 140197141715856 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23107] ppid=23046 vsize=10820196 memory=139856568247935 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23107/stat : 23107 (java) S 23046 23049 18141 0 -1 1077944384 2 13318 0 0 0 0 5 3 20 0 15 0 445138386 11079880704 13283 33554432000 4194304 4196468 140726469026528 140196710385904 140197251316354 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23108] ppid=23046 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23108/stat : 23108 (java) S 23046 23049 18141 0 -1 1077944384 33 13318 0 0 0 0 5 3 20 0 15 0 445138386 11079880704 13283 33554432000 4194304 4196468 140726469026528 140196709332128 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23109] ppid=23046 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23109/stat : 23109 (java) S 23046 23049 18141 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 445138386 11079880704 13283 33554432000 4194304 4196468 140726469026528 140196590904048 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23110] ppid=23046 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23110/stat : 23110 (java) S 23046 23049 18141 0 -1 1077944384 2 13318 0 0 0 0 5 3 20 0 15 0 445138389 11079880704 13283 33554432000 4194304 4196468 140726469026528 140195986925520 140197251323803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23111] ppid=23046 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23049/task/23111/stat : 23111 (java) S 23046 23049 18141 0 -1 1077944384 462 13318 0 0 1 0 5 3 20 0 15 0 445138389 11079880704 13283 33554432000 4194304 4196468 140726469026528 140196675775216 140197251316354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23112] ppid=23046 vsize=10820196 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/23049/task/23112/stat : 23112 (java) S 23046 23049 18141 0 -1 1077944384 187 13318 0 0 2 0 5 3 20 0 15 0 445138389 11079880704 13283 33554432000 4194304 4196468 140726469026528 140196674722672 140197251316354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23113] ppid=23046 vsize=10820196 memory=139856568247936 CPUtime=0.13 cores=0,2,4,6
/proc/23049/task/23113/stat : 23113 (java) S 23046 23049 18141 0 -1 1077944384 628 13318 0 0 5 0 5 3 20 0 15 0 445138389 11079880704 13283 33554432000 4194304 4196468 140726469026528 140196673669616 140197251316354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23114] ppid=23046 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23114/stat : 23114 (java) S 23046 23049 18141 0 -1 1077944384 3 13318 0 0 0 0 5 3 20 0 15 0 445138389 11079880704 13283 33554432000 4194304 4196468 140726469026528 140195517164384 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23115] ppid=23046 vsize=10820196 memory=139856568247936 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23115/stat : 23115 (java) S 23046 23049 18141 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 445138390 11079880704 13283 33554432000 4194304 4196468 140726469026528 140196672617008 140197251316354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 53132 KiB

[startup+0.709286 s]
/proc/loadavg: 1.42 1.46 1.41 4/227 23115
/proc/meminfo: memFree=29649952/32770624 swapFree=66926592/67108860
[pid=23049] ppid=23046 vsize=10824364 memory=85800 CPUtime=1.14 cores=0,2,4,6
/proc/23049/stat : 23049 (java) S 23046 23049 18141 0 -1 1077944320 14640 13318 0 0 102 4 5 3 20 0 15 0 445138374 11084148736 21450 33554432000 4194304 4196468 140726469026528 140726469009072 140197251305207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
/proc/23049/statm: 2706091 21450 3503 1 0 2668173 0
[pid=23049/tid=23102] ppid=23046 vsize=10824364 memory=5795117241467496816 CPUtime=0.68 cores=0,2,4,6
/proc/23049/task/23102/stat : 23102 (java) R 23046 23049 18141 0 -1 4202560 10040 13318 0 0 57 3 5 3 20 0 15 0 445138384 11084148736 21450 33554432000 4194304 4196468 140726469026528 140197223130464 140197251327133 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23103] ppid=23046 vsize=10824364 memory=1284 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23103/stat : 23103 (java) S 23046 23049 18141 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 445138384 11084148736 21450 33554432000 4194304 4196468 140726469026528 140197255547920 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23104] ppid=23046 vsize=10824364 memory=1044 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23104/stat : 23104 (java) S 23046 23049 18141 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 445138384 11084148736 21450 33554432000 4194304 4196468 140726469026528 140197143821456 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23105] ppid=23046 vsize=10824364 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23105/stat : 23105 (java) S 23046 23049 18141 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 445138384 11084148736 21450 33554432000 4194304 4196468 140726469026528 140197142768400 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23106] ppid=23046 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23106/stat : 23106 (java) S 23046 23049 18141 0 -1 1077944384 2 13318 0 0 0 0 5 3 20 0 15 0 445138384 11084148736 21450 33554432000 4194304 4196468 140726469026528 140197141715856 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23107] ppid=23046 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23107/stat : 23107 (java) S 23046 23049 18141 0 -1 1077944384 5 13318 0 0 0 0 5 3 20 0 15 0 445138386 11084148736 21450 33554432000 4194304 4196468 140726469026528 140196710385904 140197251316354 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23108] ppid=23046 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23108/stat : 23108 (java) S 23046 23049 18141 0 -1 1077944384 33 13318 0 0 0 0 5 3 20 0 15 0 445138386 11084148736 21450 33554432000 4194304 4196468 140726469026528 140196709332128 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23109] ppid=23046 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23109/stat : 23109 (java) S 23046 23049 18141 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 445138386 11084148736 21450 33554432000 4194304 4196468 140726469026528 140196590904048 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23110] ppid=23046 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23110/stat : 23110 (java) S 23046 23049 18141 0 -1 1077944384 2 13318 0 0 0 0 5 3 20 0 15 0 445138389 11084148736 21450 33554432000 4194304 4196468 140726469026528 140195986925520 140197251323803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23111] ppid=23046 vsize=10824364 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/23049/task/23111/stat : 23111 (java) R 23046 23049 18141 0 -1 4202560 858 13318 0 0 14 0 5 3 20 0 15 0 445138389 11084148736 21450 33554432000 4194304 4196468 140726469026528 140196675775216 140197235693120 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23112] ppid=23046 vsize=10824364 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/23049/task/23112/stat : 23112 (java) R 23046 23049 18141 0 -1 4202560 624 13318 0 0 12 0 5 3 20 0 15 0 445138389 11084148736 21450 33554432000 4194304 4196468 140726469026528 140196674722968 140197235215712 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23113] ppid=23046 vsize=10824364 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/23049/task/23113/stat : 23113 (java) R 23046 23049 18141 0 -1 4202560 862 13318 0 0 17 0 5 3 20 0 15 0 445138389 11084148736 21450 33554432000 4194304 4196468 140726469026528 140196673664192 140197229825345 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23114] ppid=23046 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23114/stat : 23114 (java) S 23046 23049 18141 0 -1 1077944384 3 13318 0 0 0 0 5 3 20 0 15 0 445138389 11084148736 21450 33554432000 4194304 4196468 140726469026528 140195517164384 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23115] ppid=23046 vsize=10824364 memory=3580 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23115/stat : 23115 (java) S 23046 23049 18141 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 445138390 11084148736 21450 33554432000 4194304 4196468 140726469026528 140196672617008 140197251316354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85800 KiB

[startup+1.50074 s]
/proc/loadavg: 1.42 1.46 1.41 3/227 23115
/proc/meminfo: memFree=29605632/32770624 swapFree=66926592/67108860
[pid=23049] ppid=23046 vsize=10834680 memory=173516 CPUtime=2.44 cores=0,2,4,6
/proc/23049/stat : 23049 (java) S 23046 23049 18141 0 -1 1077944320 21326 13318 0 0 228 8 5 3 20 0 15 0 445138374 11094712320 43379 33554432000 4194304 4196468 140726469026528 140726469009072 140197251305207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
/proc/23049/statm: 2708670 43379 3580 1 0 2670733 0
[pid=23049/tid=23102] ppid=23046 vsize=10834680 memory=139856416084568 CPUtime=1.44 cores=0,2,4,6
/proc/23049/task/23102/stat : 23102 (java) R 23046 23049 18141 0 -1 4202560 14914 13318 0 0 131 5 5 3 20 0 15 0 445138384 11094712320 43379 33554432000 4194304 4196468 140726469026528 140197223105072 140197251327133 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23103] ppid=23046 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23049/task/23103/stat : 23103 (java) S 23046 23049 18141 0 -1 1077944384 57 13318 0 0 1 0 5 3 20 0 15 0 445138384 11094712320 43379 33554432000 4194304 4196468 140726469026528 140197255547920 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23104] ppid=23046 vsize=10834680 memory=6628 CPUtime=0.09 cores=0,2,4,6
/proc/23049/task/23104/stat : 23104 (java) S 23046 23049 18141 0 -1 1077944384 23 13318 0 0 1 0 5 3 20 0 15 0 445138384 11094712320 43379 33554432000 4194304 4196468 140726469026528 140197143821456 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23105] ppid=23046 vsize=10834680 memory=8 CPUtime=0.09 cores=0,2,4,6
/proc/23049/task/23105/stat : 23105 (java) S 23046 23049 18141 0 -1 1077944384 338 13318 0 0 1 0 5 3 20 0 15 0 445138384 11094712320 43379 33554432000 4194304 4196468 140726469026528 140197142768400 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23106] ppid=23046 vsize=10834680 memory=279712832575904 CPUtime=0.09 cores=0,2,4,6
/proc/23049/task/23106/stat : 23106 (java) S 23046 23049 18141 0 -1 1077944384 81 13318 0 0 1 0 5 3 20 0 15 0 445138384 11094712320 43379 33554432000 4194304 4196468 140726469026528 140197141715856 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23107] ppid=23046 vsize=10834680 memory=238834541442120 CPUtime=0.09 cores=0,2,4,6
/proc/23049/task/23107/stat : 23107 (java) S 23046 23049 18141 0 -1 1077944384 138 13318 0 0 1 0 5 3 20 0 15 0 445138386 11094712320 43379 33554432000 4194304 4196468 140726469026528 140196710385904 140197251316354 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23108] ppid=23046 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23108/stat : 23108 (java) S 23046 23049 18141 0 -1 1077944384 34 13318 0 0 0 0 5 3 20 0 15 0 445138386 11094712320 43379 33554432000 4194304 4196468 140726469026528 140196709332192 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23109] ppid=23046 vsize=10834680 memory=6011695536089756464 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23109/stat : 23109 (java) S 23046 23049 18141 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 445138386 11094712320 43379 33554432000 4194304 4196468 140726469026528 140196590904048 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23110] ppid=23046 vsize=10834680 memory=-8412658770403813517 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23110/stat : 23110 (java) S 23046 23049 18141 0 -1 1077944384 2 13318 0 0 0 0 5 3 20 0 15 0 445138389 11094712320 43379 33554432000 4194304 4196468 140726469026528 140195986925520 140197251323803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23111] ppid=23046 vsize=10834680 memory=-7668917182949848256 CPUtime=0.32 cores=0,2,4,6
/proc/23049/task/23111/stat : 23111 (java) S 23046 23049 18141 0 -1 1077944384 1058 13318 0 0 24 0 5 3 20 0 15 0 445138389 11094712320 43379 33554432000 4194304 4196468 140726469026528 140196675775216 140197251316354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23112] ppid=23046 vsize=10834680 memory=8514726395714956677 CPUtime=0.32 cores=0,2,4,6
/proc/23049/task/23112/stat : 23112 (java) R 23046 23049 18141 0 -1 1077944384 771 13318 0 0 24 0 5 3 20 0 15 0 445138389 11094712320 43379 33554432000 4194304 4196468 140726469026528 140196674722672 140197251316354 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23113] ppid=23046 vsize=10834680 memory=7100839887184299122 CPUtime=0.48 cores=0,2,4,6
/proc/23049/task/23113/stat : 23113 (java) R 23046 23049 18141 0 -1 4202560 1700 13318 0 0 40 0 5 3 20 0 15 0 445138389 11094712320 43379 33554432000 4194304 4196468 140726469026528 140196673669616 140197251317142 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23114] ppid=23046 vsize=10834680 memory=4628420171383865741 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23114/stat : 23114 (java) S 23046 23049 18141 0 -1 1077944384 3 13318 0 0 0 0 5 3 20 0 15 0 445138389 11094712320 43379 33554432000 4194304 4196468 140726469026528 140195517164384 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23115] ppid=23046 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23115/stat : 23115 (java) S 23046 23049 18141 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 445138390 11094712320 43379 33554432000 4194304 4196468 140726469026528 140196672617008 140197251316354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 10834680 KiB

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

/proc/23049/task/23102/stat : 23102 (java) R 23046 23049 18141 0 -1 4202560 65395 13318 0 0 235328 48 5 3 20 0 15 0 445138384 11107315712 235843 33554432000 4194304 4196468 140726469026528 140197223141408 140196822943372 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23103] ppid=23046 vsize=10846988 memory=941324 CPUtime=12.56 cores=0,2,4,6
/proc/23049/task/23103/stat : 23103 (java) S 23046 23049 18141 0 -1 1077944384 14131 13318 0 0 1184 64 5 3 20 0 15 0 445138384 11107315712 235843 33554432000 4194304 4196468 140726469026528 140197255547920 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23104] ppid=23046 vsize=10846988 memory=941324 CPUtime=12.56 cores=0,2,4,6
/proc/23049/task/23104/stat : 23104 (java) S 23046 23049 18141 0 -1 1077944384 15795 13318 0 0 1184 64 5 3 20 0 15 0 445138384 11107315712 235843 33554432000 4194304 4196468 140726469026528 140197143821456 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23105] ppid=23046 vsize=10846988 memory=941324 CPUtime=12.52 cores=0,2,4,6
/proc/23049/task/23105/stat : 23105 (java) S 23046 23049 18141 0 -1 1077944384 15659 13318 0 0 1180 64 5 3 20 0 15 0 445138384 11107315712 235843 33554432000 4194304 4196468 140726469026528 140197142768400 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23106] ppid=23046 vsize=10846988 memory=941324 CPUtime=12.56 cores=0,2,4,6
/proc/23049/task/23106/stat : 23106 (java) S 23046 23049 18141 0 -1 1077944384 16512 13318 0 0 1183 65 5 3 20 0 15 0 445138384 11107315712 235843 33554432000 4194304 4196468 140726469026528 140197141715856 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23107] ppid=23046 vsize=10846988 memory=941324 CPUtime=12.05 cores=0,2,4,6
/proc/23049/task/23107/stat : 23107 (java) S 23046 23049 18141 0 -1 1077944384 15933 13318 0 0 1136 61 5 3 20 0 15 0 445138386 11107315712 235843 33554432000 4194304 4196468 140726469026528 140196710385904 140197251316354 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23108] ppid=23046 vsize=10846988 memory=941324 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23108/stat : 23108 (java) S 23046 23049 18141 0 -1 1077944384 38 13318 0 0 0 0 5 3 20 0 15 0 445138386 11107315712 235843 33554432000 4194304 4196468 140726469026528 140196709332192 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23109] ppid=23046 vsize=10846988 memory=941324 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23109/stat : 23109 (java) S 23046 23049 18141 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 445138386 11107315712 235843 33554432000 4194304 4196468 140726469026528 140196590904064 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23110] ppid=23046 vsize=10846988 memory=941324 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23110/stat : 23110 (java) S 23046 23049 18141 0 -1 1077944384 2 13318 0 0 0 0 5 3 20 0 15 0 445138389 11107315712 235843 33554432000 4194304 4196468 140726469026528 140195986925520 140197251323803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23111] ppid=23046 vsize=10846988 memory=943372 CPUtime=3.47 cores=0,2,4,6
/proc/23049/task/23111/stat : 23111 (java) S 23046 23049 18141 0 -1 1077944384 15692 13318 0 0 336 3 5 3 20 0 15 0 445138389 11107315712 235843 33554432000 4194304 4196468 140726469026528 140196675775216 140197251316354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23112] ppid=23046 vsize=10846988 memory=31140 CPUtime=3.56 cores=0,2,4,6
/proc/23049/task/23112/stat : 23112 (java) S 23046 23049 18141 0 -1 1077944384 15673 13318 0 0 346 2 5 3 20 0 15 0 445138389 11107315712 235843 33554432000 4194304 4196468 140726469026528 140196674722672 140197251316354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23113] ppid=23046 vsize=10846988 memory=988 CPUtime=1.68 cores=0,2,4,6
/proc/23049/task/23113/stat : 23113 (java) S 23046 23049 18141 0 -1 1077944384 16557 13318 0 0 156 4 5 3 20 0 15 0 445138389 11107315712 235843 33554432000 4194304 4196468 140726469026528 140196673669616 140197251316354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23114] ppid=23046 vsize=10846988 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23114/stat : 23114 (java) S 23046 23049 18141 0 -1 1077944384 3 13318 0 0 0 0 5 3 20 0 15 0 445138389 11107315712 235843 33554432000 4194304 4196468 140726469026528 140195517164384 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23115] ppid=23046 vsize=10846988 memory=12020 CPUtime=1.59 cores=0,2,4,6
/proc/23049/task/23115/stat : 23115 (java) S 23046 23049 18141 0 -1 1077944384 952 13318 0 0 72 79 5 3 20 0 15 0 445138390 11107315712 235843 33554432000 4194304 4196468 140726469026528 140196672617008 140197251316354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
Current children cumulated CPU time: 2425.81 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 943372 KiB

[startup+2442.3 s]
/proc/loadavg: 1.40 1.34 1.35 3/227 23492
/proc/meminfo: memFree=29029512/32770624 swapFree=66926600/67108860
[pid=23049] ppid=23046 vsize=10846988 memory=943452 CPUtime=2486.74 cores=0,2,4,6
/proc/23049/stat : 23049 (java) S 23046 23049 18141 0 -1 1077944320 196014 13318 0 0 248281 385 5 3 20 0 15 0 445138374 11107315712 235863 33554432000 4194304 4196468 140726469026528 140726469009072 140197251305207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
/proc/23049/statm: 2711747 235863 3629 1 0 2673805 0
[pid=23049/tid=23102] ppid=23046 vsize=10846988 memory=943452 CPUtime=2413.08 cores=0,2,4,6
/proc/23049/task/23102/stat : 23102 (java) R 23046 23049 18141 0 -1 4202560 66167 13318 0 0 241251 49 5 3 20 0 15 0 445138384 11107315712 235863 33554432000 4194304 4196468 140726469026528 140197223141552 140196820724192 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23103] ppid=23046 vsize=10846988 memory=943452 CPUtime=12.89 cores=0,2,4,6
/proc/23049/task/23103/stat : 23103 (java) S 23046 23049 18141 0 -1 1077944384 14285 13318 0 0 1216 65 5 3 20 0 15 0 445138384 11107315712 235863 33554432000 4194304 4196468 140726469026528 140197255547920 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23104] ppid=23046 vsize=10846988 memory=943452 CPUtime=12.89 cores=0,2,4,6
/proc/23049/task/23104/stat : 23104 (java) S 23046 23049 18141 0 -1 1077944384 15971 13318 0 0 1215 66 5 3 20 0 15 0 445138384 11107315712 235863 33554432000 4194304 4196468 140726469026528 140197143821456 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23105] ppid=23046 vsize=10846988 memory=943452 CPUtime=12.86 cores=0,2,4,6
/proc/23049/task/23105/stat : 23105 (java) S 23046 23049 18141 0 -1 1077944384 15728 13318 0 0 1212 66 5 3 20 0 15 0 445138384 11107315712 235863 33554432000 4194304 4196468 140726469026528 140197142768400 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23106] ppid=23046 vsize=10846988 memory=941324 CPUtime=12.89 cores=0,2,4,6
/proc/23049/task/23106/stat : 23106 (java) S 23046 23049 18141 0 -1 1077944384 16584 13318 0 0 1214 67 5 3 20 0 15 0 445138384 11107315712 235863 33554432000 4194304 4196468 140726469026528 140197141715856 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23107] ppid=23046 vsize=10846988 memory=943388 CPUtime=12.37 cores=0,2,4,6
/proc/23049/task/23107/stat : 23107 (java) S 23046 23049 18141 0 -1 1077944384 16132 13318 0 0 1166 63 5 3 20 0 15 0 445138386 11107315712 235863 33554432000 4194304 4196468 140726469026528 140196710385904 140197251316354 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23108] ppid=23046 vsize=10846988 memory=943388 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23108/stat : 23108 (java) S 23046 23049 18141 0 -1 1077944384 38 13318 0 0 0 0 5 3 20 0 15 0 445138386 11107315712 235863 33554432000 4194304 4196468 140726469026528 140196709332192 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23109] ppid=23046 vsize=10846988 memory=943452 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23109/stat : 23109 (java) S 23046 23049 18141 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 445138386 11107315712 235863 33554432000 4194304 4196468 140726469026528 140196590904064 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23110] ppid=23046 vsize=10846988 memory=943452 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23110/stat : 23110 (java) S 23046 23049 18141 0 -1 1077944384 2 13318 0 0 0 0 5 3 20 0 15 0 445138389 11107315712 235863 33554432000 4194304 4196468 140726469026528 140195986925520 140197251323803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23111] ppid=23046 vsize=10846988 memory=943452 CPUtime=3.47 cores=0,2,4,6
/proc/23049/task/23111/stat : 23111 (java) S 23046 23049 18141 0 -1 1077944384 15694 13318 0 0 336 3 5 3 20 0 15 0 445138389 11107315712 235863 33554432000 4194304 4196468 140726469026528 140196675775216 140197251316354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23112] ppid=23046 vsize=10846988 memory=943452 CPUtime=3.57 cores=0,2,4,6
/proc/23049/task/23112/stat : 23112 (java) S 23046 23049 18141 0 -1 1077944384 15675 13318 0 0 347 2 5 3 20 0 15 0 445138389 11107315712 235863 33554432000 4194304 4196468 140726469026528 140196674722672 140197251316354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23113] ppid=23046 vsize=10846988 memory=943452 CPUtime=1.68 cores=0,2,4,6
/proc/23049/task/23113/stat : 23113 (java) S 23046 23049 18141 0 -1 1077944384 16559 13318 0 0 156 4 5 3 20 0 15 0 445138389 11107315712 235863 33554432000 4194304 4196468 140726469026528 140196673669616 140197251316354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23114] ppid=23046 vsize=10846988 memory=943452 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23114/stat : 23114 (java) S 23046 23049 18141 0 -1 1077944384 3 13318 0 0 0 0 5 3 20 0 15 0 445138389 11107315712 235863 33554432000 4194304 4196468 140726469026528 140195517164384 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23115] ppid=23046 vsize=10846988 memory=943452 CPUtime=1.63 cores=0,2,4,6
/proc/23049/task/23115/stat : 23115 (java) S 23046 23049 18141 0 -1 1077944384 969 13318 0 0 74 81 5 3 20 0 15 0 445138390 11107315712 235863 33554432000 4194304 4196468 140726469026528 140196672617008 140197251316354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
Current children cumulated CPU time: 2486.74 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 943452 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2475.11 s]
/proc/loadavg: 1.25 1.31 1.33 3/227 23496
/proc/meminfo: memFree=29028664/32770624 swapFree=66926600/67108860
[pid=23049] ppid=23046 vsize=10846988 memory=943520 CPUtime=2520.06 cores=0,2,4,6
/proc/23049/stat : 23049 (java) S 23046 23049 18141 0 -1 1077944320 197202 13318 0 0 251608 390 5 3 20 0 15 0 445138374 11107315712 235880 33554432000 4194304 4196468 140726469026528 140726469009072 140197251305207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
/proc/23049/statm: 2711747 235880 3629 1 0 2673805 0
[pid=23049/tid=23102] ppid=23046 vsize=10846988 memory=943520 CPUtime=2445.47 cores=0,2,4,6
/proc/23049/task/23102/stat : 23102 (java) R 23046 23049 18141 0 -1 4202560 66692 13318 0 0 244490 49 5 3 20 0 15 0 445138384 11107315712 235880 33554432000 4194304 4196468 140726469026528 140197223141200 140196822711852 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23103] ppid=23046 vsize=10846988 memory=943520 CPUtime=13.08 cores=0,2,4,6
/proc/23049/task/23103/stat : 23103 (java) S 23046 23049 18141 0 -1 1077944384 14321 13318 0 0 1234 66 5 3 20 0 15 0 445138384 11107315712 235880 33554432000 4194304 4196468 140726469026528 140197255547920 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23104] ppid=23046 vsize=10846988 memory=943520 CPUtime=13.08 cores=0,2,4,6
/proc/23049/task/23104/stat : 23104 (java) S 23046 23049 18141 0 -1 1077944384 15989 13318 0 0 1233 67 5 3 20 0 15 0 445138384 11107315712 235880 33554432000 4194304 4196468 140726469026528 140197143821456 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23105] ppid=23046 vsize=10846988 memory=943520 CPUtime=13.03 cores=0,2,4,6
/proc/23049/task/23105/stat : 23105 (java) S 23046 23049 18141 0 -1 1077944384 15872 13318 0 0 1229 66 5 3 20 0 15 0 445138384 11107315712 235880 33554432000 4194304 4196468 140726469026528 140197142768400 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23106] ppid=23046 vsize=10846988 memory=943520 CPUtime=13.07 cores=0,2,4,6
/proc/23049/task/23106/stat : 23106 (java) S 23046 23049 18141 0 -1 1077944384 16827 13318 0 0 1232 67 5 3 20 0 15 0 445138384 11107315712 235880 33554432000 4194304 4196468 140726469026528 140197141715856 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23107] ppid=23046 vsize=10846988 memory=943488 CPUtime=12.55 cores=0,2,4,6
/proc/23049/task/23107/stat : 23107 (java) S 23046 23049 18141 0 -1 1077944384 16342 13318 0 0 1183 64 5 3 20 0 15 0 445138386 11107315712 235880 33554432000 4194304 4196468 140726469026528 140196710385904 140197251316354 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23108] ppid=23046 vsize=10846988 memory=943520 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23108/stat : 23108 (java) S 23046 23049 18141 0 -1 1077944384 38 13318 0 0 0 0 5 3 20 0 15 0 445138386 11107315712 235880 33554432000 4194304 4196468 140726469026528 140196709332192 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23109] ppid=23046 vsize=10846988 memory=943520 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23109/stat : 23109 (java) S 23046 23049 18141 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 445138386 11107315712 235880 33554432000 4194304 4196468 140726469026528 140196590904064 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23110] ppid=23046 vsize=10846988 memory=1560 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23110/stat : 23110 (java) S 23046 23049 18141 0 -1 1077944384 2 13318 0 0 0 0 5 3 20 0 15 0 445138389 11107315712 235880 33554432000 4194304 4196468 140726469026528 140195986925520 140197251323803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23111] ppid=23046 vsize=10846988 memory=928 CPUtime=3.47 cores=0,2,4,6
/proc/23049/task/23111/stat : 23111 (java) S 23046 23049 18141 0 -1 1077944384 15696 13318 0 0 336 3 5 3 20 0 15 0 445138389 11107315712 235880 33554432000 4194304 4196468 140726469026528 140196675775216 140197251316354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23112] ppid=23046 vsize=10846988 memory=943520 CPUtime=3.57 cores=0,2,4,6
/proc/23049/task/23112/stat : 23112 (java) S 23046 23049 18141 0 -1 1077944384 15677 13318 0 0 347 2 5 3 20 0 15 0 445138389 11107315712 235880 33554432000 4194304 4196468 140726469026528 140196674722672 140197251316354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23113] ppid=23046 vsize=10846988 memory=1164 CPUtime=1.68 cores=0,2,4,6
/proc/23049/task/23113/stat : 23113 (java) S 23046 23049 18141 0 -1 1077944384 16561 13318 0 0 156 4 5 3 20 0 15 0 445138389 11107315712 235880 33554432000 4194304 4196468 140726469026528 140196673669616 140197251316354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23114] ppid=23046 vsize=10846988 memory=3580 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23114/stat : 23114 (java) S 23046 23049 18141 0 -1 1077944384 3 13318 0 0 0 0 5 3 20 0 15 0 445138389 11107315712 235880 33554432000 4194304 4196468 140726469026528 140195517164384 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23115] ppid=23046 vsize=10846988 memory=31140 CPUtime=1.66 cores=0,2,4,6
/proc/23049/task/23115/stat : 23115 (java) S 23046 23049 18141 0 -1 1077944384 975 13318 0 0 75 83 5 3 20 0 15 0 445138390 11107315712 235880 33554432000 4194304 4196468 140726469026528 140196672617008 140197251316354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 943520 KiB

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

[startup+2475.14 s]
# the end of solver process 23049 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.15 s, system=3.94645 s

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

[startup+2475.11 s]
/proc/loadavg: 1.25 1.31 1.33 3/227 23496
/proc/meminfo: memFree=29028664/32770624 swapFree=66926600/67108860
[pid=23049] ppid=23046 vsize=10846988 memory=943520 CPUtime=2520.06 cores=0,2,4,6
/proc/23049/stat : 23049 (java) S 23046 23049 18141 0 -1 1077944320 197202 13318 0 0 251608 390 5 3 20 0 15 0 445138374 11107315712 235880 33554432000 4194304 4196468 140726469026528 140726469009072 140197251305207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
/proc/23049/statm: 2711747 235880 3629 1 0 2673805 0
[pid=23049/tid=23102] ppid=23046 vsize=10846988 memory=943520 CPUtime=2445.47 cores=0,2,4,6
/proc/23049/task/23102/stat : 23102 (java) R 23046 23049 18141 0 -1 4202560 66692 13318 0 0 244490 49 5 3 20 0 15 0 445138384 11107315712 235880 33554432000 4194304 4196468 140726469026528 140197223141200 140196822711852 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23103] ppid=23046 vsize=10846988 memory=943520 CPUtime=13.08 cores=0,2,4,6
/proc/23049/task/23103/stat : 23103 (java) S 23046 23049 18141 0 -1 1077944384 14321 13318 0 0 1234 66 5 3 20 0 15 0 445138384 11107315712 235880 33554432000 4194304 4196468 140726469026528 140197255547920 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23104] ppid=23046 vsize=10846988 memory=943520 CPUtime=13.08 cores=0,2,4,6
/proc/23049/task/23104/stat : 23104 (java) S 23046 23049 18141 0 -1 1077944384 15989 13318 0 0 1233 67 5 3 20 0 15 0 445138384 11107315712 235880 33554432000 4194304 4196468 140726469026528 140197143821456 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23105] ppid=23046 vsize=10846988 memory=943520 CPUtime=13.03 cores=0,2,4,6
/proc/23049/task/23105/stat : 23105 (java) S 23046 23049 18141 0 -1 1077944384 15872 13318 0 0 1229 66 5 3 20 0 15 0 445138384 11107315712 235880 33554432000 4194304 4196468 140726469026528 140197142768400 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23106] ppid=23046 vsize=10846988 memory=943520 CPUtime=13.07 cores=0,2,4,6
/proc/23049/task/23106/stat : 23106 (java) S 23046 23049 18141 0 -1 1077944384 16827 13318 0 0 1232 67 5 3 20 0 15 0 445138384 11107315712 235880 33554432000 4194304 4196468 140726469026528 140197141715856 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23107] ppid=23046 vsize=10846988 memory=943488 CPUtime=12.55 cores=0,2,4,6
/proc/23049/task/23107/stat : 23107 (java) S 23046 23049 18141 0 -1 1077944384 16342 13318 0 0 1183 64 5 3 20 0 15 0 445138386 11107315712 235880 33554432000 4194304 4196468 140726469026528 140196710385904 140197251316354 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23108] ppid=23046 vsize=10846988 memory=943520 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23108/stat : 23108 (java) S 23046 23049 18141 0 -1 1077944384 38 13318 0 0 0 0 5 3 20 0 15 0 445138386 11107315712 235880 33554432000 4194304 4196468 140726469026528 140196709332192 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23109] ppid=23046 vsize=10846988 memory=943520 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23109/stat : 23109 (java) S 23046 23049 18141 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 445138386 11107315712 235880 33554432000 4194304 4196468 140726469026528 140196590904064 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23110] ppid=23046 vsize=10846988 memory=1560 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23110/stat : 23110 (java) S 23046 23049 18141 0 -1 1077944384 2 13318 0 0 0 0 5 3 20 0 15 0 445138389 11107315712 235880 33554432000 4194304 4196468 140726469026528 140195986925520 140197251323803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23111] ppid=23046 vsize=10846988 memory=928 CPUtime=3.47 cores=0,2,4,6
/proc/23049/task/23111/stat : 23111 (java) S 23046 23049 18141 0 -1 1077944384 15696 13318 0 0 336 3 5 3 20 0 15 0 445138389 11107315712 235880 33554432000 4194304 4196468 140726469026528 140196675775216 140197251316354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23112] ppid=23046 vsize=10846988 memory=943520 CPUtime=3.57 cores=0,2,4,6
/proc/23049/task/23112/stat : 23112 (java) S 23046 23049 18141 0 -1 1077944384 15677 13318 0 0 347 2 5 3 20 0 15 0 445138389 11107315712 235880 33554432000 4194304 4196468 140726469026528 140196674722672 140197251316354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23113] ppid=23046 vsize=10846988 memory=1164 CPUtime=1.68 cores=0,2,4,6
/proc/23049/task/23113/stat : 23113 (java) S 23046 23049 18141 0 -1 1077944384 16561 13318 0 0 156 4 5 3 20 0 15 0 445138389 11107315712 235880 33554432000 4194304 4196468 140726469026528 140196673669616 140197251316354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23114] ppid=23046 vsize=10846988 memory=3580 CPUtime=0.08 cores=0,2,4,6
/proc/23049/task/23114/stat : 23114 (java) S 23046 23049 18141 0 -1 1077944384 3 13318 0 0 0 0 5 3 20 0 15 0 445138389 11107315712 235880 33554432000 4194304 4196468 140726469026528 140195517164384 140197251315413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
[pid=23049/tid=23115] ppid=23046 vsize=10846988 memory=31140 CPUtime=1.66 cores=0,2,4,6
/proc/23049/task/23115/stat : 23115 (java) S 23046 23049 18141 0 -1 1077944384 975 13318 0 0 75 83 5 3 20 0 15 0 445138390 11107315712 235880 33554432000 4194304 4196468 140726469026528 140196672617008 140197251316354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11550720 140726469032687 140726469035205 140726469035205 140726469038031 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 943520 KiB

Child status: 143
Real time (s): 2475.14
CPU time (s): 2520.09
CPU user time (s): 2516.15
CPU system time (s): 3.94645
CPU usage (%): 101.816
Max. virtual memory (cumulated for all children) (KiB): 10849792
Max. memory (cumulated for all children) (KiB): 943520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.15
system time used= 3.94645
maximum resident set size= 947640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211373
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 321317
involuntary context switches= 9108


# summary of solver processes directly reported to runsolver:
#   pid: 23049
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.15
#   total CPU system time (s): 3.94645

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.224 second user time and 22.4853 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-17 03:51:47
IDJOB=4400971
IDBENCH=135459
IDSOLVER=2857
FILE ID=node107/4400971-1568688825
RUNJOBID= node107-1568669613-18172
PBS_JOBID= 21703793
Free space on /tmp= 59004 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-mps/Pb-mps-v2-20-10-lseu.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400971-1568688825/watcher-4400971-1568688825 -o /tmp/evaluation-result-4400971-1568688825/solver-4400971-1568688825 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568669613-18172 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1979184242 HOME/instance-4400971-1568688825.xml

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

MD5SUM BENCH= b8e79a81cec6901ac635f2e0750bfcb6
RANDOM SEED=1979184242

node107.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:        29705692 kB
MemAvailable:   30841856 kB
Buffers:          218652 kB
Cached:          1199360 kB
SwapCached:        76432 kB
Active:          1668808 kB
Inactive:         801876 kB
Active(anon):     987072 kB
Inactive(anon):   109016 kB
Active(file):     681736 kB
Inactive(file):   692860 kB
Unevictable:      111204 kB
Mlocked:          111204 kB
SwapTotal:      67108860 kB
SwapFree:       66926592 kB
Dirty:             35300 kB
Writeback:             4 kB
AnonPages:       1224596 kB
Mapped:            55996 kB
Shmem:             34208 kB
Slab:             183964 kB
SReclaimable:     154804 kB
SUnreclaim:        29160 kB
KernelStack:        3856 kB
PageTables:         8516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2196068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1075200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 58968 MiB
End job on node107 at 2019-09-17 04:33:02