Trace number 4392009

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)-944 2400.07 2376.74

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-25-5-5-5.xml
MD5SUMa365ee41b1fa653da2199bfa573a8fac
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark57
Best CPU time to get the best result obtained on this benchmark62.0919
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of constraints101
Number of domains25
Minimum domain size3
Maximum domain size26
Distribution of domain sizes[{"size":3,"count":2},{"size":4,"count":9},{"size":5,"count":7},{"size":6,"count":7},{"size":26,"count":50}]
Minimum variable degree2
Maximum variable degree28
Distribution of variable degrees[{"degree":2,"count":25},{"degree":26,"count":24},{"degree":27,"count":1},{"degree":28,"count":25}]
Minimum constraint arity1
Maximum constraint arity26
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":50},{"arity":25,"count":25},{"arity":26,"count":25}]
Number of extensional constraints50
Number of intensional constraints26
Distribution of constraint types[{"type":"extension","count":50},{"type":"intension","count":26},{"type":"count","count":25}]
Optimization problemYES
Type of objectivemax 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.70/0.55	c Concrete v3.10.1560635388952 running
227.44/216.42	o -8942
227.56/216.56	o -7943
227.68/216.60	o -7942
253.41/240.91	o -6952
253.41/240.98	o -5957
254.64/242.09	o -5947
287.47/273.56	o -5945
288.90/274.99	o -4964
289.73/275.77	o -4949
290.18/276.13	o -3960
302.27/287.98	o -3959
350.53/335.11	o -2971
350.53/335.16	o -2964
381.43/365.87	o -1984
381.54/366.00	o -1981
381.84/366.27	o -1977
382.24/366.60	o -1976
444.50/428.69	o -1973
453.24/437.39	o -1970
453.24/437.39	o -1966
492.14/476.02	o -1964
933.76/916.04	o -1960
934.16/916.42	o -1956
935.37/917.67	o -1953
969.36/951.55	o -1949
969.97/952.18	o -1945
970.87/953.05	o -1942
1044.35/1026.35	o -1939
2067.93/2045.93	o -953
2072.06/2050.05	o -950
2072.06/2050.06	o -944
2400.01/2376.71	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.01/2376.71		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.01/2376.71		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.01/2376.71		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2400.01/2376.71		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.01/2376.71		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.01/2376.71		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2400.01/2376.71		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2400.01/2376.71		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.01/2376.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.01/2376.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.01/2376.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.01/2376.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.01/2376.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.01/2376.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.01/2376.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.01/2376.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.01/2376.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.01/2376.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.01/2376.71		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.01/2376.71		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.01/2376.71		at scala.Option.map(Option.scala:243)
2400.01/2376.71		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.01/2376.71		at concrete.MAC.mac(MAC.scala:204)
2400.01/2376.71		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2400.01/2376.71		at scala.util.Try$.apply(Try.scala:212)
2400.01/2376.71		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.01/2376.71		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.01/2376.71		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.01/2376.71		at concrete.MAC.oneRun(MAC.scala:253)
2400.01/2376.71		at concrete.MAC.nextSolution(MAC.scala:272)
2400.01/2376.71		at concrete.MAC.nextSolution(MAC.scala:355)
2400.01/2376.71		at concrete.Solver.hasNext(Solver.scala:160)
2400.01/2376.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.01/2376.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.01/2376.71		at concrete.Solver.foreach(Solver.scala:67)
2400.01/2376.71		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2400.01/2376.71		at scala.util.Success.map(Try.scala:264)
2400.01/2376.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2400.01/2376.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.01/2376.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.01/2376.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.01/2376.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.01/2376.71		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.01/2376.71		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.01/2376.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.01/2376.71		at scala.App.$anonfun$main$1(App.scala:75)
2400.01/2376.71		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.01/2376.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.01/2376.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.01/2376.71		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.01/2376.71		at scala.App.main(App.scala:75)
2400.01/2376.71		at scala.App.main$(App.scala:73)
2400.01/2376.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.01/2376.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.01/2376.72	v <instantiation
2400.01/2376.72	v         cost = '-944'>
2400.01/2376.72	v       <list>
2400.01/2376.72	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] p[24] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23] g[24]
2400.01/2376.72	v       </list>
2400.01/2376.72	v       <values>
2400.01/2376.72	v         1 2 3 18 -1 0 5 -1 -1 -1 -1 6 11 12 13 -1 -1 22 17 14 -1 -1 23 24 19 0 1 2 3 -1 15 14 -1 -1 -1 -1 13 12 11 10 -1 -1 5 4 9 -1 -1 6 7 8 6 8 8 -1000 0 -7 4 0 0 0 0 1 3 4 3 0 0 1 8 3 0 0 9 5 0
2400.01/2376.72	v       </values>
2400.01/2376.72	v     </instantiation>
2400.01/2376.72	s SATISFIABLE

Verifier Data

OK	-944

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392009-1568315260/watcher-4392009-1568315260 -o /tmp/evaluation-result-4392009-1568315260/solver-4392009-1568315260 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568301421-20990 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=879752864 HOME/instance-4392009-1568315260.xml 

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

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

solver pid=25333, runsolver pid=25330

