Trace number 4387389

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.10SAT (TO)119 2520.12 2476.53

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n30/
TravellingSalesman-30-30-11.xml
MD5SUMac86bf8ef4620229a98c72b0f60cfd27
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark119
Best CPU time to get the best result obtained on this benchmark2520.07
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints31
Number of domains2
Minimum domain size30
Maximum domain size31
Distribution of domain sizes[{"size":30,"count":30},{"size":31,"count":30}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":30}]
Minimum constraint arity3
Maximum constraint arity30
Distribution of constraint arities[{"arity":3,"count":30},{"arity":30,"count":1}]
Number of extensional constraints30
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":30},{"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.72/0.56	c Concrete v3.10.1560635388952 running
9.42/3.94	o 279
9.66/4.63	o 278
9.66/4.64	o 276
9.93/4.70	o 269
9.93/4.79	o 260
9.93/4.79	o 259
10.28/4.81	o 253
10.28/4.81	o 252
10.28/4.83	o 246
10.28/4.88	o 245
10.97/5.10	o 243
11.21/5.12	o 242
11.49/5.21	o 239
11.49/5.22	o 236
11.49/5.22	o 234
11.49/5.24	o 233
11.79/5.30	o 232
11.79/5.37	o 204
13.30/6.26	o 201
13.77/6.40	o 196
14.05/6.70	o 193
17.70/9.14	o 190
17.70/9.17	o 186
17.82/9.23	o 181
17.95/9.32	o 180
25.86/15.20	o 177
25.95/15.20	o 175
25.95/15.20	o 174
25.95/15.20	o 172
26.07/15.37	o 170
26.07/15.38	o 164
26.18/15.42	o 163
26.18/15.42	o 162
27.50/16.55	o 160
40.42/28.42	o 159
41.51/29.47	o 157
43.61/31.46	o 156
43.72/31.50	o 154
67.46/53.52	o 151
67.46/53.52	o 148
390.80/369.19	o 147
391.19/369.51	o 146
391.19/369.58	o 131
391.19/369.59	o 124
401.53/379.70	o 123
405.18/383.31	o 122
414.38/392.45	o 121
1576.45/1542.70	o 120
1576.45/1542.75	o 119
2520.08/2476.50	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.08/2476.50		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.08/2476.50		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.08/2476.50		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.08/2476.50		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.08/2476.50		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.08/2476.50		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.08/2476.50		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.08/2476.50		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.08/2476.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.08/2476.50		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.08/2476.50		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.08/2476.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.08/2476.50		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.08/2476.50		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.08/2476.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.08/2476.50		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.08/2476.50		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.08/2476.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.08/2476.50		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.08/2476.50		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.08/2476.50		at scala.Option.map(Option.scala:243)
2520.08/2476.50		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.08/2476.50		at concrete.MAC.mac(MAC.scala:204)
2520.08/2476.50		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.08/2476.50		at scala.util.Try$.apply(Try.scala:212)
2520.08/2476.50		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.08/2476.50		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.08/2476.50		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.08/2476.50		at concrete.MAC.oneRun(MAC.scala:253)
2520.08/2476.50		at concrete.MAC.nextSolution(MAC.scala:272)
2520.08/2476.50		at concrete.MAC.nextSolution(MAC.scala:355)
2520.08/2476.50		at concrete.Solver.hasNext(Solver.scala:160)
2520.08/2476.50		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.08/2476.50		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.08/2476.50		at concrete.Solver.foreach(Solver.scala:67)
2520.08/2476.50		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2520.08/2476.50		at scala.util.Success.map(Try.scala:264)
2520.08/2476.50		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.08/2476.50		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.08/2476.50		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.08/2476.50		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.08/2476.50		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.08/2476.50		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.08/2476.50		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.08/2476.50		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.08/2476.50		at scala.App.$anonfun$main$1(App.scala:75)
2520.08/2476.50		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.08/2476.50		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.08/2476.50		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.08/2476.50		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.08/2476.50		at scala.App.main(App.scala:75)
2520.08/2476.50		at scala.App.main$(App.scala:73)
2520.08/2476.50		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.08/2476.50		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2476.51	v <instantiation
2520.08/2476.51	v         cost = '119'>
2520.08/2476.51	v       <list>
2520.08/2476.51	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] 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]
2520.08/2476.51	v       </list>
2520.08/2476.51	v       <values>
2520.08/2476.51	v         19 17 13 10 12 16 18 26 28 23 15 9 7 0 1 2 4 5 6 3 8 14 11 20 25 27 29 24 22 21 2 3 1 1 2 7 4 5 2 6 4 4 10 8 1 1 3 2 4 12 8 3 6 6 3 4 3 2 1 1
2520.08/2476.51	v       </values>
2520.08/2476.51	v     </instantiation>
2520.08/2476.51	s SATISFIABLE

Verifier Data

OK	119

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387389-1568302454/watcher-4387389-1568302454 -o /tmp/evaluation-result-4387389-1568302454/solver-4387389-1568302454 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568286551-1786 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1110564454 HOME/instance-4387389-1568302454.xml 

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

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


[startup+0.100141 s]*
/proc/loadavg: 1.94 1.56 1.50 3/218 6755
/proc/meminfo: memFree=22782180/32770624 swapFree=67108848/67108860
[pid=6698] ppid=6695 vsize=9972712 memory=14916 CPUtime=0.09 cores=0,2,4,6
/proc/6698/stat : 6698 (java) S 6695 6698 466 0 -1 1077944320 4520 13373 0 0 1 0 5 3 20 0 6 0 406182835 10212057088 3729 33554432000 4194304 4196468 140735999674800 140735999657344 139807157612279 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
/proc/6698/statm: 2493178 3729 1935 1 0 2481616 0
[pid=6698/tid=6751] ppid=6695 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6751/stat : 6751 (java) R 6695 6698 466 0 -1 4202560 2336 13373 0 0 0 0 5 3 20 0 6 0 406182845 10212057088 3795 33554432000 4194304 4196468 140735999674800 139807129449040 139807141692796 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6752] ppid=6695 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6752/stat : 6752 (java) S 6695 6698 466 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 6 0 406182845 10212057088 3795 33554432000 4194304 4196468 140735999674800 139807161854864 139807157622485 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6753] ppid=6695 vsize=9972712 memory=139892441085568 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6753/stat : 6753 (java) S 6695 6698 466 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 6 0 406182845 10212057088 3795 33554432000 4194304 4196468 140735999674800 139806730808080 139807157622485 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6754] ppid=6695 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6754/stat : 6754 (java) S 6695 6698 466 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 6 0 406182845 10212057088 3795 33554432000 4194304 4196468 140735999674800 139806729755792 139807157622485 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6755] ppid=6695 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6755/stat : 6755 (java) S 6695 6698 466 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 6 0 406182845 10212057088 3795 33554432000 4194304 4196468 140735999674800 139806728702992 139807157622485 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14916 KiB

