Trace number 4295971

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.8-SuperNG 2018-06-13SAT (TO)627 2520.14 2488.34

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-75-50-00_c18.xml
MD5SUM7fcf74bccc1d4f399a3457b4fd80f100
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark357
Best CPU time to get the best result obtained on this benchmark2519.91
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints76
Number of domains2
Minimum domain size59
Maximum domain size75
Distribution of domain sizes[{"size":59,"count":75},{"size":75,"count":75}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":75},{"degree":3,"count":75}]
Minimum constraint arity3
Maximum constraint arity75
Distribution of constraint arities[{"arity":3,"count":75},{"arity":75,"count":1}]
Number of extensional constraints75
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":75},{"type":"allDifferent","count":1}]
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.98/0.75	c Concrete v3.8.1528841891564 running
17.55/11.02	o 766
17.55/11.07	o 764
17.86/11.14	o 760
17.86/11.15	o 756
17.86/11.17	o 754
17.86/11.18	o 753
26.42/17.74	o 743
26.42/17.74	o 740
26.42/17.79	o 737
26.64/17.83	o 729
26.64/17.83	o 724
38.48/28.54	o 647
38.48/28.54	o 645
38.48/28.56	o 632
38.48/28.57	o 631
38.48/28.58	o 630
38.48/28.59	o 628
38.66/28.66	o 627
2520.09/2488.31	Exception in thread "main" java.util.concurrent.TimeoutException
2520.09/2488.31		at concrete.MAC.mac(MAC.scala:188)
2520.09/2488.31		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.09/2488.31		at scala.util.Try$.apply(Try.scala:209)
2520.09/2488.31		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.09/2488.31		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.09/2488.31		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.09/2488.31		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.09/2488.31		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.09/2488.31		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.09/2488.31		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.09/2488.31		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.09/2488.31		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.09/2488.31		at concrete.MAC.oneRun(MAC.scala:253)
2520.09/2488.31		at concrete.MAC.nextSolution(MAC.scala:272)
2520.09/2488.31		at concrete.MAC.nextSolution(MAC.scala:355)
2520.09/2488.31		at concrete.Solver.hasNext(Solver.scala:166)
2520.09/2488.31		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.09/2488.31		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.09/2488.31		at concrete.Solver.foreach(Solver.scala:68)
2520.09/2488.31		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.09/2488.31		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.09/2488.31		at scala.util.Success.map(Try.scala:209)
2520.09/2488.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.09/2488.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.09/2488.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.09/2488.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.09/2488.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.09/2488.31		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.09/2488.31		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.09/2488.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.09/2488.31		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.09/2488.31		at scala.collection.immutable.List.foreach(List.scala:389)
2520.09/2488.31		at scala.App.main(App.scala:76)
2520.09/2488.31		at scala.App.main$(App.scala:74)
2520.09/2488.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.09/2488.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.09/2488.32	v <instantiation cost="627">
2520.09/2488.32	v       <list>
2520.09/2488.32	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] c[40] c[41] c[42] c[43] c[44] c[45] c[46] c[47] c[48] c[49] c[50] c[51] c[52] c[53] c[54] c[55] c[56] c[57] c[58] c[59] c[60] c[61] c[62] c[63] c[64] c[65] c[66] c[67] c[68] c[69] c[70] c[71] c[72] c[73] c[74] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] d[30] d[31] d[32] d[33] d[34] d[35] d[36] d[37] d[38] d[39] d[40] d[41] d[42] d[43] d[44] d[45] d[46] d[47] d[48] d[49] d[50] d[51] d[52] d[53] d[54] d[55] d[56] d[57] d[58] d[59] d[60] d[61] d[62] d[63] d[64] d[65] d[66] d[67] d[68] d[69] d[70] d[71] d[72] d[73] d[74]
2520.09/2488.32	v       </list>
2520.09/2488.32	v       <values>
2520.09/2488.32	v         46 54 50 51 52 56 55 71 70 61 49 48 60 63 65 72 66 62 57 45 44 31 23 22 20 17 24 27 10 2 3 5 12 13 9 7 15 18 40 38 34 47 58 67 68 74 69 64 16 14 4 6 1 8 11 21 26 29 28 41 73 53 0 33 37 39 43 59 19 25 30 35 36 32 42 8 2 3 3 4 1 12 3 6 6 1 6 3 10 6 6 2 4 16 3 10 8 1 2 4 6 5 14 4 1 19 4 2 4 2 9 5 42 2 1 9 5 5 5 25 6 4 28 5 22 7 4 10 7 7 4 6 1 14 34 21 37 23 1 2 2 10 48 5 4 3 2 3 4 4
2520.09/2488.33	v       </values>
2520.09/2488.33	v     </instantiation>
2520.09/2488.33	s SATISFIABLE

Verifier Data

OK	627

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295971-1532602280/watcher-4295971-1532602280 -o /tmp/evaluation-result-4295971-1532602280/solver-4295971-1532602280 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532594793-3955 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1790201012 -superng HOME/instance-4295971-1532602280.xml 

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

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


[startup+0.100061 s]*
/proc/loadavg: 1.71 1.60 1.60 2/206 5672
/proc/meminfo: memFree=22315840/32770624 swapFree=67108860/67108860
[pid=5619] ppid=5616 vsize=9970504 memory=9016 CPUtime=0.07 cores=1,3,5,7
/proc/5619/stat : 5619 (java) S 5616 5619 2275 0 -1 1077944320 3429 12925 0 0 0 0 5 2 20 0 6 0 77791221 10209796096 2254 33554432000 4194304 4196468 140720482422272 140720482404816 140231618117367 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
/proc/5619/statm: 2492626 2254 1273 1 0 2481537 0
[pid=5619/tid=5672] ppid=5616 vsize=9970504 memory=-8962850271192727489 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5672/stat : 5672 (java) R 5616 5619 2275 0 -1 4202560 1339 12925 0 0 0 0 5 2 20 0 6 0 77791231 10209796096 2871 33554432000 4194304 4196468 140720482422272 140231589959784 140231610795541 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5673] ppid=5616 vsize=9970504 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5673/stat : 5673 (java) S 5616 5619 2275 0 -1 1077944384 1 12925 0 0 0 0 5 2 20 0 6 0 77791232 10209796096 2871 33554432000 4194304 4196468 140720482422272 140231622359824 140231618127573 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5674] ppid=5616 vsize=9970504 memory=140652817356416 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5674/stat : 5674 (java) S 5616 5619 2275 0 -1 1077944384 1 12925 0 0 0 0 5 2 20 0 6 0 77791232 10209796096 2871 33554432000 4194304 4196468 140720482422272 140231556402064 140231618127573 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5675] ppid=5616 vsize=9970504 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5675/stat : 5675 (java) S 5616 5619 2275 0 -1 1077944384 2 12925 0 0 0 0 5 2 20 0 6 0 77791232 10209796096 2871 33554432000 4194304 4196468 140720482422272 140231190088720 140231618127573 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5676] ppid=5616 vsize=9970504 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5676/stat : 5676 (java) S 5616 5619 2275 0 -1 1077944384 2 12925 0 0 0 0 5 2 20 0 6 0 77791232 10209796096 2871 33554432000 4194304 4196468 140720482422272 140231189036176 140231618127573 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 9970504 KiB
Current children cumulated memory: 9016 KiB