[startup+0.100207 s]*
/proc/loadavg: 1.74 1.68 1.55 4/221 25390
/proc/meminfo: memFree=30572176/32770624 swapFree=67003340/67108860
[pid=25333] ppid=25330 vsize=9972712 memory=17080 CPUtime=0.08 cores=0,2,4,6
/proc/25333/stat : 25333 (java) S 25330 25333 20959 0 -1 1077944320 4508 13363 0 0 1 0 4 3 20 0 6 0 407765660 10212057088 4270 33554432000 4194304 4196468 140726543599648 140726543582192 140550018858743 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
/proc/25333/statm: 2493178 4270 1935 1 0 2481616 0
[pid=25333/tid=25386] ppid=25330 vsize=9972712 memory=4279135703913364878 CPUtime=0.08 cores=0,2,4,6
/proc/25333/task/25386/stat : 25386 (java) R 25330 25333 20959 0 -1 4202560 2311 13363 0 0 1 0 4 3 20 0 6 0 407765669 10212057088 4270 33554432000 4194304 4196468 140726543599648 140549990695504 140550002939230 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25387] ppid=25330 vsize=9972712 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25387/stat : 25387 (java) S 25330 25333 20959 0 -1 1077944384 1 13363 0 0 0 0 4 3 20 0 6 0 407765670 10212057088 4270 33554432000 4194304 4196468 140726543599648 140550023100944 140550018868949 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25388] ppid=25330 vsize=9972712 memory=140546305255040 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25388/stat : 25388 (java) S 25330 25333 20959 0 -1 1077944384 1 13363 0 0 0 0 4 3 20 0 6 0 407765670 10212057088 4270 33554432000 4194304 4196468 140726543599648 140549921991312 140550018868949 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25389] ppid=25330 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25389/stat : 25389 (java) S 25330 25333 20959 0 -1 1077944384 1 13363 0 0 0 0 4 3 20 0 6 0 407765670 10212057088 4270 33554432000 4194304 4196468 140726543599648 140549920938256 140550018868949 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25390] ppid=25330 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25390/stat : 25390 (java) S 25330 25333 20959 0 -1 1077944384 2 13363 0 0 0 0 4 3 20 0 6 0 407765670 10212057088 4270 33554432000 4194304 4196468 140726543599648 140549589690768 140550018868949 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.211173 s]*
/proc/loadavg: 1.74 1.68 1.55 3/230 25399
/proc/meminfo: memFree=30552728/32770624 swapFree=67003340/67108860
[pid=25333] ppid=25330 vsize=10818940 memory=38692 CPUtime=0.25 cores=0,2,4,6
/proc/25333/stat : 25333 (java) S 25330 25333 20959 0 -1 1077944320 7016 13363 0 0 17 1 4 3 20 0 15 0 407765660 11078594560 9673 33554432000 4194304 4196468 140726543599648 140726543582192 140550018858743 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
/proc/25333/statm: 2704735 9673 2955 1 0 2667149 0
[pid=25333/tid=25386] ppid=25330 vsize=10818940 memory=-6517102902069810590 CPUtime=0.18 cores=0,2,4,6
/proc/25333/task/25386/stat : 25386 (java) R 25330 25333 20959 0 -1 4202560 3528 13363 0 0 11 0 4 3 20 0 15 0 407765669 11078594560 9673 33554432000 4194304 4196468 140726543599648 140549990684896 140550018880669 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25387] ppid=25330 vsize=10818940 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25387/stat : 25387 (java) S 25330 25333 20959 0 -1 1077944384 1 13363 0 0 0 0 4 3 20 0 15 0 407765670 11078594560 9673 33554432000 4194304 4196468 140726543599648 140550023100944 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25388] ppid=25330 vsize=10818940 memory=140546305255040 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25388/stat : 25388 (java) S 25330 25333 20959 0 -1 1077944384 1 13363 0 0 0 0 4 3 20 0 15 0 407765670 11078594560 9673 33554432000 4194304 4196468 140726543599648 140549921991312 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25389] ppid=25330 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25389/stat : 25389 (java) S 25330 25333 20959 0 -1 1077944384 1 13363 0 0 0 0 4 3 20 0 15 0 407765670 11078594560 9673 33554432000 4194304 4196468 140726543599648 140549920938256 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25390] ppid=25330 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25390/stat : 25390 (java) S 25330 25333 20959 0 -1 1077944384 2 13363 0 0 0 0 4 3 20 0 15 0 407765670 11078594560 9673 33554432000 4194304 4196468 140726543599648 140549589690768 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25391] ppid=25330 vsize=10818940 memory=140546305255040 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25391/stat : 25391 (java) S 25330 25333 20959 0 -1 1077944384 2 13363 0 0 0 0 4 3 20 0 15 0 407765671 11078594560 9673 33554432000 4194304 4196468 140726543599648 140549478288112 140550018869890 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25392] ppid=25330 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25392/stat : 25392 (java) S 25330 25333 20959 0 -1 1077944384 13 13363 0 0 0 0 4 3 20 0 15 0 407765671 11078594560 9673 33554432000 4194304 4196468 140726543599648 140549382203040 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25393] ppid=25330 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25393/stat : 25393 (java) S 25330 25333 20959 0 -1 1077944384 1 13363 0 0 0 0 4 3 20 0 15 0 407765672 11078594560 9673 33554432000 4194304 4196468 140726543599648 140548778222832 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25394] ppid=25330 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25394/stat : 25394 (java) S 25330 25333 20959 0 -1 1077944384 3 13363 0 0 0 0 4 3 20 0 15 0 407765674 11078594560 9673 33554432000 4194304 4196468 140726543599648 140548537932240 140550018877339 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25395] ppid=25330 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25333/task/25395/stat : 25395 (java) S 25330 25333 20959 0 -1 1077944384 458 13363 0 0 1 0 4 3 20 0 15 0 407765674 11078594560 9673 33554432000 4194304 4196468 140726543599648 140549477234928 140550018869890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25396] ppid=25330 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25333/task/25396/stat : 25396 (java) S 25330 25333 20959 0 -1 1077944384 159 13363 0 0 1 0 4 3 20 0 15 0 407765674 11078594560 9673 33554432000 4194304 4196468 140726543599648 140549476182384 140550018869890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25397] ppid=25330 vsize=10818940 memory=140546305255040 CPUtime=0.1 cores=0,2,4,6
/proc/25333/task/25397/stat : 25397 (java) S 25330 25333 20959 0 -1 1077944384 641 13363 0 0 3 0 4 3 20 0 15 0 407765674 11078594560 9673 33554432000 4194304 4196468 140726543599648 140549475129328 140550018869890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25398] ppid=25330 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25398/stat : 25398 (java) S 25330 25333 20959 0 -1 1077944384 3 13363 0 0 0 0 4 3 20 0 15 0 407765675 11078594560 9673 33554432000 4194304 4196468 140726543599648 140548504373600 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25399] ppid=25330 vsize=10818940 memory=140546305255040 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25399/stat : 25399 (java) S 25330 25333 20959 0 -1 1077944384 1 13363 0 0 0 0 4 3 20 0 15 0 407765675 11078594560 9673 33554432000 4194304 4196468 140726543599648 140549474077744 140550018869890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38692 KiB

