Trace number 4402771

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.3SAT (TO)1120 2520.08 2477.63

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-mps/
Pb-mps-v2-20-10-lseu.xml
MD5SUMb8e79a81cec6901ac635f2e0750bfcb6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1120
Best CPU time to get the best result obtained on this benchmark113.579
Satisfiable
(Un)Satisfiability was proved
Number of variables89
Number of constraints28
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":89}]
Minimum variable degree2
Maximum variable degree8
Distribution of variable degrees[{"degree":2,"count":8},{"degree":3,"count":13},{"degree":4,"count":23},{"degree":5,"count":27},{"degree":6,"count":16},{"degree":8,"count":2}]
Minimum constraint arity2
Maximum constraint arity47
Distribution of constraint arities[{"arity":2,"count":2},{"arity":3,"count":5},{"arity":4,"count":5},{"arity":5,"count":5},{"arity":7,"count":3},{"arity":10,"count":1},{"arity":11,"count":1},{"arity":22,"count":1},{"arity":24,"count":1},{"arity":30,"count":1},{"arity":33,"count":1},{"arity":47,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":28}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.77/0.56	c Concrete v3.12.3.1568965526260 running
6.43/3.11	o 2668
6.66/3.26	o 2624
6.66/3.28	o 2616
6.66/3.28	o 2583
6.66/3.29	o 2490
6.66/3.29	o 2486
7.03/3.32	o 2470
7.03/3.34	o 2400
7.03/3.34	o 2310
7.03/3.34	o 2200
7.03/3.35	o 2114
7.03/3.35	o 2024
7.03/3.35	o 1979
7.03/3.38	o 1917
7.03/3.38	o 1849
7.03/3.39	o 1764
7.96/3.63	o 1751
8.26/3.74	o 1724
8.26/3.74	o 1715
8.26/3.76	o 1707
8.85/3.91	o 1696
8.85/3.95	o 1679
8.85/3.96	o 1496
9.72/4.36	o 1489
9.93/4.47	o 1488
14.18/8.46	o 1439
17.32/11.23	o 1434
17.63/11.59	o 1407
18.95/12.89	o 1405
19.16/13.08	o 1320
25.48/19.30	o 1311
25.48/19.30	o 1241
25.60/19.41	o 1225
25.60/19.41	o 1180
25.60/19.43	o 1176
25.60/19.43	o 1157
123.39/116.45	o 1120
2520.02/2477.60	Exception in thread "main" java.util.concurrent.TimeoutException
2520.02/2477.60		at concrete.MAC.mac(MAC.scala:192)
2520.02/2477.60		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.02/2477.60		at scala.util.Try$.apply(Try.scala:210)
2520.02/2477.60		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.02/2477.60		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.02/2477.60		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.02/2477.60		at concrete.MAC.oneRun(MAC.scala:265)
2520.02/2477.60		at concrete.MAC.nextSolution(MAC.scala:284)
2520.02/2477.60		at concrete.MAC.nextSolution(MAC.scala:369)
2520.02/2477.60		at concrete.Solver.hasNext(Solver.scala:160)
2520.02/2477.60		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.02/2477.60		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.02/2477.60		at concrete.Solver.foreach(Solver.scala:67)
2520.02/2477.60		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.02/2477.60		at scala.util.Success.map(Try.scala:262)
2520.02/2477.60		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2477.60		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.02/2477.60		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.02/2477.60		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2477.60		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.02/2477.60		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.02/2477.60		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.02/2477.60		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.02/2477.60		at scala.App.$anonfun$main$1(App.scala:73)
2520.02/2477.60		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.02/2477.60		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.02/2477.60		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.02/2477.60		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.02/2477.60		at scala.App.main(App.scala:73)
2520.02/2477.60		at scala.App.main$(App.scala:71)
2520.02/2477.60		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.02/2477.60		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2477.61	v <instantiation
2520.02/2477.61	v         cost = '1120'>
2520.02/2477.61	v       <list>
2520.02/2477.61	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88]
2520.02/2477.61	v       </list>
2520.02/2477.61	v       <values>
2520.02/2477.61	v         1 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0
2520.02/2477.61	v       </values>
2520.02/2477.61	v     </instantiation>
2520.02/2477.61	s SATISFIABLE

Verifier Data

OK	1120

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402771-1568981405/watcher-4402771-1568981405 -o /tmp/evaluation-result-4402771-1568981405/solver-4402771-1568981405 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568967579-7556 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2094713575 HOME/instance-4402771-1568981405.xml 

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

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


[startup+0.100098 s]*
/proc/loadavg: 1.53 1.31 1.35 3/218 11740
/proc/meminfo: memFree=3245940/32770624 swapFree=66999216/67108860
[pid=11683] ppid=11680 vsize=9972712 memory=16816 CPUtime=0.09 cores=0,2,4,6
/proc/11683/stat : 11683 (java) S 11680 11683 7525 0 -1 1077944320 4467 13133 0 0 1 1 5 2 20 0 6 0 474393621 10212057088 4204 33554432000 4194304 4196468 140730819314000 140730819296544 140147013168887 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
/proc/11683/statm: 2493178 4204 1935 1 0 2481616 0
[pid=11683/tid=11736] ppid=11680 vsize=9972712 memory=7892391828772250251 CPUtime=0.08 cores=0,2,4,6
/proc/11683/task/11736/stat : 11736 (java) R 11680 11683 7525 0 -1 4202560 2268 13133 0 0 1 0 5 2 20 0 6 0 474393630 10212057088 4716 33554432000 4194304 4196468 140730819314000 140146985005648 140146998851379 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11737] ppid=11680 vsize=9972712 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11737/stat : 11737 (java) S 11680 11683 7525 0 -1 1077944384 1 13133 0 0 0 0 5 2 20 0 6 0 474393631 10212057088 4716 33554432000 4194304 4196468 140730819314000 140147017411344 140147013179093 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11738] ppid=11680 vsize=9972712 memory=139621948319360 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11738/stat : 11738 (java) S 11680 11683 7525 0 -1 1077944384 1 13133 0 0 0 0 5 2 20 0 6 0 474393631 10212057088 4716 33554432000 4194304 4196468 140730819314000 140146932231056 140147013179093 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11739] ppid=11680 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11739/stat : 11739 (java) S 11680 11683 7525 0 -1 1077944384 1 13133 0 0 0 0 5 2 20 0 6 0 474393631 10212057088 4716 33554432000 4194304 4196468 140730819314000 140146585033744 140147013179093 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11740] ppid=11680 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11740/stat : 11740 (java) S 11680 11683 7525 0 -1 1077944384 2 13133 0 0 0 0 5 2 20 0 6 0 474393631 10212057088 4716 33554432000 4194304 4196468 140730819314000 140146583981200 140147013179093 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210506 s]*
/proc/loadavg: 1.53 1.31 1.35 3/227 11749
/proc/meminfo: memFree=3220968/32770624 swapFree=66999216/67108860
[pid=11683] ppid=11680 vsize=10819716 memory=47152 CPUtime=0.25 cores=0,2,4,6
/proc/11683/stat : 11683 (java) S 11680 11683 7525 0 -1 1077944320 7034 13133 0 0 16 2 5 2 20 0 15 0 474393621 11079389184 11788 33554432000 4194304 4196468 140730819314000 140730819296544 140147013168887 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
/proc/11683/statm: 2704929 11788 3176 1 0 2667149 0
[pid=11683/tid=11736] ppid=11680 vsize=10820756 memory=7822038051842263955 CPUtime=0.18 cores=0,2,4,6
/proc/11683/task/11736/stat : 11736 (java) R 11680 11683 7525 0 -1 4202560 3564 13133 0 0 10 1 5 2 20 0 15 0 474393630 11080454144 11788 33554432000 4194304 4196468 140730819314000 140146984979920 140147005848605 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11737] ppid=11680 vsize=10820756 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11737/stat : 11737 (java) S 11680 11683 7525 0 -1 1077944384 1 13133 0 0 0 0 5 2 20 0 15 0 474393631 11080454144 11788 33554432000 4194304 4196468 140730819314000 140147017411344 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11738] ppid=11680 vsize=10820756 memory=139621948319360 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11738/stat : 11738 (java) S 11680 11683 7525 0 -1 1077944384 1 13133 0 0 0 0 5 2 20 0 15 0 474393631 11080454144 11788 33554432000 4194304 4196468 140730819314000 140146932231056 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11739] ppid=11680 vsize=10820756 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11739/stat : 11739 (java) S 11680 11683 7525 0 -1 1077944384 1 13133 0 0 0 0 5 2 20 0 15 0 474393631 11080454144 11788 33554432000 4194304 4196468 140730819314000 140146585033744 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11740] ppid=11680 vsize=10819732 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11740/stat : 11740 (java) S 11680 11683 7525 0 -1 1077944384 2 13133 0 0 0 0 5 2 20 0 15 0 474393631 11079405568 11818 33554432000 4194304 4196468 140730819314000 140146583981200 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11741] ppid=11680 vsize=10819732 memory=139621948319360 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11741/stat : 11741 (java) S 11680 11683 7525 0 -1 1077944384 2 13133 0 0 0 0 5 2 20 0 15 0 474393632 11079405568 11818 33554432000 4194304 4196468 140730819314000 140146539862000 140147013180034 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11742] ppid=11680 vsize=10819732 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11742/stat : 11742 (java) S 11680 11683 7525 0 -1 1077944384 13 13133 0 0 0 0 5 2 20 0 15 0 474393633 11079405568 11818 33554432000 4194304 4196468 140730819314000 140146460582816 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11743] ppid=11680 vsize=10820756 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11743/stat : 11743 (java) S 11680 11683 7525 0 -1 1077944384 1 13133 0 0 0 0 5 2 20 0 15 0 474393633 11080454144 11818 33554432000 4194304 4196468 140730819314000 140145990820848 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11744] ppid=11680 vsize=10820756 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11744/stat : 11744 (java) S 11680 11683 7525 0 -1 1077944384 2 13133 0 0 0 0 5 2 20 0 15 0 474393636 11080454144 11818 33554432000 4194304 4196468 140730819314000 140145722386640 140147013187483 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11745] ppid=11680 vsize=10820756 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11683/task/11745/stat : 11745 (java) S 11680 11683 7525 0 -1 1077944384 491 13133 0 0 1 0 5 2 20 0 15 0 474393636 11080454144 11818 33554432000 4194304 4196468 140730819314000 140146538809840 140147013180034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11746] ppid=11680 vsize=10819732 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11683/task/11746/stat : 11746 (java) S 11680 11683 7525 0 -1 1077944384 180 13133 0 0 1 0 5 2 20 0 15 0 474393636 11079405568 11818 33554432000 4194304 4196468 140730819314000 140146537757296 140147013180034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11747] ppid=11680 vsize=10819732 memory=139621948319360 CPUtime=0.1 cores=0,2,4,6
/proc/11683/task/11747/stat : 11747 (java) S 11680 11683 7525 0 -1 1077944384 598 13133 0 0 3 0 5 2 20 0 15 0 474393636 11079405568 11818 33554432000 4194304 4196468 140730819314000 140146536704752 140147013180034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11748] ppid=11680 vsize=10819732 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11748/stat : 11748 (java) S 11680 11683 7525 0 -1 1077944384 3 13133 0 0 0 0 5 2 20 0 15 0 474393636 11079405568 11818 33554432000 4194304 4196468 140730819314000 140145252625504 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11749] ppid=11680 vsize=10820756 memory=139621948319360 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11749/stat : 11749 (java) S 11680 11683 7525 0 -1 1077944384 1 13133 0 0 0 0 5 2 20 0 15 0 474393636 11080454144 11818 33554432000 4194304 4196468 140730819314000 140146535651632 140147013180034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819716 KiB
Current children cumulated memory: 47152 KiB

