Trace number 4396414

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)3 2400.07 2362.74

General information on the benchmark

NameOpd/Opd-sum-small/
Opd-10-015-006.xml
MD5SUMd279c4dbde03937b121f919805027b3b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark2.93758
Satisfiable
(Un)Satisfiability was proved
Number of variables151
Number of constraints56
Number of domains2
Minimum domain size2
Maximum domain size14
Distribution of domain sizes[{"size":2,"count":150},{"size":14,"count":1}]
Minimum variable degree11
Maximum variable degree46
Distribution of variable degrees[{"degree":11,"count":150},{"degree":46,"count":1}]
Minimum constraint arity15
Maximum constraint arity150
Distribution of constraint arities[{"arity":15,"count":10},{"arity":31,"count":45},{"arity":150,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":55}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.77/0.55	c Concrete v3.12.2.1568380929293 running
12.36/4.76	o 4
13.65/5.13	o 3
2400.01/2362.71	Exception in thread "main" java.util.concurrent.TimeoutException
2400.01/2362.71		at concrete.MAC.mac(MAC.scala:192)
2400.01/2362.71		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.01/2362.71		at scala.util.Try$.apply(Try.scala:212)
2400.01/2362.71		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.01/2362.71		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.01/2362.71		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.01/2362.71		at concrete.MAC.oneRun(MAC.scala:265)
2400.01/2362.71		at concrete.MAC.nextSolution(MAC.scala:284)
2400.01/2362.71		at concrete.MAC.nextSolution(MAC.scala:369)
2400.01/2362.71		at concrete.Solver.hasNext(Solver.scala:160)
2400.01/2362.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.01/2362.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.01/2362.71		at concrete.Solver.foreach(Solver.scala:67)
2400.01/2362.71		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.01/2362.71		at scala.util.Success.map(Try.scala:264)
2400.01/2362.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.01/2362.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.01/2362.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.01/2362.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.01/2362.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.01/2362.71		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.01/2362.71		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.01/2362.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.01/2362.71		at scala.App.$anonfun$main$1(App.scala:75)
2400.01/2362.71		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.01/2362.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.01/2362.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.01/2362.71		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.01/2362.71		at scala.App.main(App.scala:75)
2400.01/2362.71		at scala.App.main$(App.scala:73)
2400.01/2362.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.01/2362.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.01/2362.71	v <instantiation
2400.01/2362.71	v         cost = '3'>
2400.01/2362.71	v       <list>
2400.01/2362.71	v         z x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[4][13] x[4][14] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[5][12] x[5][13] x[5][14] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[6][12] x[6][13] x[6][14] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[7][10] x[7][11] x[7][12] x[7][13] x[7][14] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[8][10] x[8][11] x[8][12] x[8][13] x[8][14] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9] x[9][10] x[9][11] x[9][12] x[9][13] x[9][14]
2400.01/2362.71	v       </list>
2400.01/2362.71	v       <values>
2400.01/2362.71	v         3 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 1 1 1 0 0 0 1 1 1 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 1 1 1 0 1 1 0 0 0 0 0 1 0 0 1 0 1 1 0 0 1 0 0 1 0 1 0 0 1 0 0 0 1 0 1 1 0 0 1 1 0 0 0 1 0 1 0 0 0 1 1 0 1 0 0 1 0 1 0 0 1 0 0 0 1 1 1 0 0 1 0 0 1 0 0 1 0 1 0 0 0 0 0 0 1 1 1 1 0 1 0 0 0 0 1 1 0 1 0 0 0 1
2400.01/2362.71	v       </values>
2400.01/2362.71	v     </instantiation>
2400.01/2362.71	s SATISFIABLE

Verifier Data

OK	3

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396414-1568396608/watcher-4396414-1568396608 -o /tmp/evaluation-result-4396414-1568396608/solver-4396414-1568396608 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1568393561-471 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=256540929 HOME/instance-4396414-1568396608.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=1324, runsolver pid=1321

[startup+0.100907 s]*
/proc/loadavg: 1.46 1.32 1.38 3/218 1385
/proc/meminfo: memFree=30693132/32770624 swapFree=66995116/67108860
[pid=1324] ppid=1321 vsize=9972712 memory=16812 CPUtime=0.09 cores=1,3,5,7
/proc/1324/stat : 1324 (java) S 1321 1324 436 0 -1 1077944320 4456 13251 0 0 1 1 4 3 20 0 6 0 415912281 10212057088 4203 33554432000 4194304 4196468 140729047667008 140729047649552 139643361828599 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
/proc/1324/statm: 2493178 4203 1935 1 0 2481616 0
[pid=1324/tid=1381] ppid=1321 vsize=9972712 memory=8389772277269004345 CPUtime=0.08 cores=1,3,5,7
/proc/1324/task/1381/stat : 1381 (java) R 1321 1324 436 0 -1 4202560 2329 13251 0 0 1 0 4 3 20 0 6 0 415912290 10212057088 4269 33554432000 4194304 4196468 140729047667008 139643333665360 139643345020912 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1382] ppid=1321 vsize=9972712 memory=4294967639 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1382/stat : 1382 (java) S 1321 1324 436 0 -1 1077944384 1 13251 0 0 0 0 4 3 20 0 6 0 415912291 10212057088 4269 33554432000 4194304 4196468 140729047667008 139643366070928 139643361838805 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1383] ppid=1321 vsize=9972712 memory=288370501014517376 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1383/stat : 1383 (java) S 1321 1324 436 0 -1 1077944384 1 13251 0 0 0 0 4 3 20 0 6 0 415912291 10212057088 4269 33554432000 4194304 4196468 140729047667008 139643280890384 139643361838805 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1384] ppid=1321 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1384/stat : 1384 (java) S 1321 1324 436 0 -1 1077944384 1 13251 0 0 0 0 4 3 20 0 6 0 415912291 10212057088 4269 33554432000 4194304 4196468 140729047667008 139643279837584 139643361838805 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1385] ppid=1321 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1385/stat : 1385 (java) S 1321 1324 436 0 -1 1077944384 2 13251 0 0 0 0 4 3 20 0 6 0 415912291 10212057088 4269 33554432000 4194304 4196468 140729047667008 139642933008656 139643361838805 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.211878 s]*
/proc/loadavg: 1.46 1.32 1.38 3/227 1394
/proc/meminfo: memFree=30670364/32770624 swapFree=66995116/67108860
[pid=1324] ppid=1321 vsize=10819664 memory=43644 CPUtime=0.25 cores=1,3,5,7
/proc/1324/stat : 1324 (java) S 1321 1324 436 0 -1 1077944320 7267 13251 0 0 16 2 4 3 20 0 15 0 415912281 11079335936 10911 33554432000 4194304 4196468 140729047667008 140729047649552 139643361828599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
/proc/1324/statm: 2704916 10911 3146 1 0 2667149 0
[pid=1324/tid=1381] ppid=1321 vsize=10819664 memory=8389772277269004345 CPUtime=0.19 cores=1,3,5,7
/proc/1324/task/1381/stat : 1381 (java) R 1321 1324 436 0 -1 4202560 3780 13251 0 0 11 1 4 3 20 0 15 0 415912290 11079335936 10911 33554432000 4194304 4196468 140729047667008 139643333661136 139643361849946 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1382] ppid=1321 vsize=10819664 memory=4294967639 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1382/stat : 1382 (java) S 1321 1324 436 0 -1 1077944384 1 13251 0 0 0 0 4 3 20 0 15 0 415912291 11079335936 10911 33554432000 4194304 4196468 140729047667008 139643366070928 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1383] ppid=1321 vsize=10819664 memory=288370501014517376 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1383/stat : 1383 (java) S 1321 1324 436 0 -1 1077944384 1 13251 0 0 0 0 4 3 20 0 15 0 415912291 11079335936 10911 33554432000 4194304 4196468 140729047667008 139643280890384 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1384] ppid=1321 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1384/stat : 1384 (java) S 1321 1324 436 0 -1 1077944384 1 13251 0 0 0 0 4 3 20 0 15 0 415912291 11079335936 10911 33554432000 4194304 4196468 140729047667008 139643279837584 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1385] ppid=1321 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1385/stat : 1385 (java) S 1321 1324 436 0 -1 1077944384 2 13251 0 0 0 0 4 3 20 0 15 0 415912291 11079335936 10911 33554432000 4194304 4196468 140729047667008 139642933008656 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1386] ppid=1321 vsize=10819664 memory=140124862805632 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1386/stat : 1386 (java) S 1321 1324 436 0 -1 1077944384 2 13251 0 0 0 0 4 3 20 0 15 0 415912292 11079335936 10911 33554432000 4194304 4196468 140729047667008 139642888432496 139643361839746 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1387] ppid=1321 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1387/stat : 1387 (java) S 1321 1324 436 0 -1 1077944384 13 13251 0 0 0 0 4 3 20 0 15 0 415912293 11079335936 10911 33554432000 4194304 4196468 140729047667008 139642808559136 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1388] ppid=1321 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1388/stat : 1388 (java) S 1321 1324 436 0 -1 1077944384 1 13251 0 0 0 0 4 3 20 0 15 0 415912293 11079335936 10911 33554432000 4194304 4196468 140729047667008 139642674341232 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1389] ppid=1321 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1389/stat : 1389 (java) S 1321 1324 436 0 -1 1077944384 2 13251 0 0 0 0 4 3 20 0 15 0 415912295 11079335936 10911 33554432000 4194304 4196468 140729047667008 139642070362448 139643361847195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1390] ppid=1321 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1324/task/1390/stat : 1390 (java) S 1321 1324 436 0 -1 1077944384 583 13251 0 0 1 0 4 3 20 0 15 0 415912295 11079335936 10911 33554432000 4194304 4196468 140729047667008 139642887379408 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1391] ppid=1321 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1391/stat : 1391 (java) R 1321 1324 436 0 -1 4202560 58 13251 0 0 0 0 4 3 20 0 15 0 415912296 11079335936 10911 33554432000 4194304 4196468 140729047667008 139642886326512 139643361839746 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1392] ppid=1321 vsize=10819664 memory=140124862805632 CPUtime=0.1 cores=1,3,5,7
/proc/1324/task/1392/stat : 1392 (java) R 1321 1324 436 0 -1 4202560 617 13251 0 0 3 0 4 3 20 0 15 0 415912296 11079335936 10911 33554432000 4194304 4196468 140729047667008 139642885270648 139643361840534 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1393] ppid=1321 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1393/stat : 1393 (java) S 1321 1324 436 0 -1 1077944384 3 13251 0 0 0 0 4 3 20 0 15 0 415912296 11079335936 10911 33554432000 4194304 4196468 140729047667008 139641600600288 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1394] ppid=1321 vsize=10819664 memory=140124862805632 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1394/stat : 1394 (java) S 1321 1324 436 0 -1 1077944384 1 13251 0 0 0 0 4 3 20 0 15 0 415912296 11079335936 10911 33554432000 4194304 4196468 140729047667008 139642884222128 139643361839746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 43644 KiB