[startup+0.311085 s]*
/proc/loadavg: 1.74 1.68 1.55 3/230 25399
/proc/meminfo: memFree=30542468/32770624 swapFree=67003340/67108860
[pid=25333] ppid=25330 vsize=10820096 memory=47448 CPUtime=0.39 cores=0,2,4,6
/proc/25333/stat : 25333 (java) S 25330 25333 20959 0 -1 1077944320 10665 13363 0 0 28 4 4 3 20 0 15 0 407765660 11079778304 11862 33554432000 4194304 4196468 140726543599648 140726543582192 140550018858743 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
/proc/25333/statm: 2705024 11862 3077 1 0 2667149 0
[pid=25333/tid=25386] ppid=25330 vsize=10820096 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/25333/task/25386/stat : 25386 (java) R 25330 25333 20959 0 -1 4202560 7244 13363 0 0 19 2 4 3 20 0 15 0 407765669 11079778304 11994 33554432000 4194304 4196468 140726543599648 140549990678288 140549941935990 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25387] ppid=25330 vsize=10820096 memory=7228928657774891088 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25387/stat : 25387 (java) S 25330 25333 20959 0 -1 1077944384 1 13363 0 0 0 0 4 3 20 0 15 0 407765670 11079778304 11994 33554432000 4194304 4196468 140726543599648 140550023100944 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25388] ppid=25330 vsize=10820096 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25388/stat : 25388 (java) S 25330 25333 20959 0 -1 1077944384 1 13363 0 0 0 0 4 3 20 0 15 0 407765670 11079778304 11994 33554432000 4194304 4196468 140726543599648 140549921991312 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25389] ppid=25330 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25389/stat : 25389 (java) S 25330 25333 20959 0 -1 1077944384 1 13363 0 0 0 0 4 3 20 0 15 0 407765670 11079778304 11994 33554432000 4194304 4196468 140726543599648 140549920938256 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25390] ppid=25330 vsize=10820096 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25390/stat : 25390 (java) S 25330 25333 20959 0 -1 1077944384 2 13363 0 0 0 0 4 3 20 0 15 0 407765670 11079778304 11994 33554432000 4194304 4196468 140726543599648 140549589690768 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25391] ppid=25330 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25391/stat : 25391 (java) S 25330 25333 20959 0 -1 1077944384 2 13363 0 0 0 0 4 3 20 0 15 0 407765671 11079778304 11994 33554432000 4194304 4196468 140726543599648 140549478288112 140550018869890 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25392] ppid=25330 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25392/stat : 25392 (java) S 25330 25333 20959 0 -1 1077944384 13 13363 0 0 0 0 4 3 20 0 15 0 407765671 11079778304 11994 33554432000 4194304 4196468 140726543599648 140549382203040 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25393] ppid=25330 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25393/stat : 25393 (java) S 25330 25333 20959 0 -1 1077944384 1 13363 0 0 0 0 4 3 20 0 15 0 407765672 11079778304 11994 33554432000 4194304 4196468 140726543599648 140548778222832 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25394] ppid=25330 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25394/stat : 25394 (java) S 25330 25333 20959 0 -1 1077944384 3 13363 0 0 0 0 4 3 20 0 15 0 407765674 11079778304 11994 33554432000 4194304 4196468 140726543599648 140548537932240 140550018877339 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25395] ppid=25330 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25333/task/25395/stat : 25395 (java) S 25330 25333 20959 0 -1 1077944384 459 13363 0 0 1 0 4 3 20 0 15 0 407765674 11079778304 11994 33554432000 4194304 4196468 140726543599648 140549477234928 140550018869890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25396] ppid=25330 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25333/task/25396/stat : 25396 (java) S 25330 25333 20959 0 -1 1077944384 160 13363 0 0 1 0 4 3 20 0 15 0 407765674 11079778304 11994 33554432000 4194304 4196468 140726543599648 140549476182384 140550018869890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25397] ppid=25330 vsize=10820096 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/25333/task/25397/stat : 25397 (java) S 25330 25333 20959 0 -1 1077944384 650 13363 0 0 5 0 4 3 20 0 15 0 407765674 11079778304 11994 33554432000 4194304 4196468 140726543599648 140549475129328 140550018869890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25398] ppid=25330 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25398/stat : 25398 (java) S 25330 25333 20959 0 -1 1077944384 3 13363 0 0 0 0 4 3 20 0 15 0 407765675 11079778304 11994 33554432000 4194304 4196468 140726543599648 140548504373600 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25399] ppid=25330 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25399/stat : 25399 (java) S 25330 25333 20959 0 -1 1077944384 1 13363 0 0 0 0 4 3 20 0 15 0 407765675 11079778304 11994 33554432000 4194304 4196468 140726543599648 140549474077744 140550018869890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 47448 KiB

[startup+0.701109 s]
/proc/loadavg: 1.74 1.68 1.55 5/230 25399
/proc/meminfo: memFree=30514236/32770624 swapFree=67003340/67108860
[pid=25333] ppid=25330 vsize=10824340 memory=80364 CPUtime=1.12 cores=0,2,4,6
/proc/25333/stat : 25333 (java) S 25330 25333 20959 0 -1 1077944320 14821 13363 0 0 100 5 4 3 20 0 15 0 407765660 11084124160 20091 33554432000 4194304 4196468 140726543599648 140726543582192 140550018858743 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
/proc/25333/statm: 2706085 20091 3497 1 0 2668173 0
[pid=25333/tid=25386] ppid=25330 vsize=10824340 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/25333/task/25386/stat : 25386 (java) R 25330 25333 20959 0 -1 4202560 10493 13363 0 0 55 4 4 3 20 0 15 0 407765669 11084124160 20091 33554432000 4194304 4196468 140726543599648 140549990683480 140550000803799 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25387] ppid=25330 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25387/stat : 25387 (java) S 25330 25333 20959 0 -1 1077944384 1 13363 0 0 0 0 4 3 20 0 15 0 407765670 11084124160 20091 33554432000 4194304 4196468 140726543599648 140550023100944 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25388] ppid=25330 vsize=10824340 memory=3280 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25388/stat : 25388 (java) S 25330 25333 20959 0 -1 1077944384 1 13363 0 0 0 0 4 3 20 0 15 0 407765670 11084124160 20091 33554432000 4194304 4196468 140726543599648 140549921991312 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25389] ppid=25330 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25389/stat : 25389 (java) S 25330 25333 20959 0 -1 1077944384 1 13363 0 0 0 0 4 3 20 0 15 0 407765670 11084124160 20091 33554432000 4194304 4196468 140726543599648 140549920938256 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25390] ppid=25330 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25390/stat : 25390 (java) S 25330 25333 20959 0 -1 1077944384 2 13363 0 0 0 0 4 3 20 0 15 0 407765670 11084124160 20091 33554432000 4194304 4196468 140726543599648 140549589690768 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25391] ppid=25330 vsize=10824340 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25391/stat : 25391 (java) S 25330 25333 20959 0 -1 1077944384 5 13363 0 0 0 0 4 3 20 0 15 0 407765671 11084124160 20091 33554432000 4194304 4196468 140726543599648 140549478288112 140550018869890 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25392] ppid=25330 vsize=10824340 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25392/stat : 25392 (java) S 25330 25333 20959 0 -1 1077944384 13 13363 0 0 0 0 4 3 20 0 15 0 407765671 11084124160 20091 33554432000 4194304 4196468 140726543599648 140549382203040 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25393] ppid=25330 vsize=10824340 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25393/stat : 25393 (java) S 25330 25333 20959 0 -1 1077944384 1 13363 0 0 0 0 4 3 20 0 15 0 407765672 11084124160 20091 33554432000 4194304 4196468 140726543599648 140548778222832 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25394] ppid=25330 vsize=10824340 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25394/stat : 25394 (java) S 25330 25333 20959 0 -1 1077944384 3 13363 0 0 0 0 4 3 20 0 15 0 407765674 11084124160 20091 33554432000 4194304 4196468 140726543599648 140548537932240 140550018877339 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25395] ppid=25330 vsize=10824340 memory=13252 CPUtime=0.22 cores=0,2,4,6
/proc/25333/task/25395/stat : 25395 (java) S 25330 25333 20959 0 -1 1077944384 827 13363 0 0 15 0 4 3 20 0 15 0 407765674 11084124160 20091 33554432000 4194304 4196468 140726543599648 140549477234928 140550018869890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25396] ppid=25330 vsize=10824340 memory=15460 CPUtime=0.19 cores=0,2,4,6
/proc/25333/task/25396/stat : 25396 (java) S 25330 25333 20959 0 -1 1077944384 423 13363 0 0 12 0 4 3 20 0 15 0 407765674 11084124160 20091 33554432000 4194304 4196468 140726543599648 140549476182384 140550018869890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25397] ppid=25330 vsize=10824340 memory=17668 CPUtime=0.24 cores=0,2,4,6
/proc/25333/task/25397/stat : 25397 (java) S 25330 25333 20959 0 -1 1077944384 842 13363 0 0 17 0 4 3 20 0 15 0 407765674 11084124160 20091 33554432000 4194304 4196468 140726543599648 140549475129328 140550018869890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25398] ppid=25330 vsize=10824340 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25398/stat : 25398 (java) S 25330 25333 20959 0 -1 1077944384 3 13363 0 0 0 0 4 3 20 0 15 0 407765675 11084124160 20091 33554432000 4194304 4196468 140726543599648 140548504373600 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25399] ppid=25330 vsize=10824340 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25399/stat : 25399 (java) S 25330 25333 20959 0 -1 1077944384 1 13363 0 0 0 0 4 3 20 0 15 0 407765675 11084124160 20091 33554432000 4194304 4196468 140726543599648 140549474077744 140550018869890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80364 KiB

