Trace number 4402875

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.3SAT (TO)91 2520.11 2471.53

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-14.xml
MD5SUM8288d58d1e6d081c99b6d9412791f2b3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark91
Best CPU time to get the best result obtained on this benchmark53.9097
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size29
Distribution of domain sizes[{"size":15,"count":15},{"size":29,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"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.78/0.55	c Concrete v3.12.3.1568965526260 running
6.24/3.08	o 195
6.24/3.10	o 180
6.57/3.12	o 179
6.57/3.18	o 177
6.57/3.19	o 175
6.57/3.19	o 170
6.90/3.25	o 169
7.22/3.32	o 133
7.22/3.34	o 128
7.22/3.37	o 122
7.55/3.40	o 118
9.15/3.97	o 111
9.15/3.98	o 107
9.15/3.99	o 100
9.15/3.99	o 96
10.36/4.37	o 93
11.20/4.80	o 91
2520.07/2471.50	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.07/2471.50		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.07/2471.50		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.07/2471.50		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:110)
2520.07/2471.50		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.07/2471.50		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.07/2471.50		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2520.07/2471.50		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.07/2471.50		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.07/2471.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.07/2471.50		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.07/2471.50		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.07/2471.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.07/2471.50		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.07/2471.50		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.07/2471.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.07/2471.50		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.07/2471.50		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.07/2471.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.07/2471.50		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.07/2471.50		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.07/2471.51		at scala.Option.map(Option.scala:242)
2520.07/2471.51		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.07/2471.51		at concrete.MAC.mac(MAC.scala:216)
2520.07/2471.51		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.07/2471.51		at scala.util.Try$.apply(Try.scala:210)
2520.07/2471.51		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.07/2471.51		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.07/2471.51		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.07/2471.51		at concrete.MAC.oneRun(MAC.scala:265)
2520.07/2471.51		at concrete.MAC.nextSolution(MAC.scala:284)
2520.07/2471.51		at concrete.MAC.nextSolution(MAC.scala:369)
2520.07/2471.51		at concrete.Solver.hasNext(Solver.scala:160)
2520.07/2471.51		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.07/2471.51		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.07/2471.51		at concrete.Solver.foreach(Solver.scala:67)
2520.07/2471.51		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.07/2471.51		at scala.util.Success.map(Try.scala:262)
2520.07/2471.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2471.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.07/2471.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.07/2471.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2471.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.07/2471.51		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.07/2471.51		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.07/2471.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.07/2471.51		at scala.App.$anonfun$main$1(App.scala:73)
2520.07/2471.51		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.07/2471.51		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.07/2471.51		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.07/2471.51		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.07/2471.51		at scala.App.main(App.scala:73)
2520.07/2471.51		at scala.App.main$(App.scala:71)
2520.07/2471.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.07/2471.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2471.51	v <instantiation
2520.07/2471.51	v         cost = '91'>
2520.07/2471.51	v       <list>
2520.07/2471.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] 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]
2520.07/2471.51	v       </list>
2520.07/2471.51	v       <values>
2520.07/2471.51	v         1 3 4 7 8 9 13 14 12 10 11 6 0 5 2 2 2 9 2 2 6 1 7 4 7 15 8 15 6 5
2520.07/2471.51	v       </values>
2520.07/2471.51	v     </instantiation>
2520.07/2471.51	s SATISFIABLE

Verifier Data

OK	91

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402875-1568982125/watcher-4402875-1568982125 -o /var/tmp/evaluation-result-4402875-1568982125/solver-4402875-1568982125 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node117-1568967595-31373 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2047248357 HOME/instance-4402875-1568982125.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
Current StackSize limit: 8192 KiB

solver pid=3484, runsolver pid=3481