[startup+0.21011 s]*
/proc/loadavg: 1.94 1.56 1.50 3/227 6764
/proc/meminfo: memFree=22759544/32770624 swapFree=67108848/67108860
[pid=6698] ppid=6695 vsize=10818940 memory=39992 CPUtime=0.26 cores=0,2,4,6
/proc/6698/stat : 6698 (java) S 6695 6698 466 0 -1 1077944320 7324 13373 0 0 17 1 5 3 20 0 15 0 406182835 11078594560 9998 33554432000 4194304 4196468 140735999674800 140735999657344 139807157612279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
/proc/6698/statm: 2704735 9998 2975 1 0 2667149 0
[pid=6698/tid=6751] ppid=6695 vsize=10818940 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/6698/task/6751/stat : 6751 (java) R 6695 6698 466 0 -1 4202560 3739 13373 0 0 11 1 5 3 20 0 15 0 406182845 11078594560 10006 33554432000 4194304 4196468 140735999674800 139807129444704 139807141692766 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6752] ppid=6695 vsize=10818940 memory=365 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6752/stat : 6752 (java) S 6695 6698 466 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 406182845 11078594560 10006 33554432000 4194304 4196468 140735999674800 139807161854864 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6753] ppid=6695 vsize=10818940 memory=139892441092520 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6753/stat : 6753 (java) S 6695 6698 466 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 406182845 11078594560 10006 33554432000 4194304 4196468 140735999674800 139806730808080 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6754] ppid=6695 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6754/stat : 6754 (java) S 6695 6698 466 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 406182845 11078594560 10006 33554432000 4194304 4196468 140735999674800 139806729755792 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6755] ppid=6695 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6755/stat : 6755 (java) S 6695 6698 466 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 406182845 11078594560 10006 33554432000 4194304 4196468 140735999674800 139806728702992 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6756] ppid=6695 vsize=10818940 memory=139892441085568 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6756/stat : 6756 (java) S 6695 6698 466 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 406182847 11078594560 10006 33554432000 4194304 4196468 140735999674800 139806617086064 139807157623426 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6757] ppid=6695 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6757/stat : 6757 (java) S 6695 6698 466 0 -1 1077944384 33 13373 0 0 0 0 5 3 20 0 15 0 406182847 11078594560 10006 33554432000 4194304 4196468 140735999674800 139806616032032 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6758] ppid=6695 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6758/stat : 6758 (java) S 6695 6698 466 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 406182847 11078594560 10006 33554432000 4194304 4196468 140735999674800 139806487078000 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6759] ppid=6695 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6759/stat : 6759 (java) S 6695 6698 466 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 406182850 11078594560 10006 33554432000 4194304 4196468 140735999674800 139805883099216 139807157630875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6760] ppid=6695 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6698/task/6760/stat : 6760 (java) S 6695 6698 466 0 -1 1077944384 468 13373 0 0 1 0 5 3 20 0 15 0 406182850 11078594560 10006 33554432000 4194304 4196468 140735999674800 139806582475376 139807157623426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6761] ppid=6695 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6761/stat : 6761 (java) S 6695 6698 466 0 -1 1077944384 188 13373 0 0 0 0 5 3 20 0 15 0 406182850 11078594560 10006 33554432000 4194304 4196468 140735999674800 139806581422576 139807157623426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6762] ppid=6695 vsize=10818940 memory=139892441085568 CPUtime=0.11 cores=0,2,4,6
/proc/6698/task/6762/stat : 6762 (java) S 6695 6698 466 0 -1 1077944384 687 13373 0 0 3 0 5 3 20 0 15 0 406182850 11078594560 10006 33554432000 4194304 4196468 140735999674800 139806580370288 139807157623426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6763] ppid=6695 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6763/stat : 6763 (java) S 6695 6698 466 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 406182850 11078594560 10006 33554432000 4194304 4196468 140735999674800 139805413338080 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6764] ppid=6695 vsize=10818940 memory=139892441085568 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6764/stat : 6764 (java) S 6695 6698 466 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 406182851 11078594560 10006 33554432000 4194304 4196468 140735999674800 139806579317168 139807157623426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 39992 KiB