[startup+1.50079 s]
/proc/loadavg: 1.74 1.68 1.55 5/230 25399
/proc/meminfo: memFree=30456968/32770624 swapFree=67003340/67108860
[pid=25333] ppid=25330 vsize=10832608 memory=228700 CPUtime=3.01 cores=0,2,4,6
/proc/25333/stat : 25333 (java) S 25330 25333 20959 0 -1 1077944320 26155 13363 0 0 282 12 4 3 20 0 15 0 407765660 11092590592 57175 33554432000 4194304 4196468 140726543599648 140726543582192 140550018858743 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
/proc/25333/statm: 2708152 57175 3577 1 0 2670221 0
[pid=25333/tid=25386] ppid=25330 vsize=10832608 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/25333/task/25386/stat : 25386 (java) R 25330 25333 20959 0 -1 4202560 15904 13363 0 0 129 6 4 3 20 0 15 0 407765669 11092590592 57175 33554432000 4194304 4196468 140726543599648 140549990688592 140550002939230 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25387] ppid=25330 vsize=10832608 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25333/task/25387/stat : 25387 (java) S 25330 25333 20959 0 -1 1077944384 281 13363 0 0 1 0 4 3 20 0 15 0 407765670 11092590592 57175 33554432000 4194304 4196468 140726543599648 140550023100944 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25388] ppid=25330 vsize=10832608 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25333/task/25388/stat : 25388 (java) S 25330 25333 20959 0 -1 1077944384 31 13363 0 0 1 0 4 3 20 0 15 0 407765670 11092590592 57175 33554432000 4194304 4196468 140726543599648 140549921991312 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25389] ppid=25330 vsize=10832608 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25333/task/25389/stat : 25389 (java) S 25330 25333 20959 0 -1 1077944384 63 13363 0 0 1 0 4 3 20 0 15 0 407765670 11092590592 57175 33554432000 4194304 4196468 140726543599648 140549920938256 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25390] ppid=25330 vsize=10832608 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25333/task/25390/stat : 25390 (java) S 25330 25333 20959 0 -1 1077944384 35 13363 0 0 1 0 4 3 20 0 15 0 407765670 11092590592 57175 33554432000 4194304 4196468 140726543599648 140549589690768 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25391] ppid=25330 vsize=10832608 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/25333/task/25391/stat : 25391 (java) S 25330 25333 20959 0 -1 1077944384 695 13363 0 0 1 0 4 3 20 0 15 0 407765671 11092590592 57175 33554432000 4194304 4196468 140726543599648 140549478288112 140550018869890 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25392] ppid=25330 vsize=10832608 memory=281092322044160 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25392/stat : 25392 (java) S 25330 25333 20959 0 -1 1077944384 14 13363 0 0 0 0 4 3 20 0 15 0 407765671 11092590592 57175 33554432000 4194304 4196468 140726543599648 140549382203104 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25393] ppid=25330 vsize=10832608 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25393/stat : 25393 (java) S 25330 25333 20959 0 -1 1077944384 1 13363 0 0 0 0 4 3 20 0 15 0 407765672 11092590592 57175 33554432000 4194304 4196468 140726543599648 140548778222848 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25394] ppid=25330 vsize=10832608 memory=8252 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25394/stat : 25394 (java) S 25330 25333 20959 0 -1 1077944384 3 13363 0 0 0 0 4 3 20 0 15 0 407765674 11092590592 57175 33554432000 4194304 4196468 140726543599648 140548537932240 140550018877339 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25395] ppid=25330 vsize=10832608 memory=5912 CPUtime=0.63 cores=0,2,4,6
/proc/25333/task/25395/stat : 25395 (java) S 25330 25333 20959 0 -1 1077944384 2427 13363 0 0 56 0 4 3 20 0 15 0 407765674 11092590592 57175 33554432000 4194304 4196468 140726543599648 140549477234928 140550018869890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25396] ppid=25330 vsize=10832608 memory=1056 CPUtime=0.59 cores=0,2,4,6
/proc/25333/task/25396/stat : 25396 (java) S 25330 25333 20959 0 -1 1077944384 2675 13363 0 0 52 0 4 3 20 0 15 0 407765674 11092590592 57175 33554432000 4194304 4196468 140726543599648 140549476182384 140550018869890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25397] ppid=25330 vsize=10832608 memory=1540 CPUtime=0.43 cores=0,2,4,6
/proc/25333/task/25397/stat : 25397 (java) S 25330 25333 20959 0 -1 1077944384 1818 13363 0 0 36 0 4 3 20 0 15 0 407765674 11092590592 57175 33554432000 4194304 4196468 140726543599648 140549475129328 140550018869890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25398] ppid=25330 vsize=10832608 memory=728 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25398/stat : 25398 (java) S 25330 25333 20959 0 -1 1077944384 3 13363 0 0 0 0 4 3 20 0 15 0 407765675 11092590592 57175 33554432000 4194304 4196468 140726543599648 140548504373600 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25399] ppid=25330 vsize=10832608 memory=3436 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25399/stat : 25399 (java) S 25330 25333 20959 0 -1 1077944384 1 13363 0 0 0 0 4 3 20 0 15 0 407765675 11092590592 57175 33554432000 4194304 4196468 140726543599648 140549474077744 140550018869890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 10832608 KiB

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

