Trace number 4401388

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2SAT (TO)141 2400.12 2359.04

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-37-03.xml
MD5SUM7e8aca8f1f1855a8a689daa123caec8a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark139
Best CPU time to get the best result obtained on this benchmark248.551
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints135
Number of domains2
Minimum domain size1
Maximum domain size391
Distribution of domain sizes[{"size":1,"count":1},{"size":391,"count":61}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":2},{"degree":5,"count":13},{"degree":6,"count":23},{"degree":7,"count":16},{"degree":8,"count":5},{"degree":9,"count":2}]
Minimum constraint arity2
Maximum constraint arity34
Distribution of constraint arities[{"arity":2,"count":131},{"arity":28,"count":2},{"arity":31,"count":1},{"arity":34,"count":1}]
Number of extensional constraints0
Number of intensional constraints131
Distribution of constraint types[{"type":"intension","count":131},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.75/0.55	c Concrete v3.12.2.1568631193530 running
8.68/3.81	o 390
8.99/3.96	o 383
8.99/3.96	o 178
8.99/3.98	o 168
10.22/4.41	o 167
10.22/4.43	o 166
10.22/4.45	o 162
10.38/4.56	o 160
10.52/4.61	o 159
10.52/4.62	o 158
10.52/4.67	o 157
10.52/4.68	o 156
11.23/5.16	o 155
11.80/5.50	o 154
18.66/11.73	o 153
18.66/11.74	o 152
19.18/12.23	o 151
19.18/12.28	o 149
20.73/13.64	o 147
20.73/13.67	o 146
20.83/13.71	o 145
20.96/13.84	o 144
135.29/126.01	o 143
1381.90/1355.69	o 142
1382.10/1355.83	o 141
2400.08/2359.01	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.08/2359.01		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.08/2359.01		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.08/2359.01		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:110)
2400.08/2359.01		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.08/2359.01		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.08/2359.01		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2400.08/2359.01		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2400.08/2359.01		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.08/2359.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.08/2359.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.08/2359.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.08/2359.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.08/2359.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.08/2359.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.08/2359.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.08/2359.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.08/2359.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.08/2359.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.08/2359.01		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.08/2359.01		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.08/2359.01		at scala.Option.map(Option.scala:243)
2400.08/2359.01		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.08/2359.01		at concrete.MAC.mac(MAC.scala:216)
2400.08/2359.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.08/2359.01		at scala.util.Try$.apply(Try.scala:212)
2400.08/2359.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.08/2359.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.08/2359.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.08/2359.01		at concrete.MAC.oneRun(MAC.scala:265)
2400.08/2359.01		at concrete.MAC.nextSolution(MAC.scala:284)
2400.08/2359.01		at concrete.MAC.nextSolution(MAC.scala:369)
2400.08/2359.01		at concrete.Solver.hasNext(Solver.scala:160)
2400.08/2359.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.08/2359.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.08/2359.01		at concrete.Solver.foreach(Solver.scala:67)
2400.08/2359.01		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.08/2359.01		at scala.util.Success.map(Try.scala:264)
2400.08/2359.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.08/2359.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.08/2359.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.08/2359.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.08/2359.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.08/2359.01		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.08/2359.01		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.08/2359.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.08/2359.01		at scala.App.$anonfun$main$1(App.scala:75)
2400.08/2359.01		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.08/2359.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.08/2359.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.08/2359.02		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.08/2359.02		at scala.App.main(App.scala:75)
2400.08/2359.02		at scala.App.main$(App.scala:73)
2400.08/2359.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.08/2359.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.08/2359.02	v <instantiation
2400.08/2359.02	v         cost = '141'>
2400.08/2359.02	v       <list>
2400.08/2359.02	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] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61]
2400.08/2359.02	v       </list>
2400.08/2359.02	v       <values>
2400.08/2359.02	v         0 0 0 0 18 1 3 1 15 8 6 33 28 26 35 35 18 49 16 18 67 63 53 26 45 35 53 43 36 77 82 65 53 62 98 76 81 62 58 76 128 85 111 94 81 98 108 95 71 105 92 107 95 107 119 119 117 123 131 131 121 141
2400.08/2359.02	v       </values>
2400.08/2359.02	v     </instantiation>
2400.08/2359.02	s SATISFIABLE

Verifier Data

OK	141

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401388-1568681837/watcher-4401388-1568681837 -o /tmp/evaluation-result-4401388-1568681837/solver-4401388-1568681837 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568673291-25918 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=44979452 HOME/instance-4401388-1568681837.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
solver pid=29011, runsolver pid=29008
Current StackSize limit: 8192 KiB


[startup+0.102179 s]*
/proc/loadavg: 1.93 1.62 1.47 3/220 29068
/proc/meminfo: memFree=27409312/32770624 swapFree=66939904/67108860
[pid=29011] ppid=29008 vsize=9972712 memory=18596 CPUtime=0.1 cores=0,2,4,6
/proc/29011/stat : 29011 (java) S 29008 29011 25887 0 -1 1077944320 4425 12986 0 0 1 1 5 3 20 0 6 0 444098565 10212057088 4649 33554432000 4194304 4196468 140733335304912 140733335287456 139906327072503 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
/proc/29011/statm: 2493178 4649 1933 1 0 2481616 0
[pid=29011/tid=29064] ppid=29008 vsize=9972712 memory=7892391828772250251 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29064/stat : 29064 (java) R 29008 29011 25887 0 -1 4202560 2209 12986 0 0 0 0 5 3 20 0 6 0 444098574 10212057088 4715 33554432000 4194304 4196468 140733335304912 139906298909264 139906306374032 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29065] ppid=29008 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29065/stat : 29065 (java) S 29008 29011 25887 0 -1 1077944384 2 12986 0 0 0 0 5 3 20 0 6 0 444098574 10212057088 4715 33554432000 4194304 4196468 140733335304912 139906331314960 139906327082709 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29066] ppid=29008 vsize=9972712 memory=140528618419840 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29066/stat : 29066 (java) S 29008 29011 25887 0 -1 1077944384 2 12986 0 0 0 0 5 3 20 0 6 0 444098574 10212057088 4715 33554432000 4194304 4196468 140733335304912 139906219588496 139906327082709 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29067] ppid=29008 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29067/stat : 29067 (java) S 29008 29011 25887 0 -1 1077944384 1 12986 0 0 0 0 5 3 20 0 6 0 444098574 10212057088 4715 33554432000 4194304 4196468 140733335304912 139906218535952 139906327082709 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29068] ppid=29008 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29068/stat : 29068 (java) S 29008 29011 25887 0 -1 1077944384 3 12986 0 0 0 0 5 3 20 0 6 0 444098574 10212057088 4715 33554432000 4194304 4196468 140733335304912 139906217483408 139906327082709 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18596 KiB