[startup+0.100116 s]*
/proc/loadavg: 1.29 1.37 1.34 3/219 3541
/proc/meminfo: memFree=9694968/32770624 swapFree=66972176/67108860
[pid=3484] ppid=3481 vsize=9972712 memory=18328 CPUtime=0.08 cores=1,3,5,7
/proc/3484/stat : 3484 (java) S 3481 3484 31341 0 -1 1077944320 4336 13290 0 0 1 0 4 3 20 0 6 0 474154345 10212057088 4582 33554432000 4194304 4196468 140735997463520 140735997446064 139925988515575 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
/proc/3484/statm: 2493178 4582 1930 1 0 2481616 0
[pid=3484/tid=3537] ppid=3481 vsize=9972712 memory=-8171376296011865461 CPUtime=0.08 cores=1,3,5,7
/proc/3484/task/3537/stat : 3537 (java) R 3481 3484 31341 0 -1 4202560 2141 13290 0 0 1 0 4 3 20 0 6 0 474154354 10212057088 4582 33554432000 4194304 4196468 140735997463520 139925960352336 139925988537501 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3538] ppid=3481 vsize=9972712 memory=5792869726567804975 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3538/stat : 3538 (java) S 3481 3484 31341 0 -1 1077944384 1 13290 0 0 0 0 4 3 20 0 6 0 474154355 10212057088 4582 33554432000 4194304 4196468 140735997463520 139925992757904 139925988525781 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3539] ppid=3481 vsize=9972712 memory=140160517670528 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3539/stat : 3539 (java) S 3481 3484 31341 0 -1 1077944384 1 13290 0 0 0 0 4 3 20 0 6 0 474154355 10212057088 4648 33554432000 4194304 4196468 140735997463520 139925881031184 139925988525781 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3540] ppid=3481 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3540/stat : 3540 (java) S 3481 3484 31341 0 -1 1077944384 2 13290 0 0 0 0 4 3 20 0 6 0 474154355 10212057088 4648 33554432000 4194304 4196468 140735997463520 139925879978384 139925988525781 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3541] ppid=3481 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3541/stat : 3541 (java) S 3481 3484 31341 0 -1 1077944384 2 13290 0 0 0 0 4 3 20 0 6 0 474154355 10212057088 4648 33554432000 4194304 4196468 140735997463520 139925878925584 139925988525781 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.210207 s]*
/proc/loadavg: 1.29 1.37 1.34 3/228 3550
/proc/meminfo: memFree=9671672/32770624 swapFree=66972176/67108860
[pid=3484] ppid=3481 vsize=10820164 memory=45292 CPUtime=0.26 cores=1,3,5,7
/proc/3484/stat : 3484 (java) S 3481 3484 31341 0 -1 1077944320 7216 13290 0 0 18 1 4 3 20 0 15 0 474154345 11079847936 11323 33554432000 4194304 4196468 140735997463520 140735997446064 139925988515575 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
/proc/3484/statm: 2705041 11323 3293 1 0 2667149 0
[pid=3484/tid=3537] ppid=3481 vsize=10820196 memory=-8171376296011865461 CPUtime=0.18 cores=1,3,5,7
/proc/3484/task/3537/stat : 3537 (java) R 3481 3484 31341 0 -1 4202560 3735 13290 0 0 11 0 4 3 20 0 15 0 474154354 11079880704 11323 33554432000 4194304 4196468 140735997463520 139925960326608 139925988537501 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3538] ppid=3481 vsize=10820196 memory=5792869726567804975 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3538/stat : 3538 (java) S 3481 3484 31341 0 -1 1077944384 1 13290 0 0 0 0 4 3 20 0 15 0 474154355 11079880704 11323 33554432000 4194304 4196468 140735997463520 139925992757904 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3539] ppid=3481 vsize=10820196 memory=140160517670528 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3539/stat : 3539 (java) S 3481 3484 31341 0 -1 1077944384 1 13290 0 0 0 0 4 3 20 0 15 0 474154355 11079880704 11323 33554432000 4194304 4196468 140735997463520 139925881031184 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3540] ppid=3481 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3540/stat : 3540 (java) S 3481 3484 31341 0 -1 1077944384 2 13290 0 0 0 0 4 3 20 0 15 0 474154355 11079880704 11323 33554432000 4194304 4196468 140735997463520 139925879978384 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3541] ppid=3481 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3541/stat : 3541 (java) S 3481 3484 31341 0 -1 1077944384 2 13290 0 0 0 0 4 3 20 0 15 0 474154355 11079880704 11323 33554432000 4194304 4196468 140735997463520 139925878925584 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3542] ppid=3481 vsize=10820196 memory=140160517670528 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3542/stat : 3542 (java) S 3481 3484 31341 0 -1 1077944384 2 13290 0 0 0 0 4 3 20 0 15 0 474154356 11079880704 11323 33554432000 4194304 4196468 140735997463520 139925446916976 139925988526722 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3543] ppid=3481 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3543/stat : 3543 (java) S 3481 3484 31341 0 -1 1077944384 33 13290 0 0 0 0 4 3 20 0 15 0 474154357 11079880704 11323 33554432000 4194304 4196468 140735997463520 139925445862944 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3544] ppid=3481 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3544/stat : 3544 (java) S 3481 3484 31341 0 -1 1077944384 1 13290 0 0 0 0 4 3 20 0 15 0 474154357 11079880704 11323 33554432000 4194304 4196468 140735997463520 139925336876400 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3545] ppid=3481 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3545/stat : 3545 (java) S 3481 3484 31341 0 -1 1077944384 2 13290 0 0 0 0 4 3 20 0 15 0 474154359 11079880704 11323 33554432000 4194304 4196468 140735997463520 139924732897616 139925988534171 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3546] ppid=3481 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3484/task/3546/stat : 3546 (java) S 3481 3484 31341 0 -1 1077944384 480 13290 0 0 1 0 4 3 20 0 15 0 474154359 11079880704 11323 33554432000 4194304 4196468 140735997463520 139925412305264 139925988526722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3547] ppid=3481 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3484/task/3547/stat : 3547 (java) R 3481 3484 31341 0 -1 4202560 173 13290 0 0 1 0 4 3 20 0 15 0 474154359 11079880704 11323 33554432000 4194304 4196468 140735997463520 139925411252464 139925971926447 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3548] ppid=3481 vsize=10820196 memory=140160517670528 CPUtime=0.1 cores=1,3,5,7
/proc/3484/task/3548/stat : 3548 (java) R 3481 3484 31341 0 -1 1077944384 596 13290 0 0 3 0 4 3 20 0 15 0 474154360 11079880704 11323 33554432000 4194304 4196468 140735997463520 139925410199664 139925988526722 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3549] ppid=3481 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3549/stat : 3549 (java) S 3481 3484 31341 0 -1 1077944384 3 13290 0 0 0 0 4 3 20 0 15 0 474154360 11079880704 11323 33554432000 4194304 4196468 140735997463520 139924263135456 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3550] ppid=3481 vsize=10820196 memory=140160517670528 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3550/stat : 3550 (java) S 3481 3484 31341 0 -1 1077944384 1 13290 0 0 0 0 4 3 20 0 15 0 474154360 11079880704 11323 33554432000 4194304 4196468 140735997463520 139925409148080 139925988526722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820164 KiB
Current children cumulated memory: 45292 KiB