/proc/25333/task/25386/stat : 25386 (java) R 25330 25333 20959 0 -1 4202560 104989 13363 0 0 225888 45 4 3 20 0 15 0 407765669 11109388288 494413 33554432000 4194304 4196468 140726543599648 140549990683552 140549613660016 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25387] ppid=25330 vsize=10849012 memory=1977648 CPUtime=1.63 cores=0,2,4,6
/proc/25333/task/25387/stat : 25387 (java) S 25330 25333 20959 0 -1 1077944384 30783 13363 0 0 142 14 4 3 20 0 15 0 407765670 11109388288 494413 33554432000 4194304 4196468 140726543599648 140550023100944 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25388] ppid=25330 vsize=10849012 memory=1977652 CPUtime=1.65 cores=0,2,4,6
/proc/25333/task/25388/stat : 25388 (java) S 25330 25333 20959 0 -1 1077944384 28680 13363 0 0 143 15 4 3 20 0 15 0 407765670 11109388288 494413 33554432000 4194304 4196468 140726543599648 140549921991312 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25389] ppid=25330 vsize=10849012 memory=1977652 CPUtime=1.66 cores=0,2,4,6
/proc/25333/task/25389/stat : 25389 (java) S 25330 25333 20959 0 -1 1077944384 27507 13363 0 0 145 14 4 3 20 0 15 0 407765670 11109388288 494413 33554432000 4194304 4196468 140726543599648 140549920938256 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25390] ppid=25330 vsize=10849012 memory=1977652 CPUtime=1.67 cores=0,2,4,6
/proc/25333/task/25390/stat : 25390 (java) S 25330 25333 20959 0 -1 1077944384 29362 13363 0 0 145 15 4 3 20 0 15 0 407765670 11109388288 494413 33554432000 4194304 4196468 140726543599648 140549589690768 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25391] ppid=25330 vsize=10849012 memory=1977648 CPUtime=1.06 cores=0,2,4,6
/proc/25333/task/25391/stat : 25391 (java) S 25330 25333 20959 0 -1 1077944384 25451 13363 0 0 91 8 4 3 20 0 15 0 407765671 11109388288 494413 33554432000 4194304 4196468 140726543599648 140549478288112 140550018869890 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25392] ppid=25330 vsize=10849012 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25392/stat : 25392 (java) S 25330 25333 20959 0 -1 1077944384 28 13363 0 0 0 0 4 3 20 0 15 0 407765671 11109388288 494413 33554432000 4194304 4196468 140726543599648 140549382203168 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25393] ppid=25330 vsize=10849012 memory=1977652 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25393/stat : 25393 (java) S 25330 25333 20959 0 -1 1077944384 26 13363 0 0 0 0 4 3 20 0 15 0 407765672 11109388288 494413 33554432000 4194304 4196468 140726543599648 140548778222848 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25394] ppid=25330 vsize=10849012 memory=37444 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25394/stat : 25394 (java) S 25330 25333 20959 0 -1 1077944384 3 13363 0 0 0 0 4 3 20 0 15 0 407765674 11109388288 494413 33554432000 4194304 4196468 140726543599648 140548537932240 140550018877339 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25395] ppid=25330 vsize=10849012 memory=988 CPUtime=6.26 cores=0,2,4,6
/proc/25333/task/25395/stat : 25395 (java) S 25330 25333 20959 0 -1 1077944384 63136 13363 0 0 610 9 4 3 20 0 15 0 407765674 11109388288 494413 33554432000 4194304 4196468 140726543599648 140549477234928 140550018869890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25396] ppid=25330 vsize=10849012 memory=1977648 CPUtime=7.28 cores=0,2,4,6
/proc/25333/task/25396/stat : 25396 (java) S 25330 25333 20959 0 -1 1077944384 86964 13363 0 0 710 11 4 3 20 0 15 0 407765674 11109388288 494413 33554432000 4194304 4196468 140726543599648 140549476182384 140550018869890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25397] ppid=25330 vsize=10849012 memory=1977648 CPUtime=3.89 cores=0,2,4,6
/proc/25333/task/25397/stat : 25397 (java) S 25330 25333 20959 0 -1 1077944384 64920 13363 0 0 372 10 4 3 20 0 15 0 407765674 11109388288 494413 33554432000 4194304 4196468 140726543599648 140549475129328 140550018869890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25398] ppid=25330 vsize=10849012 memory=1977652 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25398/stat : 25398 (java) S 25330 25333 20959 0 -1 1077944384 3 13363 0 0 0 0 4 3 20 0 15 0 407765675 11109388288 494413 33554432000 4194304 4196468 140726543599648 140548504373600 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25399] ppid=25330 vsize=10849012 memory=3280 CPUtime=1.22 cores=0,2,4,6
/proc/25333/task/25399/stat : 25399 (java) S 25330 25333 20959 0 -1 1077944384 2347 13363 0 0 55 60 4 3 20 0 15 0 407765675 11109388288 494413 33554432000 4194304 4196468 140726543599648 140549474077744 140550018869890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
Current children cumulated CPU time: 2285.19 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1977652 KiB