[startup+0.310285 s]*
/proc/loadavg: 1.46 1.32 1.38 3/227 1394
/proc/meminfo: memFree=30657828/32770624 swapFree=66995116/67108860
[pid=1324] ppid=1321 vsize=10820148 memory=55052 CPUtime=0.39 cores=1,3,5,7
/proc/1324/stat : 1324 (java) S 1321 1324 436 0 -1 1077944320 10967 13251 0 0 28 4 4 3 20 0 15 0 415912281 11079831552 13763 33554432000 4194304 4196468 140729047667008 140729047649552 139643361828599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
/proc/1324/statm: 2705037 13763 3304 1 0 2667149 0
[pid=1324/tid=1381] ppid=1321 vsize=10820148 memory=8110268329461324165 CPUtime=0.29 cores=1,3,5,7
/proc/1324/task/1381/stat : 1381 (java) R 1321 1324 436 0 -1 4202560 7460 13251 0 0 19 3 4 3 20 0 15 0 415912290 11079831552 13763 33554432000 4194304 4196468 140729047667008 139643333628512 139643347198498 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1382] ppid=1321 vsize=10820148 memory=140129012392175 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1382/stat : 1382 (java) S 1321 1324 436 0 -1 1077944384 1 13251 0 0 0 0 4 3 20 0 15 0 415912291 11079831552 13763 33554432000 4194304 4196468 140729047667008 139643366070928 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1383] ppid=1321 vsize=10820148 memory=140124862805632 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1383/stat : 1383 (java) S 1321 1324 436 0 -1 1077944384 1 13251 0 0 0 0 4 3 20 0 15 0 415912291 11079831552 13763 33554432000 4194304 4196468 140729047667008 139643280890384 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1384] ppid=1321 vsize=10820148 memory=2209 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1384/stat : 1384 (java) S 1321 1324 436 0 -1 1077944384 1 13251 0 0 0 0 4 3 20 0 15 0 415912291 11079831552 13763 33554432000 4194304 4196468 140729047667008 139643279837584 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1385] ppid=1321 vsize=10820148 memory=2240 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1385/stat : 1385 (java) S 1321 1324 436 0 -1 1077944384 2 13251 0 0 0 0 4 3 20 0 15 0 415912291 11079831552 13763 33554432000 4194304 4196468 140729047667008 139642933008656 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1386] ppid=1321 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1386/stat : 1386 (java) S 1321 1324 436 0 -1 1077944384 2 13251 0 0 0 0 4 3 20 0 15 0 415912292 11079831552 13763 33554432000 4194304 4196468 140729047667008 139642888432496 139643361839746 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1387] ppid=1321 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1387/stat : 1387 (java) S 1321 1324 436 0 -1 1077944384 13 13251 0 0 0 0 4 3 20 0 15 0 415912293 11079831552 13763 33554432000 4194304 4196468 140729047667008 139642808559136 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1388] ppid=1321 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1388/stat : 1388 (java) S 1321 1324 436 0 -1 1077944384 1 13251 0 0 0 0 4 3 20 0 15 0 415912293 11079831552 13763 33554432000 4194304 4196468 140729047667008 139642674341232 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1389] ppid=1321 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1389/stat : 1389 (java) S 1321 1324 436 0 -1 1077944384 2 13251 0 0 0 0 4 3 20 0 15 0 415912295 11079831552 13763 33554432000 4194304 4196468 140729047667008 139642070362448 139643361847195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1390] ppid=1321 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1324/task/1390/stat : 1390 (java) S 1321 1324 436 0 -1 1077944384 584 13251 0 0 2 0 4 3 20 0 15 0 415912295 11079831552 13763 33554432000 4194304 4196468 140729047667008 139642887379312 139643361839746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1391] ppid=1321 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1324/task/1391/stat : 1391 (java) S 1321 1324 436 0 -1 1077944384 67 13251 0 0 1 0 4 3 20 0 15 0 415912296 11079831552 13763 33554432000 4194304 4196468 140729047667008 139642886326512 139643361839746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1392] ppid=1321 vsize=10820148 memory=140124862805632 CPUtime=0.12 cores=1,3,5,7
/proc/1324/task/1392/stat : 1392 (java) S 1321 1324 436 0 -1 1077944384 626 13251 0 0 5 0 4 3 20 0 15 0 415912296 11079831552 13763 33554432000 4194304 4196468 140729047667008 139642885273712 139643361839746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1393] ppid=1321 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1393/stat : 1393 (java) S 1321 1324 436 0 -1 1077944384 3 13251 0 0 0 0 4 3 20 0 15 0 415912296 11079831552 13763 33554432000 4194304 4196468 140729047667008 139641600600288 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1394] ppid=1321 vsize=10820148 memory=140124862805632 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1394/stat : 1394 (java) S 1321 1324 436 0 -1 1077944384 1 13251 0 0 0 0 4 3 20 0 15 0 415912296 11079831552 13763 33554432000 4194304 4196468 140729047667008 139642884222128 139643361839746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 55052 KiB