[startup+0.312992 s]*
/proc/loadavg: 1.94 1.56 1.50 4/227 6764
/proc/meminfo: memFree=22748360/32770624 swapFree=67108848/67108860
[pid=6698] ppid=6695 vsize=10820096 memory=51632 CPUtime=0.4 cores=0,2,4,6
/proc/6698/stat : 6698 (java) S 6695 6698 466 0 -1 1077944320 11152 13373 0 0 29 3 5 3 20 0 15 0 406182835 11079778304 12908 33554432000 4194304 4196468 140735999674800 140735999657344 139807157612279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
/proc/6698/statm: 2705024 12908 3240 1 0 2667149 0
[pid=6698/tid=6751] ppid=6695 vsize=10820096 memory=1398722017469774279 CPUtime=0.3 cores=0,2,4,6
/proc/6698/task/6751/stat : 6751 (java) R 6695 6698 466 0 -1 4202560 7493 13373 0 0 20 2 5 3 20 0 15 0 406182845 11079778304 12908 33554432000 4194304 4196468 140735999674800 139807129432496 139806761386191 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6752] ppid=6695 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6752/stat : 6752 (java) S 6695 6698 466 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 406182845 11079778304 12908 33554432000 4194304 4196468 140735999674800 139807161854864 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6753] ppid=6695 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6753/stat : 6753 (java) S 6695 6698 466 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 406182845 11079778304 12908 33554432000 4194304 4196468 140735999674800 139806730808080 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6754] ppid=6695 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6754/stat : 6754 (java) S 6695 6698 466 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 406182845 11079778304 12908 33554432000 4194304 4196468 140735999674800 139806729755792 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6755] ppid=6695 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6755/stat : 6755 (java) S 6695 6698 466 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 406182845 11079778304 12908 33554432000 4194304 4196468 140735999674800 139806728702992 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6756] ppid=6695 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6756/stat : 6756 (java) S 6695 6698 466 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 406182847 11079778304 12908 33554432000 4194304 4196468 140735999674800 139806617086064 139807157623426 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6757] ppid=6695 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6757/stat : 6757 (java) S 6695 6698 466 0 -1 1077944384 33 13373 0 0 0 0 5 3 20 0 15 0 406182847 11079778304 12908 33554432000 4194304 4196468 140735999674800 139806616032032 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6758] ppid=6695 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6758/stat : 6758 (java) S 6695 6698 466 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 406182847 11079778304 12908 33554432000 4194304 4196468 140735999674800 139806487078000 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6759] ppid=6695 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6759/stat : 6759 (java) S 6695 6698 466 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 406182850 11079778304 12908 33554432000 4194304 4196468 140735999674800 139805883099216 139807157630875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6760] ppid=6695 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6698/task/6760/stat : 6760 (java) S 6695 6698 466 0 -1 1077944384 471 13373 0 0 1 0 5 3 20 0 15 0 406182850 11079778304 12908 33554432000 4194304 4196468 140735999674800 139806582475376 139807157623426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6761] ppid=6695 vsize=10820096 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/6698/task/6761/stat : 6761 (java) S 6695 6698 466 0 -1 1077944384 198 13373 0 0 1 0 5 3 20 0 15 0 406182850 11079778304 12908 33554432000 4194304 4196468 140735999674800 139806581422576 139807157623426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6762] ppid=6695 vsize=10820096 memory=139892441085568 CPUtime=0.13 cores=0,2,4,6
/proc/6698/task/6762/stat : 6762 (java) S 6695 6698 466 0 -1 1077944384 733 13373 0 0 5 0 5 3 20 0 15 0 406182850 11079778304 12908 33554432000 4194304 4196468 140735999674800 139806580370288 139807157623426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6763] ppid=6695 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6763/stat : 6763 (java) S 6695 6698 466 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 406182850 11079778304 12908 33554432000 4194304 4196468 140735999674800 139805413338080 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6764] ppid=6695 vsize=10820096 memory=139892441085568 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6764/stat : 6764 (java) S 6695 6698 466 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 406182851 11079778304 12908 33554432000 4194304 4196468 140735999674800 139806579317168 139807157623426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 51632 KiB

[startup+0.700726 s]
/proc/loadavg: 1.94 1.56 1.50 5/227 6764
/proc/meminfo: memFree=22736228/32770624 swapFree=67108848/67108860
[pid=6698] ppid=6695 vsize=10824340 memory=83584 CPUtime=1.14 cores=0,2,4,6
/proc/6698/stat : 6698 (java) S 6695 6698 466 0 -1 1077944320 15076 13373 0 0 101 5 5 3 20 0 15 0 406182835 11084124160 20896 33554432000 4194304 4196468 140735999674800 140735999657344 139807157612279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
/proc/6698/statm: 2706085 20896 3503 1 0 2668173 0
[pid=6698/tid=6751] ppid=6695 vsize=10824340 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/6698/task/6751/stat : 6751 (java) R 6695 6698 466 0 -1 4202560 10501 13373 0 0 55 4 5 3 20 0 15 0 406182845 11084124160 20896 33554432000 4194304 4196468 140735999674800 139807129439184 139807157634205 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6752] ppid=6695 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6752/stat : 6752 (java) S 6695 6698 466 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 406182845 11084124160 20896 33554432000 4194304 4196468 140735999674800 139807161854864 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6753] ppid=6695 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6753/stat : 6753 (java) S 6695 6698 466 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 406182845 11084124160 20896 33554432000 4194304 4196468 140735999674800 139806730808080 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6754] ppid=6695 vsize=10824340 memory=139892319465680 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6754/stat : 6754 (java) S 6695 6698 466 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 406182845 11084124160 20896 33554432000 4194304 4196468 140735999674800 139806729755792 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6755] ppid=6695 vsize=10824340 memory=139895674765906 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6755/stat : 6755 (java) S 6695 6698 466 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 406182845 11084124160 20896 33554432000 4194304 4196468 140735999674800 139806728702992 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6756] ppid=6695 vsize=10824340 memory=1840 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6756/stat : 6756 (java) S 6695 6698 466 0 -1 1077944384 5 13373 0 0 0 0 5 3 20 0 15 0 406182847 11084124160 20896 33554432000 4194304 4196468 140735999674800 139806617086064 139807157623426 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6757] ppid=6695 vsize=10824340 memory=7302135314614015849 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6757/stat : 6757 (java) S 6695 6698 466 0 -1 1077944384 33 13373 0 0 0 0 5 3 20 0 15 0 406182847 11084124160 20896 33554432000 4194304 4196468 140735999674800 139806616032032 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6758] ppid=6695 vsize=10824340 memory=6010179516970067026 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6758/stat : 6758 (java) S 6695 6698 466 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 406182847 11084124160 20896 33554432000 4194304 4196468 140735999674800 139806487078000 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6759] ppid=6695 vsize=10824340 memory=1100 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6759/stat : 6759 (java) S 6695 6698 466 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 406182850 11084124160 20896 33554432000 4194304 4196468 140735999674800 139805883099216 139807157630875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6760] ppid=6695 vsize=10824340 memory=15208 CPUtime=0.22 cores=0,2,4,6
/proc/6698/task/6760/stat : 6760 (java) S 6695 6698 466 0 -1 1077944384 876 13373 0 0 14 0 5 3 20 0 15 0 406182850 11084124160 20896 33554432000 4194304 4196468 140735999674800 139806582475376 139807157623426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6761] ppid=6695 vsize=10824340 memory=23052 CPUtime=0.2 cores=0,2,4,6
/proc/6698/task/6761/stat : 6761 (java) R 6695 6698 466 0 -1 4202560 443 13373 0 0 12 0 5 3 20 0 15 0 406182850 11084124160 20896 33554432000 4194304 4196468 140735999674800 139806581412960 139807143223312 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6762] ppid=6695 vsize=10824340 memory=4048 CPUtime=0.25 cores=0,2,4,6
/proc/6698/task/6762/stat : 6762 (java) S 6695 6698 466 0 -1 1077944384 996 13373 0 0 17 0 5 3 20 0 15 0 406182850 11084124160 20896 33554432000 4194304 4196468 140735999674800 139806580370288 139807157623426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6763] ppid=6695 vsize=10824340 memory=14288 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6763/stat : 6763 (java) S 6695 6698 466 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 406182850 11084124160 20896 33554432000 4194304 4196468 140735999674800 139805413338080 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6764] ppid=6695 vsize=10824340 memory=504 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6764/stat : 6764 (java) S 6695 6698 466 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 406182851 11084124160 20896 33554432000 4194304 4196468 140735999674800 139806579317168 139807157623426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 83584 KiB