[startup+2322.3 s]
/proc/loadavg: 1.31 1.49 1.69 3/232 25876
/proc/meminfo: memFree=28931376/32770624 swapFree=67003356/67108860
[pid=25333] ppid=25330 vsize=10849012 memory=1977672 CPUtime=2345.39 cores=0,2,4,6
/proc/25333/stat : 25333 (java) S 25330 25333 20959 0 -1 1077944320 474998 13363 0 0 234349 183 4 3 20 0 15 0 407765660 11109388288 494418 33554432000 4194304 4196468 140726543599648 140726543582192 140550018858743 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
/proc/25333/statm: 2712253 494418 3625 1 0 2674317 0
[pid=25333/tid=25386] ppid=25330 vsize=10849012 memory=1977672 CPUtime=2319.3 cores=0,2,4,6
/proc/25333/task/25386/stat : 25386 (java) R 25330 25333 20959 0 -1 4202560 106645 13363 0 0 231877 46 4 3 20 0 15 0 407765669 11109388288 494418 33554432000 4194304 4196468 140726543599648 140549990694816 140549613661233 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25387] ppid=25330 vsize=10849012 memory=1977668 CPUtime=1.69 cores=0,2,4,6
/proc/25333/task/25387/stat : 25387 (java) S 25330 25333 20959 0 -1 1077944384 33613 13363 0 0 148 14 4 3 20 0 15 0 407765670 11109388288 494418 33554432000 4194304 4196468 140726543599648 140550023100944 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25388] ppid=25330 vsize=10849012 memory=1977668 CPUtime=1.71 cores=0,2,4,6
/proc/25333/task/25388/stat : 25388 (java) S 25330 25333 20959 0 -1 1077944384 28809 13363 0 0 149 15 4 3 20 0 15 0 407765670 11109388288 494418 33554432000 4194304 4196468 140726543599648 140549921991312 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25389] ppid=25330 vsize=10849012 memory=1977668 CPUtime=1.71 cores=0,2,4,6
/proc/25333/task/25389/stat : 25389 (java) S 25330 25333 20959 0 -1 1077944384 28361 13363 0 0 150 14 4 3 20 0 15 0 407765670 11109388288 494418 33554432000 4194304 4196468 140726543599648 140549920938256 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25390] ppid=25330 vsize=10849012 memory=1977668 CPUtime=1.73 cores=0,2,4,6
/proc/25333/task/25390/stat : 25390 (java) S 25330 25333 20959 0 -1 1077944384 29499 13363 0 0 150 16 4 3 20 0 15 0 407765670 11109388288 494418 33554432000 4194304 4196468 140726543599648 140549589690768 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25391] ppid=25330 vsize=10849012 memory=1977672 CPUtime=1.1 cores=0,2,4,6
/proc/25333/task/25391/stat : 25391 (java) S 25330 25333 20959 0 -1 1077944384 26118 13363 0 0 94 9 4 3 20 0 15 0 407765671 11109388288 494418 33554432000 4194304 4196468 140726543599648 140549478288112 140550018869890 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25392] ppid=25330 vsize=10849012 memory=1977668 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25392/stat : 25392 (java) S 25330 25333 20959 0 -1 1077944384 28 13363 0 0 0 0 4 3 20 0 15 0 407765671 11109388288 494418 33554432000 4194304 4196468 140726543599648 140549382203168 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25393] ppid=25330 vsize=10849012 memory=1977672 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25393/stat : 25393 (java) S 25330 25333 20959 0 -1 1077944384 26 13363 0 0 0 0 4 3 20 0 15 0 407765672 11109388288 494418 33554432000 4194304 4196468 140726543599648 140548778222848 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25394] ppid=25330 vsize=10849012 memory=4465 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25394/stat : 25394 (java) S 25330 25333 20959 0 -1 1077944384 3 13363 0 0 0 0 4 3 20 0 15 0 407765674 11109388288 494418 33554432000 4194304 4196468 140726543599648 140548537932240 140550018877339 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25395] ppid=25330 vsize=10849012 memory=4420 CPUtime=6.26 cores=0,2,4,6
/proc/25333/task/25395/stat : 25395 (java) S 25330 25333 20959 0 -1 1077944384 63140 13363 0 0 610 9 4 3 20 0 15 0 407765674 11109388288 494418 33554432000 4194304 4196468 140726543599648 140549477234928 140550018869890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25396] ppid=25330 vsize=10849012 memory=8252 CPUtime=7.28 cores=0,2,4,6
/proc/25333/task/25396/stat : 25396 (java) S 25330 25333 20959 0 -1 1077944384 88567 13363 0 0 710 11 4 3 20 0 15 0 407765674 11109388288 494418 33554432000 4194304 4196468 140726543599648 140549476182384 140550018869890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25397] ppid=25330 vsize=10849012 memory=6791534058613427641 CPUtime=3.9 cores=0,2,4,6
/proc/25333/task/25397/stat : 25397 (java) S 25330 25333 20959 0 -1 1077944384 65538 13363 0 0 373 10 4 3 20 0 15 0 407765674 11109388288 494418 33554432000 4194304 4196468 140726543599648 140549475129328 140550018869890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25398] ppid=25330 vsize=10849012 memory=1056 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25398/stat : 25398 (java) S 25330 25333 20959 0 -1 1077944384 3 13363 0 0 0 0 4 3 20 0 15 0 407765675 11109388288 494418 33554432000 4194304 4196468 140726543599648 140548504373600 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25399] ppid=25330 vsize=10849012 memory=1977672 CPUtime=1.25 cores=0,2,4,6
/proc/25333/task/25399/stat : 25399 (java) S 25330 25333 20959 0 -1 1077944384 2443 13363 0 0 57 61 4 3 20 0 15 0 407765675 11109388288 494418 33554432000 4194304 4196468 140726543599648 140549474077744 140550018869890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
Current children cumulated CPU time: 2345.39 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1977672 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2376.7 s]
/proc/loadavg: 1.46 1.50 1.68 3/231 25880
/proc/meminfo: memFree=28928568/32770624 swapFree=67003356/67108860
[pid=25333] ppid=25330 vsize=10849012 memory=1977696 CPUtime=2400.01 cores=0,2,4,6
/proc/25333/stat : 25333 (java) S 25330 25333 20959 0 -1 1077944320 482726 13363 0 0 239808 186 4 3 20 0 15 0 407765660 11109388288 494424 33554432000 4194304 4196468 140726543599648 140726543582192 140550018858743 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
/proc/25333/statm: 2712253 494424 3625 1 0 2674317 0
[pid=25333/tid=25386] ppid=25330 vsize=10849012 memory=1977680 CPUtime=2373.58 cores=0,2,4,6
/proc/25333/task/25386/stat : 25386 (java) R 25330 25333 20959 0 -1 4202560 107987 13363 0 0 237305 46 4 3 20 0 15 0 407765669 11109388288 494424 33554432000 4194304 4196468 140726543599648 140549990693936 140549613669624 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25387] ppid=25330 vsize=10849012 memory=1977696 CPUtime=1.75 cores=0,2,4,6
/proc/25333/task/25387/stat : 25387 (java) S 25330 25333 20959 0 -1 1077944384 33769 13363 0 0 153 15 4 3 20 0 15 0 407765670 11109388288 494424 33554432000 4194304 4196468 140726543599648 140550023100944 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25388] ppid=25330 vsize=10849012 memory=1977696 CPUtime=1.77 cores=0,2,4,6
/proc/25333/task/25388/stat : 25388 (java) S 25330 25333 20959 0 -1 1077944384 28984 13363 0 0 155 15 4 3 20 0 15 0 407765670 11109388288 494424 33554432000 4194304 4196468 140726543599648 140549921991312 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25389] ppid=25330 vsize=10849012 memory=1977696 CPUtime=1.77 cores=0,2,4,6
/proc/25333/task/25389/stat : 25389 (java) S 25330 25333 20959 0 -1 1077944384 29573 13363 0 0 156 14 4 3 20 0 15 0 407765670 11109388288 494424 33554432000 4194304 4196468 140726543599648 140549920938256 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25390] ppid=25330 vsize=10849012 memory=1977696 CPUtime=1.79 cores=0,2,4,6
/proc/25333/task/25390/stat : 25390 (java) S 25330 25333 20959 0 -1 1077944384 30752 13363 0 0 156 16 4 3 20 0 15 0 407765670 11109388288 494424 33554432000 4194304 4196468 140726543599648 140549589690768 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25391] ppid=25330 vsize=10849012 memory=1977696 CPUtime=1.15 cores=0,2,4,6
/proc/25333/task/25391/stat : 25391 (java) S 25330 25333 20959 0 -1 1077944384 26732 13363 0 0 99 9 4 3 20 0 15 0 407765671 11109388288 494424 33554432000 4194304 4196468 140726543599648 140549478288112 140550018869890 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25392] ppid=25330 vsize=10849012 memory=1977696 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25392/stat : 25392 (java) S 25330 25333 20959 0 -1 1077944384 28 13363 0 0 0 0 4 3 20 0 15 0 407765671 11109388288 494424 33554432000 4194304 4196468 140726543599648 140549382203168 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25393] ppid=25330 vsize=10849012 memory=1977696 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25393/stat : 25393 (java) S 25330 25333 20959 0 -1 1077944384 26 13363 0 0 0 0 4 3 20 0 15 0 407765672 11109388288 494424 33554432000 4194304 4196468 140726543599648 140548778222848 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25394] ppid=25330 vsize=10849012 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25394/stat : 25394 (java) S 25330 25333 20959 0 -1 1077944384 3 13363 0 0 0 0 4 3 20 0 15 0 407765674 11109388288 494424 33554432000 4194304 4196468 140726543599648 140548537932240 140550018877339 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25395] ppid=25330 vsize=10849012 memory=1977696 CPUtime=6.26 cores=0,2,4,6
/proc/25333/task/25395/stat : 25395 (java) S 25330 25333 20959 0 -1 1077944384 64223 13363 0 0 610 9 4 3 20 0 15 0 407765674 11109388288 494424 33554432000 4194304 4196468 140726543599648 140549477234928 140550018869890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25396] ppid=25330 vsize=10849012 memory=1977696 CPUtime=7.29 cores=0,2,4,6
/proc/25333/task/25396/stat : 25396 (java) S 25330 25333 20959 0 -1 1077944384 90160 13363 0 0 711 11 4 3 20 0 15 0 407765674 11109388288 494424 33554432000 4194304 4196468 140726543599648 140549476182384 140550018869890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25397] ppid=25330 vsize=10849012 memory=1977696 CPUtime=3.9 cores=0,2,4,6
/proc/25333/task/25397/stat : 25397 (java) S 25330 25333 20959 0 -1 1077944384 65794 13363 0 0 373 10 4 3 20 0 15 0 407765674 11109388288 494424 33554432000 4194304 4196468 140726543599648 140549475129328 140550018869890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25398] ppid=25330 vsize=10849012 memory=20044 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25398/stat : 25398 (java) S 25330 25333 20959 0 -1 1077944384 3 13363 0 0 0 0 4 3 20 0 15 0 407765675 11109388288 494424 33554432000 4194304 4196468 140726543599648 140548504373600 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25399] ppid=25330 vsize=10849012 memory=496 CPUtime=1.28 cores=0,2,4,6
/proc/25333/task/25399/stat : 25399 (java) S 25330 25333 20959 0 -1 1077944384 2487 13363 0 0 59 62 4 3 20 0 15 0 407765675 11109388288 494424 33554432000 4194304 4196468 140726543599648 140549474077744 140550018869890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1977696 KiB

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