[startup+0.701303 s]
/proc/loadavg: 1.46 1.32 1.38 3/227 1394
/proc/meminfo: memFree=30643516/32770624 swapFree=66995116/67108860
[pid=1324] ppid=1321 vsize=10824360 memory=87668 CPUtime=1.14 cores=1,3,5,7
/proc/1324/stat : 1324 (java) S 1321 1324 436 0 -1 1077944320 15080 13251 0 0 100 7 4 3 20 0 15 0 415912281 11084144640 21917 33554432000 4194304 4196468 140729047667008 140729047649552 139643361828599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
/proc/1324/statm: 2706090 21917 3506 1 0 2668173 0
[pid=1324/tid=1381] ppid=1321 vsize=10824360 memory=20644 CPUtime=0.66 cores=1,3,5,7
/proc/1324/task/1381/stat : 1381 (java) R 1321 1324 436 0 -1 4202560 10352 13251 0 0 55 4 4 3 20 0 15 0 415912290 11084144640 21917 33554432000 4194304 4196468 140729047667008 139643333657160 139642961906418 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1382] ppid=1321 vsize=10824360 memory=280249434641216 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1382/stat : 1382 (java) S 1321 1324 436 0 -1 1077944384 1 13251 0 0 0 0 4 3 20 0 15 0 415912291 11084144640 21917 33554432000 4194304 4196468 140729047667008 139643366070928 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1383] ppid=1321 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1383/stat : 1383 (java) S 1321 1324 436 0 -1 1077944384 1 13251 0 0 0 0 4 3 20 0 15 0 415912291 11084144640 21917 33554432000 4194304 4196468 140729047667008 139643280890384 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1384] ppid=1321 vsize=10824360 memory=140124717658835 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1384/stat : 1384 (java) S 1321 1324 436 0 -1 1077944384 1 13251 0 0 0 0 4 3 20 0 15 0 415912291 11084144640 21917 33554432000 4194304 4196468 140729047667008 139643279837584 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1385] ppid=1321 vsize=10824360 memory=140124717486898 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1385/stat : 1385 (java) S 1321 1324 436 0 -1 1077944384 2 13251 0 0 0 0 4 3 20 0 15 0 415912291 11084144640 21917 33554432000 4194304 4196468 140729047667008 139642933008656 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1386] ppid=1321 vsize=10824360 memory=280249434655344 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1386/stat : 1386 (java) S 1321 1324 436 0 -1 1077944384 5 13251 0 0 0 0 4 3 20 0 15 0 415912292 11084144640 21917 33554432000 4194304 4196468 140729047667008 139642888432496 139643361839746 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1387] ppid=1321 vsize=10824360 memory=280249434655744 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1387/stat : 1387 (java) S 1321 1324 436 0 -1 1077944384 13 13251 0 0 0 0 4 3 20 0 15 0 415912293 11084144640 21917 33554432000 4194304 4196468 140729047667008 139642808559136 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1388] ppid=1321 vsize=10824360 memory=280249434655936 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1388/stat : 1388 (java) S 1321 1324 436 0 -1 1077944384 1 13251 0 0 0 0 4 3 20 0 15 0 415912293 11084144640 21917 33554432000 4194304 4196468 140729047667008 139642674341232 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1389] ppid=1321 vsize=10824360 memory=280249434655552 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1389/stat : 1389 (java) S 1321 1324 436 0 -1 1077944384 2 13251 0 0 0 0 4 3 20 0 15 0 415912295 11084144640 21917 33554432000 4194304 4196468 140729047667008 139642070362448 139643361847195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1390] ppid=1321 vsize=10824360 memory=280249434720320 CPUtime=0.23 cores=1,3,5,7
/proc/1324/task/1390/stat : 1390 (java) R 1321 1324 436 0 -1 4202560 1145 13251 0 0 16 0 4 3 20 0 15 0 415912295 11084144640 21917 33554432000 4194304 4196468 140729047667008 139642887379312 139643341055036 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1391] ppid=1321 vsize=10824360 memory=280249434720512 CPUtime=0.18 cores=1,3,5,7
/proc/1324/task/1391/stat : 1391 (java) S 1321 1324 436 0 -1 1077944384 524 13251 0 0 11 0 4 3 20 0 15 0 415912296 11084144640 21917 33554432000 4194304 4196468 140729047667008 139642886326512 139643361839746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1392] ppid=1321 vsize=10824360 memory=280249434720704 CPUtime=0.24 cores=1,3,5,7
/proc/1324/task/1392/stat : 1392 (java) S 1321 1324 436 0 -1 1077944384 819 13251 0 0 17 0 4 3 20 0 15 0 415912296 11084144640 21917 33554432000 4194304 4196468 140729047667008 139642885273712 139643361839746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1393] ppid=1321 vsize=10824360 memory=280249434720896 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1393/stat : 1393 (java) S 1321 1324 436 0 -1 1077944384 3 13251 0 0 0 0 4 3 20 0 15 0 415912296 11084144640 21917 33554432000 4194304 4196468 140729047667008 139641600600288 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1394] ppid=1321 vsize=10824360 memory=65 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1394/stat : 1394 (java) S 1321 1324 436 0 -1 1077944384 1 13251 0 0 0 0 4 3 20 0 15 0 415912296 11084144640 21917 33554432000 4194304 4196468 140729047667008 139642884222128 139643361839746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 87668 KiB