[startup+0.210297 s]*
/proc/loadavg: 1.71 1.60 1.60 3/219 5685
/proc/meminfo: memFree=22294724/32770624 swapFree=67108860/67108860
[pid=5619] ppid=5616 vsize=10818904 memory=36128 CPUtime=0.24 cores=1,3,5,7
/proc/5619/stat : 5619 (java) S 5616 5619 2275 0 -1 1077944320 7315 12925 0 0 16 1 5 2 20 0 15 0 77791221 11078557696 9032 33554432000 4194304 4196468 140720482422272 140720482404816 140231618117367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
/proc/5619/statm: 2704726 9032 2966 1 0 2667149 0
[pid=5619/tid=5672] ppid=5616 vsize=10818904 memory=8514701219931451533 CPUtime=0.17 cores=1,3,5,7
/proc/5619/task/5672/stat : 5672 (java) R 5616 5619 2275 0 -1 4202560 3861 12925 0 0 10 0 5 2 20 0 15 0 77791231 11078557696 9032 33554432000 4194304 4196468 140720482422272 140231589914288 140231599682320 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5673] ppid=5616 vsize=10818904 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5673/stat : 5673 (java) S 5616 5619 2275 0 -1 1077944384 1 12925 0 0 0 0 5 2 20 0 15 0 77791232 11078557696 9032 33554432000 4194304 4196468 140720482422272 140231622359824 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5674] ppid=5616 vsize=10818904 memory=140652817356416 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5674/stat : 5674 (java) S 5616 5619 2275 0 -1 1077944384 1 12925 0 0 0 0 5 2 20 0 15 0 77791232 11078557696 9032 33554432000 4194304 4196468 140720482422272 140231556402064 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5675] ppid=5616 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5675/stat : 5675 (java) S 5616 5619 2275 0 -1 1077944384 2 12925 0 0 0 0 5 2 20 0 15 0 77791232 11078557696 9032 33554432000 4194304 4196468 140720482422272 140231190088720 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5676] ppid=5616 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5676/stat : 5676 (java) S 5616 5619 2275 0 -1 1077944384 2 12925 0 0 0 0 5 2 20 0 15 0 77791232 11078557696 9032 33554432000 4194304 4196468 140720482422272 140231189036176 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5677] ppid=5616 vsize=10818904 memory=140652817356416 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5677/stat : 5677 (java) S 5616 5619 2275 0 -1 1077944384 2 12925 0 0 0 0 5 2 20 0 15 0 77791233 11078557696 9032 33554432000 4194304 4196468 140720482422272 140231077492720 140231618128514 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5678] ppid=5616 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5678/stat : 5678 (java) S 5616 5619 2275 0 -1 1077944384 33 12925 0 0 0 0 5 2 20 0 15 0 77791234 11078557696 9032 33554432000 4194304 4196468 140720482422272 140231076438944 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5679] ppid=5616 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5679/stat : 5679 (java) S 5616 5619 2275 0 -1 1077944384 1 12925 0 0 0 0 5 2 20 0 15 0 77791234 11078557696 9032 33554432000 4194304 4196468 140720482422272 140230480880624 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5680] ppid=5616 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5680/stat : 5680 (java) S 5616 5619 2275 0 -1 1077944384 3 12925 0 0 0 0 5 2 20 0 15 0 77791237 11078557696 9032 33554432000 4194304 4196468 140720482422272 140230173481168 140231618135963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5681] ppid=5616 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5619/task/5681/stat : 5681 (java) S 5616 5619 2275 0 -1 1077944384 546 12925 0 0 1 0 5 2 20 0 15 0 77791237 11078557696 9032 33554432000 4194304 4196468 140720482422272 140231042882032 140231618128514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5682] ppid=5616 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5682/stat : 5682 (java) S 5616 5619 2275 0 -1 1077944384 59 12925 0 0 0 0 5 2 20 0 15 0 77791237 11078557696 9032 33554432000 4194304 4196468 140720482422272 140231041829488 140231618128514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5683] ppid=5616 vsize=10818904 memory=140652817356416 CPUtime=0.1 cores=1,3,5,7
/proc/5619/task/5683/stat : 5683 (java) S 5616 5619 2275 0 -1 1077944384 612 12925 0 0 3 0 5 2 20 0 15 0 77791237 11078557696 9032 33554432000 4194304 4196468 140720482422272 140231040776944 140231618128514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5684] ppid=5616 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5684/stat : 5684 (java) S 5616 5619 2275 0 -1 1077944384 3 12925 0 0 0 0 5 2 20 0 15 0 77791237 11078557696 9032 33554432000 4194304 4196468 140720482422272 140230139923552 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5685] ppid=5616 vsize=10818904 memory=140652817356416 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5685/stat : 5685 (java) S 5616 5619 2275 0 -1 1077944384 1 12925 0 0 0 0 5 2 20 0 15 0 77791237 11078557696 9032 33554432000 4194304 4196468 140720482422272 140231039723824 140231618128514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 36128 KiB