[startup+1.50078 s]
/proc/loadavg: 1.94 1.56 1.50 3/227 6764
/proc/meminfo: memFree=22689948/32770624 swapFree=67108848/67108860
[pid=6698] ppid=6695 vsize=10834656 memory=170468 CPUtime=2.5 cores=0,2,4,6
/proc/6698/stat : 6698 (java) S 6695 6698 466 0 -1 1077944320 22024 13373 0 0 233 9 5 3 20 0 15 0 406182835 11094687744 42617 33554432000 4194304 4196468 140735999674800 140735999657344 139807157612279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
/proc/6698/statm: 2708664 42617 3573 1 0 2670733 0
[pid=6698/tid=6751] ppid=6695 vsize=10834656 memory=167004 CPUtime=1.43 cores=0,2,4,6
/proc/6698/task/6751/stat : 6751 (java) R 6695 6698 466 0 -1 4202560 15511 13373 0 0 130 5 5 3 20 0 15 0 406182845 11094687744 42617 33554432000 4194304 4196468 140735999674800 139807129412688 139806761385168 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6752] ppid=6695 vsize=10834656 memory=2848 CPUtime=0.09 cores=0,2,4,6
/proc/6698/task/6752/stat : 6752 (java) S 6695 6698 466 0 -1 1077944384 32 13373 0 0 1 0 5 3 20 0 15 0 406182845 11094687744 42617 33554432000 4194304 4196468 140735999674800 139807161854864 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6753] ppid=6695 vsize=10834656 memory=2376 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6753/stat : 6753 (java) S 6695 6698 466 0 -1 1077944384 355 13373 0 0 0 0 5 3 20 0 15 0 406182845 11094687744 42617 33554432000 4194304 4196468 140735999674800 139806730808080 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6754] ppid=6695 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6698/task/6754/stat : 6754 (java) S 6695 6698 466 0 -1 1077944384 44 13373 0 0 1 0 5 3 20 0 15 0 406182845 11094687744 42617 33554432000 4194304 4196468 140735999674800 139806729755792 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6755] ppid=6695 vsize=10834656 memory=7684413776151944361 CPUtime=0.09 cores=0,2,4,6
/proc/6698/task/6755/stat : 6755 (java) S 6695 6698 466 0 -1 1077944384 68 13373 0 0 1 0 5 3 20 0 15 0 406182845 11094687744 42617 33554432000 4194304 4196468 140735999674800 139806728702992 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6756] ppid=6695 vsize=10834656 memory=-6010476260271675999 CPUtime=0.09 cores=0,2,4,6
/proc/6698/task/6756/stat : 6756 (java) S 6695 6698 466 0 -1 1077944384 141 13373 0 0 1 0 5 3 20 0 15 0 406182847 11094687744 42617 33554432000 4194304 4196468 140735999674800 139806617086064 139807157623426 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6757] ppid=6695 vsize=10834656 memory=3692216470037637019 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6757/stat : 6757 (java) S 6695 6698 466 0 -1 1077944384 33 13373 0 0 0 0 5 3 20 0 15 0 406182847 11094687744 42617 33554432000 4194304 4196468 140735999674800 139806616032032 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6758] ppid=6695 vsize=10834656 memory=3616448913277150529 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6758/stat : 6758 (java) S 6695 6698 466 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 406182847 11094687744 42617 33554432000 4194304 4196468 140735999674800 139806487078000 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6759] ppid=6695 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6759/stat : 6759 (java) S 6695 6698 466 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 406182850 11094687744 42617 33554432000 4194304 4196468 140735999674800 139805883099216 139807157630875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6760] ppid=6695 vsize=10834656 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/6698/task/6760/stat : 6760 (java) S 6695 6698 466 0 -1 1077944384 1174 13373 0 0 28 0 5 3 20 0 15 0 406182850 11094687744 42617 33554432000 4194304 4196468 140735999674800 139806582475376 139807157623426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6761] ppid=6695 vsize=10834656 memory=4580 CPUtime=0.36 cores=0,2,4,6
/proc/6698/task/6761/stat : 6761 (java) S 6695 6698 466 0 -1 1077944384 861 13373 0 0 28 0 5 3 20 0 15 0 406182850 11094687744 42617 33554432000 4194304 4196468 140735999674800 139806581422576 139807157623426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6762] ppid=6695 vsize=10834656 memory=7878593803652785744 CPUtime=0.46 cores=0,2,4,6
/proc/6698/task/6762/stat : 6762 (java) R 6695 6698 466 0 -1 4202560 1590 13373 0 0 38 0 5 3 20 0 15 0 406182850 11094687744 42617 33554432000 4194304 4196468 140735999674800 139806580370288 139807157633626 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6763] ppid=6695 vsize=10834656 memory=6224067389248530513 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6763/stat : 6763 (java) S 6695 6698 466 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 406182850 11094687744 42617 33554432000 4194304 4196468 140735999674800 139805413338080 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6764] ppid=6695 vsize=10834656 memory=7308612469127605867 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6764/stat : 6764 (java) S 6695 6698 466 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 406182851 11094687744 42617 33554432000 4194304 4196468 140735999674800 139806579317168 139807157623426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
Current children cumulated CPU time: 2.5 s
Current children cumulated vsize: 10834656 KiB

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