[startup+1.50074 s]
/proc/loadavg: 1.46 1.32 1.38 3/227 1394
/proc/meminfo: memFree=30598972/32770624 swapFree=66995116/67108860
[pid=1324] ppid=1321 vsize=10834676 memory=175456 CPUtime=2.45 cores=1,3,5,7
/proc/1324/stat : 1324 (java) S 1321 1324 436 0 -1 1077944320 22031 13251 0 0 227 11 4 3 20 0 15 0 415912281 11094708224 43864 33554432000 4194304 4196468 140729047667008 140729047649552 139643361828599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
/proc/1324/statm: 2708669 43864 3587 1 0 2670733 0
[pid=1324/tid=1381] ppid=1321 vsize=10834676 memory=55 CPUtime=1.43 cores=1,3,5,7
/proc/1324/task/1381/stat : 1381 (java) R 1321 1324 436 0 -1 4202560 15336 13251 0 0 130 6 4 3 20 0 15 0 415912290 11094708224 43864 33554432000 4194304 4196468 140729047667008 139643333624352 139642959699891 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1382] ppid=1321 vsize=10834676 memory=2809127 CPUtime=0.08 cores=1,3,5,7
/proc/1324/task/1382/stat : 1382 (java) S 1321 1324 436 0 -1 1077944384 67 13251 0 0 1 0 4 3 20 0 15 0 415912291 11094708224 43864 33554432000 4194304 4196468 140729047667008 139643366070928 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1383] ppid=1321 vsize=10834676 memory=23308 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1383/stat : 1383 (java) S 1321 1324 436 0 -1 1077944384 385 13251 0 0 0 0 4 3 20 0 15 0 415912291 11094708224 43864 33554432000 4194304 4196468 140729047667008 139643280890384 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1384] ppid=1321 vsize=10834676 memory=140124717327080 CPUtime=0.08 cores=1,3,5,7
/proc/1324/task/1384/stat : 1384 (java) S 1321 1324 436 0 -1 1077944384 28 13251 0 0 1 0 4 3 20 0 15 0 415912291 11094708224 43864 33554432000 4194304 4196468 140729047667008 139643279837584 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1385] ppid=1321 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1324/task/1385/stat : 1385 (java) S 1321 1324 436 0 -1 1077944384 67 13251 0 0 1 0 4 3 20 0 15 0 415912291 11094708224 43864 33554432000 4194304 4196468 140729047667008 139642933008656 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1386] ppid=1321 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1324/task/1386/stat : 1386 (java) S 1321 1324 436 0 -1 1077944384 177 13251 0 0 1 0 4 3 20 0 15 0 415912292 11094708224 43864 33554432000 4194304 4196468 140729047667008 139642888432496 139643361839746 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1387] ppid=1321 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1387/stat : 1387 (java) S 1321 1324 436 0 -1 1077944384 13 13251 0 0 0 0 4 3 20 0 15 0 415912293 11094708224 43864 33554432000 4194304 4196468 140729047667008 139642808559200 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1388] ppid=1321 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1388/stat : 1388 (java) S 1321 1324 436 0 -1 1077944384 3 13251 0 0 0 0 4 3 20 0 15 0 415912293 11094708224 43864 33554432000 4194304 4196468 140729047667008 139642674341248 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1389] ppid=1321 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1389/stat : 1389 (java) S 1321 1324 436 0 -1 1077944384 2 13251 0 0 0 0 4 3 20 0 15 0 415912295 11094708224 43864 33554432000 4194304 4196468 140729047667008 139642070362448 139643361847195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1390] ppid=1321 vsize=10834676 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/1324/task/1390/stat : 1390 (java) S 1321 1324 436 0 -1 1077944384 1275 13251 0 0 26 1 4 3 20 0 15 0 415912295 11094708224 43864 33554432000 4194304 4196468 140729047667008 139642887379312 139643361839746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1391] ppid=1321 vsize=10834676 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/1324/task/1391/stat : 1391 (java) S 1321 1324 436 0 -1 1077944384 798 13251 0 0 22 0 4 3 20 0 15 0 415912296 11094708224 43864 33554432000 4194304 4196468 140729047667008 139642886326512 139643361839746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1392] ppid=1321 vsize=10834676 memory=11210019468133 CPUtime=0.47 cores=1,3,5,7
/proc/1324/task/1392/stat : 1392 (java) R 1321 1324 436 0 -1 4202560 1667 13251 0 0 40 0 4 3 20 0 15 0 415912296 11094708224 43864 33554432000 4194304 4196468 140729047667008 139642885273712 139643345909086 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1393] ppid=1321 vsize=10834676 memory=6655300316396806240 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1393/stat : 1393 (java) S 1321 1324 436 0 -1 1077944384 3 13251 0 0 0 0 4 3 20 0 15 0 415912296 11094708224 43864 33554432000 4194304 4196468 140729047667008 139641600600288 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1394] ppid=1321 vsize=10834676 memory=6655300316396806240 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1394/stat : 1394 (java) S 1321 1324 436 0 -1 1077944384 1 13251 0 0 0 0 4 3 20 0 15 0 415912296 11094708224 43864 33554432000 4194304 4196468 140729047667008 139642884222128 139643361839746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834676 KiB

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