[startup+0.310297 s]*
/proc/loadavg: 1.53 1.31 1.35 3/227 11749
/proc/meminfo: memFree=3208160/32770624 swapFree=66999216/67108860
[pid=11683] ppid=11680 vsize=10820196 memory=56096 CPUtime=0.39 cores=0,2,4,6
/proc/11683/stat : 11683 (java) S 11680 11683 7525 0 -1 1077944320 10719 13133 0 0 28 4 5 2 20 0 15 0 474393621 11079880704 14024 33554432000 4194304 4196468 140730819314000 140730819296544 140147013168887 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
/proc/11683/statm: 2705049 14024 3307 1 0 2667149 0
[pid=11683/tid=11736] ppid=11680 vsize=10820196 memory=8317482817917895235 CPUtime=0.28 cores=0,2,4,6
/proc/11683/task/11736/stat : 11736 (java) R 11680 11683 7525 0 -1 4202560 7196 13133 0 0 18 3 5 2 20 0 15 0 474393630 11079880704 14024 33554432000 4194304 4196468 140730819314000 140146984979024 140146997249374 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11737] ppid=11680 vsize=10820196 memory=6443362917767275367 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11737/stat : 11737 (java) S 11680 11683 7525 0 -1 1077944384 1 13133 0 0 0 0 5 2 20 0 15 0 474393631 11079880704 14024 33554432000 4194304 4196468 140730819314000 140147017411344 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11738] ppid=11680 vsize=10820196 memory=5787213827347079232 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11738/stat : 11738 (java) S 11680 11683 7525 0 -1 1077944384 1 13133 0 0 0 0 5 2 20 0 15 0 474393631 11079880704 14024 33554432000 4194304 4196468 140730819314000 140146932231056 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11739] ppid=11680 vsize=10820196 memory=7649538993250912193 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11739/stat : 11739 (java) S 11680 11683 7525 0 -1 1077944384 1 13133 0 0 0 0 5 2 20 0 15 0 474393631 11079880704 14024 33554432000 4194304 4196468 140730819314000 140146585033744 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11740] ppid=11680 vsize=10820196 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11740/stat : 11740 (java) S 11680 11683 7525 0 -1 1077944384 2 13133 0 0 0 0 5 2 20 0 15 0 474393631 11079880704 14024 33554432000 4194304 4196468 140730819314000 140146583981200 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11741] ppid=11680 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11741/stat : 11741 (java) S 11680 11683 7525 0 -1 1077944384 2 13133 0 0 0 0 5 2 20 0 15 0 474393632 11079880704 14024 33554432000 4194304 4196468 140730819314000 140146539862000 140147013180034 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11742] ppid=11680 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11742/stat : 11742 (java) S 11680 11683 7525 0 -1 1077944384 13 13133 0 0 0 0 5 2 20 0 15 0 474393633 11079880704 14024 33554432000 4194304 4196468 140730819314000 140146460582816 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11743] ppid=11680 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11743/stat : 11743 (java) S 11680 11683 7525 0 -1 1077944384 1 13133 0 0 0 0 5 2 20 0 15 0 474393633 11079880704 14024 33554432000 4194304 4196468 140730819314000 140145990820848 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11744] ppid=11680 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11744/stat : 11744 (java) S 11680 11683 7525 0 -1 1077944384 2 13133 0 0 0 0 5 2 20 0 15 0 474393636 11079880704 14024 33554432000 4194304 4196468 140730819314000 140145722386640 140147013187483 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11745] ppid=11680 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11683/task/11745/stat : 11745 (java) S 11680 11683 7525 0 -1 1077944384 497 13133 0 0 2 0 5 2 20 0 15 0 474393636 11079880704 14024 33554432000 4194304 4196468 140730819314000 140146538809840 140147013180034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11746] ppid=11680 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11683/task/11746/stat : 11746 (java) S 11680 11683 7525 0 -1 1077944384 180 13133 0 0 1 0 5 2 20 0 15 0 474393636 11079880704 14024 33554432000 4194304 4196468 140730819314000 140146537757296 140147013180034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11747] ppid=11680 vsize=10820196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/11683/task/11747/stat : 11747 (java) S 11680 11683 7525 0 -1 1077944384 617 13133 0 0 5 0 5 2 20 0 15 0 474393636 11079880704 14024 33554432000 4194304 4196468 140730819314000 140146536704752 140147013180034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11748] ppid=11680 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11748/stat : 11748 (java) S 11680 11683 7525 0 -1 1077944384 3 13133 0 0 0 0 5 2 20 0 15 0 474393636 11079880704 14024 33554432000 4194304 4196468 140730819314000 140145252625504 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11749] ppid=11680 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11749/stat : 11749 (java) S 11680 11683 7525 0 -1 1077944384 1 13133 0 0 0 0 5 2 20 0 15 0 474393636 11079880704 14024 33554432000 4194304 4196468 140730819314000 140146535651632 140147013180034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 56096 KiB