/proc/6698/task/6751/stat : 6751 (java) R 6695 6698 466 0 -1 4202560 60498 13373 0 0 236094 36 5 3 20 0 15 0 406182845 11109400576 163285 33554432000 4194304 4196468 140735999674800 139807129444240 139806774176839 0 4 0 16800975 0 0 0 -1 4 0 0 67 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6752] ppid=6695 vsize=10849024 memory=653140 CPUtime=8.87 cores=0,2,4,6
/proc/6698/task/6752/stat : 6752 (java) S 6695 6698 466 0 -1 1077944384 10558 13373 0 0 839 40 5 3 20 0 15 0 406182845 11109400576 163285 33554432000 4194304 4196468 140735999674800 139807161854864 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6753] ppid=6695 vsize=10849024 memory=653140 CPUtime=8.87 cores=0,2,4,6
/proc/6698/task/6753/stat : 6753 (java) S 6695 6698 466 0 -1 1077944384 8808 13373 0 0 830 49 5 3 20 0 15 0 406182845 11109400576 163285 33554432000 4194304 4196468 140735999674800 139806730808080 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6754] ppid=6695 vsize=10849024 memory=653140 CPUtime=8.86 cores=0,2,4,6
/proc/6698/task/6754/stat : 6754 (java) S 6695 6698 466 0 -1 1077944384 9793 13373 0 0 836 42 5 3 20 0 15 0 406182845 11109400576 163285 33554432000 4194304 4196468 140735999674800 139806729755792 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6755] ppid=6695 vsize=10849024 memory=653140 CPUtime=8.86 cores=0,2,4,6
/proc/6698/task/6755/stat : 6755 (java) S 6695 6698 466 0 -1 1077944384 8029 13373 0 0 838 40 5 3 20 0 15 0 406182845 11109400576 163285 33554432000 4194304 4196468 140735999674800 139806728702992 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6756] ppid=6695 vsize=10849024 memory=6628 CPUtime=7.88 cores=0,2,4,6
/proc/6698/task/6756/stat : 6756 (java) S 6695 6698 466 0 -1 1077944384 12491 13373 0 0 740 40 5 3 20 0 15 0 406182847 11109400576 163285 33554432000 4194304 4196468 140735999674800 139806617086064 139807157623426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6757] ppid=6695 vsize=10849024 memory=653140 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6757/stat : 6757 (java) S 6695 6698 466 0 -1 1077944384 38 13373 0 0 0 0 5 3 20 0 15 0 406182847 11109400576 163285 33554432000 4194304 4196468 140735999674800 139806616032096 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6758] ppid=6695 vsize=10849024 memory=3924 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6758/stat : 6758 (java) S 6695 6698 466 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 406182847 11109400576 163285 33554432000 4194304 4196468 140735999674800 139806487078016 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6759] ppid=6695 vsize=10849024 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6759/stat : 6759 (java) S 6695 6698 466 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 406182850 11109400576 163285 33554432000 4194304 4196468 140735999674800 139805883099216 139807157630875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6760] ppid=6695 vsize=10849024 memory=2916 CPUtime=7.83 cores=0,2,4,6
/proc/6698/task/6760/stat : 6760 (java) S 6695 6698 466 0 -1 1077944384 31498 13373 0 0 768 7 5 3 20 0 15 0 406182850 11109400576 163285 33554432000 4194304 4196468 140735999674800 139806582475376 139807157623426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6761] ppid=6695 vsize=10849024 memory=653140 CPUtime=7.1 cores=0,2,4,6
/proc/6698/task/6761/stat : 6761 (java) S 6695 6698 466 0 -1 1077944384 31081 13373 0 0 695 7 5 3 20 0 15 0 406182850 11109400576 163285 33554432000 4194304 4196468 140735999674800 139806581422576 139807157623426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6762] ppid=6695 vsize=10849024 memory=651024 CPUtime=4.56 cores=0,2,4,6
/proc/6698/task/6762/stat : 6762 (java) S 6695 6698 466 0 -1 1077944384 27607 13373 0 0 441 7 5 3 20 0 15 0 406182850 11109400576 163285 33554432000 4194304 4196468 140735999674800 139806580370288 139807157623426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6763] ppid=6695 vsize=10849024 memory=653140 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6763/stat : 6763 (java) S 6695 6698 466 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 406182850 11109400576 163285 33554432000 4194304 4196468 140735999674800 139805413338080 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6764] ppid=6695 vsize=10849024 memory=7168 CPUtime=1.4 cores=0,2,4,6
/proc/6698/task/6764/stat : 6764 (java) S 6695 6698 466 0 -1 1077944384 1600 13373 0 0 66 66 5 3 20 0 15 0 406182851 11109400576 163285 33554432000 4194304 4196468 140735999674800 139806579317168 139807157623426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
Current children cumulated CPU time: 2424.98 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 653140 KiB