[startup+0.310497 s]*
/proc/loadavg: 1.71 1.60 1.60 3/219 5685
/proc/meminfo: memFree=22281452/32770624 swapFree=67108860/67108860
[pid=5619] ppid=5616 vsize=10819352 memory=48744 CPUtime=0.37 cores=1,3,5,7
/proc/5619/stat : 5619 (java) S 5616 5619 2275 0 -1 1077944320 10322 12925 0 0 28 2 5 2 20 0 15 0 77791221 11079016448 12186 33554432000 4194304 4196468 140720482422272 140720482404816 140231618117367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
/proc/5619/statm: 2704838 12186 3085 1 0 2667149 0
[pid=5619/tid=5672] ppid=5616 vsize=10819352 memory=8112282956445269571 CPUtime=0.27 cores=1,3,5,7
/proc/5619/task/5672/stat : 5672 (java) R 5616 5619 2275 0 -1 4202560 6971 12925 0 0 19 1 5 2 20 0 15 0 77791231 11079016448 12318 33554432000 4194304 4196468 140720482422272 140231589929376 140231598393181 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5673] ppid=5616 vsize=10819352 memory=7086809113737449552 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5673/stat : 5673 (java) S 5616 5619 2275 0 -1 1077944384 1 12925 0 0 0 0 5 2 20 0 15 0 77791232 11079016448 12318 33554432000 4194304 4196468 140720482422272 140231622359824 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5674] ppid=5616 vsize=10819352 memory=2076 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5674/stat : 5674 (java) S 5616 5619 2275 0 -1 1077944384 1 12925 0 0 0 0 5 2 20 0 15 0 77791232 11079016448 12318 33554432000 4194304 4196468 140720482422272 140231556402064 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5675] ppid=5616 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5675/stat : 5675 (java) S 5616 5619 2275 0 -1 1077944384 2 12925 0 0 0 0 5 2 20 0 15 0 77791232 11079016448 12318 33554432000 4194304 4196468 140720482422272 140231190088720 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5676] ppid=5616 vsize=10819352 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5676/stat : 5676 (java) S 5616 5619 2275 0 -1 1077944384 2 12925 0 0 0 0 5 2 20 0 15 0 77791232 11079016448 12318 33554432000 4194304 4196468 140720482422272 140231189036176 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5677] ppid=5616 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5677/stat : 5677 (java) S 5616 5619 2275 0 -1 1077944384 2 12925 0 0 0 0 5 2 20 0 15 0 77791233 11079016448 12318 33554432000 4194304 4196468 140720482422272 140231077492720 140231618128514 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5678] ppid=5616 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5678/stat : 5678 (java) S 5616 5619 2275 0 -1 1077944384 33 12925 0 0 0 0 5 2 20 0 15 0 77791234 11079016448 12318 33554432000 4194304 4196468 140720482422272 140231076438944 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5679] ppid=5616 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5679/stat : 5679 (java) S 5616 5619 2275 0 -1 1077944384 1 12925 0 0 0 0 5 2 20 0 15 0 77791234 11079016448 12384 33554432000 4194304 4196468 140720482422272 140230480880624 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5680] ppid=5616 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5680/stat : 5680 (java) S 5616 5619 2275 0 -1 1077944384 3 12925 0 0 0 0 5 2 20 0 15 0 77791237 11079016448 12384 33554432000 4194304 4196468 140720482422272 140230173481168 140231618135963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5681] ppid=5616 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5619/task/5681/stat : 5681 (java) S 5616 5619 2275 0 -1 1077944384 553 12925 0 0 2 0 5 2 20 0 15 0 77791237 11079016448 12384 33554432000 4194304 4196468 140720482422272 140231042882032 140231618128514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5682] ppid=5616 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5619/task/5682/stat : 5682 (java) S 5616 5619 2275 0 -1 1077944384 59 12925 0 0 1 0 5 2 20 0 15 0 77791237 11079016448 12384 33554432000 4194304 4196468 140720482422272 140231041829488 140231618128514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5683] ppid=5616 vsize=10819352 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/5619/task/5683/stat : 5683 (java) S 5616 5619 2275 0 -1 1077944384 648 12925 0 0 4 0 5 2 20 0 15 0 77791237 11079016448 12384 33554432000 4194304 4196468 140720482422272 140231040776944 140231618128514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5684] ppid=5616 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5684/stat : 5684 (java) S 5616 5619 2275 0 -1 1077944384 3 12925 0 0 0 0 5 2 20 0 15 0 77791237 11079016448 12384 33554432000 4194304 4196468 140720482422272 140230139923552 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5685] ppid=5616 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5685/stat : 5685 (java) S 5616 5619 2275 0 -1 1077944384 1 12925 0 0 0 0 5 2 20 0 15 0 77791237 11079016448 12384 33554432000 4194304 4196468 140720482422272 140231039723824 140231618128514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 48744 KiB

[startup+0.700729 s]
/proc/loadavg: 1.71 1.60 1.60 3/219 5685
/proc/meminfo: memFree=22269792/32770624 swapFree=67108860/67108860
[pid=5619] ppid=5616 vsize=10819352 memory=83528 CPUtime=0.98 cores=1,3,5,7
/proc/5619/stat : 5619 (java) S 5616 5619 2275 0 -1 1077944320 17063 12925 0 0 87 4 5 2 20 0 15 0 77791221 11079016448 20882 33554432000 4194304 4196468 140720482422272 140720482404816 140231618117367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
/proc/5619/statm: 2704838 20882 3237 1 0 2667149 0
[pid=5619/tid=5672] ppid=5616 vsize=10819352 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/5619/task/5672/stat : 5672 (java) R 5616 5619 2275 0 -1 4202560 12268 12925 0 0 55 3 5 2 20 0 15 0 77791231 11079016448 20882 33554432000 4194304 4196468 140720482422272 140231589939088 140231599680909 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5673] ppid=5616 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5673/stat : 5673 (java) S 5616 5619 2275 0 -1 1077944384 1 12925 0 0 0 0 5 2 20 0 15 0 77791232 11079016448 20882 33554432000 4194304 4196468 140720482422272 140231622359824 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5674] ppid=5616 vsize=10819352 memory=3828 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5674/stat : 5674 (java) S 5616 5619 2275 0 -1 1077944384 1 12925 0 0 0 0 5 2 20 0 15 0 77791232 11079016448 20882 33554432000 4194304 4196468 140720482422272 140231556402064 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5675] ppid=5616 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5675/stat : 5675 (java) S 5616 5619 2275 0 -1 1077944384 2 12925 0 0 0 0 5 2 20 0 15 0 77791232 11079016448 20882 33554432000 4194304 4196468 140720482422272 140231190088720 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5676] ppid=5616 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5676/stat : 5676 (java) S 5616 5619 2275 0 -1 1077944384 2 12925 0 0 0 0 5 2 20 0 15 0 77791232 11079016448 20882 33554432000 4194304 4196468 140720482422272 140231189036176 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5677] ppid=5616 vsize=10819352 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5677/stat : 5677 (java) S 5616 5619 2275 0 -1 1077944384 6 12925 0 0 0 0 5 2 20 0 15 0 77791233 11079016448 20882 33554432000 4194304 4196468 140720482422272 140231077492720 140231618128514 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5678] ppid=5616 vsize=10819352 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5678/stat : 5678 (java) S 5616 5619 2275 0 -1 1077944384 33 12925 0 0 0 0 5 2 20 0 15 0 77791234 11079016448 20882 33554432000 4194304 4196468 140720482422272 140231076438944 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5679] ppid=5616 vsize=10819352 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5679/stat : 5679 (java) S 5616 5619 2275 0 -1 1077944384 1 12925 0 0 0 0 5 2 20 0 15 0 77791234 11079016448 20882 33554432000 4194304 4196468 140720482422272 140230480880624 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5680] ppid=5616 vsize=10819352 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5680/stat : 5680 (java) S 5616 5619 2275 0 -1 1077944384 3 12925 0 0 0 0 5 2 20 0 15 0 77791237 11079016448 20882 33554432000 4194304 4196468 140720482422272 140230173481168 140231618135963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5681] ppid=5616 vsize=10819352 memory=13252 CPUtime=0.17 cores=1,3,5,7
/proc/5619/task/5681/stat : 5681 (java) S 5616 5619 2275 0 -1 1077944384 1269 12925 0 0 10 0 5 2 20 0 15 0 77791237 11079016448 20882 33554432000 4194304 4196468 140720482422272 140231042882032 140231618128514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5682] ppid=5616 vsize=10819352 memory=15460 CPUtime=0.14 cores=1,3,5,7
/proc/5619/task/5682/stat : 5682 (java) S 5616 5619 2275 0 -1 1077944384 428 12925 0 0 7 0 5 2 20 0 15 0 77791237 11079016448 20882 33554432000 4194304 4196468 140720482422272 140231041829488 140231618128514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5683] ppid=5616 vsize=10819352 memory=17668 CPUtime=0.2 cores=1,3,5,7
/proc/5619/task/5683/stat : 5683 (java) S 5616 5619 2275 0 -1 1077944384 857 12925 0 0 13 0 5 2 20 0 15 0 77791237 11079016448 20882 33554432000 4194304 4196468 140720482422272 140231040776944 140231618128514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5684] ppid=5616 vsize=10819352 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5684/stat : 5684 (java) S 5616 5619 2275 0 -1 1077944384 3 12925 0 0 0 0 5 2 20 0 15 0 77791237 11079016448 20882 33554432000 4194304 4196468 140720482422272 140230139923552 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5685] ppid=5616 vsize=10819352 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5685/stat : 5685 (java) S 5616 5619 2275 0 -1 1077944384 1 12925 0 0 0 0 5 2 20 0 15 0 77791237 11079016448 20882 33554432000 4194304 4196468 140720482422272 140231039723824 140231618128514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 83528 KiB