[startup+0.31062 s]*
/proc/loadavg: 1.29 1.37 1.34 3/228 3550
/proc/meminfo: memFree=9659700/32770624 swapFree=66972176/67108860
[pid=3484] ppid=3481 vsize=10820196 memory=53484 CPUtime=0.39 cores=1,3,5,7
/proc/3484/stat : 3484 (java) S 3481 3484 31341 0 -1 1077944320 10227 13290 0 0 30 2 4 3 20 0 15 0 474154345 11079880704 13371 33554432000 4194304 4196468 140735997463520 140735997446064 139925988515575 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
/proc/3484/statm: 2705049 13371 3317 1 0 2667149 0
[pid=3484/tid=3537] ppid=3481 vsize=10820196 memory=6935054825532540783 CPUtime=0.28 cores=1,3,5,7
/proc/3484/task/3537/stat : 3537 (java) R 3481 3484 31341 0 -1 4202560 6712 13290 0 0 20 1 4 3 20 0 15 0 474154354 11079880704 13436 33554432000 4194304 4196468 140735997463520 139925960325824 139925974704190 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3538] ppid=3481 vsize=10820196 memory=-2843876188093007006 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3538/stat : 3538 (java) S 3481 3484 31341 0 -1 1077944384 1 13290 0 0 0 0 4 3 20 0 15 0 474154355 11079880704 13436 33554432000 4194304 4196468 140735997463520 139925992757904 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3539] ppid=3481 vsize=10820196 memory=-8412656567334364540 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3539/stat : 3539 (java) S 3481 3484 31341 0 -1 1077944384 1 13290 0 0 0 0 4 3 20 0 15 0 474154355 11079880704 13436 33554432000 4194304 4196468 140735997463520 139925881031184 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3540] ppid=3481 vsize=10820196 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3540/stat : 3540 (java) S 3481 3484 31341 0 -1 1077944384 2 13290 0 0 0 0 4 3 20 0 15 0 474154355 11079880704 13436 33554432000 4194304 4196468 140735997463520 139925879978384 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3541] ppid=3481 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3541/stat : 3541 (java) S 3481 3484 31341 0 -1 1077944384 2 13290 0 0 0 0 4 3 20 0 15 0 474154355 11079880704 13436 33554432000 4194304 4196468 140735997463520 139925878925584 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3542] ppid=3481 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3542/stat : 3542 (java) S 3481 3484 31341 0 -1 1077944384 2 13290 0 0 0 0 4 3 20 0 15 0 474154356 11079880704 13436 33554432000 4194304 4196468 140735997463520 139925446916976 139925988526722 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3543] ppid=3481 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3543/stat : 3543 (java) S 3481 3484 31341 0 -1 1077944384 33 13290 0 0 0 0 4 3 20 0 15 0 474154357 11079880704 13436 33554432000 4194304 4196468 140735997463520 139925445862944 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3544] ppid=3481 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3544/stat : 3544 (java) S 3481 3484 31341 0 -1 1077944384 1 13290 0 0 0 0 4 3 20 0 15 0 474154357 11079880704 13436 33554432000 4194304 4196468 140735997463520 139925336876400 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3545] ppid=3481 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3545/stat : 3545 (java) S 3481 3484 31341 0 -1 1077944384 2 13290 0 0 0 0 4 3 20 0 15 0 474154359 11079880704 13436 33554432000 4194304 4196468 140735997463520 139924732897616 139925988534171 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3546] ppid=3481 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/3484/task/3546/stat : 3546 (java) S 3481 3484 31341 0 -1 1077944384 480 13290 0 0 2 0 4 3 20 0 15 0 474154359 11079880704 13436 33554432000 4194304 4196468 140735997463520 139925412305264 139925988526722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3547] ppid=3481 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/3484/task/3547/stat : 3547 (java) S 3481 3484 31341 0 -1 1077944384 183 13290 0 0 2 0 4 3 20 0 15 0 474154359 11079880704 13436 33554432000 4194304 4196468 140735997463520 139925411252464 139925988526722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3548] ppid=3481 vsize=10820196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/3484/task/3548/stat : 3548 (java) S 3481 3484 31341 0 -1 1077944384 604 13290 0 0 5 0 4 3 20 0 15 0 474154360 11079880704 13436 33554432000 4194304 4196468 140735997463520 139925410199664 139925988526722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3549] ppid=3481 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3549/stat : 3549 (java) S 3481 3484 31341 0 -1 1077944384 3 13290 0 0 0 0 4 3 20 0 15 0 474154360 11079880704 13436 33554432000 4194304 4196468 140735997463520 139924263135456 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3550] ppid=3481 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3550/stat : 3550 (java) S 3481 3484 31341 0 -1 1077944384 1 13290 0 0 0 0 4 3 20 0 15 0 474154360 11079880704 13436 33554432000 4194304 4196468 140735997463520 139925409148080 139925988526722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 53484 KiB