[startup+0.706495 s]
/proc/loadavg: 1.53 1.31 1.35 5/227 11749
/proc/meminfo: memFree=3195272/32770624 swapFree=66999216/67108860
[pid=11683] ppid=11680 vsize=10824364 memory=89408 CPUtime=1.15 cores=0,2,4,6
/proc/11683/stat : 11683 (java) S 11680 11683 7525 0 -1 1077944320 15072 13133 0 0 102 6 5 2 20 0 15 0 474393621 11084148736 22352 33554432000 4194304 4196468 140730819314000 140730819296544 140147013168887 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
/proc/11683/statm: 2706091 22352 3507 1 0 2668173 0
[pid=11683/tid=11736] ppid=11680 vsize=10824364 memory=2241 CPUtime=0.67 cores=0,2,4,6
/proc/11683/task/11736/stat : 11736 (java) R 11680 11683 7525 0 -1 4202560 10385 13133 0 0 55 5 5 2 20 0 15 0 474393630 11084148736 22352 33554432000 4194304 4196468 140730819314000 140146984995760 140146991613295 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11737] ppid=11680 vsize=10824364 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11737/stat : 11737 (java) S 11680 11683 7525 0 -1 1077944384 1 13133 0 0 0 0 5 2 20 0 15 0 474393631 11084148736 22352 33554432000 4194304 4196468 140730819314000 140147017411344 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11738] ppid=11680 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11738/stat : 11738 (java) S 11680 11683 7525 0 -1 1077944384 1 13133 0 0 0 0 5 2 20 0 15 0 474393631 11084148736 22352 33554432000 4194304 4196468 140730819314000 140146932231056 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11739] ppid=11680 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11739/stat : 11739 (java) S 11680 11683 7525 0 -1 1077944384 1 13133 0 0 0 0 5 2 20 0 15 0 474393631 11084148736 22352 33554432000 4194304 4196468 140730819314000 140146585033744 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11740] ppid=11680 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11740/stat : 11740 (java) S 11680 11683 7525 0 -1 1077944384 2 13133 0 0 0 0 5 2 20 0 15 0 474393631 11084148736 22352 33554432000 4194304 4196468 140730819314000 140146583981200 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11741] ppid=11680 vsize=10824364 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11741/stat : 11741 (java) S 11680 11683 7525 0 -1 1077944384 6 13133 0 0 0 0 5 2 20 0 15 0 474393632 11084148736 22352 33554432000 4194304 4196468 140730819314000 140146539862000 140147013180034 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11742] ppid=11680 vsize=10824364 memory=6944656592455359580 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11742/stat : 11742 (java) S 11680 11683 7525 0 -1 1077944384 13 13133 0 0 0 0 5 2 20 0 15 0 474393633 11084148736 22352 33554432000 4194304 4196468 140730819314000 140146460582816 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11743] ppid=11680 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11743/stat : 11743 (java) S 11680 11683 7525 0 -1 1077944384 1 13133 0 0 0 0 5 2 20 0 15 0 474393633 11084148736 22352 33554432000 4194304 4196468 140730819314000 140145990820848 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11744] ppid=11680 vsize=10824364 memory=6944656592455097440 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11744/stat : 11744 (java) S 11680 11683 7525 0 -1 1077944384 2 13133 0 0 0 0 5 2 20 0 15 0 474393636 11084148736 22352 33554432000 4194304 4196468 140730819314000 140145722386640 140147013187483 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11745] ppid=11680 vsize=10824364 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/11683/task/11745/stat : 11745 (java) R 11680 11683 7525 0 -1 4202560 1041 13133 0 0 17 0 5 2 20 0 15 0 474393636 11084148736 22352 33554432000 4194304 4196468 140730819314000 140146538795936 140146996553640 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11746] ppid=11680 vsize=10824364 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/11683/task/11746/stat : 11746 (java) S 11680 11683 7525 0 -1 1077944384 585 13133 0 0 11 0 5 2 20 0 15 0 474393636 11084148736 22352 33554432000 4194304 4196468 140730819314000 140146537757296 140147013180034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11747] ppid=11680 vsize=10824364 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/11683/task/11747/stat : 11747 (java) S 11680 11683 7525 0 -1 1077944384 822 13133 0 0 17 0 5 2 20 0 15 0 474393636 11084148736 22352 33554432000 4194304 4196468 140730819314000 140146536704752 140147013180034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11748] ppid=11680 vsize=10824364 memory=139621803526064 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11748/stat : 11748 (java) S 11680 11683 7525 0 -1 1077944384 3 13133 0 0 0 0 5 2 20 0 15 0 474393636 11084148736 22352 33554432000 4194304 4196468 140730819314000 140145252625504 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11749] ppid=11680 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11749/stat : 11749 (java) S 11680 11683 7525 0 -1 1077944384 1 13133 0 0 0 0 5 2 20 0 15 0 474393636 11084148736 22352 33554432000 4194304 4196468 140730819314000 140146535651632 140147013180034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 89408 KiB