[startup+1.50136 s]
/proc/loadavg: 1.71 1.60 1.60 4/219 5685
/proc/meminfo: memFree=22226592/32770624 swapFree=67108860/67108860
[pid=5619] ppid=5616 vsize=10834252 memory=182940 CPUtime=2.42 cores=1,3,5,7
/proc/5619/stat : 5619 (java) S 5616 5619 2275 0 -1 1077944320 24512 12925 0 0 225 10 5 2 20 0 15 0 77791221 11094274048 45735 33554432000 4194304 4196468 140720482422272 140720482404816 140231618117367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
/proc/5619/statm: 2708563 45735 3471 1 0 2670221 0
[pid=5619/tid=5672] ppid=5616 vsize=10834252 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/5619/task/5672/stat : 5672 (java) R 5616 5619 2275 0 -1 4202560 17535 12925 0 0 129 6 5 2 20 0 15 0 77791231 11094274048 45735 33554432000 4194304 4196468 140720482422272 140231589942616 140231599523666 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5673] ppid=5616 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5619/task/5673/stat : 5673 (java) S 5616 5619 2275 0 -1 1077944384 53 12925 0 0 1 0 5 2 20 0 15 0 77791232 11094274048 45735 33554432000 4194304 4196468 140720482422272 140231622359824 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5674] ppid=5616 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5674/stat : 5674 (java) S 5616 5619 2275 0 -1 1077944384 197 12925 0 0 0 0 5 2 20 0 15 0 77791232 11094274048 45735 33554432000 4194304 4196468 140720482422272 140231556402064 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5675] ppid=5616 vsize=10834252 memory=3683998604062831409 CPUtime=0.08 cores=1,3,5,7
/proc/5619/task/5675/stat : 5675 (java) S 5616 5619 2275 0 -1 1077944384 16 12925 0 0 1 0 5 2 20 0 15 0 77791232 11094274048 45735 33554432000 4194304 4196468 140720482422272 140231190088720 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5676] ppid=5616 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5619/task/5676/stat : 5676 (java) S 5616 5619 2275 0 -1 1077944384 30 12925 0 0 1 0 5 2 20 0 15 0 77791232 11094274048 45735 33554432000 4194304 4196468 140720482422272 140231189036176 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5677] ppid=5616 vsize=10834252 memory=-7965959130280075168 CPUtime=0.08 cores=1,3,5,7
/proc/5619/task/5677/stat : 5677 (java) S 5616 5619 2275 0 -1 1077944384 54 12925 0 0 1 0 5 2 20 0 15 0 77791233 11094274048 45735 33554432000 4194304 4196468 140720482422272 140231077492720 140231618128514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5678] ppid=5616 vsize=10834252 memory=281305325578496 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5678/stat : 5678 (java) S 5616 5619 2275 0 -1 1077944384 35 12925 0 0 0 0 5 2 20 0 15 0 77791234 11094274048 45735 33554432000 4194304 4196468 140720482422272 140231076439008 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5679] ppid=5616 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5679/stat : 5679 (java) S 5616 5619 2275 0 -1 1077944384 1 12925 0 0 0 0 5 2 20 0 15 0 77791234 11094274048 45735 33554432000 4194304 4196468 140720482422272 140230480880640 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5680] ppid=5616 vsize=10834252 memory=1948 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5680/stat : 5680 (java) S 5616 5619 2275 0 -1 1077944384 3 12925 0 0 0 0 5 2 20 0 15 0 77791237 11094274048 45735 33554432000 4194304 4196468 140720482422272 140230173481168 140231618135963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5681] ppid=5616 vsize=10834252 memory=5524 CPUtime=0.36 cores=1,3,5,7
/proc/5619/task/5681/stat : 5681 (java) S 5616 5619 2275 0 -1 1077944384 1787 12925 0 0 29 0 5 2 20 0 15 0 77791237 11094274048 45735 33554432000 4194304 4196468 140720482422272 140231042882032 140231618128514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5682] ppid=5616 vsize=10834252 memory=1444 CPUtime=0.32 cores=1,3,5,7
/proc/5619/task/5682/stat : 5682 (java) S 5616 5619 2275 0 -1 1077944384 1094 12925 0 0 25 0 5 2 20 0 15 0 77791237 11094274048 45735 33554432000 4194304 4196468 140720482422272 140231041829488 140231618128514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5683] ppid=5616 vsize=10834252 memory=1200 CPUtime=0.41 cores=1,3,5,7
/proc/5619/task/5683/stat : 5683 (java) S 5616 5619 2275 0 -1 1077944384 1515 12925 0 0 34 0 5 2 20 0 15 0 77791237 11094274048 45735 33554432000 4194304 4196468 140720482422272 140231040776944 140231618128514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5684] ppid=5616 vsize=10834252 memory=1008 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5684/stat : 5684 (java) S 5616 5619 2275 0 -1 1077944384 3 12925 0 0 0 0 5 2 20 0 15 0 77791237 11094274048 45735 33554432000 4194304 4196468 140720482422272 140230139923552 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5685] ppid=5616 vsize=10834252 memory=12040 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5685/stat : 5685 (java) S 5616 5619 2275 0 -1 1077944384 1 12925 0 0 0 0 5 2 20 0 15 0 77791237 11094274048 45735 33554432000 4194304 4196468 140720482422272 140231039723824 140231618128514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
Current children cumulated CPU time: 2.42 s
Current children cumulated vsize: 10834252 KiB

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