[startup+0.212278 s]*
/proc/loadavg: 1.93 1.62 1.47 4/229 29077
/proc/meminfo: memFree=27389552/32770624 swapFree=66939904/67108860
[pid=29011] ppid=29008 vsize=10820020 memory=43188 CPUtime=0.27 cores=0,2,4,6
/proc/29011/stat : 29011 (java) S 29008 29011 25887 0 -1 1077944320 7160 12986 0 0 17 2 5 3 20 0 15 0 444098565 11079700480 10797 33554432000 4194304 4196468 140733335304912 140733335287456 139906327072503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
/proc/29011/statm: 2705005 10797 3208 1 0 2667149 0
[pid=29011/tid=29064] ppid=29008 vsize=10820020 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/29011/task/29064/stat : 29064 (java) R 29008 29011 25887 0 -1 4202560 3617 12986 0 0 10 1 5 3 20 0 15 0 444098574 11079700480 10797 33554432000 4194304 4196468 140733335304912 139906298889616 139906327084438 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29065] ppid=29008 vsize=10820020 memory=365 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29065/stat : 29065 (java) S 29008 29011 25887 0 -1 1077944384 2 12986 0 0 0 0 5 3 20 0 15 0 444098574 11079700480 10797 33554432000 4194304 4196468 140733335304912 139906331314960 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29066] ppid=29008 vsize=10820020 memory=3760990593084667552 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29066/stat : 29066 (java) S 29008 29011 25887 0 -1 1077944384 2 12986 0 0 0 0 5 3 20 0 15 0 444098574 11079700480 10797 33554432000 4194304 4196468 140733335304912 139906219588496 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29067] ppid=29008 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29067/stat : 29067 (java) S 29008 29011 25887 0 -1 1077944384 1 12986 0 0 0 0 5 3 20 0 15 0 444098574 11079700480 10797 33554432000 4194304 4196468 140733335304912 139906218535952 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29068] ppid=29008 vsize=10820020 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29068/stat : 29068 (java) S 29008 29011 25887 0 -1 1077944384 3 12986 0 0 0 0 5 3 20 0 15 0 444098574 11079700480 10797 33554432000 4194304 4196468 140733335304912 139906217483408 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29069] ppid=29008 vsize=10820020 memory=140528618419840 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29069/stat : 29069 (java) S 29008 29011 25887 0 -1 1077944384 2 12986 0 0 0 0 5 3 20 0 15 0 444098576 11079700480 10797 33554432000 4194304 4196468 140733335304912 139905531340784 139906327083650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29070] ppid=29008 vsize=10820020 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29070/stat : 29070 (java) S 29008 29011 25887 0 -1 1077944384 33 12986 0 0 0 0 5 3 20 0 15 0 444098576 11079700480 10797 33554432000 4194304 4196468 140733335304912 139905530287008 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29071] ppid=29008 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29071/stat : 29071 (java) S 29008 29011 25887 0 -1 1077944384 1 12986 0 0 0 0 5 3 20 0 15 0 444098577 11079700480 10797 33554432000 4194304 4196468 140733335304912 139905405543408 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29072] ppid=29008 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29072/stat : 29072 (java) S 29008 29011 25887 0 -1 1077944384 2 12986 0 0 0 0 5 3 20 0 15 0 444098579 11079700480 10797 33554432000 4194304 4196468 140733335304912 139905271326928 139906327091099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29073] ppid=29008 vsize=10820020 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/29011/task/29073/stat : 29073 (java) R 29008 29011 25887 0 -1 4202560 488 12986 0 0 1 0 5 3 20 0 15 0 444098579 11079700480 10797 33554432000 4194304 4196468 140733335304912 139905496730096 139906311874944 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29074] ppid=29008 vsize=10820020 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/29011/task/29074/stat : 29074 (java) S 29008 29011 25887 0 -1 1077944384 178 12986 0 0 1 0 5 3 20 0 15 0 444098579 11079700480 10797 33554432000 4194304 4196468 140733335304912 139905495677552 139906327083650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29075] ppid=29008 vsize=10820164 memory=140528618419840 CPUtime=0.11 cores=0,2,4,6
/proc/29011/task/29075/stat : 29075 (java) S 29008 29011 25887 0 -1 1077944384 617 12986 0 0 3 0 5 3 20 0 15 0 444098579 11079847936 10797 33554432000 4194304 4196468 140733335304912 139905494625008 139906327083650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29076] ppid=29008 vsize=10820164 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29076/stat : 29076 (java) S 29008 29011 25887 0 -1 1077944384 3 12986 0 0 0 0 5 3 20 0 15 0 444098580 11079847936 10797 33554432000 4194304 4196468 140733335304912 139904533130336 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29077] ppid=29008 vsize=10820164 memory=140528618419840 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29077/stat : 29077 (java) S 29008 29011 25887 0 -1 1077944384 1 12986 0 0 0 0 5 3 20 0 15 0 444098580 11079847936 10863 33554432000 4194304 4196468 140733335304912 139905493571888 139906327083650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820020 KiB
Current children cumulated memory: 43188 KiB

