Trace number 4302362

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.9.2SAT (TO)111 252.129 239.936

General information on the benchmark

NameRcpsp/
Rcpsp-j120-01-02_c18.xml
MD5SUM9e298a48575be159e0b6ad4a2fcf836a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark109
Best CPU time to get the best result obtained on this benchmark153.124
Satisfiable
(Un)Satisfiability was proved
Number of variables122
Number of constraints187
Number of domains2
Minimum domain size1
Maximum domain size642
Distribution of domain sizes[{"size":1,"count":1},{"size":642,"count":121}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":45},{"degree":4,"count":34},{"degree":5,"count":42},{"degree":6,"count":1}]
Minimum constraint arity2
Maximum constraint arity40
Distribution of constraint arities[{"arity":2,"count":183},{"arity":22,"count":1},{"arity":27,"count":1},{"arity":31,"count":1},{"arity":40,"count":1}]
Number of extensional constraints0
Number of intensional constraints183
Distribution of constraint types[{"type":"intension","count":183},{"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.98/0.74	c Concrete v3.9.2.1532736233296 running
11.20/4.90	o 141
11.52/5.09	o 140
11.82/5.17	o 139
12.14/5.38	o 127
12.14/5.39	o 124
12.53/5.53	o 123
12.53/5.58	o 121
13.56/6.01	o 120
13.56/6.04	o 119
15.45/7.59	o 118
15.84/7.88	o 117
15.95/7.93	o 112
194.63/183.34	o 111
252.07/239.90	Exception in thread "main" java.util.concurrent.TimeoutException
252.07/239.90		at concrete.MAC.mac(MAC.scala:188)
252.07/239.90		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.07/239.90		at scala.util.Try$.apply(Try.scala:209)
252.07/239.90		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.07/239.90		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.07/239.90		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.07/239.90		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.07/239.90		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.07/239.90		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.07/239.90		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.07/239.90		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.07/239.90		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.07/239.90		at concrete.MAC.oneRun(MAC.scala:253)
252.07/239.90		at concrete.MAC.nextSolution(MAC.scala:272)
252.07/239.90		at concrete.MAC.nextSolution(MAC.scala:355)
252.07/239.90		at concrete.Solver.hasNext(Solver.scala:166)
252.07/239.90		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.07/239.90		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.07/239.90		at concrete.Solver.foreach(Solver.scala:68)
252.07/239.90		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.07/239.90		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.07/239.90		at scala.util.Success.map(Try.scala:209)
252.07/239.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.07/239.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.07/239.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.07/239.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.07/239.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.07/239.91		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.07/239.91		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.07/239.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.07/239.91		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.07/239.91		at scala.collection.immutable.List.foreach(List.scala:389)
252.07/239.91		at scala.App.main(App.scala:76)
252.07/239.91		at scala.App.main$(App.scala:74)
252.07/239.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.07/239.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.07/239.91	v <instantiation cost="111">
252.07/239.91	v       <list>
252.07/239.91	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] s[62] s[63] s[64] s[65] s[66] s[67] s[68] s[69] s[70] s[71] s[72] s[73] s[74] s[75] s[76] s[77] s[78] s[79] s[80] s[81] s[82] s[83] s[84] s[85] s[86] s[87] s[88] s[89] s[90] s[91] s[92] s[93] s[94] s[95] s[96] s[97] s[98] s[99] s[100] s[101] s[102] s[103] s[104] s[105] s[106] s[107] s[108] s[109] s[110] s[111] s[112] s[113] s[114] s[115] s[116] s[117] s[118] s[119] s[120] s[121]
252.07/239.91	v       </list>
252.07/239.91	v       <values>
252.07/239.91	v         0 0 4 0 1 16 6 2 23 6 27 7 7 18 6 32 37 7 13 20 60 11 24 42 9 52 40 57 48 20 16 28 65 35 32 46 38 35 34 67 75 17 24 35 58 69 48 32 89 50 51 24 24 42 23 76 30 84 45 58 51 3 65 75 55 82 35 29 13 58 55 44 75 67 89 55 66 25 49 60 69 33 71 45 62 82 65 69 76 40 55 61 80 58 69 68 103 97 79 82 80 104 84 82 88 79 59 84 75 67 97 86 87 92 87 94 93 103 108 106 103 111
252.07/239.91	v       </values>
252.07/239.91	v     </instantiation>
252.07/239.91	s SATISFIABLE

Verifier Data

OK	111

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302362-1532897536/watcher-4302362-1532897536 -o /tmp/evaluation-result-4302362-1532897536/solver-4302362-1532897536 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14550 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1461762053 HOME/instance-4302362-1532897536.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=21603, runsolver pid=21600

[startup+0.100069 s]*
/proc/loadavg: 1.78 1.77 1.87 3/207 21660
/proc/meminfo: memFree=27089920/32770624 swapFree=67108436/67108860
[pid=21603] ppid=21600 vsize=10005480 memory=16816 CPUtime=0.09 cores=1,3,5,7
/proc/21603/stat : 21603 (java) S 21600 21603 9814 0 -1 1077944320 4364 13227 0 0 1 1 5 2 20 0 6 0 107316803 10245611520 4204 33554432000 4194304 4196468 140727002228560 140727002211104 140258987683575 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
/proc/21603/statm: 2501370 4204 1935 1 0 2489808 0
[pid=21603/tid=21656] ppid=21600 vsize=10005480 memory=4279135704013571469 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21656/stat : 21656 (java) R 21600 21603 9814 0 -1 4202560 2178 13227 0 0 0 0 5 2 20 0 6 0 107316812 10245611520 4716 33554432000 4194304 4196468 140727002228560 140258959520336 140258987705501 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21657] ppid=21600 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21657/stat : 21657 (java) S 21600 21603 9814 0 -1 1077944384 1 13227 0 0 0 0 5 2 20 0 6 0 107316812 10245611520 4716 33554432000 4194304 4196468 140727002228560 140258991926032 140258987693781 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21658] ppid=21600 vsize=10005480 memory=140171112932992 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21658/stat : 21658 (java) S 21600 21603 9814 0 -1 1077944384 1 13227 0 0 0 0 5 2 20 0 6 0 107316812 10245611520 4716 33554432000 4194304 4196468 140727002228560 140258873191312 140258987693781 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21659] ppid=21600 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21659/stat : 21659 (java) S 21600 21603 9814 0 -1 1077944384 1 13227 0 0 0 0 5 2 20 0 6 0 107316812 10245611520 4716 33554432000 4194304 4196468 140727002228560 140258872138768 140258987693781 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21660] ppid=21600 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21660/stat : 21660 (java) S 21600 21603 9814 0 -1 1077944384 2 13227 0 0 0 0 5 2 20 0 6 0 107316812 10245611520 4716 33554432000 4194304 4196468 140727002228560 140258871086224 140258987693781 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16816 KiB