/proc/5619/task/5672/stat : 5672 (java) R 5616 5619 2275 0 -1 4202560 93454 12925 0 0 237167 25 5 2 20 0 15 0 77791231 11178180608 112696 33554432000 4194304 4196468 140720482422272 140231589951776 140231232865195 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5673] ppid=5616 vsize=10916192 memory=446824 CPUtime=5.52 cores=1,3,5,7
/proc/5619/task/5673/stat : 5673 (java) S 5616 5619 2275 0 -1 1077944384 13242 12925 0 0 516 29 5 2 20 0 15 0 77791232 11178180608 112696 33554432000 4194304 4196468 140720482422272 140231622359824 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5674] ppid=5616 vsize=10916192 memory=451472 CPUtime=5.51 cores=1,3,5,7
/proc/5619/task/5674/stat : 5674 (java) S 5616 5619 2275 0 -1 1077944384 10083 12925 0 0 512 32 5 2 20 0 15 0 77791232 11178180608 112696 33554432000 4194304 4196468 140720482422272 140231556402064 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5675] ppid=5616 vsize=10916192 memory=451472 CPUtime=5.53 cores=1,3,5,7
/proc/5619/task/5675/stat : 5675 (java) S 5616 5619 2275 0 -1 1077944384 13456 12925 0 0 518 28 5 2 20 0 15 0 77791232 11178180608 112696 33554432000 4194304 4196468 140720482422272 140231190088720 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5676] ppid=5616 vsize=10916192 memory=450784 CPUtime=5.52 cores=1,3,5,7
/proc/5619/task/5676/stat : 5676 (java) S 5616 5619 2275 0 -1 1077944384 11744 12925 0 0 513 32 5 2 20 0 15 0 77791232 11178180608 112696 33554432000 4194304 4196468 140720482422272 140231189036176 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5677] ppid=5616 vsize=10916192 memory=0 CPUtime=2.89 cores=1,3,5,7
/proc/5619/task/5677/stat : 5677 (java) S 5616 5619 2275 0 -1 1077944384 14003 12925 0 0 263 19 5 2 20 0 15 0 77791233 11178180608 112696 33554432000 4194304 4196468 140720482422272 140231077492720 140231618128514 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5678] ppid=5616 vsize=10916192 memory=450784 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5678/stat : 5678 (java) S 5616 5619 2275 0 -1 1077944384 54 12925 0 0 0 0 5 2 20 0 15 0 77791234 11178180608 112696 33554432000 4194304 4196468 140720482422272 140231076439008 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5679] ppid=5616 vsize=10916192 memory=450784 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5679/stat : 5679 (java) S 5616 5619 2275 0 -1 1077944384 21 12925 0 0 0 0 5 2 20 0 15 0 77791234 11178180608 112696 33554432000 4194304 4196468 140720482422272 140230480880640 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5680] ppid=5616 vsize=10916192 memory=451472 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5680/stat : 5680 (java) S 5616 5619 2275 0 -1 1077944384 3 12925 0 0 0 0 5 2 20 0 15 0 77791237 11178180608 112696 33554432000 4194304 4196468 140720482422272 140230173481168 140231618135963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5681] ppid=5616 vsize=10916192 memory=446824 CPUtime=6.71 cores=1,3,5,7
/proc/5619/task/5681/stat : 5681 (java) S 5616 5619 2275 0 -1 1077944384 61705 12925 0 0 657 7 5 2 20 0 15 0 77791237 11178180608 112696 33554432000 4194304 4196468 140720482422272 140231042882032 140231618128514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 45 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5682] ppid=5616 vsize=10916192 memory=3828 CPUtime=6.14 cores=1,3,5,7
/proc/5619/task/5682/stat : 5682 (java) S 5616 5619 2275 0 -1 1077944384 55310 12925 0 0 602 5 5 2 20 0 15 0 77791237 11178180608 112696 33554432000 4194304 4196468 140720482422272 140231041829488 140231618128514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 52 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5683] ppid=5616 vsize=10916192 memory=1792 CPUtime=2.61 cores=1,3,5,7
/proc/5619/task/5683/stat : 5683 (java) S 5616 5619 2275 0 -1 1077944384 49415 12925 0 0 249 5 5 2 20 0 15 0 77791237 11178180608 112696 33554432000 4194304 4196468 140720482422272 140231040776944 140231618128514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 53 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5684] ppid=5616 vsize=10916192 memory=1232 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5684/stat : 5684 (java) S 5616 5619 2275 0 -1 1077944384 3 12925 0 0 0 0 5 2 20 0 15 0 77791237 11178180608 112696 33554432000 4194304 4196468 140720482422272 140230139923552 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5685] ppid=5616 vsize=10916192 memory=644 CPUtime=1.26 cores=1,3,5,7
/proc/5619/task/5685/stat : 5685 (java) S 5616 5619 2275 0 -1 1077944384 1734 12925 0 0 52 67 5 2 20 0 15 0 77791237 11178180608 112696 33554432000 4194304 4196468 140720482422272 140231039723824 140231618128514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 50 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
Current children cumulated CPU time: 2413.17 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 450784 KiB