[startup+0.310621 s]*
/proc/loadavg: 1.93 1.62 1.47 3/229 29077
/proc/meminfo: memFree=27376328/32770624 swapFree=66939904/67108860
[pid=29011] ppid=29008 vsize=10820196 memory=51944 CPUtime=0.4 cores=0,2,4,6
/proc/29011/stat : 29011 (java) S 29008 29011 25887 0 -1 1077944320 10754 12986 0 0 29 3 5 3 20 0 15 0 444098565 11079880704 12986 33554432000 4194304 4196468 140733335304912 140733335287456 139906327072503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
/proc/29011/statm: 2705049 12986 3304 1 0 2667149 0
[pid=29011/tid=29064] ppid=29008 vsize=10820196 memory=8317482817917895235 CPUtime=0.28 cores=0,2,4,6
/proc/29011/task/29064/stat : 29064 (java) R 29008 29011 25887 0 -1 4202560 7185 12986 0 0 18 2 5 3 20 0 15 0 444098574 11079880704 12986 33554432000 4194304 4196468 140733335304912 139906298890960 139906312814245 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29065] ppid=29008 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29065/stat : 29065 (java) S 29008 29011 25887 0 -1 1077944384 2 12986 0 0 0 0 5 3 20 0 15 0 444098574 11079880704 12986 33554432000 4194304 4196468 140733335304912 139906331314960 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29066] ppid=29008 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29066/stat : 29066 (java) S 29008 29011 25887 0 -1 1077944384 2 12986 0 0 0 0 5 3 20 0 15 0 444098574 11079880704 12986 33554432000 4194304 4196468 140733335304912 139906219588496 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29067] ppid=29008 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29067/stat : 29067 (java) S 29008 29011 25887 0 -1 1077944384 1 12986 0 0 0 0 5 3 20 0 15 0 444098574 11079880704 12986 33554432000 4194304 4196468 140733335304912 139906218535952 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29068] ppid=29008 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29068/stat : 29068 (java) S 29008 29011 25887 0 -1 1077944384 3 12986 0 0 0 0 5 3 20 0 15 0 444098574 11079880704 12986 33554432000 4194304 4196468 140733335304912 139906217483408 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29069] ppid=29008 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29069/stat : 29069 (java) S 29008 29011 25887 0 -1 1077944384 2 12986 0 0 0 0 5 3 20 0 15 0 444098576 11079880704 12986 33554432000 4194304 4196468 140733335304912 139905531340784 139906327083650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29070] ppid=29008 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29070/stat : 29070 (java) S 29008 29011 25887 0 -1 1077944384 33 12986 0 0 0 0 5 3 20 0 15 0 444098576 11079880704 12986 33554432000 4194304 4196468 140733335304912 139905530287008 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29071] ppid=29008 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29071/stat : 29071 (java) S 29008 29011 25887 0 -1 1077944384 1 12986 0 0 0 0 5 3 20 0 15 0 444098577 11079880704 12986 33554432000 4194304 4196468 140733335304912 139905405543408 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29072] ppid=29008 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29072/stat : 29072 (java) S 29008 29011 25887 0 -1 1077944384 2 12986 0 0 0 0 5 3 20 0 15 0 444098579 11079880704 12986 33554432000 4194304 4196468 140733335304912 139905271326928 139906327091099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29073] ppid=29008 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/29011/task/29073/stat : 29073 (java) S 29008 29011 25887 0 -1 1077944384 493 12986 0 0 2 0 5 3 20 0 15 0 444098579 11079880704 12986 33554432000 4194304 4196468 140733335304912 139905496730096 139906327083650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29074] ppid=29008 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/29011/task/29074/stat : 29074 (java) S 29008 29011 25887 0 -1 1077944384 181 12986 0 0 1 0 5 3 20 0 15 0 444098579 11079880704 12986 33554432000 4194304 4196468 140733335304912 139905495677552 139906327083650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29075] ppid=29008 vsize=10820196 memory=140528618419840 CPUtime=0.13 cores=0,2,4,6
/proc/29011/task/29075/stat : 29075 (java) S 29008 29011 25887 0 -1 1077944384 635 12986 0 0 5 0 5 3 20 0 15 0 444098579 11079880704 12986 33554432000 4194304 4196468 140733335304912 139905494625008 139906327083650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29076] ppid=29008 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29076/stat : 29076 (java) S 29008 29011 25887 0 -1 1077944384 3 12986 0 0 0 0 5 3 20 0 15 0 444098580 11079880704 12986 33554432000 4194304 4196468 140733335304912 139904533130336 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29077] ppid=29008 vsize=10820196 memory=140528618419840 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29077/stat : 29077 (java) S 29008 29011 25887 0 -1 1077944384 1 12986 0 0 0 0 5 3 20 0 15 0 444098580 11079880704 12986 33554432000 4194304 4196468 140733335304912 139905493571888 139906327083650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 51944 KiB

[startup+0.700662 s]
/proc/loadavg: 1.93 1.62 1.47 4/229 29077
/proc/meminfo: memFree=27361308/32770624 swapFree=66939904/67108860
[pid=29011] ppid=29008 vsize=10824364 memory=85440 CPUtime=1.1 cores=0,2,4,6
/proc/29011/stat : 29011 (java) S 29008 29011 25887 0 -1 1077944320 15058 12986 0 0 96 6 5 3 20 0 15 0 444098565 11084148736 21360 33554432000 4194304 4196468 140733335304912 140733335287456 139906327072503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
/proc/29011/statm: 2706091 21360 3513 1 0 2668173 0
[pid=29011/tid=29064] ppid=29008 vsize=10824364 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/29011/task/29064/stat : 29064 (java) R 29008 29011 25887 0 -1 4202560 10487 12986 0 0 54 4 5 3 20 0 15 0 444098574 11084148736 21360 33554432000 4194304 4196468 140733335304912 139906298902048 139906327094429 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29065] ppid=29008 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29065/stat : 29065 (java) S 29008 29011 25887 0 -1 1077944384 2 12986 0 0 0 0 5 3 20 0 15 0 444098574 11084148736 21360 33554432000 4194304 4196468 140733335304912 139906331314960 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29066] ppid=29008 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29066/stat : 29066 (java) S 29008 29011 25887 0 -1 1077944384 2 12986 0 0 0 0 5 3 20 0 15 0 444098574 11084148736 21360 33554432000 4194304 4196468 140733335304912 139906219588496 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29067] ppid=29008 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29067/stat : 29067 (java) S 29008 29011 25887 0 -1 1077944384 1 12986 0 0 0 0 5 3 20 0 15 0 444098574 11084148736 21360 33554432000 4194304 4196468 140733335304912 139906218535952 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29068] ppid=29008 vsize=10824364 memory=140531329925709 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29068/stat : 29068 (java) S 29008 29011 25887 0 -1 1077944384 3 12986 0 0 0 0 5 3 20 0 15 0 444098574 11084148736 21360 33554432000 4194304 4196468 140733335304912 139906217483408 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29069] ppid=29008 vsize=10824364 memory=140531329925710 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29069/stat : 29069 (java) S 29008 29011 25887 0 -1 1077944384 6 12986 0 0 0 0 5 3 20 0 15 0 444098576 11084148736 21360 33554432000 4194304 4196468 140733335304912 139905531340784 139906327083650 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29070] ppid=29008 vsize=10824364 memory=140531329925717 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29070/stat : 29070 (java) S 29008 29011 25887 0 -1 1077944384 33 12986 0 0 0 0 5 3 20 0 15 0 444098576 11084148736 21360 33554432000 4194304 4196468 140733335304912 139905530287008 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29071] ppid=29008 vsize=10824364 memory=140531329925720 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29071/stat : 29071 (java) S 29008 29011 25887 0 -1 1077944384 1 12986 0 0 0 0 5 3 20 0 15 0 444098577 11084148736 21360 33554432000 4194304 4196468 140733335304912 139905405543408 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29072] ppid=29008 vsize=10824364 memory=140531329925739 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29072/stat : 29072 (java) S 29008 29011 25887 0 -1 1077944384 2 12986 0 0 0 0 5 3 20 0 15 0 444098579 11084148736 21360 33554432000 4194304 4196468 140733335304912 139905271326928 139906327091099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29073] ppid=29008 vsize=10824364 memory=140531329925744 CPUtime=0.2 cores=0,2,4,6
/proc/29011/task/29073/stat : 29073 (java) R 29008 29011 25887 0 -1 4202560 817 12986 0 0 12 0 5 3 20 0 15 0 444098579 11084148736 21360 33554432000 4194304 4196468 140733335304912 139905496730096 139906320057545 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29074] ppid=29008 vsize=10824364 memory=143035295859342 CPUtime=0.19 cores=0,2,4,6
/proc/29011/task/29074/stat : 29074 (java) R 29008 29011 25887 0 -1 4202560 665 12986 0 0 11 0 5 3 20 0 15 0 444098579 11084148736 21360 33554432000 4194304 4196468 140733335304912 139905495677552 139906312752625 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29075] ppid=29008 vsize=10824364 memory=140531329926013 CPUtime=0.25 cores=0,2,4,6
/proc/29011/task/29075/stat : 29075 (java) R 29008 29011 25887 0 -1 1077944384 825 12986 0 0 17 0 5 3 20 0 15 0 444098579 11084148736 21360 33554432000 4194304 4196468 140733335304912 139905494625008 139906327083650 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29076] ppid=29008 vsize=10824364 memory=14056 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29076/stat : 29076 (java) S 29008 29011 25887 0 -1 1077944384 3 12986 0 0 0 0 5 3 20 0 15 0 444098580 11084148736 21360 33554432000 4194304 4196468 140733335304912 139904533130336 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29077] ppid=29008 vsize=10824364 memory=2116 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29077/stat : 29077 (java) S 29008 29011 25887 0 -1 1077944384 1 12986 0 0 0 0 5 3 20 0 15 0 444098580 11084148736 21360 33554432000 4194304 4196468 140733335304912 139905493571888 139906327083650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85440 KiB