[startup+0.700731 s]
/proc/loadavg: 1.29 1.37 1.34 3/228 3550
/proc/meminfo: memFree=9644936/32770624 swapFree=66972176/67108860
[pid=3484] ppid=3481 vsize=10824364 memory=85888 CPUtime=1.15 cores=1,3,5,7
/proc/3484/stat : 3484 (java) S 3481 3484 31341 0 -1 1077944320 14620 13290 0 0 103 5 4 3 20 0 15 0 474154345 11084148736 21472 33554432000 4194304 4196468 140735997463520 140735997446064 139925988515575 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
/proc/3484/statm: 2706091 21472 3515 1 0 2668173 0
[pid=3484/tid=3537] ppid=3481 vsize=10824364 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/3484/task/3537/stat : 3537 (java) R 3481 3484 31341 0 -1 4202560 10027 13290 0 0 56 3 4 3 20 0 15 0 474154354 11084148736 21472 33554432000 4194304 4196468 140735997463520 139925960344776 139925972596062 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3538] ppid=3481 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3538/stat : 3538 (java) S 3481 3484 31341 0 -1 1077944384 1 13290 0 0 0 0 4 3 20 0 15 0 474154355 11084148736 21472 33554432000 4194304 4196468 140735997463520 139925992757904 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3539] ppid=3481 vsize=10824364 memory=8174711894690969397 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3539/stat : 3539 (java) S 3481 3484 31341 0 -1 1077944384 1 13290 0 0 0 0 4 3 20 0 15 0 474154355 11084148736 21472 33554432000 4194304 4196468 140735997463520 139925881031184 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3540] ppid=3481 vsize=10824364 memory=6225751913911177561 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3540/stat : 3540 (java) S 3481 3484 31341 0 -1 1077944384 2 13290 0 0 0 0 4 3 20 0 15 0 474154355 11084148736 21472 33554432000 4194304 4196468 140735997463520 139925879978384 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3541] ppid=3481 vsize=10824364 memory=6368442160687370338 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3541/stat : 3541 (java) S 3481 3484 31341 0 -1 1077944384 2 13290 0 0 0 0 4 3 20 0 15 0 474154355 11084148736 21472 33554432000 4194304 4196468 140735997463520 139925878925584 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3542] ppid=3481 vsize=10824364 memory=3053511329498284128 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3542/stat : 3542 (java) S 3481 3484 31341 0 -1 1077944384 5 13290 0 0 0 0 4 3 20 0 15 0 474154356 11084148736 21472 33554432000 4194304 4196468 140735997463520 139925446916976 139925988526722 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3543] ppid=3481 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3543/stat : 3543 (java) S 3481 3484 31341 0 -1 1077944384 33 13290 0 0 0 0 4 3 20 0 15 0 474154357 11084148736 21472 33554432000 4194304 4196468 140735997463520 139925445862944 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3544] ppid=3481 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3544/stat : 3544 (java) S 3481 3484 31341 0 -1 1077944384 1 13290 0 0 0 0 4 3 20 0 15 0 474154357 11084148736 21472 33554432000 4194304 4196468 140735997463520 139925336876400 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3545] ppid=3481 vsize=10824364 memory=3612 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3545/stat : 3545 (java) S 3481 3484 31341 0 -1 1077944384 2 13290 0 0 0 0 4 3 20 0 15 0 474154359 11084148736 21472 33554432000 4194304 4196468 140735997463520 139924732897616 139925988534171 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3546] ppid=3481 vsize=10824364 memory=2241 CPUtime=0.19 cores=1,3,5,7
/proc/3484/task/3546/stat : 3546 (java) R 3481 3484 31341 0 -1 4202560 927 13290 0 0 12 0 4 3 20 0 15 0 474154359 11084148736 21472 33554432000 4194304 4196468 140735997463520 139925412305264 139925970036791 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3547] ppid=3481 vsize=10824364 memory=2244 CPUtime=0.23 cores=1,3,5,7
/proc/3484/task/3547/stat : 3547 (java) S 3481 3484 31341 0 -1 1077944384 670 13290 0 0 16 0 4 3 20 0 15 0 474154359 11084148736 21472 33554432000 4194304 4196468 140735997463520 139925411252464 139925988526722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3548] ppid=3481 vsize=10824364 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/3484/task/3548/stat : 3548 (java) S 3481 3484 31341 0 -1 1077944384 741 13290 0 0 17 0 4 3 20 0 15 0 474154360 11084148736 21472 33554432000 4194304 4196468 140735997463520 139925410199664 139925988526722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3549] ppid=3481 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3549/stat : 3549 (java) S 3481 3484 31341 0 -1 1077944384 3 13290 0 0 0 0 4 3 20 0 15 0 474154360 11084148736 21472 33554432000 4194304 4196468 140735997463520 139924263135456 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3550] ppid=3481 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3550/stat : 3550 (java) S 3481 3484 31341 0 -1 1077944384 1 13290 0 0 0 0 4 3 20 0 15 0 474154360 11084148736 21472 33554432000 4194304 4196468 140735997463520 139925409148080 139925988526722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85888 KiB

[startup+1.50112 s]
/proc/loadavg: 1.29 1.37 1.34 4/228 3550
/proc/meminfo: memFree=9599552/32770624 swapFree=66972176/67108860
[pid=3484] ppid=3481 vsize=10834680 memory=171620 CPUtime=2.45 cores=1,3,5,7
/proc/3484/stat : 3484 (java) S 3481 3484 31341 0 -1 1077944320 23435 13290 0 0 228 10 4 3 20 0 15 0 474154345 11094712320 42905 33554432000 4194304 4196468 140735997463520 140735997446064 139925988515575 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
/proc/3484/statm: 2708670 42905 3588 1 0 2670733 0
[pid=3484/tid=3537] ppid=3481 vsize=10834680 memory=145 CPUtime=1.43 cores=1,3,5,7
/proc/3484/task/3537/stat : 3537 (java) R 3481 3484 31341 0 -1 4202560 14913 13290 0 0 131 5 4 3 20 0 15 0 474154354 11094712320 42905 33554432000 4194304 4196468 140735997463520 139925960323664 139925988527510 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3538] ppid=3481 vsize=10834680 memory=79 CPUtime=0.08 cores=1,3,5,7
/proc/3484/task/3538/stat : 3538 (java) S 3481 3484 31341 0 -1 1077944384 23 13290 0 0 1 0 4 3 20 0 15 0 474154355 11094712320 42905 33554432000 4194304 4196468 140735997463520 139925992757904 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3539] ppid=3481 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3539/stat : 3539 (java) S 3481 3484 31341 0 -1 1077944384 90 13290 0 0 0 0 4 3 20 0 15 0 474154355 11094712320 42905 33554432000 4194304 4196468 140735997463520 139925881031184 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3540] ppid=3481 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3484/task/3540/stat : 3540 (java) S 3481 3484 31341 0 -1 1077944384 137 13290 0 0 1 0 4 3 20 0 15 0 474154355 11094712320 42905 33554432000 4194304 4196468 140735997463520 139925879978384 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3541] ppid=3481 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3484/task/3541/stat : 3541 (java) S 3481 3484 31341 0 -1 1077944384 465 13290 0 0 1 0 4 3 20 0 15 0 474154355 11094712320 42905 33554432000 4194304 4196468 140735997463520 139925878925584 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3542] ppid=3481 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3484/task/3542/stat : 3542 (java) S 3481 3484 31341 0 -1 1077944384 1952 13290 0 0 1 0 4 3 20 0 15 0 474154356 11094712320 42905 33554432000 4194304 4196468 140735997463520 139925446916976 139925988526722 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3543] ppid=3481 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3543/stat : 3543 (java) S 3481 3484 31341 0 -1 1077944384 33 13290 0 0 0 0 4 3 20 0 15 0 474154357 11094712320 42905 33554432000 4194304 4196468 140735997463520 139925445862944 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3544] ppid=3481 vsize=10834680 memory=7445382923841463907 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3544/stat : 3544 (java) S 3481 3484 31341 0 -1 1077944384 2 13290 0 0 0 0 4 3 20 0 15 0 474154357 11094712320 42905 33554432000 4194304 4196468 140735997463520 139925336876416 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3545] ppid=3481 vsize=10834680 memory=-2245088631185882904 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3545/stat : 3545 (java) S 3481 3484 31341 0 -1 1077944384 2 13290 0 0 0 0 4 3 20 0 15 0 474154359 11094712320 42905 33554432000 4194304 4196468 140735997463520 139924732897616 139925988534171 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3546] ppid=3481 vsize=10834680 memory=8594180453250213530 CPUtime=0.31 cores=1,3,5,7
/proc/3484/task/3546/stat : 3546 (java) S 3481 3484 31341 0 -1 1077944384 1185 13290 0 0 23 1 4 3 20 0 15 0 474154359 11094712320 42905 33554432000 4194304 4196468 140735997463520 139925412305264 139925988526722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3547] ppid=3481 vsize=10834680 memory=-7158564380568238933 CPUtime=0.33 cores=1,3,5,7
/proc/3484/task/3547/stat : 3547 (java) S 3481 3484 31341 0 -1 1077944384 827 13290 0 0 26 0 4 3 20 0 15 0 474154359 11094712320 42905 33554432000 4194304 4196468 140735997463520 139925411252464 139925988526722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3548] ppid=3481 vsize=10834680 memory=-1088251628401078322 CPUtime=0.47 cores=1,3,5,7
/proc/3484/task/3548/stat : 3548 (java) R 3481 3484 31341 0 -1 4202560 1598 13290 0 0 40 0 4 3 20 0 15 0 474154360 11094712320 42905 33554432000 4194304 4196468 140735997463520 139925410199664 139925972596062 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3549] ppid=3481 vsize=10834680 memory=-1807685287717842718 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3549/stat : 3549 (java) S 3481 3484 31341 0 -1 1077944384 3 13290 0 0 0 0 4 3 20 0 15 0 474154360 11094712320 42905 33554432000 4194304 4196468 140735997463520 139924263135456 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3550] ppid=3481 vsize=10834680 memory=280320838572056 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3550/stat : 3550 (java) S 3481 3484 31341 0 -1 1077944384 1 13290 0 0 0 0 4 3 20 0 15 0 474154360 11094712320 42905 33554432000 4194304 4196468 140735997463520 139925409148080 139925988526722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834680 KiB

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