[startup+1.50064 s]
/proc/loadavg: 1.53 1.31 1.35 4/227 11749
/proc/meminfo: memFree=3151132/32770624 swapFree=66999216/67108860
[pid=11683] ppid=11680 vsize=10834680 memory=175548 CPUtime=2.46 cores=0,2,4,6
/proc/11683/stat : 11683 (java) S 11680 11683 7525 0 -1 1077944320 21915 13133 0 0 227 12 5 2 20 0 15 0 474393621 11094712320 43887 33554432000 4194304 4196468 140730819314000 140730819296544 140147013168887 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
/proc/11683/statm: 2708670 43887 3585 1 0 2670733 0
[pid=11683/tid=11736] ppid=11680 vsize=10834680 memory=16 CPUtime=1.42 cores=0,2,4,6
/proc/11683/task/11736/stat : 11736 (java) R 11680 11683 7525 0 -1 4202560 15339 13133 0 0 128 7 5 2 20 0 15 0 474393630 11094712320 43887 33554432000 4194304 4196468 140730819314000 140146984968128 140146997249374 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11737] ppid=11680 vsize=10834680 memory=26 CPUtime=0.08 cores=0,2,4,6
/proc/11683/task/11737/stat : 11737 (java) S 11680 11683 7525 0 -1 1077944384 73 13133 0 0 1 0 5 2 20 0 15 0 474393631 11094712320 43887 33554432000 4194304 4196468 140730819314000 140147017411344 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11738] ppid=11680 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11738/stat : 11738 (java) S 11680 11683 7525 0 -1 1077944384 33 13133 0 0 0 0 5 2 20 0 15 0 474393631 11094712320 43887 33554432000 4194304 4196468 140730819314000 140146932231056 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11739] ppid=11680 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11739/stat : 11739 (java) S 11680 11683 7525 0 -1 1077944384 340 13133 0 0 0 0 5 2 20 0 15 0 474393631 11094712320 43887 33554432000 4194304 4196468 140730819314000 140146585033744 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11740] ppid=11680 vsize=10834680 memory=103368 CPUtime=0.08 cores=0,2,4,6
/proc/11683/task/11740/stat : 11740 (java) S 11680 11683 7525 0 -1 1077944384 71 13133 0 0 1 0 5 2 20 0 15 0 474393631 11094712320 43887 33554432000 4194304 4196468 140730819314000 140146583981200 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11741] ppid=11680 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11683/task/11741/stat : 11741 (java) S 11680 11683 7525 0 -1 1077944384 146 13133 0 0 1 0 5 2 20 0 15 0 474393632 11094712320 43887 33554432000 4194304 4196468 140730819314000 140146539862000 140147013180034 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11742] ppid=11680 vsize=10834680 memory=6297548872420774760 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11742/stat : 11742 (java) S 11680 11683 7525 0 -1 1077944384 13 13133 0 0 0 0 5 2 20 0 15 0 474393633 11094712320 43887 33554432000 4194304 4196468 140730819314000 140146460582880 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11743] ppid=11680 vsize=10834680 memory=7956286480499369826 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11743/stat : 11743 (java) S 11680 11683 7525 0 -1 1077944384 2 13133 0 0 0 0 5 2 20 0 15 0 474393633 11094712320 43887 33554432000 4194304 4196468 140730819314000 140145990820848 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11744] ppid=11680 vsize=10834680 memory=7449888812704622440 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11744/stat : 11744 (java) S 11680 11683 7525 0 -1 1077944384 2 13133 0 0 0 0 5 2 20 0 15 0 474393636 11094712320 43887 33554432000 4194304 4196468 140730819314000 140145722386640 140147013187483 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11745] ppid=11680 vsize=10834680 memory=5787220458829273444 CPUtime=0.36 cores=0,2,4,6
/proc/11683/task/11745/stat : 11745 (java) S 11680 11683 7525 0 -1 1077944384 1262 13133 0 0 29 0 5 2 20 0 15 0 474393636 11094712320 43887 33554432000 4194304 4196468 140730819314000 140146538809840 140147013180034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11746] ppid=11680 vsize=10834680 memory=5868022516171302762 CPUtime=0.28 cores=0,2,4,6
/proc/11683/task/11746/stat : 11746 (java) S 11680 11683 7525 0 -1 1077944384 729 13133 0 0 21 0 5 2 20 0 15 0 474393636 11094712320 43887 33554432000 4194304 4196468 140730819314000 140146537757296 140147013180034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11747] ppid=11680 vsize=10834680 memory=6297548872420774760 CPUtime=0.47 cores=0,2,4,6
/proc/11683/task/11747/stat : 11747 (java) S 11680 11683 7525 0 -1 1077944384 1698 13133 0 0 40 0 5 2 20 0 15 0 474393636 11094712320 43887 33554432000 4194304 4196468 140730819314000 140146536704752 140147013180034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11748] ppid=11680 vsize=10834680 memory=6297548872420774760 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11748/stat : 11748 (java) S 11680 11683 7525 0 -1 1077944384 3 13133 0 0 0 0 5 2 20 0 15 0 474393636 11094712320 43887 33554432000 4194304 4196468 140730819314000 140145252625504 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11749] ppid=11680 vsize=10834680 memory=56 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11749/stat : 11749 (java) S 11680 11683 7525 0 -1 1077944384 1 13133 0 0 0 0 5 2 20 0 15 0 474393636 11094712320 43887 33554432000 4194304 4196468 140730819314000 140146535651632 140147013180034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 10834680 KiB

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