[startup+0.209971 s]*
/proc/loadavg: 1.78 1.77 1.87 4/216 21669
/proc/meminfo: memFree=27067936/32770624 swapFree=67108436/67108860
[pid=21603] ppid=21600 vsize=10982744 memory=44740 CPUtime=0.25 cores=1,3,5,7
/proc/21603/stat : 21603 (java) S 21600 21603 9814 0 -1 1077944320 7912 13227 0 0 16 2 5 2 20 0 15 0 107316803 11246329856 11185 33554432000 4194304 4196468 140727002228560 140727002211104 140258987683575 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
/proc/21603/statm: 2745686 11185 2953 1 0 2708109 0
[pid=21603/tid=21656] ppid=21600 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/21603/task/21656/stat : 21656 (java) R 21600 21603 9814 0 -1 4202560 4478 13227 0 0 10 1 5 2 20 0 15 0 107316812 11246329856 11185 33554432000 4194304 4196468 140727002228560 140258959479616 140258987705501 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21657] ppid=21600 vsize=10982744 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21657/stat : 21657 (java) S 21600 21603 9814 0 -1 1077944384 1 13227 0 0 0 0 5 2 20 0 15 0 107316812 11246329856 11185 33554432000 4194304 4196468 140727002228560 140258991926032 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21658] ppid=21600 vsize=10982744 memory=140171112952053 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21658/stat : 21658 (java) S 21600 21603 9814 0 -1 1077944384 1 13227 0 0 0 0 5 2 20 0 15 0 107316812 11246329856 11185 33554432000 4194304 4196468 140727002228560 140258873191312 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21659] ppid=21600 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21659/stat : 21659 (java) S 21600 21603 9814 0 -1 1077944384 1 13227 0 0 0 0 5 2 20 0 15 0 107316812 11246329856 11185 33554432000 4194304 4196468 140727002228560 140258872138768 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21660] ppid=21600 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21660/stat : 21660 (java) S 21600 21603 9814 0 -1 1077944384 2 13227 0 0 0 0 5 2 20 0 15 0 107316812 11246329856 11185 33554432000 4194304 4196468 140727002228560 140258871086224 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21661] ppid=21600 vsize=10982744 memory=140171112932992 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21661/stat : 21661 (java) S 21600 21603 9814 0 -1 1077944384 2 13227 0 0 0 0 5 2 20 0 15 0 107316814 11246329856 11185 33554432000 4194304 4196468 140727002228560 140258480576496 140258987694722 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21662] ppid=21600 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21662/stat : 21662 (java) S 21600 21603 9814 0 -1 1077944384 13 13227 0 0 0 0 5 2 20 0 15 0 107316814 11246329856 11185 33554432000 4194304 4196468 140727002228560 140257794188192 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21663] ppid=21600 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21663/stat : 21663 (java) S 21600 21603 9814 0 -1 1077944384 1 13227 0 0 0 0 5 2 20 0 15 0 107316815 11246329856 11185 33554432000 4194304 4196468 140727002228560 140257592861680 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21664] ppid=21600 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21664/stat : 21664 (java) S 21600 21603 9814 0 -1 1077944384 3 13227 0 0 0 0 5 2 20 0 15 0 107316817 11246329856 11185 33554432000 4194304 4196468 140727002228560 140257285462224 140258987702171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21665] ppid=21600 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21603/task/21665/stat : 21665 (java) S 21600 21603 9814 0 -1 1077944384 414 13227 0 0 1 0 5 2 20 0 15 0 107316817 11246329856 11185 33554432000 4194304 4196468 140727002228560 140258479524336 140258987694722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21666] ppid=21600 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21603/task/21666/stat : 21666 (java) S 21600 21603 9814 0 -1 1077944384 189 13227 0 0 1 0 5 2 20 0 15 0 107316817 11246329856 11185 33554432000 4194304 4196468 140727002228560 140258478471792 140258987694722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21667] ppid=21600 vsize=10982744 memory=140171112932992 CPUtime=0.1 cores=1,3,5,7
/proc/21603/task/21667/stat : 21667 (java) S 21600 21603 9814 0 -1 1077944384 623 13227 0 0 3 0 5 2 20 0 15 0 107316817 11246329856 11185 33554432000 4194304 4196468 140727002228560 140258477419248 140258987694722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21668] ppid=21600 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21668/stat : 21668 (java) S 21600 21603 9814 0 -1 1077944384 3 13227 0 0 0 0 5 2 20 0 15 0 107316817 11246329856 11185 33554432000 4194304 4196468 140727002228560 140256854666336 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21669] ppid=21600 vsize=10982744 memory=140171112932992 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21669/stat : 21669 (java) S 21600 21603 9814 0 -1 1077944384 1 13227 0 0 0 0 5 2 20 0 15 0 107316818 11246329856 11185 33554432000 4194304 4196468 140727002228560 140258476366128 140258987694722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44740 KiB