[startup+2442.3 s]
/proc/loadavg: 1.81 1.55 1.45 3/219 5918
/proc/meminfo: memFree=21979060/32770624 swapFree=67108860/67108860
[pid=5619] ppid=5616 vsize=10916192 memory=449384 CPUtime=2473.68 cores=1,3,5,7
/proc/5619/stat : 5619 (java) S 5616 5619 2275 0 -1 1077944320 327604 12925 0 0 247134 227 5 2 20 0 15 0 77791221 11178180608 112346 33554432000 4194304 4196468 140720482422272 140720482404816 140231618117367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
/proc/5619/statm: 2729048 112346 3530 1 0 2690701 0
[pid=5619/tid=5672] ppid=5616 vsize=10916192 memory=449384 CPUtime=2431.76 cores=1,3,5,7
/proc/5619/task/5672/stat : 5672 (java) R 5616 5619 2275 0 -1 4202560 93736 12925 0 0 243143 26 5 2 20 0 15 0 77791231 11178180608 112346 33554432000 4194304 4196468 140720482422272 140231589939696 140231236543407 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5673] ppid=5616 vsize=10916192 memory=449384 CPUtime=5.66 cores=1,3,5,7
/proc/5619/task/5673/stat : 5673 (java) S 5616 5619 2275 0 -1 1077944384 13246 12925 0 0 529 30 5 2 20 0 15 0 77791232 11178180608 112346 33554432000 4194304 4196468 140720482422272 140231622359824 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5674] ppid=5616 vsize=10916192 memory=449384 CPUtime=5.65 cores=1,3,5,7
/proc/5619/task/5674/stat : 5674 (java) S 5616 5619 2275 0 -1 1077944384 10101 12925 0 0 526 32 5 2 20 0 15 0 77791232 11178180608 112346 33554432000 4194304 4196468 140720482422272 140231556402064 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5675] ppid=5616 vsize=10916192 memory=449384 CPUtime=5.68 cores=1,3,5,7
/proc/5619/task/5675/stat : 5675 (java) S 5616 5619 2275 0 -1 1077944384 13461 12925 0 0 532 29 5 2 20 0 15 0 77791232 11178180608 112346 33554432000 4194304 4196468 140720482422272 140231190088720 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5676] ppid=5616 vsize=10916192 memory=449384 CPUtime=5.66 cores=1,3,5,7
/proc/5619/task/5676/stat : 5676 (java) S 5616 5619 2275 0 -1 1077944384 11745 12925 0 0 527 32 5 2 20 0 15 0 77791232 11178180608 112346 33554432000 4194304 4196468 140720482422272 140231189036176 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5677] ppid=5616 vsize=10916192 memory=792 CPUtime=2.96 cores=1,3,5,7
/proc/5619/task/5677/stat : 5677 (java) S 5616 5619 2275 0 -1 1077944384 14037 12925 0 0 270 19 5 2 20 0 15 0 77791233 11178180608 112346 33554432000 4194304 4196468 140720482422272 140231077492720 140231618128514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5678] ppid=5616 vsize=10916192 memory=449384 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5678/stat : 5678 (java) S 5616 5619 2275 0 -1 1077944384 54 12925 0 0 0 0 5 2 20 0 15 0 77791234 11178180608 112346 33554432000 4194304 4196468 140720482422272 140231076439008 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5679] ppid=5616 vsize=10916192 memory=449384 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5679/stat : 5679 (java) S 5616 5619 2275 0 -1 1077944384 21 12925 0 0 0 0 5 2 20 0 15 0 77791234 11178180608 112346 33554432000 4194304 4196468 140720482422272 140230480880640 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5680] ppid=5616 vsize=10916192 memory=449384 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5680/stat : 5680 (java) S 5616 5619 2275 0 -1 1077944384 3 12925 0 0 0 0 5 2 20 0 15 0 77791237 11178180608 112346 33554432000 4194304 4196468 140720482422272 140230173481168 140231618135963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5681] ppid=5616 vsize=10916192 memory=449384 CPUtime=6.75 cores=1,3,5,7
/proc/5619/task/5681/stat : 5681 (java) S 5616 5619 2275 0 -1 1077944384 61904 12925 0 0 661 7 5 2 20 0 15 0 77791237 11178180608 112346 33554432000 4194304 4196468 140720482422272 140231042882032 140231618128514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 45 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5682] ppid=5616 vsize=10916192 memory=449384 CPUtime=6.18 cores=1,3,5,7
/proc/5619/task/5682/stat : 5682 (java) S 5616 5619 2275 0 -1 1077944384 55632 12925 0 0 606 5 5 2 20 0 15 0 77791237 11178180608 112346 33554432000 4194304 4196468 140720482422272 140231041829488 140231618128514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 52 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5683] ppid=5616 vsize=10916192 memory=449384 CPUtime=2.63 cores=1,3,5,7
/proc/5619/task/5683/stat : 5683 (java) S 5616 5619 2275 0 -1 1077944384 49724 12925 0 0 251 5 5 2 20 0 15 0 77791237 11178180608 112346 33554432000 4194304 4196468 140720482422272 140231040776944 140231618128514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 53 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5684] ppid=5616 vsize=10916192 memory=449384 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5684/stat : 5684 (java) S 5616 5619 2275 0 -1 1077944384 3 12925 0 0 0 0 5 2 20 0 15 0 77791237 11178180608 112346 33554432000 4194304 4196468 140720482422272 140230139923552 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5685] ppid=5616 vsize=10916192 memory=449384 CPUtime=1.28 cores=1,3,5,7
/proc/5619/task/5685/stat : 5685 (java) S 5616 5619 2275 0 -1 1077944384 1749 12925 0 0 53 68 5 2 20 0 15 0 77791237 11178180608 112346 33554432000 4194304 4196468 140720482422272 140231039723824 140231618128514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 50 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
Current children cumulated CPU time: 2473.68 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 449384 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2488.3 s]
/proc/loadavg: 1.82 1.59 1.48 3/219 5919
/proc/meminfo: memFree=22021720/32770624 swapFree=67108860/67108860
[pid=5619] ppid=5616 vsize=10916192 memory=449428 CPUtime=2520.09 cores=1,3,5,7
/proc/5619/stat : 5619 (java) S 5616 5619 2275 0 -1 1077944320 330273 12925 0 0 251773 229 5 2 20 0 15 0 77791221 11178180608 112357 33554432000 4194304 4196468 140720482422272 140720482404816 140231618117367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
/proc/5619/statm: 2729048 112357 3530 1 0 2690701 0
[pid=5619/tid=5672] ppid=5616 vsize=10916192 memory=3828 CPUtime=2477.59 cores=1,3,5,7
/proc/5619/task/5672/stat : 5672 (java) R 5616 5619 2275 0 -1 4202560 94143 12925 0 0 247726 26 5 2 20 0 15 0 77791231 11178180608 112357 33554432000 4194304 4196468 140720482422272 140231589952208 140231221957172 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5673] ppid=5616 vsize=10916192 memory=449428 CPUtime=5.76 cores=1,3,5,7
/proc/5619/task/5673/stat : 5673 (java) S 5616 5619 2275 0 -1 1077944384 13258 12925 0 0 539 30 5 2 20 0 15 0 77791232 11178180608 112357 33554432000 4194304 4196468 140720482422272 140231622359824 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5674] ppid=5616 vsize=10916192 memory=449428 CPUtime=5.75 cores=1,3,5,7
/proc/5619/task/5674/stat : 5674 (java) S 5616 5619 2275 0 -1 1077944384 10568 12925 0 0 536 32 5 2 20 0 15 0 77791232 11178180608 112357 33554432000 4194304 4196468 140720482422272 140231556402064 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5675] ppid=5616 vsize=10916192 memory=449428 CPUtime=5.78 cores=1,3,5,7
/proc/5619/task/5675/stat : 5675 (java) S 5616 5619 2275 0 -1 1077944384 13602 12925 0 0 542 29 5 2 20 0 15 0 77791232 11178180608 112357 33554432000 4194304 4196468 140720482422272 140231190088720 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5676] ppid=5616 vsize=10916192 memory=449428 CPUtime=5.76 cores=1,3,5,7
/proc/5619/task/5676/stat : 5676 (java) S 5616 5619 2275 0 -1 1077944384 11751 12925 0 0 537 32 5 2 20 0 15 0 77791232 11178180608 112357 33554432000 4194304 4196468 140720482422272 140231189036176 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5677] ppid=5616 vsize=10916192 memory=449428 CPUtime=3.02 cores=1,3,5,7
/proc/5619/task/5677/stat : 5677 (java) S 5616 5619 2275 0 -1 1077944384 14234 12925 0 0 275 20 5 2 20 0 15 0 77791233 11178180608 112357 33554432000 4194304 4196468 140720482422272 140231077492720 140231618128514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5678] ppid=5616 vsize=10916192 memory=449428 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5678/stat : 5678 (java) S 5616 5619 2275 0 -1 1077944384 54 12925 0 0 0 0 5 2 20 0 15 0 77791234 11178180608 112357 33554432000 4194304 4196468 140720482422272 140231076439008 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5679] ppid=5616 vsize=10916192 memory=449428 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5679/stat : 5679 (java) S 5616 5619 2275 0 -1 1077944384 21 12925 0 0 0 0 5 2 20 0 15 0 77791234 11178180608 112357 33554432000 4194304 4196468 140720482422272 140230480880640 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5680] ppid=5616 vsize=10916192 memory=449428 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5680/stat : 5680 (java) S 5616 5619 2275 0 -1 1077944384 3 12925 0 0 0 0 5 2 20 0 15 0 77791237 11178180608 112357 33554432000 4194304 4196468 140720482422272 140230173481168 140231618135963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5681] ppid=5616 vsize=10916192 memory=3848 CPUtime=6.79 cores=1,3,5,7
/proc/5619/task/5681/stat : 5681 (java) S 5616 5619 2275 0 -1 1077944384 62207 12925 0 0 665 7 5 2 20 0 15 0 77791237 11178180608 112357 33554432000 4194304 4196468 140720482422272 140231042882032 140231618128514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 45 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5682] ppid=5616 vsize=10916192 memory=449428 CPUtime=6.21 cores=1,3,5,7
/proc/5619/task/5682/stat : 5682 (java) S 5616 5619 2275 0 -1 1077944384 56266 12925 0 0 609 5 5 2 20 0 15 0 77791237 11178180608 112357 33554432000 4194304 4196468 140720482422272 140231041829488 140231618128514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 52 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5683] ppid=5616 vsize=10916192 memory=449428 CPUtime=2.64 cores=1,3,5,7
/proc/5619/task/5683/stat : 5683 (java) S 5616 5619 2275 0 -1 1077944384 50211 12925 0 0 252 5 5 2 20 0 15 0 77791237 11178180608 112357 33554432000 4194304 4196468 140720482422272 140231040776944 140231618128514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 53 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5684] ppid=5616 vsize=10916192 memory=449428 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5684/stat : 5684 (java) S 5616 5619 2275 0 -1 1077944384 3 12925 0 0 0 0 5 2 20 0 15 0 77791237 11178180608 112357 33554432000 4194304 4196468 140720482422272 140230139923552 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5685] ppid=5616 vsize=10916192 memory=952 CPUtime=1.3 cores=1,3,5,7
/proc/5619/task/5685/stat : 5685 (java) S 5616 5619 2275 0 -1 1077944384 1764 12925 0 0 54 69 5 2 20 0 15 0 77791237 11178180608 112357 33554432000 4194304 4196468 140720482422272 140231039723824 140231618128514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 50 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 449428 KiB

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