/proc/11683/task/11736/stat : 11736 (java) R 11680 11683 7525 0 -1 4202560 72899 13133 0 0 229401 55 5 2 20 0 15 0 474393630 11107315712 243214 33554432000 4194304 4196468 140730819314000 140146985005072 140146624234658 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11737] ppid=11680 vsize=10846988 memory=972772 CPUtime=12.25 cores=0,2,4,6
/proc/11683/task/11737/stat : 11737 (java) S 11680 11683 7525 0 -1 1077944384 20998 13133 0 0 1157 61 5 2 20 0 15 0 474393631 11107315712 243214 33554432000 4194304 4196468 140730819314000 140147017411344 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11738] ppid=11680 vsize=10846988 memory=972772 CPUtime=12.22 cores=0,2,4,6
/proc/11683/task/11738/stat : 11738 (java) S 11680 11683 7525 0 -1 1077944384 14051 13133 0 0 1152 63 5 2 20 0 15 0 474393631 11107315712 243214 33554432000 4194304 4196468 140730819314000 140146932231056 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11739] ppid=11680 vsize=10846988 memory=972856 CPUtime=12.24 cores=0,2,4,6
/proc/11683/task/11739/stat : 11739 (java) S 11680 11683 7525 0 -1 1077944384 22531 13133 0 0 1153 64 5 2 20 0 15 0 474393631 11107315712 243214 33554432000 4194304 4196468 140730819314000 140146585033744 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11740] ppid=11680 vsize=10846988 memory=972856 CPUtime=12.27 cores=0,2,4,6
/proc/11683/task/11740/stat : 11740 (java) S 11680 11683 7525 0 -1 1077944384 22181 13133 0 0 1161 59 5 2 20 0 15 0 474393631 11107315712 243214 33554432000 4194304 4196468 140730819314000 140146583981200 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11741] ppid=11680 vsize=10846988 memory=972856 CPUtime=11.43 cores=0,2,4,6
/proc/11683/task/11741/stat : 11741 (java) S 11680 11683 7525 0 -1 1077944384 18538 13133 0 0 1076 60 5 2 20 0 15 0 474393632 11107315712 243214 33554432000 4194304 4196468 140730819314000 140146539862000 140147013180034 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11742] ppid=11680 vsize=10846988 memory=972856 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11742/stat : 11742 (java) S 11680 11683 7525 0 -1 1077944384 24 13133 0 0 0 0 5 2 20 0 15 0 474393633 11107315712 243214 33554432000 4194304 4196468 140730819314000 140146460582880 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11743] ppid=11680 vsize=10846988 memory=149 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11743/stat : 11743 (java) S 11680 11683 7525 0 -1 1077944384 18 13133 0 0 0 0 5 2 20 0 15 0 474393633 11107315712 243214 33554432000 4194304 4196468 140730819314000 140145990820864 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11744] ppid=11680 vsize=10846988 memory=972856 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11744/stat : 11744 (java) S 11680 11683 7525 0 -1 1077944384 2 13133 0 0 0 0 5 2 20 0 15 0 474393636 11107315712 243214 33554432000 4194304 4196468 140730819314000 140145722386640 140147013187483 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11745] ppid=11680 vsize=10846988 memory=972856 CPUtime=2.47 cores=0,2,4,6
/proc/11683/task/11745/stat : 11745 (java) S 11680 11683 7525 0 -1 1077944384 8697 13133 0 0 237 3 5 2 20 0 15 0 474393636 11107315712 243214 33554432000 4194304 4196468 140730819314000 140146538809840 140147013180034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11746] ppid=11680 vsize=10846988 memory=972856 CPUtime=2.25 cores=0,2,4,6
/proc/11683/task/11746/stat : 11746 (java) S 11680 11683 7525 0 -1 1077944384 5863 13133 0 0 216 2 5 2 20 0 15 0 474393636 11107315712 243214 33554432000 4194304 4196468 140730819314000 140146537757296 140147013180034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11747] ppid=11680 vsize=10846988 memory=972856 CPUtime=1.56 cores=0,2,4,6
/proc/11683/task/11747/stat : 11747 (java) S 11680 11683 7525 0 -1 1077944384 9437 13133 0 0 146 3 5 2 20 0 15 0 474393636 11107315712 243214 33554432000 4194304 4196468 140730819314000 140146536704752 140147013180034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11748] ppid=11680 vsize=10846988 memory=972856 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11748/stat : 11748 (java) S 11680 11683 7525 0 -1 1077944384 3 13133 0 0 0 0 5 2 20 0 15 0 474393636 11107315712 243214 33554432000 4194304 4196468 140730819314000 140145252625504 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11749] ppid=11680 vsize=10846988 memory=972856 CPUtime=1.55 cores=0,2,4,6
/proc/11683/task/11749/stat : 11749 (java) S 11680 11683 7525 0 -1 1077944384 1142 13133 0 0 72 76 5 2 20 0 15 0 474393636 11107315712 243214 33554432000 4194304 4196468 140730819314000 140146535651632 140147013180034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
Current children cumulated CPU time: 2362.33 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 972856 KiB