[startup+0.310361 s]*
/proc/loadavg: 1.78 1.77 1.87 3/216 21669
/proc/meminfo: memFree=27057884/32770624 swapFree=67108436/67108860
[pid=21603] ppid=21600 vsize=10983192 memory=55444 CPUtime=0.38 cores=1,3,5,7
/proc/21603/stat : 21603 (java) S 21600 21603 9814 0 -1 1077944320 10412 13227 0 0 28 3 5 2 20 0 15 0 107316803 11246788608 13861 33554432000 4194304 4196468 140727002228560 140727002211104 140258987683575 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
/proc/21603/statm: 2745798 13861 3072 1 0 2708109 0
[pid=21603/tid=21656] ppid=21600 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/21603/task/21656/stat : 21656 (java) R 21600 21603 9814 0 -1 4202560 6964 13227 0 0 19 2 5 2 20 0 15 0 107316812 11246788608 13861 33554432000 4194304 4196468 140727002228560 140258959495584 140258971764062 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21657] ppid=21600 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21657/stat : 21657 (java) S 21600 21603 9814 0 -1 1077944384 1 13227 0 0 0 0 5 2 20 0 15 0 107316812 11246788608 13861 33554432000 4194304 4196468 140727002228560 140258991926032 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21658] ppid=21600 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21658/stat : 21658 (java) S 21600 21603 9814 0 -1 1077944384 1 13227 0 0 0 0 5 2 20 0 15 0 107316812 11246788608 13861 33554432000 4194304 4196468 140727002228560 140258873191312 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21659] ppid=21600 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21659/stat : 21659 (java) S 21600 21603 9814 0 -1 1077944384 1 13227 0 0 0 0 5 2 20 0 15 0 107316812 11246788608 13861 33554432000 4194304 4196468 140727002228560 140258872138768 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21660] ppid=21600 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21660/stat : 21660 (java) S 21600 21603 9814 0 -1 1077944384 2 13227 0 0 0 0 5 2 20 0 15 0 107316812 11246788608 13861 33554432000 4194304 4196468 140727002228560 140258871086224 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21661] ppid=21600 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21661/stat : 21661 (java) S 21600 21603 9814 0 -1 1077944384 2 13227 0 0 0 0 5 2 20 0 15 0 107316814 11246788608 13861 33554432000 4194304 4196468 140727002228560 140258480576496 140258987694722 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21662] ppid=21600 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21662/stat : 21662 (java) S 21600 21603 9814 0 -1 1077944384 13 13227 0 0 0 0 5 2 20 0 15 0 107316814 11246788608 13861 33554432000 4194304 4196468 140727002228560 140257794188192 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21663] ppid=21600 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21663/stat : 21663 (java) S 21600 21603 9814 0 -1 1077944384 1 13227 0 0 0 0 5 2 20 0 15 0 107316815 11246788608 13861 33554432000 4194304 4196468 140727002228560 140257592861680 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21664] ppid=21600 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21664/stat : 21664 (java) S 21600 21603 9814 0 -1 1077944384 3 13227 0 0 0 0 5 2 20 0 15 0 107316817 11246788608 13861 33554432000 4194304 4196468 140727002228560 140257285462224 140258987702171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21665] ppid=21600 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21603/task/21665/stat : 21665 (java) S 21600 21603 9814 0 -1 1077944384 414 13227 0 0 1 0 5 2 20 0 15 0 107316817 11246788608 13861 33554432000 4194304 4196468 140727002228560 140258479524336 140258987694722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21666] ppid=21600 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21603/task/21666/stat : 21666 (java) S 21600 21603 9814 0 -1 1077944384 190 13227 0 0 1 0 5 2 20 0 15 0 107316817 11246788608 13861 33554432000 4194304 4196468 140727002228560 140258478471792 140258987694722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21667] ppid=21600 vsize=10983192 memory=140171112932992 CPUtime=0.11 cores=1,3,5,7
/proc/21603/task/21667/stat : 21667 (java) S 21600 21603 9814 0 -1 1077944384 629 13227 0 0 4 0 5 2 20 0 15 0 107316817 11246788608 13861 33554432000 4194304 4196468 140727002228560 140258477419248 140258987694722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21668] ppid=21600 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21668/stat : 21668 (java) S 21600 21603 9814 0 -1 1077944384 3 13227 0 0 0 0 5 2 20 0 15 0 107316817 11246788608 13861 33554432000 4194304 4196468 140727002228560 140256854666336 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21669] ppid=21600 vsize=10983192 memory=140171112932992 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21669/stat : 21669 (java) S 21600 21603 9814 0 -1 1077944384 1 13227 0 0 0 0 5 2 20 0 15 0 107316818 11246788608 13861 33554432000 4194304 4196468 140727002228560 140258476366128 140258987694722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55444 KiB

[startup+0.700728 s]
/proc/loadavg: 1.78 1.77 1.87 3/216 21669
/proc/meminfo: memFree=27047244/32770624 swapFree=67108436/67108860
[pid=21603] ppid=21600 vsize=10983192 memory=88584 CPUtime=0.98 cores=1,3,5,7
/proc/21603/stat : 21603 (java) S 21600 21603 9814 0 -1 1077944320 16775 13227 0 0 87 4 5 2 20 0 15 0 107316803 11246788608 22146 33554432000 4194304 4196468 140727002228560 140727002211104 140258987683575 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
/proc/21603/statm: 2745798 22146 3247 1 0 2708109 0
[pid=21603/tid=21656] ppid=21600 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/21603/task/21656/stat : 21656 (java) R 21600 21603 9814 0 -1 4202560 12272 13227 0 0 56 3 5 2 20 0 15 0 107316812 11246788608 22146 33554432000 4194304 4196468 140727002228560 140258959504400 140258969247094 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21657] ppid=21600 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21657/stat : 21657 (java) S 21600 21603 9814 0 -1 1077944384 1 13227 0 0 0 0 5 2 20 0 15 0 107316812 11246788608 22146 33554432000 4194304 4196468 140727002228560 140258991926032 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21658] ppid=21600 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21658/stat : 21658 (java) S 21600 21603 9814 0 -1 1077944384 1 13227 0 0 0 0 5 2 20 0 15 0 107316812 11246788608 22146 33554432000 4194304 4196468 140727002228560 140258873191312 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21659] ppid=21600 vsize=10983192 memory=140170955469616 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21659/stat : 21659 (java) S 21600 21603 9814 0 -1 1077944384 1 13227 0 0 0 0 5 2 20 0 15 0 107316812 11246788608 22146 33554432000 4194304 4196468 140727002228560 140258872138768 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21660] ppid=21600 vsize=10983192 memory=140174847640153 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21660/stat : 21660 (java) S 21600 21603 9814 0 -1 1077944384 2 13227 0 0 0 0 5 2 20 0 15 0 107316812 11246788608 22146 33554432000 4194304 4196468 140727002228560 140258871086224 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21661] ppid=21600 vsize=10983192 memory=1388 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21661/stat : 21661 (java) S 21600 21603 9814 0 -1 1077944384 6 13227 0 0 0 0 5 2 20 0 15 0 107316814 11246788608 22146 33554432000 4194304 4196468 140727002228560 140258480576496 140258987694722 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21662] ppid=21600 vsize=10983192 memory=4639098309541127525 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21662/stat : 21662 (java) S 21600 21603 9814 0 -1 1077944384 13 13227 0 0 0 0 5 2 20 0 15 0 107316814 11246788608 22146 33554432000 4194304 4196468 140727002228560 140257794188192 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21663] ppid=21600 vsize=10983192 memory=8027477668130812270 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21663/stat : 21663 (java) S 21600 21603 9814 0 -1 1077944384 1 13227 0 0 0 0 5 2 20 0 15 0 107316815 11246788608 22146 33554432000 4194304 4196468 140727002228560 140257592861680 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21664] ppid=21600 vsize=10983192 memory=17468 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21664/stat : 21664 (java) S 21600 21603 9814 0 -1 1077944384 3 13227 0 0 0 0 5 2 20 0 15 0 107316817 11246788608 22146 33554432000 4194304 4196468 140727002228560 140257285462224 140258987702171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21665] ppid=21600 vsize=10983192 memory=16148 CPUtime=0.17 cores=1,3,5,7
/proc/21603/task/21665/stat : 21665 (java) S 21600 21603 9814 0 -1 1077944384 1033 13227 0 0 10 0 5 2 20 0 15 0 107316817 11246788608 22146 33554432000 4194304 4196468 140727002228560 140258479524336 140258987694722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21666] ppid=21600 vsize=10983192 memory=4004 CPUtime=0.13 cores=1,3,5,7
/proc/21603/task/21666/stat : 21666 (java) S 21600 21603 9814 0 -1 1077944384 537 13227 0 0 6 0 5 2 20 0 15 0 107316817 11246788608 22146 33554432000 4194304 4196468 140727002228560 140258478471792 140258987694722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21667] ppid=21600 vsize=10983192 memory=636 CPUtime=0.2 cores=1,3,5,7
/proc/21603/task/21667/stat : 21667 (java) S 21600 21603 9814 0 -1 1077944384 712 13227 0 0 13 0 5 2 20 0 15 0 107316817 11246788608 22146 33554432000 4194304 4196468 140727002228560 140258477419248 140258987694722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21668] ppid=21600 vsize=10983192 memory=1780 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21668/stat : 21668 (java) S 21600 21603 9814 0 -1 1077944384 3 13227 0 0 0 0 5 2 20 0 15 0 107316817 11246788608 22146 33554432000 4194304 4196468 140727002228560 140256854666336 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21669] ppid=21600 vsize=10983192 memory=1236 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21669/stat : 21669 (java) S 21600 21603 9814 0 -1 1077944384 1 13227 0 0 0 0 5 2 20 0 15 0 107316818 11246788608 22146 33554432000 4194304 4196468 140727002228560 140258476366128 140258987694722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88584 KiB