[startup+2376.74 s]
# the end of solver process 25333 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.16 s, system=1.91403 s

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

[startup+2376.7 s]
/proc/loadavg: 1.46 1.50 1.68 3/231 25880
/proc/meminfo: memFree=28928568/32770624 swapFree=67003356/67108860
[pid=25333] ppid=25330 vsize=10849012 memory=1977696 CPUtime=2400.01 cores=0,2,4,6
/proc/25333/stat : 25333 (java) S 25330 25333 20959 0 -1 1077944320 482726 13363 0 0 239808 186 4 3 20 0 15 0 407765660 11109388288 494424 33554432000 4194304 4196468 140726543599648 140726543582192 140550018858743 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
/proc/25333/statm: 2712253 494424 3625 1 0 2674317 0
[pid=25333/tid=25386] ppid=25330 vsize=10849012 memory=1977680 CPUtime=2373.58 cores=0,2,4,6
/proc/25333/task/25386/stat : 25386 (java) R 25330 25333 20959 0 -1 4202560 107987 13363 0 0 237305 46 4 3 20 0 15 0 407765669 11109388288 494424 33554432000 4194304 4196468 140726543599648 140549990693936 140549613669624 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25387] ppid=25330 vsize=10849012 memory=1977696 CPUtime=1.75 cores=0,2,4,6
/proc/25333/task/25387/stat : 25387 (java) S 25330 25333 20959 0 -1 1077944384 33769 13363 0 0 153 15 4 3 20 0 15 0 407765670 11109388288 494424 33554432000 4194304 4196468 140726543599648 140550023100944 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25388] ppid=25330 vsize=10849012 memory=1977696 CPUtime=1.77 cores=0,2,4,6
/proc/25333/task/25388/stat : 25388 (java) S 25330 25333 20959 0 -1 1077944384 28984 13363 0 0 155 15 4 3 20 0 15 0 407765670 11109388288 494424 33554432000 4194304 4196468 140726543599648 140549921991312 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25389] ppid=25330 vsize=10849012 memory=1977696 CPUtime=1.77 cores=0,2,4,6
/proc/25333/task/25389/stat : 25389 (java) S 25330 25333 20959 0 -1 1077944384 29573 13363 0 0 156 14 4 3 20 0 15 0 407765670 11109388288 494424 33554432000 4194304 4196468 140726543599648 140549920938256 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25390] ppid=25330 vsize=10849012 memory=1977696 CPUtime=1.79 cores=0,2,4,6
/proc/25333/task/25390/stat : 25390 (java) S 25330 25333 20959 0 -1 1077944384 30752 13363 0 0 156 16 4 3 20 0 15 0 407765670 11109388288 494424 33554432000 4194304 4196468 140726543599648 140549589690768 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25391] ppid=25330 vsize=10849012 memory=1977696 CPUtime=1.15 cores=0,2,4,6
/proc/25333/task/25391/stat : 25391 (java) S 25330 25333 20959 0 -1 1077944384 26732 13363 0 0 99 9 4 3 20 0 15 0 407765671 11109388288 494424 33554432000 4194304 4196468 140726543599648 140549478288112 140550018869890 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25392] ppid=25330 vsize=10849012 memory=1977696 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25392/stat : 25392 (java) S 25330 25333 20959 0 -1 1077944384 28 13363 0 0 0 0 4 3 20 0 15 0 407765671 11109388288 494424 33554432000 4194304 4196468 140726543599648 140549382203168 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25393] ppid=25330 vsize=10849012 memory=1977696 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25393/stat : 25393 (java) S 25330 25333 20959 0 -1 1077944384 26 13363 0 0 0 0 4 3 20 0 15 0 407765672 11109388288 494424 33554432000 4194304 4196468 140726543599648 140548778222848 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25394] ppid=25330 vsize=10849012 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25394/stat : 25394 (java) S 25330 25333 20959 0 -1 1077944384 3 13363 0 0 0 0 4 3 20 0 15 0 407765674 11109388288 494424 33554432000 4194304 4196468 140726543599648 140548537932240 140550018877339 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25395] ppid=25330 vsize=10849012 memory=1977696 CPUtime=6.26 cores=0,2,4,6
/proc/25333/task/25395/stat : 25395 (java) S 25330 25333 20959 0 -1 1077944384 64223 13363 0 0 610 9 4 3 20 0 15 0 407765674 11109388288 494424 33554432000 4194304 4196468 140726543599648 140549477234928 140550018869890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25396] ppid=25330 vsize=10849012 memory=1977696 CPUtime=7.29 cores=0,2,4,6
/proc/25333/task/25396/stat : 25396 (java) S 25330 25333 20959 0 -1 1077944384 90160 13363 0 0 711 11 4 3 20 0 15 0 407765674 11109388288 494424 33554432000 4194304 4196468 140726543599648 140549476182384 140550018869890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25397] ppid=25330 vsize=10849012 memory=1977696 CPUtime=3.9 cores=0,2,4,6
/proc/25333/task/25397/stat : 25397 (java) S 25330 25333 20959 0 -1 1077944384 65794 13363 0 0 373 10 4 3 20 0 15 0 407765674 11109388288 494424 33554432000 4194304 4196468 140726543599648 140549475129328 140550018869890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25398] ppid=25330 vsize=10849012 memory=20044 CPUtime=0.07 cores=0,2,4,6
/proc/25333/task/25398/stat : 25398 (java) S 25330 25333 20959 0 -1 1077944384 3 13363 0 0 0 0 4 3 20 0 15 0 407765675 11109388288 494424 33554432000 4194304 4196468 140726543599648 140548504373600 140550018868949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
[pid=25333/tid=25399] ppid=25330 vsize=10849012 memory=496 CPUtime=1.28 cores=0,2,4,6
/proc/25333/task/25399/stat : 25399 (java) S 25330 25333 20959 0 -1 1077944384 2487 13363 0 0 59 62 4 3 20 0 15 0 407765675 11109388288 494424 33554432000 4194304 4196468 140726543599648 140549474077744 140550018869890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33026048 140726543604470 140726543606981 140726543606981 140726543609807 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1977696 KiB