[startup+2382.3 s]
/proc/loadavg: 1.18 1.21 1.31 3/227 12482
/proc/meminfo: memFree=3978516/32770624 swapFree=66999216/67108860
[pid=11683] ppid=11680 vsize=10846988 memory=972944 CPUtime=2423.24 cores=0,2,4,6
/proc/11683/stat : 11683 (java) S 11680 11683 7525 0 -1 1077944320 200092 13133 0 0 241942 375 5 2 20 0 15 0 474393621 11107315712 243236 33554432000 4194304 4196468 140730819314000 140730819296544 140147013168887 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
/proc/11683/statm: 2711747 243236 3626 1 0 2673805 0
[pid=11683/tid=11736] ppid=11680 vsize=10846988 memory=972940 CPUtime=2353.84 cores=0,2,4,6
/proc/11683/task/11736/stat : 11736 (java) R 11680 11683 7525 0 -1 4202560 73630 13133 0 0 235322 55 5 2 20 0 15 0 474393630 11107315712 243236 33554432000 4194304 4196468 140730819314000 140146985004784 140146625308352 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11737] ppid=11680 vsize=10846988 memory=972940 CPUtime=12.59 cores=0,2,4,6
/proc/11683/task/11737/stat : 11737 (java) S 11680 11683 7525 0 -1 1077944384 21036 13133 0 0 1189 63 5 2 20 0 15 0 474393631 11107315712 243236 33554432000 4194304 4196468 140730819314000 140147017411344 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11738] ppid=11680 vsize=10846988 memory=972944 CPUtime=12.56 cores=0,2,4,6
/proc/11683/task/11738/stat : 11738 (java) S 11680 11683 7525 0 -1 1077944384 14084 13133 0 0 1185 64 5 2 20 0 15 0 474393631 11107315712 243236 33554432000 4194304 4196468 140730819314000 140146932231056 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11739] ppid=11680 vsize=10846988 memory=972944 CPUtime=12.56 cores=0,2,4,6
/proc/11683/task/11739/stat : 11739 (java) S 11680 11683 7525 0 -1 1077944384 22902 13133 0 0 1184 65 5 2 20 0 15 0 474393631 11107315712 243236 33554432000 4194304 4196468 140730819314000 140146585033744 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11740] ppid=11680 vsize=10846988 memory=972940 CPUtime=12.61 cores=0,2,4,6
/proc/11683/task/11740/stat : 11740 (java) S 11680 11683 7525 0 -1 1077944384 22276 13133 0 0 1193 61 5 2 20 0 15 0 474393631 11107315712 243236 33554432000 4194304 4196468 140730819314000 140146583981200 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11741] ppid=11680 vsize=10846988 memory=972944 CPUtime=11.75 cores=0,2,4,6
/proc/11683/task/11741/stat : 11741 (java) S 11680 11683 7525 0 -1 1077944384 18747 13133 0 0 1105 63 5 2 20 0 15 0 474393632 11107315712 243236 33554432000 4194304 4196468 140730819314000 140146539862000 140147013180034 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11742] ppid=11680 vsize=10846988 memory=972944 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11742/stat : 11742 (java) S 11680 11683 7525 0 -1 1077944384 24 13133 0 0 0 0 5 2 20 0 15 0 474393633 11107315712 243236 33554432000 4194304 4196468 140730819314000 140146460582880 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11743] ppid=11680 vsize=10846988 memory=972944 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11743/stat : 11743 (java) S 11680 11683 7525 0 -1 1077944384 18 13133 0 0 0 0 5 2 20 0 15 0 474393633 11107315712 243236 33554432000 4194304 4196468 140730819314000 140145990820864 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11744] ppid=11680 vsize=10846988 memory=972856 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11744/stat : 11744 (java) S 11680 11683 7525 0 -1 1077944384 2 13133 0 0 0 0 5 2 20 0 15 0 474393636 11107315712 243236 33554432000 4194304 4196468 140730819314000 140145722386640 140147013187483 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11745] ppid=11680 vsize=10846988 memory=3028 CPUtime=2.47 cores=0,2,4,6
/proc/11683/task/11745/stat : 11745 (java) S 11680 11683 7525 0 -1 1077944384 8699 13133 0 0 237 3 5 2 20 0 15 0 474393636 11107315712 243236 33554432000 4194304 4196468 140730819314000 140146538809840 140147013180034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11746] ppid=11680 vsize=10846988 memory=972944 CPUtime=2.25 cores=0,2,4,6
/proc/11683/task/11746/stat : 11746 (java) S 11680 11683 7525 0 -1 1077944384 5865 13133 0 0 216 2 5 2 20 0 15 0 474393636 11107315712 243236 33554432000 4194304 4196468 140730819314000 140146537757296 140147013180034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11747] ppid=11680 vsize=10846988 memory=1060 CPUtime=1.56 cores=0,2,4,6
/proc/11683/task/11747/stat : 11747 (java) S 11680 11683 7525 0 -1 1077944384 9439 13133 0 0 146 3 5 2 20 0 15 0 474393636 11107315712 243236 33554432000 4194304 4196468 140730819314000 140146536704752 140147013180034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11748] ppid=11680 vsize=10846988 memory=3504 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11748/stat : 11748 (java) S 11680 11683 7525 0 -1 1077944384 3 13133 0 0 0 0 5 2 20 0 15 0 474393636 11107315712 243236 33554432000 4194304 4196468 140730819314000 140145252625504 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11749] ppid=11680 vsize=10846988 memory=55696 CPUtime=1.59 cores=0,2,4,6
/proc/11683/task/11749/stat : 11749 (java) S 11680 11683 7525 0 -1 1077944384 1159 13133 0 0 74 78 5 2 20 0 15 0 474393636 11107315712 243236 33554432000 4194304 4196468 140730819314000 140146535651632 140147013180034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
Current children cumulated CPU time: 2423.24 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 972944 KiB