/proc/3484/task/3537/stat : 3537 (java) R 3481 3484 31341 0 -1 4202560 65264 13290 0 0 235463 48 4 3 20 0 15 0 474154354 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925960351472 139925568181394 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3538] ppid=3481 vsize=10849048 memory=3612 CPUtime=12.29 cores=1,3,5,7
/proc/3484/task/3538/stat : 3538 (java) S 3481 3484 31341 0 -1 1077944384 11360 13290 0 0 1159 63 4 3 20 0 15 0 474154355 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925992757904 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3539] ppid=3481 vsize=10849048 memory=873908 CPUtime=12.29 cores=1,3,5,7
/proc/3484/task/3539/stat : 3539 (java) S 3481 3484 31341 0 -1 1077944384 13349 13290 0 0 1160 62 4 3 20 0 15 0 474154355 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925881031184 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3540] ppid=3481 vsize=10849048 memory=871860 CPUtime=12.21 cores=1,3,5,7
/proc/3484/task/3540/stat : 3540 (java) S 3481 3484 31341 0 -1 1077944384 12180 13290 0 0 1154 60 4 3 20 0 15 0 474154355 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925879978384 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3541] ppid=3481 vsize=10849048 memory=871860 CPUtime=12.26 cores=1,3,5,7
/proc/3484/task/3541/stat : 3541 (java) S 3481 3484 31341 0 -1 1077944384 10907 13290 0 0 1158 61 4 3 20 0 15 0 474154355 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925878925584 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3542] ppid=3481 vsize=10849048 memory=419 CPUtime=11.35 cores=1,3,5,7
/proc/3484/task/3542/stat : 3542 (java) S 3481 3484 31341 0 -1 1077944384 16128 13290 0 0 1070 58 4 3 20 0 15 0 474154356 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925446916976 139925988526722 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3543] ppid=3481 vsize=10849048 memory=873908 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3543/stat : 3543 (java) S 3481 3484 31341 0 -1 1077944384 38 13290 0 0 0 0 4 3 20 0 15 0 474154357 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925445863008 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3544] ppid=3481 vsize=10849048 memory=1984 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3544/stat : 3544 (java) S 3481 3484 31341 0 -1 1077944384 2 13290 0 0 0 0 4 3 20 0 15 0 474154357 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925336876416 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3545] ppid=3481 vsize=10849048 memory=873908 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3545/stat : 3545 (java) S 3481 3484 31341 0 -1 1077944384 2 13290 0 0 0 0 4 3 20 0 15 0 474154359 11109425152 218477 33554432000 4194304 4196468 140735997463520 139924732897616 139925988534171 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3546] ppid=3481 vsize=10849048 memory=873908 CPUtime=4.26 cores=1,3,5,7
/proc/3484/task/3546/stat : 3546 (java) S 3481 3484 31341 0 -1 1077944384 14679 13290 0 0 414 5 4 3 20 0 15 0 474154359 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925412305264 139925988526722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3547] ppid=3481 vsize=10849048 memory=873908 CPUtime=4.94 cores=1,3,5,7
/proc/3484/task/3547/stat : 3547 (java) S 3481 3484 31341 0 -1 1077944384 24695 13290 0 0 482 5 4 3 20 0 15 0 474154359 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925411252464 139925988526722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3548] ppid=3481 vsize=10849048 memory=873908 CPUtime=3.67 cores=1,3,5,7
/proc/3484/task/3548/stat : 3548 (java) S 3481 3484 31341 0 -1 1077944384 24569 13290 0 0 354 6 4 3 20 0 15 0 474154360 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925410199664 139925988526722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3549] ppid=3481 vsize=10849048 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3549/stat : 3549 (java) S 3481 3484 31341 0 -1 1077944384 3 13290 0 0 0 0 4 3 20 0 15 0 474154360 11109425152 218477 33554432000 4194304 4196468 140735997463520 139924263135456 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3550] ppid=3481 vsize=10849048 memory=6944656592387989600 CPUtime=1.49 cores=1,3,5,7
/proc/3484/task/3550/stat : 3550 (java) S 3481 3484 31341 0 -1 1077944384 828 13290 0 0 68 74 4 3 20 0 15 0 474154360 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925409148080 139925988526722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
Current children cumulated CPU time: 2429.4 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 873908 KiB