[startup+2442.3 s]
/proc/loadavg: 1.50 1.57 1.52 3/227 7657
/proc/meminfo: memFree=18926852/32770624 swapFree=67108848/67108860
[pid=6698] ppid=6695 vsize=10849024 memory=653656 CPUtime=2485.55 cores=0,2,4,6
/proc/6698/stat : 6698 (java) S 6695 6698 466 0 -1 1077944320 204869 13373 0 0 248261 286 5 3 20 0 15 0 406182835 11109400576 163414 33554432000 4194304 4196468 140735999674800 140735999657344 139807157612279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
/proc/6698/statm: 2712256 163414 3625 1 0 2674317 0
[pid=6698/tid=6751] ppid=6695 vsize=10849024 memory=653656 CPUtime=2420.94 cores=0,2,4,6
/proc/6698/task/6751/stat : 6751 (java) R 6695 6698 466 0 -1 4202560 60873 13373 0 0 242050 36 5 3 20 0 15 0 406182845 11109400576 163414 33554432000 4194304 4196468 140735999674800 139807129443840 139806765457015 0 4 0 16800975 0 0 0 -1 4 0 0 67 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6752] ppid=6695 vsize=10849024 memory=653656 CPUtime=9.06 cores=0,2,4,6
/proc/6698/task/6752/stat : 6752 (java) S 6695 6698 466 0 -1 1077944384 10567 13373 0 0 857 41 5 3 20 0 15 0 406182845 11109400576 163414 33554432000 4194304 4196468 140735999674800 139807161854864 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6753] ppid=6695 vsize=10849024 memory=653656 CPUtime=9.06 cores=0,2,4,6
/proc/6698/task/6753/stat : 6753 (java) S 6695 6698 466 0 -1 1077944384 8819 13373 0 0 849 49 5 3 20 0 15 0 406182845 11109400576 163414 33554432000 4194304 4196468 140735999674800 139806730808080 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6754] ppid=6695 vsize=10849024 memory=653656 CPUtime=9.06 cores=0,2,4,6
/proc/6698/task/6754/stat : 6754 (java) S 6695 6698 466 0 -1 1077944384 9803 13373 0 0 855 43 5 3 20 0 15 0 406182845 11109400576 163414 33554432000 4194304 4196468 140735999674800 139806729755792 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6755] ppid=6695 vsize=10849024 memory=653656 CPUtime=9.05 cores=0,2,4,6
/proc/6698/task/6755/stat : 6755 (java) S 6695 6698 466 0 -1 1077944384 8123 13373 0 0 855 42 5 3 20 0 15 0 406182845 11109400576 163414 33554432000 4194304 4196468 140735999674800 139806728702992 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6756] ppid=6695 vsize=10849024 memory=653656 CPUtime=8.06 cores=0,2,4,6
/proc/6698/task/6756/stat : 6756 (java) S 6695 6698 466 0 -1 1077944384 12624 13373 0 0 757 41 5 3 20 0 15 0 406182847 11109400576 163414 33554432000 4194304 4196468 140735999674800 139806617086064 139807157623426 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6757] ppid=6695 vsize=10849024 memory=653656 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6757/stat : 6757 (java) S 6695 6698 466 0 -1 1077944384 38 13373 0 0 0 0 5 3 20 0 15 0 406182847 11109400576 163414 33554432000 4194304 4196468 140735999674800 139806616032096 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6758] ppid=6695 vsize=10849024 memory=653656 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6758/stat : 6758 (java) S 6695 6698 466 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 406182847 11109400576 163414 33554432000 4194304 4196468 140735999674800 139806487078016 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6759] ppid=6695 vsize=10849024 memory=3924 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6759/stat : 6759 (java) S 6695 6698 466 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 406182850 11109400576 163414 33554432000 4194304 4196468 140735999674800 139805883099216 139807157630875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6760] ppid=6695 vsize=10849024 memory=37900 CPUtime=7.83 cores=0,2,4,6
/proc/6698/task/6760/stat : 6760 (java) S 6695 6698 466 0 -1 1077944384 31500 13373 0 0 768 7 5 3 20 0 15 0 406182850 11109400576 163414 33554432000 4194304 4196468 140735999674800 139806582475376 139807157623426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6761] ppid=6695 vsize=10849024 memory=653656 CPUtime=7.1 cores=0,2,4,6
/proc/6698/task/6761/stat : 6761 (java) S 6695 6698 466 0 -1 1077944384 31083 13373 0 0 695 7 5 3 20 0 15 0 406182850 11109400576 163414 33554432000 4194304 4196468 140735999674800 139806581422576 139807157623426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6762] ppid=6695 vsize=10849024 memory=653656 CPUtime=4.56 cores=0,2,4,6
/proc/6698/task/6762/stat : 6762 (java) S 6695 6698 466 0 -1 1077944384 27609 13373 0 0 441 7 5 3 20 0 15 0 406182850 11109400576 163414 33554432000 4194304 4196468 140735999674800 139806580370288 139807157623426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6763] ppid=6695 vsize=10849024 memory=653656 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6763/stat : 6763 (java) S 6695 6698 466 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 406182850 11109400576 163414 33554432000 4194304 4196468 140735999674800 139805413338080 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6764] ppid=6695 vsize=10849024 memory=653656 CPUtime=1.43 cores=0,2,4,6
/proc/6698/task/6764/stat : 6764 (java) S 6695 6698 466 0 -1 1077944384 1616 13373 0 0 68 67 5 3 20 0 15 0 406182851 11109400576 163414 33554432000 4194304 4196468 140735999674800 139806579317168 139807157623426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
Current children cumulated CPU time: 2485.55 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 653656 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2476.5 s]
/proc/loadavg: 1.67 1.60 1.53 3/227 7660
/proc/meminfo: memFree=18975652/32770624 swapFree=67108848/67108860
[pid=6698] ppid=6695 vsize=10849024 memory=653668 CPUtime=2520.08 cores=0,2,4,6
/proc/6698/stat : 6698 (java) S 6695 6698 466 0 -1 1077944320 205790 13373 0 0 251712 288 5 3 20 0 15 0 406182835 11109400576 163417 33554432000 4194304 4196468 140735999674800 140735999657344 139807157612279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
/proc/6698/statm: 2712256 163417 3625 1 0 2674317 0
[pid=6698/tid=6751] ppid=6695 vsize=10849024 memory=653668 CPUtime=2454.87 cores=0,2,4,6
/proc/6698/task/6751/stat : 6751 (java) R 6695 6698 466 0 -1 4202560 61256 13373 0 0 245443 36 5 3 20 0 15 0 406182845 11109400576 163417 33554432000 4194304 4196468 140735999674800 139807129447104 139806772719104 0 4 0 16800975 0 0 0 -1 4 0 0 67 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6752] ppid=6695 vsize=10849024 memory=653668 CPUtime=9.19 cores=0,2,4,6
/proc/6698/task/6752/stat : 6752 (java) S 6695 6698 466 0 -1 1077944384 10588 13373 0 0 869 42 5 3 20 0 15 0 406182845 11109400576 163417 33554432000 4194304 4196468 140735999674800 139807161854864 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6753] ppid=6695 vsize=10849024 memory=653668 CPUtime=9.18 cores=0,2,4,6
/proc/6698/task/6753/stat : 6753 (java) S 6695 6698 466 0 -1 1077944384 9082 13373 0 0 860 50 5 3 20 0 15 0 406182845 11109400576 163417 33554432000 4194304 4196468 140735999674800 139806730808080 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6754] ppid=6695 vsize=10849024 memory=653668 CPUtime=9.17 cores=0,2,4,6
/proc/6698/task/6754/stat : 6754 (java) S 6695 6698 466 0 -1 1077944384 9817 13373 0 0 866 43 5 3 20 0 15 0 406182845 11109400576 163417 33554432000 4194304 4196468 140735999674800 139806729755792 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6755] ppid=6695 vsize=10849024 memory=653668 CPUtime=9.17 cores=0,2,4,6
/proc/6698/task/6755/stat : 6755 (java) S 6695 6698 466 0 -1 1077944384 8192 13373 0 0 867 42 5 3 20 0 15 0 406182845 11109400576 163417 33554432000 4194304 4196468 140735999674800 139806728702992 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6756] ppid=6695 vsize=10849024 memory=279784639429904 CPUtime=8.15 cores=0,2,4,6
/proc/6698/task/6756/stat : 6756 (java) S 6695 6698 466 0 -1 1077944384 12774 13373 0 0 766 41 5 3 20 0 15 0 406182847 11109400576 163417 33554432000 4194304 4196468 140735999674800 139806617086064 139807157623426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6757] ppid=6695 vsize=10849024 memory=653668 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6757/stat : 6757 (java) S 6695 6698 466 0 -1 1077944384 38 13373 0 0 0 0 5 3 20 0 15 0 406182847 11109400576 163417 33554432000 4194304 4196468 140735999674800 139806616032096 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6758] ppid=6695 vsize=10849024 memory=653668 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6758/stat : 6758 (java) S 6695 6698 466 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 406182847 11109400576 163417 33554432000 4194304 4196468 140735999674800 139806487078016 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6759] ppid=6695 vsize=10849024 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6759/stat : 6759 (java) S 6695 6698 466 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 406182850 11109400576 163417 33554432000 4194304 4196468 140735999674800 139805883099216 139807157630875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6760] ppid=6695 vsize=10849024 memory=4872558044660077418 CPUtime=7.83 cores=0,2,4,6
/proc/6698/task/6760/stat : 6760 (java) S 6695 6698 466 0 -1 1077944384 31502 13373 0 0 768 7 5 3 20 0 15 0 406182850 11109400576 163417 33554432000 4194304 4196468 140735999674800 139806582475376 139807157623426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6761] ppid=6695 vsize=10849024 memory=653668 CPUtime=7.1 cores=0,2,4,6
/proc/6698/task/6761/stat : 6761 (java) S 6695 6698 466 0 -1 1077944384 31085 13373 0 0 695 7 5 3 20 0 15 0 406182850 11109400576 163417 33554432000 4194304 4196468 140735999674800 139806581422576 139807157623426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6762] ppid=6695 vsize=10849024 memory=653668 CPUtime=4.56 cores=0,2,4,6
/proc/6698/task/6762/stat : 6762 (java) S 6695 6698 466 0 -1 1077944384 27611 13373 0 0 441 7 5 3 20 0 15 0 406182850 11109400576 163417 33554432000 4194304 4196468 140735999674800 139806580370288 139807157623426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6763] ppid=6695 vsize=10849024 memory=653668 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6763/stat : 6763 (java) S 6695 6698 466 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 406182850 11109400576 163417 33554432000 4194304 4196468 140735999674800 139805413338080 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6764] ppid=6695 vsize=10849024 memory=653668 CPUtime=1.45 cores=0,2,4,6
/proc/6698/task/6764/stat : 6764 (java) S 6695 6698 466 0 -1 1077944384 1631 13373 0 0 69 68 5 3 20 0 15 0 406182851 11109400576 163417 33554432000 4194304 4196468 140735999674800 139806579317168 139807157623426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 653668 KiB

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