[startup+2442.3 s]
/proc/loadavg: 1.10 1.17 1.29 3/227 12486
/proc/meminfo: memFree=3981208/32770624 swapFree=66999216/67108860
[pid=11683] ppid=11680 vsize=10846988 memory=973016 CPUtime=2484.17 cores=0,2,4,6
/proc/11683/stat : 11683 (java) S 11680 11683 7525 0 -1 1077944320 201627 13133 0 0 248026 384 5 2 20 0 15 0 474393621 11107315712 243254 33554432000 4194304 4196468 140730819314000 140730819296544 140147013168887 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
/proc/11683/statm: 2711747 243254 3626 1 0 2673805 0
[pid=11683/tid=11736] ppid=11680 vsize=10846988 memory=973016 CPUtime=2413.08 cores=0,2,4,6
/proc/11683/task/11736/stat : 11736 (java) R 11680 11683 7525 0 -1 4202560 74413 13133 0 0 241245 56 5 2 20 0 15 0 474393630 11107315712 243254 33554432000 4194304 4196468 140730819314000 140146985005296 140146623570130 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11737] ppid=11680 vsize=10846988 memory=973016 CPUtime=12.92 cores=0,2,4,6
/proc/11683/task/11737/stat : 11737 (java) S 11680 11683 7525 0 -1 1077944384 21064 13133 0 0 1221 64 5 2 20 0 15 0 474393631 11107315712 243254 33554432000 4194304 4196468 140730819314000 140147017411344 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11738] ppid=11680 vsize=10846988 memory=973016 CPUtime=12.89 cores=0,2,4,6
/proc/11683/task/11738/stat : 11738 (java) S 11680 11683 7525 0 -1 1077944384 14497 13133 0 0 1217 65 5 2 20 0 15 0 474393631 11107315712 243254 33554432000 4194304 4196468 140730819314000 140146932231056 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11739] ppid=11680 vsize=10846988 memory=973016 CPUtime=12.91 cores=0,2,4,6
/proc/11683/task/11739/stat : 11739 (java) S 11680 11683 7525 0 -1 1077944384 22929 13133 0 0 1217 67 5 2 20 0 15 0 474393631 11107315712 243254 33554432000 4194304 4196468 140730819314000 140146585033744 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11740] ppid=11680 vsize=10846988 memory=973016 CPUtime=12.94 cores=0,2,4,6
/proc/11683/task/11740/stat : 11740 (java) S 11680 11683 7525 0 -1 1077944384 22334 13133 0 0 1225 62 5 2 20 0 15 0 474393631 11107315712 243254 33554432000 4194304 4196468 140730819314000 140146583981200 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11741] ppid=11680 vsize=10846988 memory=973016 CPUtime=12.06 cores=0,2,4,6
/proc/11683/task/11741/stat : 11741 (java) S 11680 11683 7525 0 -1 1077944384 18949 13133 0 0 1134 65 5 2 20 0 15 0 474393632 11107315712 243254 33554432000 4194304 4196468 140730819314000 140146539862000 140147013180034 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11742] ppid=11680 vsize=10846988 memory=973016 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11742/stat : 11742 (java) S 11680 11683 7525 0 -1 1077944384 24 13133 0 0 0 0 5 2 20 0 15 0 474393633 11107315712 243254 33554432000 4194304 4196468 140730819314000 140146460582880 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11743] ppid=11680 vsize=10846988 memory=973016 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11743/stat : 11743 (java) S 11680 11683 7525 0 -1 1077944384 18 13133 0 0 0 0 5 2 20 0 15 0 474393633 11107315712 243254 33554432000 4194304 4196468 140730819314000 140145990820864 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11744] ppid=11680 vsize=10846988 memory=973016 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11744/stat : 11744 (java) S 11680 11683 7525 0 -1 1077944384 2 13133 0 0 0 0 5 2 20 0 15 0 474393636 11107315712 243254 33554432000 4194304 4196468 140730819314000 140145722386640 140147013187483 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11745] ppid=11680 vsize=10846988 memory=3504 CPUtime=2.47 cores=0,2,4,6
/proc/11683/task/11745/stat : 11745 (java) S 11680 11683 7525 0 -1 1077944384 8701 13133 0 0 237 3 5 2 20 0 15 0 474393636 11107315712 243254 33554432000 4194304 4196468 140730819314000 140146538809840 140147013180034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11746] ppid=11680 vsize=10846988 memory=55696 CPUtime=2.25 cores=0,2,4,6
/proc/11683/task/11746/stat : 11746 (java) S 11680 11683 7525 0 -1 1077944384 5868 13133 0 0 216 2 5 2 20 0 15 0 474393636 11107315712 243254 33554432000 4194304 4196468 140730819314000 140146537757296 140147013180034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11747] ppid=11680 vsize=10846988 memory=973016 CPUtime=1.56 cores=0,2,4,6
/proc/11683/task/11747/stat : 11747 (java) S 11680 11683 7525 0 -1 1077944384 9441 13133 0 0 146 3 5 2 20 0 15 0 474393636 11107315712 243254 33554432000 4194304 4196468 140730819314000 140146536704752 140147013180034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11748] ppid=11680 vsize=10846988 memory=3504 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11748/stat : 11748 (java) S 11680 11683 7525 0 -1 1077944384 3 13133 0 0 0 0 5 2 20 0 15 0 474393636 11107315712 243254 33554432000 4194304 4196468 140730819314000 140145252625504 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11749] ppid=11680 vsize=10846988 memory=973016 CPUtime=1.63 cores=0,2,4,6
/proc/11683/task/11749/stat : 11749 (java) S 11680 11683 7525 0 -1 1077944384 1176 13133 0 0 75 81 5 2 20 0 15 0 474393636 11107315712 243254 33554432000 4194304 4196468 140730819314000 140146535651632 140147013180034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
Current children cumulated CPU time: 2484.17 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 973016 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2477.6 s]
/proc/loadavg: 1.31 1.23 1.31 3/228 12497
/proc/meminfo: memFree=3980872/32770624 swapFree=66999216/67108860
[pid=11683] ppid=11680 vsize=10846988 memory=973052 CPUtime=2520.02 cores=0,2,4,6
/proc/11683/stat : 11683 (java) S 11680 11683 7525 0 -1 1077944320 202855 13133 0 0 251604 391 5 2 20 0 15 0 474393621 11107315712 243263 33554432000 4194304 4196468 140730819314000 140730819296544 140147013168887 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
/proc/11683/statm: 2711747 243263 3626 1 0 2673805 0
[pid=11683/tid=11736] ppid=11680 vsize=10846988 memory=796 CPUtime=2447.93 cores=0,2,4,6
/proc/11683/task/11736/stat : 11736 (java) R 11680 11683 7525 0 -1 4202560 74917 13133 0 0 244730 56 5 2 20 0 15 0 474393630 11107315712 243263 33554432000 4194304 4196468 140730819314000 140146985004992 140146625045638 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11737] ppid=11680 vsize=10846988 memory=1804 CPUtime=13.11 cores=0,2,4,6
/proc/11683/task/11737/stat : 11737 (java) S 11680 11683 7525 0 -1 1077944384 21077 13133 0 0 1239 65 5 2 20 0 15 0 474393631 11107315712 243263 33554432000 4194304 4196468 140730819314000 140147017411344 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11738] ppid=11680 vsize=10846988 memory=1548 CPUtime=13.09 cores=0,2,4,6
/proc/11683/task/11738/stat : 11738 (java) S 11680 11683 7525 0 -1 1077944384 14871 13133 0 0 1235 67 5 2 20 0 15 0 474393631 11107315712 243263 33554432000 4194304 4196468 140730819314000 140146932231056 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11739] ppid=11680 vsize=10846988 memory=8560 CPUtime=13.1 cores=0,2,4,6
/proc/11683/task/11739/stat : 11739 (java) S 11680 11683 7525 0 -1 1077944384 22952 13133 0 0 1235 68 5 2 20 0 15 0 474393631 11107315712 243263 33554432000 4194304 4196468 140730819314000 140146585033744 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11740] ppid=11680 vsize=10846988 memory=1712 CPUtime=13.14 cores=0,2,4,6
/proc/11683/task/11740/stat : 11740 (java) S 11680 11683 7525 0 -1 1077944384 22418 13133 0 0 1244 63 5 2 20 0 15 0 474393631 11107315712 243263 33554432000 4194304 4196468 140730819314000 140146583981200 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11741] ppid=11680 vsize=10846988 memory=1112 CPUtime=12.24 cores=0,2,4,6
/proc/11683/task/11741/stat : 11741 (java) S 11680 11683 7525 0 -1 1077944384 19155 13133 0 0 1151 66 5 2 20 0 15 0 474393632 11107315712 243263 33554432000 4194304 4196468 140730819314000 140146539862000 140147013180034 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11742] ppid=11680 vsize=10846988 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11742/stat : 11742 (java) S 11680 11683 7525 0 -1 1077944384 24 13133 0 0 0 0 5 2 20 0 15 0 474393633 11107315712 243263 33554432000 4194304 4196468 140730819314000 140146460582880 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11743] ppid=11680 vsize=10846988 memory=2828 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11743/stat : 11743 (java) S 11680 11683 7525 0 -1 1077944384 18 13133 0 0 0 0 5 2 20 0 15 0 474393633 11107315712 243263 33554432000 4194304 4196468 140730819314000 140145990820864 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11744] ppid=11680 vsize=10846988 memory=676 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11744/stat : 11744 (java) S 11680 11683 7525 0 -1 1077944384 2 13133 0 0 0 0 5 2 20 0 15 0 474393636 11107315712 243263 33554432000 4194304 4196468 140730819314000 140145722386640 140147013187483 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11745] ppid=11680 vsize=10846988 memory=1060 CPUtime=2.47 cores=0,2,4,6
/proc/11683/task/11745/stat : 11745 (java) S 11680 11683 7525 0 -1 1077944384 8703 13133 0 0 237 3 5 2 20 0 15 0 474393636 11107315712 243263 33554432000 4194304 4196468 140730819314000 140146538809840 140147013180034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11746] ppid=11680 vsize=10846988 memory=3028 CPUtime=2.25 cores=0,2,4,6
/proc/11683/task/11746/stat : 11746 (java) S 11680 11683 7525 0 -1 1077944384 5870 13133 0 0 216 2 5 2 20 0 15 0 474393636 11107315712 243263 33554432000 4194304 4196468 140730819314000 140146537757296 140147013180034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11747] ppid=11680 vsize=10846988 memory=2012 CPUtime=1.56 cores=0,2,4,6
/proc/11683/task/11747/stat : 11747 (java) S 11680 11683 7525 0 -1 1077944384 9443 13133 0 0 146 3 5 2 20 0 15 0 474393636 11107315712 243263 33554432000 4194304 4196468 140730819314000 140146536704752 140147013180034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11748] ppid=11680 vsize=10846988 memory=1384 CPUtime=0.07 cores=0,2,4,6
/proc/11683/task/11748/stat : 11748 (java) S 11680 11683 7525 0 -1 1077944384 3 13133 0 0 0 0 5 2 20 0 15 0 474393636 11107315712 243263 33554432000 4194304 4196468 140730819314000 140145252625504 140147013179093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
[pid=11683/tid=11749] ppid=11680 vsize=10846988 memory=776 CPUtime=1.66 cores=0,2,4,6
/proc/11683/task/11749/stat : 11749 (java) S 11680 11683 7525 0 -1 1077944384 1194 13133 0 0 76 83 5 2 20 0 15 0 474393636 11107315712 243263 33554432000 4194304 4196468 140730819314000 140146535651632 140147013180034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140730819320559 140730819323077 140730819323077 140730819325903 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 973052 KiB

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