/proc/1324/task/1381/stat : 1381 (java) R 1321 1324 436 0 -1 4202560 58611 13251 0 0 224193 42 4 3 20 0 15 0 415912290 11107311616 211822 33554432000 4194304 4196468 140729047667008 139643333664320 139642977549558 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1382] ppid=1321 vsize=10846984 memory=847288 CPUtime=9.08 cores=1,3,5,7
/proc/1324/task/1382/stat : 1382 (java) S 1321 1324 436 0 -1 1077944384 9362 13251 0 0 859 42 4 3 20 0 15 0 415912291 11107311616 211822 33554432000 4194304 4196468 140729047667008 139643366070928 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1383] ppid=1321 vsize=10846984 memory=845156 CPUtime=9.06 cores=1,3,5,7
/proc/1324/task/1383/stat : 1383 (java) S 1321 1324 436 0 -1 1077944384 12767 13251 0 0 858 41 4 3 20 0 15 0 415912291 11107311616 211822 33554432000 4194304 4196468 140729047667008 139643280890384 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1384] ppid=1321 vsize=10846984 memory=845240 CPUtime=9.09 cores=1,3,5,7
/proc/1324/task/1384/stat : 1384 (java) S 1321 1324 436 0 -1 1077944384 13350 13251 0 0 860 42 4 3 20 0 15 0 415912291 11107311616 211822 33554432000 4194304 4196468 140729047667008 139643279837584 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1385] ppid=1321 vsize=10846984 memory=847288 CPUtime=9.06 cores=1,3,5,7
/proc/1324/task/1385/stat : 1385 (java) S 1321 1324 436 0 -1 1077944384 10422 13251 0 0 856 43 4 3 20 0 15 0 415912291 11107311616 211822 33554432000 4194304 4196468 140729047667008 139642933008656 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1386] ppid=1321 vsize=10846984 memory=847288 CPUtime=8.07 cores=1,3,5,7
/proc/1324/task/1386/stat : 1386 (java) S 1321 1324 436 0 -1 1077944384 14277 13251 0 0 758 42 4 3 20 0 15 0 415912292 11107311616 211822 33554432000 4194304 4196468 140729047667008 139642888432496 139643361839746 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1387] ppid=1321 vsize=10846984 memory=847288 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1387/stat : 1387 (java) S 1321 1324 436 0 -1 1077944384 15 13251 0 0 0 0 4 3 20 0 15 0 415912293 11107311616 211822 33554432000 4194304 4196468 140729047667008 139642808559200 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1388] ppid=1321 vsize=10846984 memory=847288 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1388/stat : 1388 (java) S 1321 1324 436 0 -1 1077944384 9 13251 0 0 0 0 4 3 20 0 15 0 415912293 11107311616 211822 33554432000 4194304 4196468 140729047667008 139642674341248 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1389] ppid=1321 vsize=10846984 memory=847288 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1389/stat : 1389 (java) S 1321 1324 436 0 -1 1077944384 2 13251 0 0 0 0 4 3 20 0 15 0 415912295 11107311616 211822 33554432000 4194304 4196468 140729047667008 139642070362448 139643361847195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1390] ppid=1321 vsize=10846984 memory=2257 CPUtime=4.4 cores=1,3,5,7
/proc/1324/task/1390/stat : 1390 (java) S 1321 1324 436 0 -1 1077944384 20271 13251 0 0 429 4 4 3 20 0 15 0 415912295 11107311616 211822 33554432000 4194304 4196468 140729047667008 139642887379312 139643361839746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1391] ppid=1321 vsize=10846984 memory=280249435158224 CPUtime=4.45 cores=1,3,5,7
/proc/1324/task/1391/stat : 1391 (java) S 1321 1324 436 0 -1 1077944384 16868 13251 0 0 435 3 4 3 20 0 15 0 415912296 11107311616 211822 33554432000 4194304 4196468 140729047667008 139642886326512 139643361839746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1392] ppid=1321 vsize=10846984 memory=847288 CPUtime=2.04 cores=1,3,5,7
/proc/1324/task/1392/stat : 1392 (java) S 1321 1324 436 0 -1 1077944384 14012 13251 0 0 194 3 4 3 20 0 15 0 415912296 11107311616 211822 33554432000 4194304 4196468 140729047667008 139642885273712 139643361839746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1393] ppid=1321 vsize=10846984 memory=847288 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1393/stat : 1393 (java) S 1321 1324 436 0 -1 1077944384 3 13251 0 0 0 0 4 3 20 0 15 0 415912296 11107311616 211822 33554432000 4194304 4196468 140729047667008 139641600600288 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1394] ppid=1321 vsize=10846984 memory=847288 CPUtime=1.35 cores=1,3,5,7
/proc/1324/task/1394/stat : 1394 (java) S 1321 1324 436 0 -1 1077944384 1052 13251 0 0 64 64 4 3 20 0 15 0 415912296 11107311616 211822 33554432000 4194304 4196468 140729047667008 139642884222128 139643361839746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
Current children cumulated CPU time: 2298.49 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 847288 KiB