[startup+1.50077 s]
/proc/loadavg: 1.93 1.62 1.47 4/229 29077
/proc/meminfo: memFree=27319608/32770624 swapFree=66939904/67108860
[pid=29011] ppid=29008 vsize=10834680 memory=175136 CPUtime=2.44 cores=0,2,4,6
/proc/29011/stat : 29011 (java) S 29008 29011 25887 0 -1 1077944320 21658 12986 0 0 225 11 5 3 20 0 15 0 444098565 11094712320 43784 33554432000 4194304 4196468 140733335304912 140733335287456 139906327072503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
/proc/29011/statm: 2708670 43784 3578 1 0 2670733 0
[pid=29011/tid=29064] ppid=29008 vsize=10834680 memory=114608 CPUtime=1.44 cores=0,2,4,6
/proc/29011/task/29064/stat : 29064 (java) R 29008 29011 25887 0 -1 4202560 15370 12986 0 0 129 7 5 3 20 0 15 0 444098574 11094712320 43784 33554432000 4194304 4196468 140733335304912 139906298868160 139906327084438 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29065] ppid=29008 vsize=10834680 memory=1620 CPUtime=0.09 cores=0,2,4,6
/proc/29011/task/29065/stat : 29065 (java) S 29008 29011 25887 0 -1 1077944384 348 12986 0 0 1 0 5 3 20 0 15 0 444098574 11094712320 43784 33554432000 4194304 4196468 140733335304912 139906331314960 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29066] ppid=29008 vsize=10834680 memory=8317482817917895235 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29066/stat : 29066 (java) S 29008 29011 25887 0 -1 1077944384 46 12986 0 0 0 0 5 3 20 0 15 0 444098574 11094712320 43784 33554432000 4194304 4196468 140733335304912 139906219588496 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29067] ppid=29008 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/29011/task/29067/stat : 29067 (java) S 29008 29011 25887 0 -1 1077944384 50 12986 0 0 1 0 5 3 20 0 15 0 444098574 11094712320 43784 33554432000 4194304 4196468 140733335304912 139906218535952 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29068] ppid=29008 vsize=10834680 memory=281057023084320 CPUtime=0.09 cores=0,2,4,6
/proc/29011/task/29068/stat : 29068 (java) S 29008 29011 25887 0 -1 1077944384 72 12986 0 0 1 0 5 3 20 0 15 0 444098574 11094712320 43784 33554432000 4194304 4196468 140733335304912 139906217483408 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29069] ppid=29008 vsize=10834680 memory=140528511538448 CPUtime=0.09 cores=0,2,4,6
/proc/29011/task/29069/stat : 29069 (java) S 29008 29011 25887 0 -1 1077944384 142 12986 0 0 1 0 5 3 20 0 15 0 444098576 11094712320 43784 33554432000 4194304 4196468 140733335304912 139905531340784 139906327083650 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29070] ppid=29008 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29070/stat : 29070 (java) S 29008 29011 25887 0 -1 1077944384 34 12986 0 0 0 0 5 3 20 0 15 0 444098576 11094712320 43784 33554432000 4194304 4196468 140733335304912 139905530287072 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29071] ppid=29008 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29071/stat : 29071 (java) S 29008 29011 25887 0 -1 1077944384 1 12986 0 0 0 0 5 3 20 0 15 0 444098577 11094712320 43784 33554432000 4194304 4196468 140733335304912 139905405543424 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29072] ppid=29008 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29072/stat : 29072 (java) S 29008 29011 25887 0 -1 1077944384 2 12986 0 0 0 0 5 3 20 0 15 0 444098579 11094712320 43784 33554432000 4194304 4196468 140733335304912 139905271326928 139906327091099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29073] ppid=29008 vsize=10834680 memory=4580 CPUtime=0.32 cores=0,2,4,6
/proc/29011/task/29073/stat : 29073 (java) S 29008 29011 25887 0 -1 1077944384 942 12986 0 0 24 0 5 3 20 0 15 0 444098579 11094712320 43784 33554432000 4194304 4196468 140733335304912 139905496730096 139906327083650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29074] ppid=29008 vsize=10834680 memory=281057023119040 CPUtime=0.31 cores=0,2,4,6
/proc/29011/task/29074/stat : 29074 (java) R 29008 29011 25887 0 -1 1077944384 869 12986 0 0 23 0 5 3 20 0 15 0 444098579 11094712320 43784 33554432000 4194304 4196468 140733335304912 139905495677552 139906327083650 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29075] ppid=29008 vsize=10834680 memory=0 CPUtime=0.49 cores=0,2,4,6
/proc/29011/task/29075/stat : 29075 (java) S 29008 29011 25887 0 -1 1077944384 1568 12986 0 0 41 0 5 3 20 0 15 0 444098579 11094712320 43784 33554432000 4194304 4196468 140733335304912 139905494625008 139906327083650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29076] ppid=29008 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29076/stat : 29076 (java) S 29008 29011 25887 0 -1 1077944384 3 12986 0 0 0 0 5 3 20 0 15 0 444098580 11094712320 43784 33554432000 4194304 4196468 140733335304912 139904533130336 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29077] ppid=29008 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29077/stat : 29077 (java) S 29008 29011 25887 0 -1 1077944384 1 12986 0 0 0 0 5 3 20 0 15 0 444098580 11094712320 43784 33554432000 4194304 4196468 140733335304912 139905493571888 139906327083650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 10834680 KiB

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