[startup+1.50073 s]
/proc/loadavg: 1.78 1.77 1.87 3/216 21669
/proc/meminfo: memFree=27001240/32770624 swapFree=67108436/67108860
[pid=21603] ppid=21600 vsize=10998092 memory=179528 CPUtime=2.28 cores=1,3,5,7
/proc/21603/stat : 21603 (java) S 21600 21603 9814 0 -1 1077944320 23891 13227 0 0 213 8 5 2 20 0 15 0 107316803 11262046208 44882 33554432000 4194304 4196468 140727002228560 140727002211104 140258987683575 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
/proc/21603/statm: 2749523 44882 3472 1 0 2711181 0
[pid=21603/tid=21656] ppid=21600 vsize=10998092 memory=65192 CPUtime=1.42 cores=1,3,5,7
/proc/21603/task/21656/stat : 21656 (java) R 21600 21603 9814 0 -1 4202560 17683 13227 0 0 130 5 5 2 20 0 15 0 107316812 11262046208 44882 33554432000 4194304 4196468 140727002228560 140258959515120 140258967221984 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21657] ppid=21600 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/21603/task/21657/stat : 21657 (java) S 21600 21603 9814 0 -1 1077944384 21 13227 0 0 1 0 5 2 20 0 15 0 107316812 11262046208 44882 33554432000 4194304 4196468 140727002228560 140258991926032 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21658] ppid=21600 vsize=10998092 memory=280341910970528 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21658/stat : 21658 (java) S 21600 21603 9814 0 -1 1077944384 21 13227 0 0 0 0 5 2 20 0 15 0 107316812 11262046208 44882 33554432000 4194304 4196468 140727002228560 140258873191312 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21659] ppid=21600 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21603/task/21659/stat : 21659 (java) S 21600 21603 9814 0 -1 1077944384 186 13227 0 0 1 0 5 2 20 0 15 0 107316812 11262046208 44882 33554432000 4194304 4196468 140727002228560 140258872138768 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21660] ppid=21600 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21603/task/21660/stat : 21660 (java) S 21600 21603 9814 0 -1 1077944384 70 13227 0 0 1 0 5 2 20 0 15 0 107316812 11262046208 44882 33554432000 4194304 4196468 140727002228560 140258871086224 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21661] ppid=21600 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21603/task/21661/stat : 21661 (java) S 21600 21603 9814 0 -1 1077944384 66 13227 0 0 1 0 5 2 20 0 15 0 107316814 11262046208 44882 33554432000 4194304 4196468 140727002228560 140258480576496 140258987694722 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21662] ppid=21600 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21662/stat : 21662 (java) S 21600 21603 9814 0 -1 1077944384 13 13227 0 0 0 0 5 2 20 0 15 0 107316814 11262046208 44882 33554432000 4194304 4196468 140727002228560 140257794188256 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21663] ppid=21600 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21663/stat : 21663 (java) S 21600 21603 9814 0 -1 1077944384 2 13227 0 0 0 0 5 2 20 0 15 0 107316815 11262046208 44882 33554432000 4194304 4196468 140727002228560 140257592861696 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21664] ppid=21600 vsize=10998092 memory=-5921431000321636112 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21664/stat : 21664 (java) S 21600 21603 9814 0 -1 1077944384 3 13227 0 0 0 0 5 2 20 0 15 0 107316817 11262046208 44882 33554432000 4194304 4196468 140727002228560 140257285462224 140258987702171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21665] ppid=21600 vsize=10998092 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/21603/task/21665/stat : 21665 (java) S 21600 21603 9814 0 -1 1077944384 1198 13227 0 0 20 0 5 2 20 0 15 0 107316817 11262046208 44882 33554432000 4194304 4196468 140727002228560 140258479524336 140258987694722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21666] ppid=21600 vsize=10998092 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/21603/task/21666/stat : 21666 (java) S 21600 21603 9814 0 -1 1077944384 1039 13227 0 0 20 0 5 2 20 0 15 0 107316817 11262046208 44882 33554432000 4194304 4196468 140727002228560 140258478471792 140258987694722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21667] ppid=21600 vsize=10998092 memory=6791534058613427641 CPUtime=0.41 cores=1,3,5,7
/proc/21603/task/21667/stat : 21667 (java) S 21600 21603 9814 0 -1 1077944384 1396 13227 0 0 34 0 5 2 20 0 15 0 107316817 11262046208 44882 33554432000 4194304 4196468 140727002228560 140258477419248 140258987694722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21668] ppid=21600 vsize=10998092 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21668/stat : 21668 (java) S 21600 21603 9814 0 -1 1077944384 3 13227 0 0 0 0 5 2 20 0 15 0 107316817 11262046208 44882 33554432000 4194304 4196468 140727002228560 140256854666336 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21669] ppid=21600 vsize=10998092 memory=280341911214976 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21669/stat : 21669 (java) S 21600 21603 9814 0 -1 1077944384 1 13227 0 0 0 0 5 2 20 0 15 0 107316818 11262046208 44882 33554432000 4194304 4196468 140727002228560 140258476366128 140258987694722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 10998092 KiB

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