[startup+2322.3 s]
/proc/loadavg: 1.61 1.49 1.49 3/227 1889
/proc/meminfo: memFree=29537120/32770624 swapFree=66995148/67108860
[pid=1324] ppid=1321 vsize=10846984 memory=847336 CPUtime=2359.15 cores=1,3,5,7
/proc/1324/stat : 1324 (java) S 1321 1324 436 0 -1 1077944320 174440 13251 0 0 235625 283 4 3 20 0 15 0 415912281 11107311616 211834 33554432000 4194304 4196468 140729047667008 140729047649552 139643361828599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
/proc/1324/statm: 2711746 211834 3628 1 0 2673805 0
[pid=1324/tid=1381] ppid=1321 vsize=10846984 memory=847336 CPUtime=2301.87 cores=1,3,5,7
/proc/1324/task/1381/stat : 1381 (java) R 1321 1324 436 0 -1 4202560 59250 13251 0 0 230138 42 4 3 20 0 15 0 415912290 11107311616 211834 33554432000 4194304 4196468 140729047667008 139643333664800 139642977549745 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1382] ppid=1321 vsize=10846984 memory=847336 CPUtime=9.33 cores=1,3,5,7
/proc/1324/task/1382/stat : 1382 (java) S 1321 1324 436 0 -1 1077944384 9549 13251 0 0 883 43 4 3 20 0 15 0 415912291 11107311616 211834 33554432000 4194304 4196468 140729047667008 139643366070928 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1383] ppid=1321 vsize=10846984 memory=847336 CPUtime=9.31 cores=1,3,5,7
/proc/1324/task/1383/stat : 1383 (java) S 1321 1324 436 0 -1 1077944384 12860 13251 0 0 881 43 4 3 20 0 15 0 415912291 11107311616 211834 33554432000 4194304 4196468 140729047667008 139643280890384 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1384] ppid=1321 vsize=10846984 memory=847336 CPUtime=9.33 cores=1,3,5,7
/proc/1324/task/1384/stat : 1384 (java) S 1321 1324 436 0 -1 1077944384 13413 13251 0 0 883 43 4 3 20 0 15 0 415912291 11107311616 211834 33554432000 4194304 4196468 140729047667008 139643279837584 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1385] ppid=1321 vsize=10846984 memory=847336 CPUtime=9.3 cores=1,3,5,7
/proc/1324/task/1385/stat : 1385 (java) S 1321 1324 436 0 -1 1077944384 10429 13251 0 0 879 44 4 3 20 0 15 0 415912291 11107311616 211834 33554432000 4194304 4196468 140729047667008 139642933008656 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1386] ppid=1321 vsize=10846984 memory=847336 CPUtime=8.27 cores=1,3,5,7
/proc/1324/task/1386/stat : 1386 (java) S 1321 1324 436 0 -1 1077944384 14473 13251 0 0 777 43 4 3 20 0 15 0 415912292 11107311616 211834 33554432000 4194304 4196468 140729047667008 139642888432496 139643361839746 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1387] ppid=1321 vsize=10846984 memory=847336 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1387/stat : 1387 (java) S 1321 1324 436 0 -1 1077944384 15 13251 0 0 0 0 4 3 20 0 15 0 415912293 11107311616 211834 33554432000 4194304 4196468 140729047667008 139642808559200 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1388] ppid=1321 vsize=10846984 memory=847336 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1388/stat : 1388 (java) S 1321 1324 436 0 -1 1077944384 9 13251 0 0 0 0 4 3 20 0 15 0 415912293 11107311616 211834 33554432000 4194304 4196468 140729047667008 139642674341248 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1389] ppid=1321 vsize=10846984 memory=847336 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1389/stat : 1389 (java) S 1321 1324 436 0 -1 1077944384 2 13251 0 0 0 0 4 3 20 0 15 0 415912295 11107311616 211834 33554432000 4194304 4196468 140729047667008 139642070362448 139643361847195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1390] ppid=1321 vsize=10846984 memory=847336 CPUtime=4.4 cores=1,3,5,7
/proc/1324/task/1390/stat : 1390 (java) S 1321 1324 436 0 -1 1077944384 20273 13251 0 0 429 4 4 3 20 0 15 0 415912295 11107311616 211834 33554432000 4194304 4196468 140729047667008 139642887379312 139643361839746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1391] ppid=1321 vsize=10846984 memory=1616 CPUtime=4.45 cores=1,3,5,7
/proc/1324/task/1391/stat : 1391 (java) S 1321 1324 436 0 -1 1077944384 16870 13251 0 0 435 3 4 3 20 0 15 0 415912296 11107311616 211834 33554432000 4194304 4196468 140729047667008 139642886326512 139643361839746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1392] ppid=1321 vsize=10846984 memory=847336 CPUtime=2.04 cores=1,3,5,7
/proc/1324/task/1392/stat : 1392 (java) S 1321 1324 436 0 -1 1077944384 14014 13251 0 0 194 3 4 3 20 0 15 0 415912296 11107311616 211834 33554432000 4194304 4196468 140729047667008 139642885273712 139643361839746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1393] ppid=1321 vsize=10846984 memory=847336 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1393/stat : 1393 (java) S 1321 1324 436 0 -1 1077944384 3 13251 0 0 0 0 4 3 20 0 15 0 415912296 11107311616 211834 33554432000 4194304 4196468 140729047667008 139641600600288 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1394] ppid=1321 vsize=10846984 memory=847336 CPUtime=1.38 cores=1,3,5,7
/proc/1324/task/1394/stat : 1394 (java) S 1321 1324 436 0 -1 1077944384 1070 13251 0 0 65 66 4 3 20 0 15 0 415912296 11107311616 211834 33554432000 4194304 4196468 140729047667008 139642884222128 139643361839746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
Current children cumulated CPU time: 2359.15 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 847336 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2362.7 s]
/proc/loadavg: 1.37 1.44 1.48 3/228 1893
/proc/meminfo: memFree=29541940/32770624 swapFree=66995148/67108860
[pid=1324] ppid=1321 vsize=10846984 memory=847356 CPUtime=2400.01 cores=1,3,5,7
/proc/1324/stat : 1324 (java) S 1321 1324 436 0 -1 1077944320 175118 13251 0 0 239708 286 4 3 20 0 15 0 415912281 11107311616 211839 33554432000 4194304 4196468 140729047667008 140729047649552 139643361828599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
/proc/1324/statm: 2711746 211839 3628 1 0 2673805 0
[pid=1324/tid=1381] ppid=1321 vsize=10846984 memory=847356 CPUtime=2341.92 cores=1,3,5,7
/proc/1324/task/1381/stat : 1381 (java) R 1321 1324 436 0 -1 4202560 59603 13251 0 0 234143 42 4 3 20 0 15 0 415912290 11107311616 211839 33554432000 4194304 4196468 140729047667008 139643333664800 139642976555019 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1382] ppid=1321 vsize=10846984 memory=847356 CPUtime=9.48 cores=1,3,5,7
/proc/1324/task/1382/stat : 1382 (java) S 1321 1324 436 0 -1 1077944384 9556 13251 0 0 898 43 4 3 20 0 15 0 415912291 11107311616 211839 33554432000 4194304 4196468 140729047667008 139643366070928 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1383] ppid=1321 vsize=10846984 memory=847356 CPUtime=9.47 cores=1,3,5,7
/proc/1324/task/1383/stat : 1383 (java) S 1321 1324 436 0 -1 1077944384 12905 13251 0 0 897 43 4 3 20 0 15 0 415912291 11107311616 211839 33554432000 4194304 4196468 140729047667008 139643280890384 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1384] ppid=1321 vsize=10846984 memory=847356 CPUtime=9.5 cores=1,3,5,7
/proc/1324/task/1384/stat : 1384 (java) S 1321 1324 436 0 -1 1077944384 13477 13251 0 0 899 44 4 3 20 0 15 0 415912291 11107311616 211839 33554432000 4194304 4196468 140729047667008 139643279837584 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1385] ppid=1321 vsize=10846984 memory=847336 CPUtime=9.47 cores=1,3,5,7
/proc/1324/task/1385/stat : 1385 (java) S 1321 1324 436 0 -1 1077944384 10444 13251 0 0 895 45 4 3 20 0 15 0 415912291 11107311616 211839 33554432000 4194304 4196468 140729047667008 139642933008656 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1386] ppid=1321 vsize=10846984 memory=847356 CPUtime=8.41 cores=1,3,5,7
/proc/1324/task/1386/stat : 1386 (java) S 1321 1324 436 0 -1 1077944384 14651 13251 0 0 791 43 4 3 20 0 15 0 415912292 11107311616 211839 33554432000 4194304 4196468 140729047667008 139642888432496 139643361839746 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1387] ppid=1321 vsize=10846984 memory=847356 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1387/stat : 1387 (java) S 1321 1324 436 0 -1 1077944384 15 13251 0 0 0 0 4 3 20 0 15 0 415912293 11107311616 211839 33554432000 4194304 4196468 140729047667008 139642808559200 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1388] ppid=1321 vsize=10846984 memory=847356 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1388/stat : 1388 (java) S 1321 1324 436 0 -1 1077944384 9 13251 0 0 0 0 4 3 20 0 15 0 415912293 11107311616 211839 33554432000 4194304 4196468 140729047667008 139642674341248 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1389] ppid=1321 vsize=10846984 memory=2832 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1389/stat : 1389 (java) S 1321 1324 436 0 -1 1077944384 2 13251 0 0 0 0 4 3 20 0 15 0 415912295 11107311616 211839 33554432000 4194304 4196468 140729047667008 139642070362448 139643361847195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1390] ppid=1321 vsize=10846984 memory=5904 CPUtime=4.4 cores=1,3,5,7
/proc/1324/task/1390/stat : 1390 (java) S 1321 1324 436 0 -1 1077944384 20273 13251 0 0 429 4 4 3 20 0 15 0 415912295 11107311616 211839 33554432000 4194304 4196468 140729047667008 139642887379312 139643361839746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1391] ppid=1321 vsize=10846984 memory=0 CPUtime=4.45 cores=1,3,5,7
/proc/1324/task/1391/stat : 1391 (java) S 1321 1324 436 0 -1 1077944384 16870 13251 0 0 435 3 4 3 20 0 15 0 415912296 11107311616 211839 33554432000 4194304 4196468 140729047667008 139642886326512 139643361839746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1392] ppid=1321 vsize=10846984 memory=433 CPUtime=2.04 cores=1,3,5,7
/proc/1324/task/1392/stat : 1392 (java) S 1321 1324 436 0 -1 1077944384 14014 13251 0 0 194 3 4 3 20 0 15 0 415912296 11107311616 211839 33554432000 4194304 4196468 140729047667008 139642885273712 139643361839746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1393] ppid=1321 vsize=10846984 memory=31076 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1393/stat : 1393 (java) S 1321 1324 436 0 -1 1077944384 3 13251 0 0 0 0 4 3 20 0 15 0 415912296 11107311616 211839 33554432000 4194304 4196468 140729047667008 139641600600288 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1394] ppid=1321 vsize=10846984 memory=1804 CPUtime=1.4 cores=1,3,5,7
/proc/1324/task/1394/stat : 1394 (java) S 1321 1324 436 0 -1 1077944384 1086 13251 0 0 66 67 4 3 20 0 15 0 415912296 11107311616 211839 33554432000 4194304 4196468 140729047667008 139642884222128 139643361839746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 847356 KiB

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