/proc/29011/task/29064/stat : 29064 (java) R 29008 29011 25887 0 -1 4202560 63987 12986 0 0 217691 47 5 3 20 0 15 0 444098574 11107315712 192329 33554432000 4194304 4196468 140733335304912 139906298907712 139905906498849 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29065] ppid=29008 vsize=10846988 memory=769308 CPUtime=10.96 cores=0,2,4,6
/proc/29011/task/29065/stat : 29065 (java) S 29008 29011 25887 0 -1 1077944384 18419 12986 0 0 1034 54 5 3 20 0 15 0 444098574 11107315712 192329 33554432000 4194304 4196468 140733335304912 139906331314960 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29066] ppid=29008 vsize=10846988 memory=769316 CPUtime=10.92 cores=0,2,4,6
/proc/29011/task/29066/stat : 29066 (java) S 29008 29011 25887 0 -1 1077944384 7790 12986 0 0 1029 55 5 3 20 0 15 0 444098574 11107315712 192329 33554432000 4194304 4196468 140733335304912 139906219588496 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29067] ppid=29008 vsize=10846988 memory=769316 CPUtime=10.96 cores=0,2,4,6
/proc/29011/task/29067/stat : 29067 (java) S 29008 29011 25887 0 -1 1077944384 11157 12986 0 0 1029 59 5 3 20 0 15 0 444098574 11107315712 192329 33554432000 4194304 4196468 140733335304912 139906218535952 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29068] ppid=29008 vsize=10846988 memory=769316 CPUtime=10.93 cores=0,2,4,6
/proc/29011/task/29068/stat : 29068 (java) S 29008 29011 25887 0 -1 1077944384 14379 12986 0 0 1029 56 5 3 20 0 15 0 444098574 11107315712 192329 33554432000 4194304 4196468 140733335304912 139906217483408 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29069] ppid=29008 vsize=10846988 memory=769308 CPUtime=10.28 cores=0,2,4,6
/proc/29011/task/29069/stat : 29069 (java) S 29008 29011 25887 0 -1 1077944384 14345 12986 0 0 972 48 5 3 20 0 15 0 444098576 11107315712 192329 33554432000 4194304 4196468 140733335304912 139905531340784 139906327083650 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29070] ppid=29008 vsize=10846988 memory=769316 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29070/stat : 29070 (java) S 29008 29011 25887 0 -1 1077944384 39 12986 0 0 0 0 5 3 20 0 15 0 444098576 11107315712 192329 33554432000 4194304 4196468 140733335304912 139905530287136 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29071] ppid=29008 vsize=10846988 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29071/stat : 29071 (java) S 29008 29011 25887 0 -1 1077944384 1 12986 0 0 0 0 5 3 20 0 15 0 444098577 11107315712 192329 33554432000 4194304 4196468 140733335304912 139905405543424 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29072] ppid=29008 vsize=10846988 memory=769264 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29072/stat : 29072 (java) S 29008 29011 25887 0 -1 1077944384 2 12986 0 0 0 0 5 3 20 0 15 0 444098579 11107315712 192329 33554432000 4194304 4196468 140733335304912 139905271326928 139906327091099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29073] ppid=29008 vsize=10846988 memory=769316 CPUtime=3.3 cores=0,2,4,6
/proc/29011/task/29073/stat : 29073 (java) S 29008 29011 25887 0 -1 1077944384 24344 12986 0 0 317 5 5 3 20 0 15 0 444098579 11107315712 192329 33554432000 4194304 4196468 140733335304912 139905496730096 139906327083650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29074] ppid=29008 vsize=10846988 memory=769316 CPUtime=3.66 cores=0,2,4,6
/proc/29011/task/29074/stat : 29074 (java) S 29008 29011 25887 0 -1 1077944384 25073 12986 0 0 354 4 5 3 20 0 15 0 444098579 11107315712 192329 33554432000 4194304 4196468 140733335304912 139905495677552 139906327083650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29075] ppid=29008 vsize=10846988 memory=769316 CPUtime=1.87 cores=0,2,4,6
/proc/29011/task/29075/stat : 29075 (java) S 29008 29011 25887 0 -1 1077944384 30976 12986 0 0 175 4 5 3 20 0 15 0 444098579 11107315712 192329 33554432000 4194304 4196468 140733335304912 139905494625008 139906327083650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29076] ppid=29008 vsize=10846988 memory=769308 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29076/stat : 29076 (java) S 29008 29011 25887 0 -1 1077944384 3 12986 0 0 0 0 5 3 20 0 15 0 444098580 11107315712 192329 33554432000 4194304 4196468 140733335304912 139904533130336 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29077] ppid=29008 vsize=10846988 memory=9580 CPUtime=1.46 cores=0,2,4,6
/proc/29011/task/29077/stat : 29077 (java) S 29008 29011 25887 0 -1 1077944384 1231 12986 0 0 70 68 5 3 20 0 15 0 444098580 11107315712 192329 33554432000 4194304 4196468 140733335304912 139905493571888 139906327083650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
Current children cumulated CPU time: 2241.18 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 769316 KiB