/proc/21603/task/21656/stat : 21656 (java) R 21600 21603 9814 0 -1 4202560 49228 13227 0 0 16076 21 5 2 20 0 15 0 107316812 11343855616 255199 33554432000 4194304 4196468 140727002228560 140258959518512 140258566494248 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21657] ppid=21600 vsize=11077984 memory=1020756 CPUtime=0.57 cores=1,3,5,7
/proc/21603/task/21657/stat : 21657 (java) S 21600 21603 9814 0 -1 1077944384 2060 13227 0 0 44 6 5 2 20 0 15 0 107316812 11343855616 255199 33554432000 4194304 4196468 140727002228560 140258991926032 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21658] ppid=21600 vsize=11077984 memory=1020756 CPUtime=0.57 cores=1,3,5,7
/proc/21603/task/21658/stat : 21658 (java) S 21600 21603 9814 0 -1 1077944384 2596 13227 0 0 45 5 5 2 20 0 15 0 107316812 11343855616 255199 33554432000 4194304 4196468 140727002228560 140258873191312 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21659] ppid=21600 vsize=11077984 memory=1032908 CPUtime=0.58 cores=1,3,5,7
/proc/21603/task/21659/stat : 21659 (java) S 21600 21603 9814 0 -1 1077944384 2683 13227 0 0 47 4 5 2 20 0 15 0 107316812 11343855616 255199 33554432000 4194304 4196468 140727002228560 140258872138768 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21660] ppid=21600 vsize=11077984 memory=1020796 CPUtime=0.58 cores=1,3,5,7
/proc/21603/task/21660/stat : 21660 (java) S 21600 21603 9814 0 -1 1077944384 2941 13227 0 0 45 6 5 2 20 0 15 0 107316812 11343855616 255199 33554432000 4194304 4196468 140727002228560 140258871086224 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21661] ppid=21600 vsize=11077984 memory=1020796 CPUtime=0.53 cores=1,3,5,7
/proc/21603/task/21661/stat : 21661 (java) S 21600 21603 9814 0 -1 1077944384 5666 13227 0 0 43 3 5 2 20 0 15 0 107316814 11343855616 255199 33554432000 4194304 4196468 140727002228560 140258480576496 140258987694722 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21662] ppid=21600 vsize=11077984 memory=1020796 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21662/stat : 21662 (java) S 21600 21603 9814 0 -1 1077944384 13 13227 0 0 0 0 5 2 20 0 15 0 107316814 11343855616 255199 33554432000 4194304 4196468 140727002228560 140257794188320 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21663] ppid=21600 vsize=11077984 memory=1020796 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21663/stat : 21663 (java) S 21600 21603 9814 0 -1 1077944384 2 13227 0 0 0 0 5 2 20 0 15 0 107316815 11343855616 255199 33554432000 4194304 4196468 140727002228560 140257592861696 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21664] ppid=21600 vsize=11077984 memory=1020796 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21664/stat : 21664 (java) S 21600 21603 9814 0 -1 1077944384 3 13227 0 0 0 0 5 2 20 0 15 0 107316817 11343855616 255199 33554432000 4194304 4196468 140727002228560 140257285462224 140258987702171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21665] ppid=21600 vsize=11077984 memory=1020796 CPUtime=4.04 cores=1,3,5,7
/proc/21603/task/21665/stat : 21665 (java) S 21600 21603 9814 0 -1 1077944384 19886 13227 0 0 395 2 5 2 20 0 15 0 107316817 11343855616 255199 33554432000 4194304 4196468 140727002228560 140258479524336 140258987694722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21666] ppid=21600 vsize=11077984 memory=1020796 CPUtime=3.76 cores=1,3,5,7
/proc/21603/task/21666/stat : 21666 (java) S 21600 21603 9814 0 -1 1077944384 14423 13227 0 0 368 1 5 2 20 0 15 0 107316817 11343855616 255199 33554432000 4194304 4196468 140727002228560 140258478471792 140258987694722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21667] ppid=21600 vsize=11077984 memory=1020796 CPUtime=2.08 cores=1,3,5,7
/proc/21603/task/21667/stat : 21667 (java) S 21600 21603 9814 0 -1 1077944384 16640 13227 0 0 197 4 5 2 20 0 15 0 107316817 11343855616 255199 33554432000 4194304 4196468 140727002228560 140258477419248 140258987694722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21668] ppid=21600 vsize=11077984 memory=1020796 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21668/stat : 21668 (java) S 21600 21603 9814 0 -1 1077944384 3 13227 0 0 0 0 5 2 20 0 15 0 107316817 11343855616 255199 33554432000 4194304 4196468 140727002228560 140256854666336 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21669] ppid=21600 vsize=11077984 memory=1020796 CPUtime=0.17 cores=1,3,5,7
/proc/21603/task/21669/stat : 21669 (java) S 21600 21603 9814 0 -1 1077944384 1047 13227 0 0 5 5 5 2 20 0 15 0 107316818 11343855616 255199 33554432000 4194304 4196468 140727002228560 140258476366128 140258987694722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
Current children cumulated CPU time: 173.39 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1020796 KiB