[startup+2442.3 s]
/proc/loadavg: 1.47 1.35 1.34 3/229 3926
/proc/meminfo: memFree=9285700/32770624 swapFree=66972196/67108860
[pid=3484] ppid=3481 vsize=10849048 memory=873908 CPUtime=2490.37 cores=1,3,5,7
/proc/3484/stat : 3484 (java) S 3481 3484 31341 0 -1 1077944320 197928 13290 0 0 248651 379 4 3 20 0 15 0 474154345 11109425152 218477 33554432000 4194304 4196468 140735997463520 140735997446064 139925988515575 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
/proc/3484/statm: 2712262 218477 3629 1 0 2674317 0
[pid=3484/tid=3537] ppid=3481 vsize=10849048 memory=871860 CPUtime=2414.49 cores=1,3,5,7
/proc/3484/task/3537/stat : 3537 (java) R 3481 3484 31341 0 -1 4202560 66011 13290 0 0 241394 48 4 3 20 0 15 0 474154354 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925960351040 139925568297787 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3538] ppid=3481 vsize=10849048 memory=873908 CPUtime=12.62 cores=1,3,5,7
/proc/3484/task/3538/stat : 3538 (java) S 3481 3484 31341 0 -1 1077944384 11579 13290 0 0 1190 65 4 3 20 0 15 0 474154355 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925992757904 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3539] ppid=3481 vsize=10849048 memory=873908 CPUtime=12.62 cores=1,3,5,7
/proc/3484/task/3539/stat : 3539 (java) S 3481 3484 31341 0 -1 1077944384 13375 13290 0 0 1191 64 4 3 20 0 15 0 474154355 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925881031184 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3540] ppid=3481 vsize=10849048 memory=873908 CPUtime=12.54 cores=1,3,5,7
/proc/3484/task/3540/stat : 3540 (java) S 3481 3484 31341 0 -1 1077944384 12244 13290 0 0 1185 62 4 3 20 0 15 0 474154355 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925879978384 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3541] ppid=3481 vsize=10849048 memory=873908 CPUtime=12.6 cores=1,3,5,7
/proc/3484/task/3541/stat : 3541 (java) S 3481 3484 31341 0 -1 1077944384 11137 13290 0 0 1190 63 4 3 20 0 15 0 474154355 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925878925584 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3542] ppid=3481 vsize=10849048 memory=873908 CPUtime=11.64 cores=1,3,5,7
/proc/3484/task/3542/stat : 3542 (java) S 3481 3484 31341 0 -1 1077944384 16340 13290 0 0 1098 59 4 3 20 0 15 0 474154356 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925446916976 139925988526722 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3543] ppid=3481 vsize=10849048 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3543/stat : 3543 (java) S 3481 3484 31341 0 -1 1077944384 38 13290 0 0 0 0 4 3 20 0 15 0 474154357 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925445863008 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3544] ppid=3481 vsize=10849048 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3544/stat : 3544 (java) S 3481 3484 31341 0 -1 1077944384 2 13290 0 0 0 0 4 3 20 0 15 0 474154357 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925336876416 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3545] ppid=3481 vsize=10849048 memory=873908 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3545/stat : 3545 (java) S 3481 3484 31341 0 -1 1077944384 2 13290 0 0 0 0 4 3 20 0 15 0 474154359 11109425152 218477 33554432000 4194304 4196468 140735997463520 139924732897616 139925988534171 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3546] ppid=3481 vsize=10849048 memory=3612 CPUtime=4.26 cores=1,3,5,7
/proc/3484/task/3546/stat : 3546 (java) S 3481 3484 31341 0 -1 1077944384 14816 13290 0 0 414 5 4 3 20 0 15 0 474154359 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925412305264 139925988526722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3547] ppid=3481 vsize=10849048 memory=873908 CPUtime=4.94 cores=1,3,5,7
/proc/3484/task/3547/stat : 3547 (java) S 3481 3484 31341 0 -1 1077944384 24761 13290 0 0 482 5 4 3 20 0 15 0 474154359 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925411252464 139925988526722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3548] ppid=3481 vsize=10849048 memory=1672 CPUtime=3.67 cores=1,3,5,7
/proc/3484/task/3548/stat : 3548 (java) S 3481 3484 31341 0 -1 1077944384 24571 13290 0 0 354 6 4 3 20 0 15 0 474154360 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925410199664 139925988526722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3549] ppid=3481 vsize=10849048 memory=2832 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3549/stat : 3549 (java) S 3481 3484 31341 0 -1 1077944384 3 13290 0 0 0 0 4 3 20 0 15 0 474154360 11109425152 218477 33554432000 4194304 4196468 140735997463520 139924263135456 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3550] ppid=3481 vsize=10849048 memory=1716 CPUtime=1.52 cores=1,3,5,7
/proc/3484/task/3550/stat : 3550 (java) S 3481 3484 31341 0 -1 1077944384 844 13290 0 0 70 75 4 3 20 0 15 0 474154360 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925409148080 139925988526722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
Current children cumulated CPU time: 2490.37 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 873908 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2471.5 s]
/proc/loadavg: 1.46 1.37 1.35 3/229 3930
/proc/meminfo: memFree=9285856/32770624 swapFree=66972196/67108860
[pid=3484] ppid=3481 vsize=10849048 memory=873908 CPUtime=2520.07 cores=1,3,5,7
/proc/3484/stat : 3484 (java) S 3481 3484 31341 0 -1 1077944320 198942 13290 0 0 251617 383 4 3 20 0 15 0 474154345 11109425152 218477 33554432000 4194304 4196468 140735997463520 140735997446064 139925988515575 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
/proc/3484/statm: 2712262 218477 3629 1 0 2674317 0
[pid=3484/tid=3537] ppid=3481 vsize=10849048 memory=1200 CPUtime=2443.36 cores=1,3,5,7
/proc/3484/task/3537/stat : 3537 (java) R 3481 3484 31341 0 -1 4202560 66328 13290 0 0 244280 49 4 3 20 0 15 0 474154354 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925960350368 139925566217624 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3538] ppid=3481 vsize=10849048 memory=873908 CPUtime=12.79 cores=1,3,5,7
/proc/3484/task/3538/stat : 3538 (java) S 3481 3484 31341 0 -1 1077944384 11696 13290 0 0 1206 66 4 3 20 0 15 0 474154355 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925992757904 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3539] ppid=3481 vsize=10849048 memory=873908 CPUtime=12.78 cores=1,3,5,7
/proc/3484/task/3539/stat : 3539 (java) S 3481 3484 31341 0 -1 1077944384 13445 13290 0 0 1207 64 4 3 20 0 15 0 474154355 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925881031184 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3540] ppid=3481 vsize=10849048 memory=873908 CPUtime=12.7 cores=1,3,5,7
/proc/3484/task/3540/stat : 3540 (java) S 3481 3484 31341 0 -1 1077944384 12268 13290 0 0 1201 62 4 3 20 0 15 0 474154355 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925879978384 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3541] ppid=3481 vsize=10849048 memory=873908 CPUtime=12.76 cores=1,3,5,7
/proc/3484/task/3541/stat : 3541 (java) S 3481 3484 31341 0 -1 1077944384 11142 13290 0 0 1206 63 4 3 20 0 15 0 474154355 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925878925584 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3542] ppid=3481 vsize=10849048 memory=7 CPUtime=11.78 cores=1,3,5,7
/proc/3484/task/3542/stat : 3542 (java) S 3481 3484 31341 0 -1 1077944384 16524 13290 0 0 1111 60 4 3 20 0 15 0 474154356 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925446916976 139925988526722 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3543] ppid=3481 vsize=10849048 memory=873908 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3543/stat : 3543 (java) S 3481 3484 31341 0 -1 1077944384 38 13290 0 0 0 0 4 3 20 0 15 0 474154357 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925445863008 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3544] ppid=3481 vsize=10849048 memory=3612 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3544/stat : 3544 (java) S 3481 3484 31341 0 -1 1077944384 2 13290 0 0 0 0 4 3 20 0 15 0 474154357 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925336876416 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3545] ppid=3481 vsize=10849048 memory=873908 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3545/stat : 3545 (java) S 3481 3484 31341 0 -1 1077944384 2 13290 0 0 0 0 4 3 20 0 15 0 474154359 11109425152 218477 33554432000 4194304 4196468 140735997463520 139924732897616 139925988534171 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3546] ppid=3481 vsize=10849048 memory=3612 CPUtime=4.27 cores=1,3,5,7
/proc/3484/task/3546/stat : 3546 (java) S 3481 3484 31341 0 -1 1077944384 15101 13290 0 0 415 5 4 3 20 0 15 0 474154359 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925412305264 139925988526722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3547] ppid=3481 vsize=10849048 memory=873908 CPUtime=4.94 cores=1,3,5,7
/proc/3484/task/3547/stat : 3547 (java) S 3481 3484 31341 0 -1 1077944384 24761 13290 0 0 482 5 4 3 20 0 15 0 474154359 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925411252464 139925988526722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3548] ppid=3481 vsize=10849048 memory=873908 CPUtime=3.67 cores=1,3,5,7
/proc/3484/task/3548/stat : 3548 (java) S 3481 3484 31341 0 -1 1077944384 24571 13290 0 0 354 6 4 3 20 0 15 0 474154360 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925410199664 139925988526722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3549] ppid=3481 vsize=10849048 memory=873908 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3549/stat : 3549 (java) S 3481 3484 31341 0 -1 1077944384 3 13290 0 0 0 0 4 3 20 0 15 0 474154360 11109425152 218477 33554432000 4194304 4196468 140735997463520 139924263135456 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3550] ppid=3481 vsize=10849048 memory=873908 CPUtime=1.54 cores=1,3,5,7
/proc/3484/task/3550/stat : 3550 (java) S 3481 3484 31341 0 -1 1077944384 856 13290 0 0 71 76 4 3 20 0 15 0 474154360 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925409148080 139925988526722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 873908 KiB

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