[startup+2262.3 s]
/proc/loadavg: 1.37 1.32 1.31 3/229 29477
/proc/meminfo: memFree=27767496/32770624 swapFree=66939904/67108860
[pid=29011] ppid=29008 vsize=10846988 memory=769372 CPUtime=2302 cores=0,2,4,6
/proc/29011/stat : 29011 (java) S 29008 29011 25887 0 -1 1077944320 215290 12986 0 0 229851 341 5 3 20 0 15 0 444098565 11107315712 192343 33554432000 4194304 4196468 140733335304912 140733335287456 139906327072503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
/proc/29011/statm: 2711747 192343 3631 1 0 2673805 0
[pid=29011/tid=29064] ppid=29008 vsize=10846988 memory=769316 CPUtime=2236.88 cores=0,2,4,6
/proc/29011/task/29064/stat : 29064 (java) R 29008 29011 25887 0 -1 4202560 64649 12986 0 0 223632 48 5 3 20 0 15 0 444098574 11107315712 192343 33554432000 4194304 4196468 140733335304912 139906298907488 139905904654193 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29065] ppid=29008 vsize=10846988 memory=769316 CPUtime=11.23 cores=0,2,4,6
/proc/29011/task/29065/stat : 29065 (java) S 29008 29011 25887 0 -1 1077944384 18472 12986 0 0 1060 55 5 3 20 0 15 0 444098574 11107315712 192343 33554432000 4194304 4196468 140733335304912 139906331314960 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29066] ppid=29008 vsize=10846988 memory=769316 CPUtime=11.19 cores=0,2,4,6
/proc/29011/task/29066/stat : 29066 (java) S 29008 29011 25887 0 -1 1077944384 7939 12986 0 0 1055 56 5 3 20 0 15 0 444098574 11107315712 192343 33554432000 4194304 4196468 140733335304912 139906219588496 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29067] ppid=29008 vsize=10846988 memory=769316 CPUtime=11.25 cores=0,2,4,6
/proc/29011/task/29067/stat : 29067 (java) S 29008 29011 25887 0 -1 1077944384 11239 12986 0 0 1056 61 5 3 20 0 15 0 444098574 11107315712 192343 33554432000 4194304 4196468 140733335304912 139906218535952 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29068] ppid=29008 vsize=10846988 memory=769372 CPUtime=11.22 cores=0,2,4,6
/proc/29011/task/29068/stat : 29068 (java) S 29008 29011 25887 0 -1 1077944384 14550 12986 0 0 1057 57 5 3 20 0 15 0 444098574 11107315712 192343 33554432000 4194304 4196468 140733335304912 139906217483408 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29069] ppid=29008 vsize=10846988 memory=769372 CPUtime=10.52 cores=0,2,4,6
/proc/29011/task/29069/stat : 29069 (java) S 29008 29011 25887 0 -1 1077944384 14547 12986 0 0 995 49 5 3 20 0 15 0 444098576 11107315712 192343 33554432000 4194304 4196468 140733335304912 139905531340784 139906327083650 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29070] ppid=29008 vsize=10846988 memory=281057023428512 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29070/stat : 29070 (java) S 29008 29011 25887 0 -1 1077944384 39 12986 0 0 0 0 5 3 20 0 15 0 444098576 11107315712 192343 33554432000 4194304 4196468 140733335304912 139905530287136 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29071] ppid=29008 vsize=10846988 memory=769372 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29071/stat : 29071 (java) S 29008 29011 25887 0 -1 1077944384 1 12986 0 0 0 0 5 3 20 0 15 0 444098577 11107315712 192343 33554432000 4194304 4196468 140733335304912 139905405543424 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29072] ppid=29008 vsize=10846988 memory=2788 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29072/stat : 29072 (java) S 29008 29011 25887 0 -1 1077944384 2 12986 0 0 0 0 5 3 20 0 15 0 444098579 11107315712 192343 33554432000 4194304 4196468 140733335304912 139905271326928 139906327091099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29073] ppid=29008 vsize=10846988 memory=769372 CPUtime=3.3 cores=0,2,4,6
/proc/29011/task/29073/stat : 29073 (java) S 29008 29011 25887 0 -1 1077944384 24346 12986 0 0 317 5 5 3 20 0 15 0 444098579 11107315712 192343 33554432000 4194304 4196468 140733335304912 139905496730096 139906327083650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29074] ppid=29008 vsize=10846988 memory=769372 CPUtime=3.66 cores=0,2,4,6
/proc/29011/task/29074/stat : 29074 (java) S 29008 29011 25887 0 -1 1077944384 25075 12986 0 0 354 4 5 3 20 0 15 0 444098579 11107315712 192343 33554432000 4194304 4196468 140733335304912 139905495677552 139906327083650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29075] ppid=29008 vsize=10846988 memory=769372 CPUtime=1.88 cores=0,2,4,6
/proc/29011/task/29075/stat : 29075 (java) S 29008 29011 25887 0 -1 1077944384 30978 12986 0 0 176 4 5 3 20 0 15 0 444098579 11107315712 192343 33554432000 4194304 4196468 140733335304912 139905494625008 139906327083650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29076] ppid=29008 vsize=10846988 memory=2008 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29076/stat : 29076 (java) S 29008 29011 25887 0 -1 1077944384 3 12986 0 0 0 0 5 3 20 0 15 0 444098580 11107315712 192343 33554432000 4194304 4196468 140733335304912 139904533130336 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29077] ppid=29008 vsize=10846988 memory=1436 CPUtime=1.49 cores=0,2,4,6
/proc/29011/task/29077/stat : 29077 (java) S 29008 29011 25887 0 -1 1077944384 1240 12986 0 0 72 69 5 3 20 0 15 0 444098580 11107315712 192343 33554432000 4194304 4196468 140733335304912 139905493571888 139906327083650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
Current children cumulated CPU time: 2302 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 769372 KiB