[startup+222.301 s]
/proc/loadavg: 1.58 1.61 1.78 3/215 21800
/proc/meminfo: memFree=24634064/32770624 swapFree=67108436/67108860
[pid=21603] ppid=21600 vsize=11077984 memory=1022936 CPUtime=234.23 cores=1,3,5,7
/proc/21603/stat : 21603 (java) S 21600 21603 9814 0 -1 1077944320 129570 13227 0 0 23351 65 5 2 20 0 15 0 107316803 11343855616 255734 33554432000 4194304 4196468 140727002228560 140727002211104 140258987683575 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
/proc/21603/statm: 2769496 255734 3531 1 0 2731149 0
[pid=21603/tid=21656] ppid=21600 vsize=11077984 memory=1022928 CPUtime=220.4 cores=1,3,5,7
/proc/21603/task/21656/stat : 21656 (java) R 21600 21603 9814 0 -1 4202560 51203 13227 0 0 22011 22 5 2 20 0 15 0 107316812 11343855616 255734 33554432000 4194304 4196468 140727002228560 140258959518000 140258566273935 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21657] ppid=21600 vsize=11077984 memory=71 CPUtime=0.83 cores=1,3,5,7
/proc/21603/task/21657/stat : 21657 (java) S 21600 21603 9814 0 -1 1077944384 2089 13227 0 0 69 7 5 2 20 0 15 0 107316812 11343855616 255734 33554432000 4194304 4196468 140727002228560 140258991926032 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21658] ppid=21600 vsize=11077984 memory=1022928 CPUtime=0.84 cores=1,3,5,7
/proc/21603/task/21658/stat : 21658 (java) S 21600 21603 9814 0 -1 1077944384 2667 13227 0 0 71 6 5 2 20 0 15 0 107316812 11343855616 255734 33554432000 4194304 4196468 140727002228560 140258873191312 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21659] ppid=21600 vsize=11077984 memory=1022928 CPUtime=0.85 cores=1,3,5,7
/proc/21603/task/21659/stat : 21659 (java) S 21600 21603 9814 0 -1 1077944384 3391 13227 0 0 72 6 5 2 20 0 15 0 107316812 11343855616 255734 33554432000 4194304 4196468 140727002228560 140258872138768 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21660] ppid=21600 vsize=11077984 memory=1022936 CPUtime=0.85 cores=1,3,5,7
/proc/21603/task/21660/stat : 21660 (java) S 21600 21603 9814 0 -1 1077944384 4021 13227 0 0 71 7 5 2 20 0 15 0 107316812 11343855616 255734 33554432000 4194304 4196468 140727002228560 140258871086224 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21661] ppid=21600 vsize=11077984 memory=1022936 CPUtime=0.78 cores=1,3,5,7
/proc/21603/task/21661/stat : 21661 (java) S 21600 21603 9814 0 -1 1077944384 6040 13227 0 0 66 5 5 2 20 0 15 0 107316814 11343855616 255734 33554432000 4194304 4196468 140727002228560 140258480576496 140258987694722 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21662] ppid=21600 vsize=11077984 memory=1022936 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21662/stat : 21662 (java) S 21600 21603 9814 0 -1 1077944384 13 13227 0 0 0 0 5 2 20 0 15 0 107316814 11343855616 255734 33554432000 4194304 4196468 140727002228560 140257794188320 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21663] ppid=21600 vsize=11077984 memory=1022936 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21663/stat : 21663 (java) S 21600 21603 9814 0 -1 1077944384 2 13227 0 0 0 0 5 2 20 0 15 0 107316815 11343855616 255734 33554432000 4194304 4196468 140727002228560 140257592861696 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21664] ppid=21600 vsize=11077984 memory=1022936 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21664/stat : 21664 (java) S 21600 21603 9814 0 -1 1077944384 3 13227 0 0 0 0 5 2 20 0 15 0 107316817 11343855616 255734 33554432000 4194304 4196468 140727002228560 140257285462224 140258987702171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21665] ppid=21600 vsize=11077984 memory=1022936 CPUtime=4.11 cores=1,3,5,7
/proc/21603/task/21665/stat : 21665 (java) S 21600 21603 9814 0 -1 1077944384 21847 13227 0 0 401 3 5 2 20 0 15 0 107316817 11343855616 255734 33554432000 4194304 4196468 140727002228560 140258479524336 140258987694722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21666] ppid=21600 vsize=11077984 memory=1022936 CPUtime=3.81 cores=1,3,5,7
/proc/21603/task/21666/stat : 21666 (java) S 21600 21603 9814 0 -1 1077944384 16775 13227 0 0 372 2 5 2 20 0 15 0 107316817 11343855616 255734 33554432000 4194304 4196468 140727002228560 140258478471792 140258987694722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21667] ppid=21600 vsize=11077984 memory=4140 CPUtime=2.09 cores=1,3,5,7
/proc/21603/task/21667/stat : 21667 (java) S 21600 21603 9814 0 -1 1077944384 18253 13227 0 0 198 4 5 2 20 0 15 0 107316817 11343855616 255734 33554432000 4194304 4196468 140727002228560 140258477419248 140258987694722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21668] ppid=21600 vsize=11077984 memory=1022936 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21668/stat : 21668 (java) S 21600 21603 9814 0 -1 1077944384 3 13227 0 0 0 0 5 2 20 0 15 0 107316817 11343855616 255734 33554432000 4194304 4196468 140727002228560 140256854666336 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21669] ppid=21600 vsize=11077984 memory=1022936 CPUtime=0.19 cores=1,3,5,7
/proc/21603/task/21669/stat : 21669 (java) S 21600 21603 9814 0 -1 1077944384 1074 13227 0 0 6 6 5 2 20 0 15 0 107316818 11343855616 255734 33554432000 4194304 4196468 140727002228560 140258476366128 140258987694722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
Current children cumulated CPU time: 234.23 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1022936 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+239.901 s]
/proc/loadavg: 1.60 1.61 1.77 3/215 21801
/proc/meminfo: memFree=24508020/32770624 swapFree=67108436/67108860
[pid=21603] ppid=21600 vsize=11077984 memory=1025008 CPUtime=252.07 cores=1,3,5,7
/proc/21603/stat : 21603 (java) S 21600 21603 9814 0 -1 1077944320 132535 13227 0 0 25132 68 5 2 20 0 15 0 107316803 11343855616 256252 33554432000 4194304 4196468 140727002228560 140727002211104 140258987683575 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
/proc/21603/statm: 2769496 256252 3531 1 0 2731149 0
[pid=21603/tid=21656] ppid=21600 vsize=11077984 memory=1022960 CPUtime=237.8 cores=1,3,5,7
/proc/21603/task/21656/stat : 21656 (java) R 21600 21603 9814 0 -1 4202560 51708 13227 0 0 23751 22 5 2 20 0 15 0 107316812 11343855616 256252 33554432000 4194304 4196468 140727002228560 140258959518720 140258568128000 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21657] ppid=21600 vsize=11077984 memory=1022936 CPUtime=0.92 cores=1,3,5,7
/proc/21603/task/21657/stat : 21657 (java) S 21600 21603 9814 0 -1 1077944384 2099 13227 0 0 77 8 5 2 20 0 15 0 107316812 11343855616 256252 33554432000 4194304 4196468 140727002228560 140258991926032 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21658] ppid=21600 vsize=11077984 memory=1022928 CPUtime=0.92 cores=1,3,5,7
/proc/21603/task/21658/stat : 21658 (java) S 21600 21603 9814 0 -1 1077944384 2681 13227 0 0 79 6 5 2 20 0 15 0 107316812 11343855616 256252 33554432000 4194304 4196468 140727002228560 140258873191312 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21659] ppid=21600 vsize=11077984 memory=1022936 CPUtime=0.93 cores=1,3,5,7
/proc/21603/task/21659/stat : 21659 (java) S 21600 21603 9814 0 -1 1077944384 3402 13227 0 0 80 6 5 2 20 0 15 0 107316812 11343855616 256252 33554432000 4194304 4196468 140727002228560 140258872138768 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21660] ppid=21600 vsize=11077984 memory=1022936 CPUtime=0.94 cores=1,3,5,7
/proc/21603/task/21660/stat : 21660 (java) S 21600 21603 9814 0 -1 1077944384 4033 13227 0 0 79 8 5 2 20 0 15 0 107316812 11343855616 256252 33554432000 4194304 4196468 140727002228560 140258871086224 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21661] ppid=21600 vsize=11077984 memory=1022936 CPUtime=0.86 cores=1,3,5,7
/proc/21603/task/21661/stat : 21661 (java) S 21600 21603 9814 0 -1 1077944384 6050 13227 0 0 74 5 5 2 20 0 15 0 107316814 11343855616 256252 33554432000 4194304 4196468 140727002228560 140258480576496 140258987694722 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21662] ppid=21600 vsize=11077984 memory=1022960 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21662/stat : 21662 (java) S 21600 21603 9814 0 -1 1077944384 13 13227 0 0 0 0 5 2 20 0 15 0 107316814 11343855616 256252 33554432000 4194304 4196468 140727002228560 140257794188320 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21663] ppid=21600 vsize=11077984 memory=1022936 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21663/stat : 21663 (java) S 21600 21603 9814 0 -1 1077944384 2 13227 0 0 0 0 5 2 20 0 15 0 107316815 11343855616 256252 33554432000 4194304 4196468 140727002228560 140257592861696 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21664] ppid=21600 vsize=11077984 memory=1022960 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21664/stat : 21664 (java) S 21600 21603 9814 0 -1 1077944384 3 13227 0 0 0 0 5 2 20 0 15 0 107316817 11343855616 256252 33554432000 4194304 4196468 140727002228560 140257285462224 140258987702171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21665] ppid=21600 vsize=11077984 memory=1022960 CPUtime=4.11 cores=1,3,5,7
/proc/21603/task/21665/stat : 21665 (java) S 21600 21603 9814 0 -1 1077944384 22157 13227 0 0 401 3 5 2 20 0 15 0 107316817 11343855616 256252 33554432000 4194304 4196468 140727002228560 140258479524336 140258987694722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21666] ppid=21600 vsize=11077984 memory=1022960 CPUtime=3.81 cores=1,3,5,7
/proc/21603/task/21666/stat : 21666 (java) S 21600 21603 9814 0 -1 1077944384 17168 13227 0 0 372 2 5 2 20 0 15 0 107316817 11343855616 256252 33554432000 4194304 4196468 140727002228560 140258478471792 140258987694722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21667] ppid=21600 vsize=11077984 memory=1025008 CPUtime=2.09 cores=1,3,5,7
/proc/21603/task/21667/stat : 21667 (java) S 21600 21603 9814 0 -1 1077944384 19951 13227 0 0 198 4 5 2 20 0 15 0 107316817 11343855616 256252 33554432000 4194304 4196468 140727002228560 140258477419248 140258987694722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21668] ppid=21600 vsize=11077984 memory=1022960 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21668/stat : 21668 (java) S 21600 21603 9814 0 -1 1077944384 3 13227 0 0 0 0 5 2 20 0 15 0 107316817 11343855616 256252 33554432000 4194304 4196468 140727002228560 140256854666336 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21669] ppid=21600 vsize=11077984 memory=1022936 CPUtime=0.21 cores=1,3,5,7
/proc/21603/task/21669/stat : 21669 (java) S 21600 21603 9814 0 -1 1077944384 1076 13227 0 0 7 7 5 2 20 0 15 0 107316818 11343855616 256252 33554432000 4194304 4196468 140727002228560 140258476366128 140258987694722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1025008 KiB

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