[startup+2476.53 s]
# the end of solver process 6698 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.2 s, system=2.92718 s

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

[startup+2476.5 s]
/proc/loadavg: 1.67 1.60 1.53 3/227 7660
/proc/meminfo: memFree=18975652/32770624 swapFree=67108848/67108860
[pid=6698] ppid=6695 vsize=10849024 memory=653668 CPUtime=2520.08 cores=0,2,4,6
/proc/6698/stat : 6698 (java) S 6695 6698 466 0 -1 1077944320 205790 13373 0 0 251712 288 5 3 20 0 15 0 406182835 11109400576 163417 33554432000 4194304 4196468 140735999674800 140735999657344 139807157612279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
/proc/6698/statm: 2712256 163417 3625 1 0 2674317 0
[pid=6698/tid=6751] ppid=6695 vsize=10849024 memory=653668 CPUtime=2454.87 cores=0,2,4,6
/proc/6698/task/6751/stat : 6751 (java) R 6695 6698 466 0 -1 4202560 61256 13373 0 0 245443 36 5 3 20 0 15 0 406182845 11109400576 163417 33554432000 4194304 4196468 140735999674800 139807129447104 139806772719104 0 4 0 16800975 0 0 0 -1 4 0 0 67 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6752] ppid=6695 vsize=10849024 memory=653668 CPUtime=9.19 cores=0,2,4,6
/proc/6698/task/6752/stat : 6752 (java) S 6695 6698 466 0 -1 1077944384 10588 13373 0 0 869 42 5 3 20 0 15 0 406182845 11109400576 163417 33554432000 4194304 4196468 140735999674800 139807161854864 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6753] ppid=6695 vsize=10849024 memory=653668 CPUtime=9.18 cores=0,2,4,6
/proc/6698/task/6753/stat : 6753 (java) S 6695 6698 466 0 -1 1077944384 9082 13373 0 0 860 50 5 3 20 0 15 0 406182845 11109400576 163417 33554432000 4194304 4196468 140735999674800 139806730808080 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6754] ppid=6695 vsize=10849024 memory=653668 CPUtime=9.17 cores=0,2,4,6
/proc/6698/task/6754/stat : 6754 (java) S 6695 6698 466 0 -1 1077944384 9817 13373 0 0 866 43 5 3 20 0 15 0 406182845 11109400576 163417 33554432000 4194304 4196468 140735999674800 139806729755792 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6755] ppid=6695 vsize=10849024 memory=653668 CPUtime=9.17 cores=0,2,4,6
/proc/6698/task/6755/stat : 6755 (java) S 6695 6698 466 0 -1 1077944384 8192 13373 0 0 867 42 5 3 20 0 15 0 406182845 11109400576 163417 33554432000 4194304 4196468 140735999674800 139806728702992 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6756] ppid=6695 vsize=10849024 memory=279784639429904 CPUtime=8.15 cores=0,2,4,6
/proc/6698/task/6756/stat : 6756 (java) S 6695 6698 466 0 -1 1077944384 12774 13373 0 0 766 41 5 3 20 0 15 0 406182847 11109400576 163417 33554432000 4194304 4196468 140735999674800 139806617086064 139807157623426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6757] ppid=6695 vsize=10849024 memory=653668 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6757/stat : 6757 (java) S 6695 6698 466 0 -1 1077944384 38 13373 0 0 0 0 5 3 20 0 15 0 406182847 11109400576 163417 33554432000 4194304 4196468 140735999674800 139806616032096 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6758] ppid=6695 vsize=10849024 memory=653668 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6758/stat : 6758 (java) S 6695 6698 466 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 406182847 11109400576 163417 33554432000 4194304 4196468 140735999674800 139806487078016 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6759] ppid=6695 vsize=10849024 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6759/stat : 6759 (java) S 6695 6698 466 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 406182850 11109400576 163417 33554432000 4194304 4196468 140735999674800 139805883099216 139807157630875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6760] ppid=6695 vsize=10849024 memory=4872558044660077418 CPUtime=7.83 cores=0,2,4,6
/proc/6698/task/6760/stat : 6760 (java) S 6695 6698 466 0 -1 1077944384 31502 13373 0 0 768 7 5 3 20 0 15 0 406182850 11109400576 163417 33554432000 4194304 4196468 140735999674800 139806582475376 139807157623426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6761] ppid=6695 vsize=10849024 memory=653668 CPUtime=7.1 cores=0,2,4,6
/proc/6698/task/6761/stat : 6761 (java) S 6695 6698 466 0 -1 1077944384 31085 13373 0 0 695 7 5 3 20 0 15 0 406182850 11109400576 163417 33554432000 4194304 4196468 140735999674800 139806581422576 139807157623426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6762] ppid=6695 vsize=10849024 memory=653668 CPUtime=4.56 cores=0,2,4,6
/proc/6698/task/6762/stat : 6762 (java) S 6695 6698 466 0 -1 1077944384 27611 13373 0 0 441 7 5 3 20 0 15 0 406182850 11109400576 163417 33554432000 4194304 4196468 140735999674800 139806580370288 139807157623426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6763] ppid=6695 vsize=10849024 memory=653668 CPUtime=0.08 cores=0,2,4,6
/proc/6698/task/6763/stat : 6763 (java) S 6695 6698 466 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 406182850 11109400576 163417 33554432000 4194304 4196468 140735999674800 139805413338080 139807157622485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
[pid=6698/tid=6764] ppid=6695 vsize=10849024 memory=653668 CPUtime=1.45 cores=0,2,4,6
/proc/6698/task/6764/stat : 6764 (java) S 6695 6698 466 0 -1 1077944384 1631 13373 0 0 69 68 5 3 20 0 15 0 406182851 11109400576 163417 33554432000 4194304 4196468 140735999674800 139806579317168 139807157623426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14696448 140735999679221 140735999681733 140735999681733 140735999684559 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 653668 KiB