[startup+2322.3 s]
/proc/loadavg: 1.07 1.25 1.29 3/229 29483
/proc/meminfo: memFree=27765932/32770624 swapFree=66939904/67108860
[pid=29011] ppid=29008 vsize=10846988 memory=771420 CPUtime=2362.87 cores=0,2,4,6
/proc/29011/stat : 29011 (java) S 29008 29011 25887 0 -1 1077944320 216266 12986 0 0 235931 348 5 3 20 0 15 0 444098565 11107315712 192855 33554432000 4194304 4196468 140733335304912 140733335287456 139906327072503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
/proc/29011/statm: 2711747 192855 3631 1 0 2673805 0
[pid=29011/tid=29064] ppid=29008 vsize=10846988 memory=771420 CPUtime=2296.25 cores=0,2,4,6
/proc/29011/task/29064/stat : 29064 (java) R 29008 29011 25887 0 -1 4202560 65273 12986 0 0 229568 49 5 3 20 0 15 0 444098574 11107315712 192855 33554432000 4194304 4196468 140733335304912 139906298908720 139905907150412 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29065] ppid=29008 vsize=10846988 memory=771420 CPUtime=11.53 cores=0,2,4,6
/proc/29011/task/29065/stat : 29065 (java) S 29008 29011 25887 0 -1 1077944384 18528 12986 0 0 1089 56 5 3 20 0 15 0 444098574 11107315712 192855 33554432000 4194304 4196468 140733335304912 139906331314960 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29066] ppid=29008 vsize=10846988 memory=769372 CPUtime=11.49 cores=0,2,4,6
/proc/29011/task/29066/stat : 29066 (java) S 29008 29011 25887 0 -1 1077944384 7979 12986 0 0 1084 57 5 3 20 0 15 0 444098574 11107315712 192855 33554432000 4194304 4196468 140733335304912 139906219588496 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29067] ppid=29008 vsize=10846988 memory=0 CPUtime=11.54 cores=0,2,4,6
/proc/29011/task/29067/stat : 29067 (java) S 29008 29011 25887 0 -1 1077944384 11430 12986 0 0 1084 62 5 3 20 0 15 0 444098574 11107315712 192855 33554432000 4194304 4196468 140733335304912 139906218535952 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29068] ppid=29008 vsize=10846988 memory=769316 CPUtime=11.53 cores=0,2,4,6
/proc/29011/task/29068/stat : 29068 (java) S 29008 29011 25887 0 -1 1077944384 14571 12986 0 0 1087 58 5 3 20 0 15 0 444098574 11107315712 192855 33554432000 4194304 4196468 140733335304912 139906217483408 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29069] ppid=29008 vsize=10846988 memory=771420 CPUtime=10.8 cores=0,2,4,6
/proc/29011/task/29069/stat : 29069 (java) S 29008 29011 25887 0 -1 1077944384 14579 12986 0 0 1021 51 5 3 20 0 15 0 444098576 11107315712 192855 33554432000 4194304 4196468 140733335304912 139905531340784 139906327083650 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29070] ppid=29008 vsize=10846988 memory=771420 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29070/stat : 29070 (java) S 29008 29011 25887 0 -1 1077944384 39 12986 0 0 0 0 5 3 20 0 15 0 444098576 11107315712 192855 33554432000 4194304 4196468 140733335304912 139905530287136 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29071] ppid=29008 vsize=10846988 memory=771420 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29071/stat : 29071 (java) S 29008 29011 25887 0 -1 1077944384 1 12986 0 0 0 0 5 3 20 0 15 0 444098577 11107315712 192855 33554432000 4194304 4196468 140733335304912 139905405543424 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29072] ppid=29008 vsize=10846988 memory=771420 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29072/stat : 29072 (java) S 29008 29011 25887 0 -1 1077944384 2 12986 0 0 0 0 5 3 20 0 15 0 444098579 11107315712 192855 33554432000 4194304 4196468 140733335304912 139905271326928 139906327091099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29073] ppid=29008 vsize=10846988 memory=771420 CPUtime=3.3 cores=0,2,4,6
/proc/29011/task/29073/stat : 29073 (java) S 29008 29011 25887 0 -1 1077944384 24348 12986 0 0 317 5 5 3 20 0 15 0 444098579 11107315712 192855 33554432000 4194304 4196468 140733335304912 139905496730096 139906327083650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29074] ppid=29008 vsize=10846988 memory=771420 CPUtime=3.66 cores=0,2,4,6
/proc/29011/task/29074/stat : 29074 (java) S 29008 29011 25887 0 -1 1077944384 25077 12986 0 0 354 4 5 3 20 0 15 0 444098579 11107315712 192855 33554432000 4194304 4196468 140733335304912 139905495677552 139906327083650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29075] ppid=29008 vsize=10846988 memory=771420 CPUtime=1.88 cores=0,2,4,6
/proc/29011/task/29075/stat : 29075 (java) S 29008 29011 25887 0 -1 1077944384 30980 12986 0 0 176 4 5 3 20 0 15 0 444098579 11107315712 192855 33554432000 4194304 4196468 140733335304912 139905494625008 139906327083650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29076] ppid=29008 vsize=10846988 memory=771420 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29076/stat : 29076 (java) S 29008 29011 25887 0 -1 1077944384 3 12986 0 0 0 0 5 3 20 0 15 0 444098580 11107315712 192855 33554432000 4194304 4196468 140733335304912 139904533130336 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29077] ppid=29008 vsize=10846988 memory=771420 CPUtime=1.52 cores=0,2,4,6
/proc/29011/task/29077/stat : 29077 (java) S 29008 29011 25887 0 -1 1077944384 1246 12986 0 0 73 71 5 3 20 0 15 0 444098580 11107315712 192855 33554432000 4194304 4196468 140733335304912 139905493571888 139906327083650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
Current children cumulated CPU time: 2362.87 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 771420 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2359 s]*
/proc/loadavg: 1.24 1.26 1.29 3/228 29485
/proc/meminfo: memFree=27765980/32770624 swapFree=66939904/67108860
[pid=29011] ppid=29008 vsize=10846988 memory=771432 CPUtime=2400.08 cores=0,2,4,6
/proc/29011/stat : 29011 (java) S 29008 29011 25887 0 -1 1077944320 217036 12986 0 0 239648 352 5 3 20 0 15 0 444098565 11107315712 192858 33554432000 4194304 4196468 140733335304912 140733335287456 139906327072503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
/proc/29011/statm: 2711747 192858 3631 1 0 2673805 0
[pid=29011/tid=29064] ppid=29008 vsize=10846988 memory=8317482817917895235 CPUtime=2332.62 cores=0,2,4,6
/proc/29011/task/29064/stat : 29064 (java) R 29008 29011 25887 0 -1 4202560 65609 12986 0 0 233205 49 5 3 20 0 15 0 444098574 11107315712 192858 33554432000 4194304 4196468 140733335304912 139906298908544 139905904653526 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29065] ppid=29008 vsize=10846988 memory=4872558044660077418 CPUtime=11.69 cores=0,2,4,6
/proc/29011/task/29065/stat : 29065 (java) S 29008 29011 25887 0 -1 1077944384 18533 12986 0 0 1104 57 5 3 20 0 15 0 444098574 11107315712 192858 33554432000 4194304 4196468 140733335304912 139906331314960 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29066] ppid=29008 vsize=10846988 memory=1548 CPUtime=11.67 cores=0,2,4,6
/proc/29011/task/29066/stat : 29066 (java) S 29008 29011 25887 0 -1 1077944384 8006 12986 0 0 1101 58 5 3 20 0 15 0 444098574 11107315712 192858 33554432000 4194304 4196468 140733335304912 139906219588496 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29067] ppid=29008 vsize=10846988 memory=1728 CPUtime=11.71 cores=0,2,4,6
/proc/29011/task/29067/stat : 29067 (java) S 29008 29011 25887 0 -1 1077944384 11585 12986 0 0 1101 62 5 3 20 0 15 0 444098574 11107315712 192858 33554432000 4194304 4196468 140733335304912 139906218535952 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29068] ppid=29008 vsize=10846988 memory=8072 CPUtime=11.69 cores=0,2,4,6
/proc/29011/task/29068/stat : 29068 (java) S 29008 29011 25887 0 -1 1077944384 14623 12986 0 0 1103 58 5 3 20 0 15 0 444098574 11107315712 192858 33554432000 4194304 4196468 140733335304912 139906217483408 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29069] ppid=29008 vsize=10846988 memory=9580 CPUtime=10.94 cores=0,2,4,6
/proc/29011/task/29069/stat : 29069 (java) S 29008 29011 25887 0 -1 1077944384 14760 12986 0 0 1035 51 5 3 20 0 15 0 444098576 11107315712 192858 33554432000 4194304 4196468 140733335304912 139905531340784 139906327083650 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29070] ppid=29008 vsize=10846988 memory=3504 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29070/stat : 29070 (java) S 29008 29011 25887 0 -1 1077944384 39 12986 0 0 0 0 5 3 20 0 15 0 444098576 11107315712 192858 33554432000 4194304 4196468 140733335304912 139905530287136 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29071] ppid=29008 vsize=10846988 memory=47748 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29071/stat : 29071 (java) S 29008 29011 25887 0 -1 1077944384 1 12986 0 0 0 0 5 3 20 0 15 0 444098577 11107315712 192858 33554432000 4194304 4196468 140733335304912 139905405543424 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29072] ppid=29008 vsize=10846988 memory=47748 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29072/stat : 29072 (java) S 29008 29011 25887 0 -1 1077944384 2 12986 0 0 0 0 5 3 20 0 15 0 444098579 11107315712 192858 33554432000 4194304 4196468 140733335304912 139905271326928 139906327091099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29073] ppid=29008 vsize=10846988 memory=2008 CPUtime=3.3 cores=0,2,4,6
/proc/29011/task/29073/stat : 29073 (java) S 29008 29011 25887 0 -1 1077944384 24348 12986 0 0 317 5 5 3 20 0 15 0 444098579 11107315712 192858 33554432000 4194304 4196468 140733335304912 139905496730096 139906327083650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29074] ppid=29008 vsize=10846988 memory=1436 CPUtime=3.66 cores=0,2,4,6
/proc/29011/task/29074/stat : 29074 (java) S 29008 29011 25887 0 -1 1077944384 25077 12986 0 0 354 4 5 3 20 0 15 0 444098579 11107315712 192858 33554432000 4194304 4196468 140733335304912 139905495677552 139906327083650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29075] ppid=29008 vsize=10846988 memory=4152 CPUtime=1.88 cores=0,2,4,6
/proc/29011/task/29075/stat : 29075 (java) S 29008 29011 25887 0 -1 1077944384 30980 12986 0 0 176 4 5 3 20 0 15 0 444098579 11107315712 192858 33554432000 4194304 4196468 140733335304912 139905494625008 139906327083650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29076] ppid=29008 vsize=10846988 memory=1548 CPUtime=0.08 cores=0,2,4,6
/proc/29011/task/29076/stat : 29076 (java) S 29008 29011 25887 0 -1 1077944384 3 12986 0 0 0 0 5 3 20 0 15 0 444098580 11107315712 192858 33554432000 4194304 4196468 140733335304912 139904533130336 139906327082709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
[pid=29011/tid=29077] ppid=29008 vsize=10846988 memory=1728 CPUtime=1.55 cores=0,2,4,6
/proc/29011/task/29077/stat : 29077 (java) S 29008 29011 25887 0 -1 1077944384 1260 12986 0 0 75 72 5 3 20 0 15 0 444098580 11107315712 192858 33554432000 4194304 4196468 140733335304912 139905493571888 139906327083650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39743488 140733335309041 140733335311557 140733335311557 140733335314383 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 771432 KiB

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