[startup+2488.34 s]
# the end of solver process 5619 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.81 s, system=2.3253 s

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

[startup+2488.3 s]
/proc/loadavg: 1.82 1.59 1.48 3/219 5919
/proc/meminfo: memFree=22021720/32770624 swapFree=67108860/67108860
[pid=5619] ppid=5616 vsize=10916192 memory=449428 CPUtime=2520.09 cores=1,3,5,7
/proc/5619/stat : 5619 (java) S 5616 5619 2275 0 -1 1077944320 330273 12925 0 0 251773 229 5 2 20 0 15 0 77791221 11178180608 112357 33554432000 4194304 4196468 140720482422272 140720482404816 140231618117367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
/proc/5619/statm: 2729048 112357 3530 1 0 2690701 0
[pid=5619/tid=5672] ppid=5616 vsize=10916192 memory=3828 CPUtime=2477.59 cores=1,3,5,7
/proc/5619/task/5672/stat : 5672 (java) R 5616 5619 2275 0 -1 4202560 94143 12925 0 0 247726 26 5 2 20 0 15 0 77791231 11178180608 112357 33554432000 4194304 4196468 140720482422272 140231589952208 140231221957172 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5673] ppid=5616 vsize=10916192 memory=449428 CPUtime=5.76 cores=1,3,5,7
/proc/5619/task/5673/stat : 5673 (java) S 5616 5619 2275 0 -1 1077944384 13258 12925 0 0 539 30 5 2 20 0 15 0 77791232 11178180608 112357 33554432000 4194304 4196468 140720482422272 140231622359824 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5674] ppid=5616 vsize=10916192 memory=449428 CPUtime=5.75 cores=1,3,5,7
/proc/5619/task/5674/stat : 5674 (java) S 5616 5619 2275 0 -1 1077944384 10568 12925 0 0 536 32 5 2 20 0 15 0 77791232 11178180608 112357 33554432000 4194304 4196468 140720482422272 140231556402064 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5675] ppid=5616 vsize=10916192 memory=449428 CPUtime=5.78 cores=1,3,5,7
/proc/5619/task/5675/stat : 5675 (java) S 5616 5619 2275 0 -1 1077944384 13602 12925 0 0 542 29 5 2 20 0 15 0 77791232 11178180608 112357 33554432000 4194304 4196468 140720482422272 140231190088720 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5676] ppid=5616 vsize=10916192 memory=449428 CPUtime=5.76 cores=1,3,5,7
/proc/5619/task/5676/stat : 5676 (java) S 5616 5619 2275 0 -1 1077944384 11751 12925 0 0 537 32 5 2 20 0 15 0 77791232 11178180608 112357 33554432000 4194304 4196468 140720482422272 140231189036176 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5677] ppid=5616 vsize=10916192 memory=449428 CPUtime=3.02 cores=1,3,5,7
/proc/5619/task/5677/stat : 5677 (java) S 5616 5619 2275 0 -1 1077944384 14234 12925 0 0 275 20 5 2 20 0 15 0 77791233 11178180608 112357 33554432000 4194304 4196468 140720482422272 140231077492720 140231618128514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5678] ppid=5616 vsize=10916192 memory=449428 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5678/stat : 5678 (java) S 5616 5619 2275 0 -1 1077944384 54 12925 0 0 0 0 5 2 20 0 15 0 77791234 11178180608 112357 33554432000 4194304 4196468 140720482422272 140231076439008 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5679] ppid=5616 vsize=10916192 memory=449428 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5679/stat : 5679 (java) S 5616 5619 2275 0 -1 1077944384 21 12925 0 0 0 0 5 2 20 0 15 0 77791234 11178180608 112357 33554432000 4194304 4196468 140720482422272 140230480880640 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5680] ppid=5616 vsize=10916192 memory=449428 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5680/stat : 5680 (java) S 5616 5619 2275 0 -1 1077944384 3 12925 0 0 0 0 5 2 20 0 15 0 77791237 11178180608 112357 33554432000 4194304 4196468 140720482422272 140230173481168 140231618135963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5681] ppid=5616 vsize=10916192 memory=3848 CPUtime=6.79 cores=1,3,5,7
/proc/5619/task/5681/stat : 5681 (java) S 5616 5619 2275 0 -1 1077944384 62207 12925 0 0 665 7 5 2 20 0 15 0 77791237 11178180608 112357 33554432000 4194304 4196468 140720482422272 140231042882032 140231618128514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 45 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5682] ppid=5616 vsize=10916192 memory=449428 CPUtime=6.21 cores=1,3,5,7
/proc/5619/task/5682/stat : 5682 (java) S 5616 5619 2275 0 -1 1077944384 56266 12925 0 0 609 5 5 2 20 0 15 0 77791237 11178180608 112357 33554432000 4194304 4196468 140720482422272 140231041829488 140231618128514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 52 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5683] ppid=5616 vsize=10916192 memory=449428 CPUtime=2.64 cores=1,3,5,7
/proc/5619/task/5683/stat : 5683 (java) S 5616 5619 2275 0 -1 1077944384 50211 12925 0 0 252 5 5 2 20 0 15 0 77791237 11178180608 112357 33554432000 4194304 4196468 140720482422272 140231040776944 140231618128514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 53 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5684] ppid=5616 vsize=10916192 memory=449428 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5684/stat : 5684 (java) S 5616 5619 2275 0 -1 1077944384 3 12925 0 0 0 0 5 2 20 0 15 0 77791237 11178180608 112357 33554432000 4194304 4196468 140720482422272 140230139923552 140231618127573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
[pid=5619/tid=5685] ppid=5616 vsize=10916192 memory=952 CPUtime=1.3 cores=1,3,5,7
/proc/5619/task/5685/stat : 5685 (java) S 5616 5619 2275 0 -1 1077944384 1764 12925 0 0 54 69 5 2 20 0 15 0 77791237 11178180608 112357 33554432000 4194304 4196468 140720482422272 140231039723824 140231618128514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 50 0 0 6293624 6294260 8486912 140720482425003 140720482428252 140720482428252 140720482430927 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 449428 KiB