[startup+2477.63 s]
# the end of solver process 11683 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.12 s, system=3.95527 s

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

Child status: 143
Real time (s): 2477.63
CPU time (s): 2520.08
CPU user time (s): 2516.12
CPU system time (s): 3.95527
CPU usage (%): 101.713
Max. virtual memory (cumulated for all children) (KiB): 10846988
Max. memory (cumulated for all children) (KiB): 973052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.12
system time used= 3.95527
maximum resident set size= 977188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 216880
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 322200
involuntary context switches= 9575


# summary of solver processes directly reported to runsolver:
#   pid: 11683
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.12
#   total CPU system time (s): 3.95527

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7888 second user time and 24.1178 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-20 14:09:06
IDJOB=4402771
IDBENCH=135459
IDSOLVER=2861
FILE ID=node103/4402771-1568981405
RUNJOBID= node103-1568967579-7556
PBS_JOBID= 21704635
Free space on /tmp= 20680 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-mps/Pb-mps-v2-20-10-lseu.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402771-1568981405/watcher-4402771-1568981405 -o /tmp/evaluation-result-4402771-1568981405/solver-4402771-1568981405 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568967579-7556 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2094713575 HOME/instance-4402771-1568981405.xml

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

MD5SUM BENCH= b8e79a81cec6901ac635f2e0750bfcb6
RANDOM SEED=2094713575

node103.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.74
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.74
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.74
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.74
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:         3252696 kB
MemAvailable:   29430680 kB
Buffers:           98452 kB
Cached:         26334580 kB
SwapCached:         6972 kB
Active:         15604368 kB
Inactive:       13257172 kB
Active(anon):    2415500 kB
Inactive(anon):    62232 kB
Active(file):   13188868 kB
Inactive(file): 13194940 kB
Unevictable:      106472 kB
Mlocked:          106472 kB
SwapTotal:      67108860 kB
SwapFree:       66999216 kB
Dirty:             35352 kB
Writeback:             0 kB
AnonPages:       2541448 kB
Mapped:            65956 kB
Shmem:             40864 kB
Slab:             249488 kB
SReclaimable:     220020 kB
SUnreclaim:        29468 kB
KernelStack:        3984 kB
PageTables:        10900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3413756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2367488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 20644 MiB
End job on node103 at 2019-09-20 14:50:24