[startup+2471.53 s]
# the end of solver process 3484 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.24 s, system=3.87914 s

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

[startup+2471.5 s]
/proc/loadavg: 1.46 1.37 1.35 3/229 3930
/proc/meminfo: memFree=9285856/32770624 swapFree=66972196/67108860
[pid=3484] ppid=3481 vsize=10849048 memory=873908 CPUtime=2520.07 cores=1,3,5,7
/proc/3484/stat : 3484 (java) S 3481 3484 31341 0 -1 1077944320 198942 13290 0 0 251617 383 4 3 20 0 15 0 474154345 11109425152 218477 33554432000 4194304 4196468 140735997463520 140735997446064 139925988515575 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
/proc/3484/statm: 2712262 218477 3629 1 0 2674317 0
[pid=3484/tid=3537] ppid=3481 vsize=10849048 memory=1200 CPUtime=2443.36 cores=1,3,5,7
/proc/3484/task/3537/stat : 3537 (java) R 3481 3484 31341 0 -1 4202560 66328 13290 0 0 244280 49 4 3 20 0 15 0 474154354 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925960350368 139925566217624 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3538] ppid=3481 vsize=10849048 memory=873908 CPUtime=12.79 cores=1,3,5,7
/proc/3484/task/3538/stat : 3538 (java) S 3481 3484 31341 0 -1 1077944384 11696 13290 0 0 1206 66 4 3 20 0 15 0 474154355 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925992757904 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3539] ppid=3481 vsize=10849048 memory=873908 CPUtime=12.78 cores=1,3,5,7
/proc/3484/task/3539/stat : 3539 (java) S 3481 3484 31341 0 -1 1077944384 13445 13290 0 0 1207 64 4 3 20 0 15 0 474154355 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925881031184 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3540] ppid=3481 vsize=10849048 memory=873908 CPUtime=12.7 cores=1,3,5,7
/proc/3484/task/3540/stat : 3540 (java) S 3481 3484 31341 0 -1 1077944384 12268 13290 0 0 1201 62 4 3 20 0 15 0 474154355 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925879978384 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3541] ppid=3481 vsize=10849048 memory=873908 CPUtime=12.76 cores=1,3,5,7
/proc/3484/task/3541/stat : 3541 (java) S 3481 3484 31341 0 -1 1077944384 11142 13290 0 0 1206 63 4 3 20 0 15 0 474154355 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925878925584 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3542] ppid=3481 vsize=10849048 memory=7 CPUtime=11.78 cores=1,3,5,7
/proc/3484/task/3542/stat : 3542 (java) S 3481 3484 31341 0 -1 1077944384 16524 13290 0 0 1111 60 4 3 20 0 15 0 474154356 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925446916976 139925988526722 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3543] ppid=3481 vsize=10849048 memory=873908 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3543/stat : 3543 (java) S 3481 3484 31341 0 -1 1077944384 38 13290 0 0 0 0 4 3 20 0 15 0 474154357 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925445863008 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3544] ppid=3481 vsize=10849048 memory=3612 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3544/stat : 3544 (java) S 3481 3484 31341 0 -1 1077944384 2 13290 0 0 0 0 4 3 20 0 15 0 474154357 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925336876416 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3545] ppid=3481 vsize=10849048 memory=873908 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3545/stat : 3545 (java) S 3481 3484 31341 0 -1 1077944384 2 13290 0 0 0 0 4 3 20 0 15 0 474154359 11109425152 218477 33554432000 4194304 4196468 140735997463520 139924732897616 139925988534171 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3546] ppid=3481 vsize=10849048 memory=3612 CPUtime=4.27 cores=1,3,5,7
/proc/3484/task/3546/stat : 3546 (java) S 3481 3484 31341 0 -1 1077944384 15101 13290 0 0 415 5 4 3 20 0 15 0 474154359 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925412305264 139925988526722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3547] ppid=3481 vsize=10849048 memory=873908 CPUtime=4.94 cores=1,3,5,7
/proc/3484/task/3547/stat : 3547 (java) S 3481 3484 31341 0 -1 1077944384 24761 13290 0 0 482 5 4 3 20 0 15 0 474154359 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925411252464 139925988526722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3548] ppid=3481 vsize=10849048 memory=873908 CPUtime=3.67 cores=1,3,5,7
/proc/3484/task/3548/stat : 3548 (java) S 3481 3484 31341 0 -1 1077944384 24571 13290 0 0 354 6 4 3 20 0 15 0 474154360 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925410199664 139925988526722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3549] ppid=3481 vsize=10849048 memory=873908 CPUtime=0.07 cores=1,3,5,7
/proc/3484/task/3549/stat : 3549 (java) S 3481 3484 31341 0 -1 1077944384 3 13290 0 0 0 0 4 3 20 0 15 0 474154360 11109425152 218477 33554432000 4194304 4196468 140735997463520 139924263135456 139925988525781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
[pid=3484/tid=3550] ppid=3481 vsize=10849048 memory=873908 CPUtime=1.54 cores=1,3,5,7
/proc/3484/task/3550/stat : 3550 (java) S 3481 3484 31341 0 -1 1077944384 856 13290 0 0 71 76 4 3 20 0 15 0 474154360 11109425152 218477 33554432000 4194304 4196468 140735997463520 139925409148080 139925988526722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 26714112 140735997467235 140735997469877 140735997469877 140735997472719 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 873908 KiB