Child status: 143
Real time (s): 2488.34
CPU time (s): 2520.14
CPU user time (s): 2517.81
CPU system time (s): 2.3253
CPU usage (%): 101.278
Max. virtual memory (cumulated for all children) (KiB): 10916192
Max. memory (cumulated for all children) (KiB): 928304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.81
system time used= 2.3253
maximum resident set size= 929284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 343649
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121942
involuntary context switches= 5271


# summary of solver processes directly reported to runsolver:
#   pid: 5619
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2517.81
#   total CPU system time (s): 2.3253

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5183 second user time and 24.025 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-26 12:51:20
IDJOB=4295971
IDBENCH=141625
IDSOLVER=2751
FILE ID=node135/4295971-1532602280
RUNJOBID= node135-1532594793-3955
PBS_JOBID= 21021965
Free space on /tmp= 48340 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-75-50-00_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295971-1532602280/watcher-4295971-1532602280 -o /tmp/evaluation-result-4295971-1532602280/solver-4295971-1532602280 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532594793-3955 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1790201012 -superng HOME/instance-4295971-1532602280.xml

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

MD5SUM BENCH= 7fcf74bccc1d4f399a3457b4fd80f100
RANDOM SEED=1790201012

node135.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.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
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:        22318252 kB
MemAvailable:   31210284 kB
Buffers:          200740 kB
Cached:          8871948 kB
SwapCached:            0 kB
Active:          3269552 kB
Inactive:        6574472 kB
Active(anon):     720852 kB
Inactive(anon):    78312 kB
Active(file):    2548700 kB
Inactive(file):  6496160 kB
Unevictable:        7220 kB
Mlocked:            7220 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26424 kB
Writeback:             0 kB
AnonPages:        765992 kB
Mapped:            53832 kB
Shmem:             25248 kB
Slab:             304484 kB
SReclaimable:     275632 kB
SUnreclaim:        28852 kB
KernelStack:        3872 kB
PageTables:         6316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1778132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    548864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48316 MiB
End job on node135 at 2018-07-26 13:32:49