Child status: 143
Real time (s): 2476.53
CPU time (s): 2520.12
CPU user time (s): 2517.2
CPU system time (s): 2.92718
CPU usage (%): 101.76
Max. virtual memory (cumulated for all children) (KiB): 10851996
Max. memory (cumulated for all children) (KiB): 653928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.2
system time used= 2.92718
maximum resident set size= 657804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220198
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 245502
involuntary context switches= 8617


# summary of solver processes directly reported to runsolver:
#   pid: 6698
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2517.2
#   total CPU system time (s): 2.92718

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5517 second user time and 24.1378 second system time

The end

Launcher Data

Begin job on node143 at 2019-09-12 17:33:34
IDJOB=4387389
IDBENCH=135866
IDSOLVER=2823
FILE ID=node143/4387389-1568302454
RUNJOBID= node143-1568286551-1786
PBS_JOBID= 21701067
Free space on /tmp= 56480 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n30/TravellingSalesman-30-30-11.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387389-1568302454/watcher-4387389-1568302454 -o /tmp/evaluation-result-4387389-1568302454/solver-4387389-1568302454 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568286551-1786 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1110564454 HOME/instance-4387389-1568302454.xml

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

MD5SUM BENCH= ac86bf8ef4620229a98c72b0f60cfd27
RANDOM SEED=1110564454

node143.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.73
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.73
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.73
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.73
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:        22787492 kB
MemAvailable:   30651848 kB
Buffers:          138400 kB
Cached:          8002844 kB
SwapCached:            8 kB
Active:          3396344 kB
Inactive:        5901280 kB
Active(anon):    1110936 kB
Inactive(anon):   145044 kB
Active(file):    2285408 kB
Inactive(file):  5756236 kB
Unevictable:      107256 kB
Mlocked:          107256 kB
SwapTotal:      67108860 kB
SwapFree:       67108848 kB
Dirty:             35292 kB
Writeback:             0 kB
AnonPages:       1271856 kB
Mapped:            60712 kB
Shmem:             90756 kB
Slab:             279744 kB
SReclaimable:     251172 kB
SUnreclaim:        28572 kB
KernelStack:        3984 kB
PageTables:         8288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2269176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1028096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 58784 MiB
End job on node143 at 2019-09-12 18:14:50