[startup+2359.04 s]
# the end of solver process 29011 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.56 s, system=3.55945 s

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

Child status: 143
Real time (s): 2359.04
CPU time (s): 2400.12
CPU user time (s): 2396.56
CPU system time (s): 3.55945
CPU usage (%): 101.742
Max. virtual memory (cumulated for all children) (KiB): 10846988
Max. memory (cumulated for all children) (KiB): 771432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.56
system time used= 3.55945
maximum resident set size= 775560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 231019
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 283690
involuntary context switches= 9643


# summary of solver processes directly reported to runsolver:
#   pid: 29011
#   total CPU time (s): 2400.12
#   total CPU user time (s): 2396.56
#   total CPU system time (s): 3.55945

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.6415 second user time and 21.0642 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-17 02:56:37
IDJOB=4401388
IDBENCH=128242
IDSOLVER=2858
FILE ID=node119/4401388-1568681837
RUNJOBID= node119-1568673291-25918
PBS_JOBID= 21703790
Free space on /tmp= 61308 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-37-03.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401388-1568681837/watcher-4401388-1568681837 -o /tmp/evaluation-result-4401388-1568681837/solver-4401388-1568681837 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568673291-25918 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=44979452 HOME/instance-4401388-1568681837.xml

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

MD5SUM BENCH= 7e8aca8f1f1855a8a689daa123caec8a
RANDOM SEED=44979452

node119.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.47
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.47
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.47
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.47
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:        27416684 kB
MemAvailable:   29893328 kB
Buffers:          108836 kB
Cached:          2650936 kB
SwapCached:        61076 kB
Active:          3340628 kB
Inactive:        1412796 kB
Active(anon):    1932692 kB
Inactive(anon):   110652 kB
Active(file):    1407936 kB
Inactive(file):  1302144 kB
Unevictable:      107752 kB
Mlocked:          107752 kB
SwapTotal:      67108860 kB
SwapFree:       66939904 kB
Dirty:             35700 kB
Writeback:             0 kB
AnonPages:       2141984 kB
Mapped:            62280 kB
Shmem:             41040 kB
Slab:             193980 kB
SReclaimable:     164796 kB
SUnreclaim:        29184 kB
KernelStack:        4016 kB
PageTables:         9872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3072180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1978368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61276 MiB
End job on node119 at 2019-09-17 03:35:56