[startup+2362.74 s]
# the end of solver process 1324 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.15 s, system=2.91425 s

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

[startup+2362.7 s]
/proc/loadavg: 1.37 1.44 1.48 3/228 1893
/proc/meminfo: memFree=29541940/32770624 swapFree=66995148/67108860
[pid=1324] ppid=1321 vsize=10846984 memory=847356 CPUtime=2400.01 cores=1,3,5,7
/proc/1324/stat : 1324 (java) S 1321 1324 436 0 -1 1077944320 175118 13251 0 0 239708 286 4 3 20 0 15 0 415912281 11107311616 211839 33554432000 4194304 4196468 140729047667008 140729047649552 139643361828599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
/proc/1324/statm: 2711746 211839 3628 1 0 2673805 0
[pid=1324/tid=1381] ppid=1321 vsize=10846984 memory=847356 CPUtime=2341.92 cores=1,3,5,7
/proc/1324/task/1381/stat : 1381 (java) R 1321 1324 436 0 -1 4202560 59603 13251 0 0 234143 42 4 3 20 0 15 0 415912290 11107311616 211839 33554432000 4194304 4196468 140729047667008 139643333664800 139642976555019 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1382] ppid=1321 vsize=10846984 memory=847356 CPUtime=9.48 cores=1,3,5,7
/proc/1324/task/1382/stat : 1382 (java) S 1321 1324 436 0 -1 1077944384 9556 13251 0 0 898 43 4 3 20 0 15 0 415912291 11107311616 211839 33554432000 4194304 4196468 140729047667008 139643366070928 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1383] ppid=1321 vsize=10846984 memory=847356 CPUtime=9.47 cores=1,3,5,7
/proc/1324/task/1383/stat : 1383 (java) S 1321 1324 436 0 -1 1077944384 12905 13251 0 0 897 43 4 3 20 0 15 0 415912291 11107311616 211839 33554432000 4194304 4196468 140729047667008 139643280890384 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1384] ppid=1321 vsize=10846984 memory=847356 CPUtime=9.5 cores=1,3,5,7
/proc/1324/task/1384/stat : 1384 (java) S 1321 1324 436 0 -1 1077944384 13477 13251 0 0 899 44 4 3 20 0 15 0 415912291 11107311616 211839 33554432000 4194304 4196468 140729047667008 139643279837584 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1385] ppid=1321 vsize=10846984 memory=847336 CPUtime=9.47 cores=1,3,5,7
/proc/1324/task/1385/stat : 1385 (java) S 1321 1324 436 0 -1 1077944384 10444 13251 0 0 895 45 4 3 20 0 15 0 415912291 11107311616 211839 33554432000 4194304 4196468 140729047667008 139642933008656 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1386] ppid=1321 vsize=10846984 memory=847356 CPUtime=8.41 cores=1,3,5,7
/proc/1324/task/1386/stat : 1386 (java) S 1321 1324 436 0 -1 1077944384 14651 13251 0 0 791 43 4 3 20 0 15 0 415912292 11107311616 211839 33554432000 4194304 4196468 140729047667008 139642888432496 139643361839746 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1387] ppid=1321 vsize=10846984 memory=847356 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1387/stat : 1387 (java) S 1321 1324 436 0 -1 1077944384 15 13251 0 0 0 0 4 3 20 0 15 0 415912293 11107311616 211839 33554432000 4194304 4196468 140729047667008 139642808559200 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1388] ppid=1321 vsize=10846984 memory=847356 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1388/stat : 1388 (java) S 1321 1324 436 0 -1 1077944384 9 13251 0 0 0 0 4 3 20 0 15 0 415912293 11107311616 211839 33554432000 4194304 4196468 140729047667008 139642674341248 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1389] ppid=1321 vsize=10846984 memory=2832 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1389/stat : 1389 (java) S 1321 1324 436 0 -1 1077944384 2 13251 0 0 0 0 4 3 20 0 15 0 415912295 11107311616 211839 33554432000 4194304 4196468 140729047667008 139642070362448 139643361847195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1390] ppid=1321 vsize=10846984 memory=5904 CPUtime=4.4 cores=1,3,5,7
/proc/1324/task/1390/stat : 1390 (java) S 1321 1324 436 0 -1 1077944384 20273 13251 0 0 429 4 4 3 20 0 15 0 415912295 11107311616 211839 33554432000 4194304 4196468 140729047667008 139642887379312 139643361839746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1391] ppid=1321 vsize=10846984 memory=0 CPUtime=4.45 cores=1,3,5,7
/proc/1324/task/1391/stat : 1391 (java) S 1321 1324 436 0 -1 1077944384 16870 13251 0 0 435 3 4 3 20 0 15 0 415912296 11107311616 211839 33554432000 4194304 4196468 140729047667008 139642886326512 139643361839746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1392] ppid=1321 vsize=10846984 memory=433 CPUtime=2.04 cores=1,3,5,7
/proc/1324/task/1392/stat : 1392 (java) S 1321 1324 436 0 -1 1077944384 14014 13251 0 0 194 3 4 3 20 0 15 0 415912296 11107311616 211839 33554432000 4194304 4196468 140729047667008 139642885273712 139643361839746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1393] ppid=1321 vsize=10846984 memory=31076 CPUtime=0.07 cores=1,3,5,7
/proc/1324/task/1393/stat : 1393 (java) S 1321 1324 436 0 -1 1077944384 3 13251 0 0 0 0 4 3 20 0 15 0 415912296 11107311616 211839 33554432000 4194304 4196468 140729047667008 139641600600288 139643361838805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
[pid=1324/tid=1394] ppid=1321 vsize=10846984 memory=1804 CPUtime=1.4 cores=1,3,5,7
/proc/1324/task/1394/stat : 1394 (java) S 1321 1324 436 0 -1 1077944384 1086 13251 0 0 66 67 4 3 20 0 15 0 415912296 11107311616 211839 33554432000 4194304 4196468 140729047667008 139642884222128 139643361839746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17305600 140729047669488 140729047672005 140729047672005 140729047674831 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 847356 KiB