Child status: 143
Real time (s): 2376.74
CPU time (s): 2400.07
CPU user time (s): 2398.16
CPU system time (s): 1.91403
CPU usage (%): 100.982
Max. virtual memory (cumulated for all children) (KiB): 10850384
Max. memory (cumulated for all children) (KiB): 2131816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.16
system time used= 1.91403
maximum resident set size= 2133864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 499553
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 89259
involuntary context switches= 3829


# summary of solver processes directly reported to runsolver:
#   pid: 25333
#   total CPU time (s): 2400.07
#   total CPU user time (s): 2398.16
#   total CPU system time (s): 1.91403

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2647 second user time and 22.3302 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-12 21:07:01
IDJOB=4392009
IDBENCH=127988
IDSOLVER=2837
FILE ID=node133/4392009-1568315260
RUNJOBID= node133-1568301421-20990
PBS_JOBID= 21701111
Free space on /tmp= 55076 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-25-5-5-5.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392009-1568315260/watcher-4392009-1568315260 -o /tmp/evaluation-result-4392009-1568315260/solver-4392009-1568315260 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568301421-20990 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=879752864 HOME/instance-4392009-1568315260.xml

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

MD5SUM BENCH= a365ee41b1fa653da2199bfa573a8fac
RANDOM SEED=879752864

node133.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.18
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.18
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.18
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.18
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:        30578120 kB
MemAvailable:   30826372 kB
Buffers:          118376 kB
Cached:           414016 kB
SwapCached:         3544 kB
Active:          1394736 kB
Inactive:         215844 kB
Active(anon):    1102380 kB
Inactive(anon):    15664 kB
Active(file):     292356 kB
Inactive(file):   200180 kB
Unevictable:      111240 kB
Mlocked:          111240 kB
SwapTotal:      67108860 kB
SwapFree:       67003340 kB
Dirty:             36160 kB
Writeback:             0 kB
AnonPages:       1191620 kB
Mapped:            56008 kB
Shmem:             31204 kB
Slab:             171640 kB
SReclaimable:     143100 kB
SUnreclaim:        28540 kB
KernelStack:        4032 kB
PageTables:         7492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2501468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1060864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 55044 MiB
End job on node133 at 2019-09-12 21:46:38