[startup+239.936 s]
# the end of solver process 21603 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.394 s, system=0.735046 s

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

[startup+239.901 s]
/proc/loadavg: 1.60 1.61 1.77 3/215 21801
/proc/meminfo: memFree=24508020/32770624 swapFree=67108436/67108860
[pid=21603] ppid=21600 vsize=11077984 memory=1025008 CPUtime=252.07 cores=1,3,5,7
/proc/21603/stat : 21603 (java) S 21600 21603 9814 0 -1 1077944320 132535 13227 0 0 25132 68 5 2 20 0 15 0 107316803 11343855616 256252 33554432000 4194304 4196468 140727002228560 140727002211104 140258987683575 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
/proc/21603/statm: 2769496 256252 3531 1 0 2731149 0
[pid=21603/tid=21656] ppid=21600 vsize=11077984 memory=1022960 CPUtime=237.8 cores=1,3,5,7
/proc/21603/task/21656/stat : 21656 (java) R 21600 21603 9814 0 -1 4202560 51708 13227 0 0 23751 22 5 2 20 0 15 0 107316812 11343855616 256252 33554432000 4194304 4196468 140727002228560 140258959518720 140258568128000 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21657] ppid=21600 vsize=11077984 memory=1022936 CPUtime=0.92 cores=1,3,5,7
/proc/21603/task/21657/stat : 21657 (java) S 21600 21603 9814 0 -1 1077944384 2099 13227 0 0 77 8 5 2 20 0 15 0 107316812 11343855616 256252 33554432000 4194304 4196468 140727002228560 140258991926032 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21658] ppid=21600 vsize=11077984 memory=1022928 CPUtime=0.92 cores=1,3,5,7
/proc/21603/task/21658/stat : 21658 (java) S 21600 21603 9814 0 -1 1077944384 2681 13227 0 0 79 6 5 2 20 0 15 0 107316812 11343855616 256252 33554432000 4194304 4196468 140727002228560 140258873191312 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21659] ppid=21600 vsize=11077984 memory=1022936 CPUtime=0.93 cores=1,3,5,7
/proc/21603/task/21659/stat : 21659 (java) S 21600 21603 9814 0 -1 1077944384 3402 13227 0 0 80 6 5 2 20 0 15 0 107316812 11343855616 256252 33554432000 4194304 4196468 140727002228560 140258872138768 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21660] ppid=21600 vsize=11077984 memory=1022936 CPUtime=0.94 cores=1,3,5,7
/proc/21603/task/21660/stat : 21660 (java) S 21600 21603 9814 0 -1 1077944384 4033 13227 0 0 79 8 5 2 20 0 15 0 107316812 11343855616 256252 33554432000 4194304 4196468 140727002228560 140258871086224 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21661] ppid=21600 vsize=11077984 memory=1022936 CPUtime=0.86 cores=1,3,5,7
/proc/21603/task/21661/stat : 21661 (java) S 21600 21603 9814 0 -1 1077944384 6050 13227 0 0 74 5 5 2 20 0 15 0 107316814 11343855616 256252 33554432000 4194304 4196468 140727002228560 140258480576496 140258987694722 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21662] ppid=21600 vsize=11077984 memory=1022960 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21662/stat : 21662 (java) S 21600 21603 9814 0 -1 1077944384 13 13227 0 0 0 0 5 2 20 0 15 0 107316814 11343855616 256252 33554432000 4194304 4196468 140727002228560 140257794188320 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21663] ppid=21600 vsize=11077984 memory=1022936 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21663/stat : 21663 (java) S 21600 21603 9814 0 -1 1077944384 2 13227 0 0 0 0 5 2 20 0 15 0 107316815 11343855616 256252 33554432000 4194304 4196468 140727002228560 140257592861696 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21664] ppid=21600 vsize=11077984 memory=1022960 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21664/stat : 21664 (java) S 21600 21603 9814 0 -1 1077944384 3 13227 0 0 0 0 5 2 20 0 15 0 107316817 11343855616 256252 33554432000 4194304 4196468 140727002228560 140257285462224 140258987702171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21665] ppid=21600 vsize=11077984 memory=1022960 CPUtime=4.11 cores=1,3,5,7
/proc/21603/task/21665/stat : 21665 (java) S 21600 21603 9814 0 -1 1077944384 22157 13227 0 0 401 3 5 2 20 0 15 0 107316817 11343855616 256252 33554432000 4194304 4196468 140727002228560 140258479524336 140258987694722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21666] ppid=21600 vsize=11077984 memory=1022960 CPUtime=3.81 cores=1,3,5,7
/proc/21603/task/21666/stat : 21666 (java) S 21600 21603 9814 0 -1 1077944384 17168 13227 0 0 372 2 5 2 20 0 15 0 107316817 11343855616 256252 33554432000 4194304 4196468 140727002228560 140258478471792 140258987694722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21667] ppid=21600 vsize=11077984 memory=1025008 CPUtime=2.09 cores=1,3,5,7
/proc/21603/task/21667/stat : 21667 (java) S 21600 21603 9814 0 -1 1077944384 19951 13227 0 0 198 4 5 2 20 0 15 0 107316817 11343855616 256252 33554432000 4194304 4196468 140727002228560 140258477419248 140258987694722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21668] ppid=21600 vsize=11077984 memory=1022960 CPUtime=0.07 cores=1,3,5,7
/proc/21603/task/21668/stat : 21668 (java) S 21600 21603 9814 0 -1 1077944384 3 13227 0 0 0 0 5 2 20 0 15 0 107316817 11343855616 256252 33554432000 4194304 4196468 140727002228560 140256854666336 140258987693781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
[pid=21603/tid=21669] ppid=21600 vsize=11077984 memory=1022936 CPUtime=0.21 cores=1,3,5,7
/proc/21603/task/21669/stat : 21669 (java) S 21600 21603 9814 0 -1 1077944384 1076 13227 0 0 7 7 5 2 20 0 15 0 107316818 11343855616 256252 33554432000 4194304 4196468 140727002228560 140258476366128 140258987694722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140727002233457 140727002236257 140727002236257 140727002238927 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1025008 KiB