Child status: 143
Real time (s): 2362.74
CPU time (s): 2400.07
CPU user time (s): 2397.15
CPU system time (s): 2.91425
CPU usage (%): 101.58
Max. virtual memory (cumulated for all children) (KiB): 10846984
Max. memory (cumulated for all children) (KiB): 906092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.15
system time used= 2.91425
maximum resident set size= 906620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189255
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 228046
involuntary context switches= 5916


# summary of solver processes directly reported to runsolver:
#   pid: 1324
#   total CPU time (s): 2400.07
#   total CPU user time (s): 2397.15
#   total CPU system time (s): 2.91425

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.077 second user time and 20.8927 second system time

The end

Launcher Data

Begin job on node102 at 2019-09-13 19:42:43
IDJOB=4396414
IDBENCH=122976
IDSOLVER=2847
FILE ID=node102/4396414-1568396608
RUNJOBID= node102-1568393561-471
PBS_JOBID= 21701865
Free space on /tmp= 59296 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Opd/Opd-sum-small/Opd-10-015-006.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396414-1568396608/watcher-4396414-1568396608 -o /tmp/evaluation-result-4396414-1568396608/solver-4396414-1568396608 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1568393561-471 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=256540929 HOME/instance-4396414-1568396608.xml

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

MD5SUM BENCH= d279c4dbde03937b121f919805027b3b
RANDOM SEED=256540929

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30701948 kB
MemAvailable:   31067752 kB
Buffers:          151060 kB
Cached:           507736 kB
SwapCached:         9932 kB
Active:          1205396 kB
Inactive:         321584 kB
Active(anon):     864688 kB
Inactive(anon):    34240 kB
Active(file):     340708 kB
Inactive(file):   287344 kB
Unevictable:      109896 kB
Mlocked:          109896 kB
SwapTotal:      67108860 kB
SwapFree:       66995116 kB
Dirty:             35376 kB
Writeback:             0 kB
AnonPages:        968464 kB
Mapped:            48000 kB
Shmem:             22136 kB
Slab:             135676 kB
SReclaimable:     107176 kB
SUnreclaim:        28500 kB
KernelStack:        3696 kB
PageTables:         7508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2120864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    796672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59260 MiB
End job on node102 at 2019-09-13 20:22:06