Child status: 143
Real time (s): 2471.53
CPU time (s): 2520.11
CPU user time (s): 2516.24
CPU system time (s): 3.87914
CPU usage (%): 101.966
Max. virtual memory (cumulated for all children) (KiB): 10852032
Max. memory (cumulated for all children) (KiB): 873908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.24
system time used= 3.87914
maximum resident set size= 878028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 212930
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 303052
involuntary context switches= 6957


# summary of solver processes directly reported to runsolver:
#   pid: 3484
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.24
#   total CPU system time (s): 3.87914

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8258 second user time and 24.9044 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-20 14:21:22
IDJOB=4402875
IDBENCH=135747
IDSOLVER=2861
FILE ID=node117/4402875-1568982125
RUNJOBID= node117-1568967595-31373
PBS_JOBID= 21704629
Free space on /var/tmp= 13480 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-14.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402875-1568982125/watcher-4402875-1568982125 -o /var/tmp/evaluation-result-4402875-1568982125/solver-4402875-1568982125 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node117-1568967595-31373 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2047248357 HOME/instance-4402875-1568982125.xml

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

MD5SUM BENCH= 8288d58d1e6d081c99b6d9412791f2b3
RANDOM SEED=2047248357

node117.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.75
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.75
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.75
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.75
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:         9700948 kB
MemAvailable:   30674320 kB
Buffers:          128104 kB
Cached:         20750932 kB
SwapCached:        27708 kB
Active:         11534148 kB
Inactive:       10535916 kB
Active(anon):    1161192 kB
Inactive(anon):    70936 kB
Active(file):   10372956 kB
Inactive(file): 10464980 kB
Unevictable:      107888 kB
Mlocked:          107888 kB
SwapTotal:      67108860 kB
SwapFree:       66972176 kB
Dirty:             35344 kB
Writeback:             0 kB
AnonPages:       1272292 kB
Mapped:            61500 kB
Shmem:             32352 kB
Slab:             592236 kB
SReclaimable:     563896 kB
SUnreclaim:        28340 kB
KernelStack:        3760 kB
PageTables:         8172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2428428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1183744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /var/tmp at the end= 13444 MiB
End job on node117 at 2019-09-20 15:02:33