Child status: 143
Real time (s): 239.936
CPU time (s): 252.129
CPU user time (s): 251.394
CPU system time (s): 0.735046
CPU usage (%): 105.082
Max. virtual memory (cumulated for all children) (KiB): 11077984
Max. memory (cumulated for all children) (KiB): 1025008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.394
system time used= 0.735046
maximum resident set size= 1027380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147625
page faults= 0
swaps= 0
block input operations= 0
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28659
involuntary context switches= 739


# summary of solver processes directly reported to runsolver:
#   pid: 21603
#   total CPU time (s): 252.129
#   total CPU user time (s): 251.394
#   total CPU system time (s): 0.735046

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.41727 second user time and 2.36813 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-29 22:52:16
IDJOB=4302362
IDBENCH=141471
IDSOLVER=2776
FILE ID=node137/4302362-1532897536
RUNJOBID= node137-1532893235-14550
PBS_JOBID= 21022513
Free space on /tmp= 48508 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j120-01-02_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302362-1532897536/watcher-4302362-1532897536 -o /tmp/evaluation-result-4302362-1532897536/solver-4302362-1532897536 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14550 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1461762053 HOME/instance-4302362-1532897536.xml

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

MD5SUM BENCH= 9e298a48575be159e0b6ad4a2fcf836a
RANDOM SEED=1461762053

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27093740 kB
MemAvailable:   30907956 kB
Buffers:          220908 kB
Cached:          3828944 kB
SwapCached:           32 kB
Active:          2819720 kB
Inactive:        2302708 kB
Active(anon):    1020356 kB
Inactive(anon):    79972 kB
Active(file):    1799364 kB
Inactive(file):  2222736 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:               344 kB
Writeback:         11492 kB
AnonPages:       1080004 kB
Mapped:            55712 kB
Shmem:             25052 kB
Slab:             251416 kB
SReclaimable:     215900 kB
SUnreclaim:        35516 kB
KernelStack:        3504 kB
PageTables:         7284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2230388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    833536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48484 MiB
End job on node137 at 2018-07-29 22:56:16