Trace number 4248397

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
R1: Concrete 3.4SAT (TO)1058 2400.13 2318.14

General information on the benchmark

NameKnapsack/Knapsack-m1-s60/
Knapsack-60-250-07.xml
MD5SUMf01027693dd53db4ae08ac6ca1ef0b11
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1058
Best CPU time to get the best result obtained on this benchmark171.065
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":60}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":60}]
Minimum constraint arity60
Maximum constraint arity60
Distribution of constraint arities[{"arity":60,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

4.04/2.23	c Concrete v3.4 running
7.14/3.38	o 570
7.58/3.42	o 571
7.58/3.44	o 613
7.58/3.46	o 620
7.58/3.48	o 654
7.58/3.50	o 701
7.94/3.51	o 743
7.94/3.53	o 745
7.94/3.54	o 791
7.94/3.55	o 846
7.94/3.57	o 850
7.94/3.58	o 886
7.94/3.59	o 924
8.28/3.60	o 940
8.28/3.61	o 961
8.28/3.62	o 968
8.28/3.63	o 976
8.28/3.63	o 983
8.28/3.64	o 1001
8.28/3.65	o 1015
8.28/3.69	o 1019
8.66/3.72	o 1023
8.66/3.72	o 1027
8.66/3.72	o 1032
8.66/3.79	o 1038
9.37/3.96	o 1039
9.37/3.96	o 1042
9.37/3.97	o 1048
9.78/4.10	o 1052
11.24/4.41	o 1058
2400.08/2318.10	java.util.concurrent.TimeoutException
2400.08/2318.10		at concrete.MAC.mac(MAC.scala:74)
2400.08/2318.10		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2400.08/2318.10		at scala.util.Try$.apply(Try.scala:209)
2400.08/2318.10		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2400.08/2318.10		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2400.08/2318.10		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2400.08/2318.10		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2400.08/2318.10		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2400.08/2318.10		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2400.08/2318.10		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2400.08/2318.10		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2400.08/2318.10		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2400.08/2318.10		at concrete.MAC.oneRun(MAC.scala:146)
2400.08/2318.10		at concrete.MAC.nextSolution(MAC.scala:166)
2400.08/2318.10		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2400.08/2318.11		at concrete.ProblemState.map(ProblemState.scala:203)
2400.08/2318.11		at concrete.ProblemState.map(ProblemState.scala:188)
2400.08/2318.11		at concrete.MAC.nextSolution(MAC.scala:195)
2400.08/2318.11		at concrete.Solver.hasNext(Solver.scala:202)
2400.08/2318.11		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2400.08/2318.11		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2400.08/2318.11		at concrete.Solver.toStream(Solver.scala:73)
2400.08/2318.11		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2400.08/2318.11		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2400.08/2318.11		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2400.08/2318.11		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2400.08/2318.11		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2400.08/2318.11		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2400.08/2318.11		at scala.util.Success.map(Try.scala:209)
2400.08/2318.11		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2400.08/2318.11		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2400.08/2318.11		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.08/2318.11		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2400.08/2318.11		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.08/2318.11		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2400.08/2318.11		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2400.08/2318.11		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2400.08/2318.11		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2400.08/2318.11		at scala.collection.immutable.List.foreach(List.scala:389)
2400.08/2318.11		at scala.App.main(App.scala:76)
2400.08/2318.11		at scala.App.main$(App.scala:74)
2400.08/2318.11		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.08/2318.11		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.08/2318.11	v <instantiation cost="1058">
2400.08/2318.11	v       <list>
2400.08/2318.11	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]
2400.08/2318.11	v       </list>
2400.08/2318.11	v       <values>
2400.08/2318.11	v         0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 1 1 0 1 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 1 1 1 0 1 1 0 0 0 0 0
2400.08/2318.11	v       </values>
2400.08/2318.11	v     </instantiation>
2400.08/2318.11	s SATISFIABLE

Verifier Data

OK	1058

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4248397-1500745513/watcher-4248397-1500745513 -o /tmp/evaluation-result-4248397-1500745513/solver-4248397-1500745513 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1500717875-23066 --watchdog 2560 bin/concrete HOME/instance-4248397-1500745513.xml 

pid=30785
running on 8 cores: 1,3,5,7,9,11,13,15

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.19 1.35 1.43 3/262 30788
/proc/meminfo: memFree=31024760/32770624 swapFree=5756/322496
[pid=30788] ppid=30785 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30788/stat : 30788 (bash) S 30785 30788 23034 0 -1 4202496 686 1534 0 0 0 0 0 0 20 0 1 0 9816625 9736192 350 33554432000 4194304 5098028 140725621976640 140725621974280 139709862669312 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 11161600 140725621982478 140725621982563 140725621982563 140725621985262 0
/proc/30788/statm: 2377 350 277 221 0 86 0

[startup+0.100091 s]
/proc/loadavg: 1.19 1.35 1.43 3/262 30788
/proc/meminfo: memFree=31024760/32770624 swapFree=5756/322496
[pid=30788] ppid=30785 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/30788/stat : 30788 (bash) S 30785 30788 23034 0 -1 4202496 880 6421 0 0 0 0 0 1 20 0 1 0 9816625 9871360 378 33554432000 4194304 5098028 140725621976640 140725621970648 139709862669312 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 11161600 140725621982478 140725621982563 140725621982563 140725621985262 0
/proc/30788/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200315 s]
/proc/loadavg: 1.19 1.35 1.43 3/262 30788
/proc/meminfo: memFree=31024760/32770624 swapFree=5756/322496
[pid=30788] ppid=30785 vsize=10435860 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/30788/stat : 30788 (java) S 30785 30788 23034 0 -1 1077944320 5119 12544 0 0 5 1 8 3 20 0 13 0 9816625 10686320640 5487 33554432000 4194304 4196468 140736342695680 140736342678224 139961014771447 0 0 0 16800971 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
/proc/30788/statm: 2608965 5487 2171 1 0 2597403 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 10435860

[startup+0.300329 s]
/proc/loadavg: 1.19 1.35 1.43 3/262 30788
/proc/meminfo: memFree=31024760/32770624 swapFree=5756/322496
[pid=30788] ppid=30785 vsize=10902392 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/30788/stat : 30788 (java) S 30785 30788 23034 0 -1 1077944320 7390 12544 0 0 23 2 8 3 20 0 20 0 9816625 11164049408 9056 33554432000 4194304 4196468 140736342695680 140736342678224 139961014771447 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
/proc/30788/statm: 2725598 9056 2974 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700233 s]
/proc/loadavg: 1.19 1.35 1.43 3/262 30788
/proc/meminfo: memFree=31024760/32770624 swapFree=5756/322496
[pid=30788] ppid=30785 vsize=10902720 CPUtime=0.91 cores=1,3,5,7,9,11,13,15
/proc/30788/stat : 30788 (java) S 30785 30788 23034 0 -1 1077944320 12451 12544 0 0 76 4 8 3 20 0 20 0 9816625 11164385280 15755 33554432000 4194304 4196468 140736342695680 140736342678224 139961014771447 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
/proc/30788/statm: 2725680 15755 3158 1 0 2713890 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 10902720

[startup+1.50085 s]
/proc/loadavg: 1.19 1.35 1.43 3/282 30861
/proc/meminfo: memFree=30922740/32770624 swapFree=5756/322528
[pid=30788] ppid=30785 vsize=10913344 CPUtime=2.3 cores=1,3,5,7,9,11,13,15
/proc/30788/stat : 30788 (java) S 30785 30788 23034 0 -1 1077944320 26814 12544 0 0 206 13 8 3 20 0 20 0 9816625 11175264256 44140 33554432000 4194304 4196468 140736342695680 140736342678224 139961014771447 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
/proc/30788/statm: 2728336 44140 3406 1 0 2716450 0
[pid=30788/tid=30843] ppid=30785 vsize=10913344 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30843/stat : 30843 (java) R 30785 30788 23034 0 -1 4202560 19244 12544 0 0 126 5 8 3 20 0 20 0 9816638 11175264256 44140 33554432000 4194304 4196468 140736342695680 139961018997952 139960996177722 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30844] ppid=30785 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30844/stat : 30844 (java) S 30785 30788 23034 0 -1 1077944384 17 12544 0 0 1 0 8 3 20 0 20 0 9816639 11175264256 44140 33554432000 4194304 4196468 140736342695680 139960973531792 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30845] ppid=30785 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30845/stat : 30845 (java) S 30785 30788 23034 0 -1 1077944384 19 12544 0 0 0 0 8 3 20 0 20 0 9816639 11175264256 44140 33554432000 4194304 4196468 140736342695680 139960620231184 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30846] ppid=30785 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30846/stat : 30846 (java) S 30785 30788 23034 0 -1 1077944384 22 12544 0 0 1 0 8 3 20 0 20 0 9816639 11175264256 44140 33554432000 4194304 4196468 140736342695680 139960619178384 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30847] ppid=30785 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30847/stat : 30847 (java) S 30785 30788 23034 0 -1 1077944384 24 12544 0 0 0 0 8 3 20 0 20 0 9816639 11175264256 44140 33554432000 4194304 4196468 140736342695680 139960618125584 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30848] ppid=30785 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30848/stat : 30848 (java) S 30785 30788 23034 0 -1 1077944384 56 12544 0 0 1 0 8 3 20 0 20 0 9816639 11175264256 44140 33554432000 4194304 4196468 140736342695680 139960617073808 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30849] ppid=30785 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30849/stat : 30849 (java) S 30785 30788 23034 0 -1 1077944384 128 12544 0 0 1 0 8 3 20 0 20 0 9816639 11175264256 44140 33554432000 4194304 4196468 140736342695680 139960616021008 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30850] ppid=30785 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30850/stat : 30850 (java) S 30785 30788 23034 0 -1 1077944384 31 12544 0 0 0 0 8 3 20 0 20 0 9816639 11175264256 44140 33554432000 4194304 4196468 140736342695680 139960614968208 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30851] ppid=30785 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30851/stat : 30851 (java) S 30785 30788 23034 0 -1 1077944384 17 12544 0 0 0 0 8 3 20 0 20 0 9816639 11175264256 44140 33554432000 4194304 4196468 140736342695680 139960613915408 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30852] ppid=30785 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30852/stat : 30852 (java) S 30785 30788 23034 0 -1 1077944384 1567 12544 0 0 1 0 8 3 20 0 20 0 9816640 11175264256 44140 33554432000 4194304 4196468 140736342695680 139960489290096 139961014782594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30853] ppid=30785 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30853/stat : 30853 (java) S 30785 30788 23034 0 -1 1077944384 56 12544 0 0 0 0 8 3 20 0 20 0 9816641 11175264256 44140 33554432000 4194304 4196468 140736342695680 139960488236128 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30854] ppid=30785 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30854/stat : 30854 (java) S 30785 30788 23034 0 -1 1077944384 43 12544 0 0 0 0 8 3 20 0 20 0 9816642 11175264256 44140 33554432000 4194304 4196468 140736342695680 139960487183232 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30855] ppid=30785 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30855/stat : 30855 (java) S 30785 30788 23034 0 -1 1077944384 1 12544 0 0 0 0 8 3 20 0 20 0 9816646 11175264256 44140 33554432000 4194304 4196468 140736342695680 139960486131536 139961014790043 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30856] ppid=30785 vsize=10913344 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30856/stat : 30856 (java) S 30785 30788 23034 0 -1 1077944384 1029 12544 0 0 15 0 8 3 20 0 20 0 9816646 11175264256 44140 33554432000 4194304 4196468 140736342695680 139960485079920 139961014782594 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30857] ppid=30785 vsize=10913344 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30857/stat : 30857 (java) S 30785 30788 23034 0 -1 1077944384 459 12544 0 0 13 0 8 3 20 0 20 0 9816646 11175264256 44140 33554432000 4194304 4196468 140736342695680 139960484027120 139961014782594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30858] ppid=30785 vsize=10913344 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30858/stat : 30858 (java) R 30785 30788 23034 0 -1 1077944384 703 12544 0 0 14 0 8 3 20 0 20 0 9816646 11175264256 44140 33554432000 4194304 4196468 140736342695680 139960482974320 139961014782594 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30859] ppid=30785 vsize=10913344 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30859/stat : 30859 (java) R 30785 30788 23034 0 -1 4202560 1263 12544 0 0 26 0 8 3 20 0 20 0 9816646 11175264256 44140 33554432000 4194304 4196468 140736342695680 139960481921520 139961007868283 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30860] ppid=30785 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30860/stat : 30860 (java) S 30785 30788 23034 0 -1 1077944384 3 12544 0 0 0 0 8 3 20 0 20 0 9816646 11175264256 44140 33554432000 4194304 4196468 140736342695680 139960480868960 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30861] ppid=30785 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30861/stat : 30861 (java) S 30785 30788 23034 0 -1 1077944384 3 12544 0 0 0 0 8 3 20 0 20 0 9816647 11175264256 44140 33554432000 4194304 4196468 140736342695680 139960479816240 139961014782594 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 10913344

[startup+3.10117 s]
/proc/loadavg: 1.19 1.35 1.43 4/282 30861
/proc/meminfo: memFree=30853672/32770624 swapFree=5756/322528
[pid=30788] ppid=30785 vsize=10993404 CPUtime=6.1 cores=1,3,5,7,9,11,13,15
/proc/30788/stat : 30788 (java) S 30785 30788 23034 0 -1 1077944320 58678 12544 0 0 574 25 8 3 20 0 20 0 9816625 11257245696 69868 33554432000 4194304 4196468 140736342695680 140736342678224 139961014771447 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
/proc/30788/statm: 2748351 69868 3477 1 0 2735906 0
[pid=30788/tid=30843] ppid=30785 vsize=10993404 CPUtime=2.99 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30843/stat : 30843 (java) S 30785 30788 23034 0 -1 1077944384 40721 12544 0 0 279 9 8 3 20 0 20 0 9816638 11257245696 69868 33554432000 4194304 4196468 140736342695680 139961018996016 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30844] ppid=30785 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30844/stat : 30844 (java) S 30785 30788 23034 0 -1 1077944384 24 12544 0 0 1 0 8 3 20 0 20 0 9816639 11257245696 69868 33554432000 4194304 4196468 140736342695680 139960973531792 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30845] ppid=30785 vsize=10993404 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30845/stat : 30845 (java) S 30785 30788 23034 0 -1 1077944384 26 12544 0 0 1 1 8 3 20 0 20 0 9816639 11257245696 69868 33554432000 4194304 4196468 140736342695680 139960620231184 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30846] ppid=30785 vsize=10993404 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30846/stat : 30846 (java) S 30785 30788 23034 0 -1 1077944384 63 12544 0 0 1 1 8 3 20 0 20 0 9816639 11257245696 69868 33554432000 4194304 4196468 140736342695680 139960619178384 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30847] ppid=30785 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30847/stat : 30847 (java) S 30785 30788 23034 0 -1 1077944384 25 12544 0 0 1 0 8 3 20 0 20 0 9816639 11257245696 69868 33554432000 4194304 4196468 140736342695680 139960618125584 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30848] ppid=30785 vsize=10993404 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30848/stat : 30848 (java) S 30785 30788 23034 0 -1 1077944384 68 12544 0 0 1 1 8 3 20 0 20 0 9816639 11257245696 69868 33554432000 4194304 4196468 140736342695680 139960617073808 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30849] ppid=30785 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30849/stat : 30849 (java) S 30785 30788 23034 0 -1 1077944384 146 12544 0 0 1 0 8 3 20 0 20 0 9816639 11257245696 69868 33554432000 4194304 4196468 140736342695680 139960616021008 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30850] ppid=30785 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30850/stat : 30850 (java) S 30785 30788 23034 0 -1 1077944384 80 12544 0 0 1 0 8 3 20 0 20 0 9816639 11257245696 69868 33554432000 4194304 4196468 140736342695680 139960614968208 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30851] ppid=30785 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30851/stat : 30851 (java) S 30785 30788 23034 0 -1 1077944384 36 12544 0 0 1 0 8 3 20 0 20 0 9816639 11257245696 69868 33554432000 4194304 4196468 140736342695680 139960613915408 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30852] ppid=30785 vsize=10993404 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30852/stat : 30852 (java) R 30785 30788 23034 0 -1 4202560 1823 12544 0 0 2 0 8 3 20 0 20 0 9816640 11257245696 69868 33554432000 4194304 4196468 140736342695680 139960489288384 139960996409773 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30853] ppid=30785 vsize=10993404 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30853/stat : 30853 (java) S 30785 30788 23034 0 -1 1077944384 56 12544 0 0 0 0 8 3 20 0 20 0 9816641 11257245696 69868 33554432000 4194304 4196468 140736342695680 139960488236128 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30854] ppid=30785 vsize=10993404 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30854/stat : 30854 (java) S 30785 30788 23034 0 -1 1077944384 43 12544 0 0 0 0 8 3 20 0 20 0 9816642 11257245696 69868 33554432000 4194304 4196468 140736342695680 139960487183232 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30855] ppid=30785 vsize=10993404 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30855/stat : 30855 (java) S 30785 30788 23034 0 -1 1077944384 1 12544 0 0 0 0 8 3 20 0 20 0 9816646 11257245696 69868 33554432000 4194304 4196468 140736342695680 139960486131536 139961014790043 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30856] ppid=30785 vsize=10993404 CPUtime=0.61 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30856/stat : 30856 (java) S 30785 30788 23034 0 -1 1077944384 2162 12544 0 0 49 1 8 3 20 0 20 0 9816646 11257245696 69868 33554432000 4194304 4196468 140736342695680 139960485079920 139961014782594 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30857] ppid=30785 vsize=10993404 CPUtime=0.9 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30857/stat : 30857 (java) S 30785 30788 23034 0 -1 1077944384 4167 12544 0 0 78 1 8 3 20 0 20 0 9816646 11257245696 69868 33554432000 4194304 4196468 140736342695680 139960484027120 139961014782594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30858] ppid=30785 vsize=10993404 CPUtime=0.76 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30858/stat : 30858 (java) R 30785 30788 23034 0 -1 4202560 3660 12544 0 0 63 2 8 3 20 0 20 0 9816646 11257245696 69868 33554432000 4194304 4196468 140736342695680 139960482960504 139960998677452 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30859] ppid=30785 vsize=10993404 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30859/stat : 30859 (java) S 30785 30788 23034 0 -1 1077944384 3439 12544 0 0 87 2 8 3 20 0 20 0 9816646 11257245696 69868 33554432000 4194304 4196468 140736342695680 139960481915840 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30860] ppid=30785 vsize=10993404 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30860/stat : 30860 (java) S 30785 30788 23034 0 -1 1077944384 3 12544 0 0 0 0 8 3 20 0 20 0 9816646 11257245696 69868 33554432000 4194304 4196468 140736342695680 139960480868960 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30861] ppid=30785 vsize=10993404 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30861/stat : 30861 (java) S 30785 30788 23034 0 -1 1077944384 5 12544 0 0 0 0 8 3 20 0 20 0 9816647 11257245696 69868 33554432000 4194304 4196468 140736342695680 139960479816240 139961014782594 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 10993404

[startup+6.3009 s]
/proc/loadavg: 1.34 1.38 1.44 4/282 30861
/proc/meminfo: memFree=30617768/32770624 swapFree=5756/322548
[pid=30788] ppid=30785 vsize=10995452 CPUtime=14.75 cores=1,3,5,7,9,11,13,15
/proc/30788/stat : 30788 (java) S 30785 30788 23034 0 -1 1077944320 64825 12544 0 0 1428 36 8 3 20 0 20 0 9816625 11259342848 127439 33554432000 4194304 4196468 140736342695680 140736342678224 139961014771447 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
/proc/30788/statm: 2748863 127439 3489 1 0 2736418 0
[pid=30788/tid=30843] ppid=30785 vsize=10995452 CPUtime=5.97 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30843/stat : 30843 (java) R 30785 30788 23034 0 -1 4202560 41208 12544 0 0 574 12 8 3 20 0 20 0 9816638 11259342848 127439 33554432000 4194304 4196468 140736342695680 139961019004944 139960661926183 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30844] ppid=30785 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30844/stat : 30844 (java) S 30785 30788 23034 0 -1 1077944384 36 12544 0 0 13 1 8 3 20 0 20 0 9816639 11259342848 127439 33554432000 4194304 4196468 140736342695680 139960973531792 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30845] ppid=30785 vsize=10995452 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30845/stat : 30845 (java) S 30785 30788 23034 0 -1 1077944384 38 12544 0 0 9 1 8 3 20 0 20 0 9816639 11259342848 127439 33554432000 4194304 4196468 140736342695680 139960620231184 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30846] ppid=30785 vsize=10995452 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30846/stat : 30846 (java) S 30785 30788 23034 0 -1 1077944384 75 12544 0 0 10 1 8 3 20 0 20 0 9816639 11259342848 127439 33554432000 4194304 4196468 140736342695680 139960619178384 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30847] ppid=30785 vsize=10995452 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30847/stat : 30847 (java) S 30785 30788 23034 0 -1 1077944384 36 12544 0 0 12 1 8 3 20 0 20 0 9816639 11259342848 127439 33554432000 4194304 4196468 140736342695680 139960618125584 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30848] ppid=30785 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30848/stat : 30848 (java) S 30785 30788 23034 0 -1 1077944384 83 12544 0 0 13 1 8 3 20 0 20 0 9816639 11259342848 127439 33554432000 4194304 4196468 140736342695680 139960617073808 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30849] ppid=30785 vsize=10995452 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30849/stat : 30849 (java) S 30785 30788 23034 0 -1 1077944384 155 12544 0 0 12 1 8 3 20 0 20 0 9816639 11259342848 127439 33554432000 4194304 4196468 140736342695680 139960616021008 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30850] ppid=30785 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30850/stat : 30850 (java) S 30785 30788 23034 0 -1 1077944384 92 12544 0 0 13 1 8 3 20 0 20 0 9816639 11259342848 127439 33554432000 4194304 4196468 140736342695680 139960614968208 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30851] ppid=30785 vsize=10995452 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30851/stat : 30851 (java) S 30785 30788 23034 0 -1 1077944384 49 12544 0 0 12 1 8 3 20 0 20 0 9816639 11259342848 127439 33554432000 4194304 4196468 140736342695680 139960613915408 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30852] ppid=30785 vsize=10995452 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30852/stat : 30852 (java) S 30785 30788 23034 0 -1 1077944384 2439 12544 0 0 10 0 8 3 20 0 20 0 9816640 11259342848 127439 33554432000 4194304 4196468 140736342695680 139960489290096 139961014782594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30853] ppid=30785 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30853/stat : 30853 (java) S 30785 30788 23034 0 -1 1077944384 60 12544 0 0 0 0 8 3 20 0 20 0 9816641 11259342848 127439 33554432000 4194304 4196468 140736342695680 139960488236192 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30854] ppid=30785 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30854/stat : 30854 (java) S 30785 30788 23034 0 -1 1077944384 44 12544 0 0 0 0 8 3 20 0 20 0 9816642 11259342848 127439 33554432000 4194304 4196468 140736342695680 139960487183232 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30855] ppid=30785 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30855/stat : 30855 (java) S 30785 30788 23034 0 -1 1077944384 1 12544 0 0 0 0 8 3 20 0 20 0 9816646 11259342848 127439 33554432000 4194304 4196468 140736342695680 139960486131536 139961014790043 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30856] ppid=30785 vsize=10995452 CPUtime=1.87 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30856/stat : 30856 (java) S 30785 30788 23034 0 -1 1077944384 2783 12544 0 0 175 1 8 3 20 0 20 0 9816646 11259342848 127439 33554432000 4194304 4196468 140736342695680 139960485079920 139961014782594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30857] ppid=30785 vsize=10995452 CPUtime=2.19 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30857/stat : 30857 (java) S 30785 30788 23034 0 -1 1077944384 4994 12544 0 0 207 1 8 3 20 0 20 0 9816646 11259342848 127439 33554432000 4194304 4196468 140736342695680 139960484027120 139961014782594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30858] ppid=30785 vsize=10995452 CPUtime=2.35 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30858/stat : 30858 (java) S 30785 30788 23034 0 -1 1077944384 6306 12544 0 0 222 2 8 3 20 0 20 0 9816646 11259342848 127439 33554432000 4194304 4196468 140736342695680 139960482974320 139961014782594 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30859] ppid=30785 vsize=10995452 CPUtime=1.52 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30859/stat : 30859 (java) S 30785 30788 23034 0 -1 1077944384 4284 12544 0 0 138 3 8 3 20 0 20 0 9816646 11259342848 127439 33554432000 4194304 4196468 140736342695680 139960481921520 139961014782594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30860] ppid=30785 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15

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

[pid=30788/tid=30857] ppid=30785 vsize=10995452 CPUtime=7.59 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30857/stat : 30857 (java) S 30785 30788 23034 0 -1 1077944384 8170 12544 0 0 744 4 8 3 20 0 20 0 9816646 11259342848 269299 33554432000 4194304 4196468 140736342695680 139960484027120 139961014782594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30858] ppid=30785 vsize=10995452 CPUtime=8.02 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30858/stat : 30858 (java) S 30785 30788 23034 0 -1 1077944384 10237 12544 0 0 785 6 8 3 20 0 20 0 9816646 11259342848 269299 33554432000 4194304 4196468 140736342695680 139960482974320 139961014782594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30859] ppid=30785 vsize=10995452 CPUtime=3.38 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30859/stat : 30859 (java) S 30785 30788 23034 0 -1 1077944384 12888 12544 0 0 321 6 8 3 20 0 20 0 9816646 11259342848 269299 33554432000 4194304 4196468 140736342695680 139960481921520 139961014782594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30860] ppid=30785 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30860/stat : 30860 (java) S 30785 30788 23034 0 -1 1077944384 3 12544 0 0 0 0 8 3 20 0 20 0 9816646 11259342848 269299 33554432000 4194304 4196468 140736342695680 139960480868960 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30861] ppid=30785 vsize=10995452 CPUtime=1.33 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30861/stat : 30861 (java) S 30785 30788 23034 0 -1 1077944384 764 12544 0 0 57 65 8 3 20 0 20 0 9816647 11259342848 269299 33554432000 4194304 4196468 140736342695680 139960479816240 139961014782594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
Current children cumulated CPU time (s) 2281.41
Current children cumulated vsize (KiB) 10995452

[startup+2262.3 s]
/proc/loadavg: 1.56 1.45 1.47 3/282 31094
/proc/meminfo: memFree=28042132/32770624 swapFree=5756/323980
[pid=30788] ppid=30785 vsize=10995452 CPUtime=2342.88 cores=1,3,5,7,9,11,13,15
/proc/30788/stat : 30788 (java) S 30785 30788 23034 0 -1 1077944320 192685 12544 0 0 233816 461 8 3 20 0 20 0 9816625 11259342848 269315 33554432000 4194304 4196468 140736342695680 140736342678224 139961014771447 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
/proc/30788/statm: 2748863 269315 3502 1 0 2736418 0
[pid=30788/tid=30843] ppid=30785 vsize=10995452 CPUtime=2241.86 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30843/stat : 30843 (java) R 30785 30788 23034 0 -1 4202560 81424 12544 0 0 224131 44 8 3 20 0 20 0 9816638 11259342848 269315 33554432000 4194304 4196468 140736342695680 139961019005584 139960657740430 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30844] ppid=30785 vsize=10995452 CPUtime=8.25 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30844/stat : 30844 (java) S 30785 30788 23034 0 -1 1077944384 6966 12544 0 0 772 42 8 3 20 0 20 0 9816639 11259342848 269315 33554432000 4194304 4196468 140736342695680 139960973531792 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30845] ppid=30785 vsize=10995452 CPUtime=8.31 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30845/stat : 30845 (java) S 30785 30788 23034 0 -1 1077944384 5953 12544 0 0 782 38 8 3 20 0 20 0 9816639 11259342848 269315 33554432000 4194304 4196468 140736342695680 139960620231184 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30846] ppid=30785 vsize=10995452 CPUtime=8.37 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30846/stat : 30846 (java) S 30785 30788 23034 0 -1 1077944384 5992 12544 0 0 786 40 8 3 20 0 20 0 9816639 11259342848 269315 33554432000 4194304 4196468 140736342695680 139960619178384 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30847] ppid=30785 vsize=10995452 CPUtime=8.4 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30847/stat : 30847 (java) S 30785 30788 23034 0 -1 1077944384 7055 12544 0 0 787 42 8 3 20 0 20 0 9816639 11259342848 269315 33554432000 4194304 4196468 140736342695680 139960618125584 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30848] ppid=30785 vsize=10995452 CPUtime=8.34 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30848/stat : 30848 (java) S 30785 30788 23034 0 -1 1077944384 5240 12544 0 0 782 41 8 3 20 0 20 0 9816639 11259342848 269315 33554432000 4194304 4196468 140736342695680 139960617073808 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30849] ppid=30785 vsize=10995452 CPUtime=8.31 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30849/stat : 30849 (java) S 30785 30788 23034 0 -1 1077944384 7713 12544 0 0 780 40 8 3 20 0 20 0 9816639 11259342848 269315 33554432000 4194304 4196468 140736342695680 139960616021008 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30850] ppid=30785 vsize=10995452 CPUtime=8.39 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30850/stat : 30850 (java) S 30785 30788 23034 0 -1 1077944384 9836 12544 0 0 784 44 8 3 20 0 20 0 9816639 11259342848 269315 33554432000 4194304 4196468 140736342695680 139960614968208 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30851] ppid=30785 vsize=10995452 CPUtime=8.3 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30851/stat : 30851 (java) S 30785 30788 23034 0 -1 1077944384 6593 12544 0 0 779 40 8 3 20 0 20 0 9816639 11259342848 269315 33554432000 4194304 4196468 140736342695680 139960613915408 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30852] ppid=30785 vsize=10995452 CPUtime=7.9 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30852/stat : 30852 (java) S 30785 30788 23034 0 -1 1077944384 15036 12544 0 0 734 45 8 3 20 0 20 0 9816640 11259342848 269315 33554432000 4194304 4196468 140736342695680 139960489290096 139961014782594 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30853] ppid=30785 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30853/stat : 30853 (java) S 30785 30788 23034 0 -1 1077944384 60 12544 0 0 0 0 8 3 20 0 20 0 9816641 11259342848 269315 33554432000 4194304 4196468 140736342695680 139960488236192 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30854] ppid=30785 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30854/stat : 30854 (java) S 30785 30788 23034 0 -1 1077944384 44 12544 0 0 0 0 8 3 20 0 20 0 9816642 11259342848 269315 33554432000 4194304 4196468 140736342695680 139960487183232 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30855] ppid=30785 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30855/stat : 30855 (java) S 30785 30788 23034 0 -1 1077944384 1 12544 0 0 0 0 8 3 20 0 20 0 9816646 11259342848 269315 33554432000 4194304 4196468 140736342695680 139960486131536 139961014790043 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30856] ppid=30785 vsize=10995452 CPUtime=7.47 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30856/stat : 30856 (java) S 30785 30788 23034 0 -1 1077944384 6557 12544 0 0 732 4 8 3 20 0 20 0 9816646 11259342848 269315 33554432000 4194304 4196468 140736342695680 139960485079920 139961014782594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30857] ppid=30785 vsize=10995452 CPUtime=7.59 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30857/stat : 30857 (java) S 30785 30788 23034 0 -1 1077944384 8172 12544 0 0 744 4 8 3 20 0 20 0 9816646 11259342848 269315 33554432000 4194304 4196468 140736342695680 139960484027120 139961014782594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30858] ppid=30785 vsize=10995452 CPUtime=8.02 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30858/stat : 30858 (java) S 30785 30788 23034 0 -1 1077944384 10239 12544 0 0 785 6 8 3 20 0 20 0 9816646 11259342848 269315 33554432000 4194304 4196468 140736342695680 139960482974320 139961014782594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30859] ppid=30785 vsize=10995452 CPUtime=3.38 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30859/stat : 30859 (java) S 30785 30788 23034 0 -1 1077944384 12890 12544 0 0 321 6 8 3 20 0 20 0 9816646 11259342848 269315 33554432000 4194304 4196468 140736342695680 139960481921520 139961014782594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30860] ppid=30785 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30860/stat : 30860 (java) S 30785 30788 23034 0 -1 1077944384 3 12544 0 0 0 0 8 3 20 0 20 0 9816646 11259342848 269315 33554432000 4194304 4196468 140736342695680 139960480868960 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30861] ppid=30785 vsize=10995452 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30861/stat : 30861 (java) S 30785 30788 23034 0 -1 1077944384 781 12544 0 0 59 67 8 3 20 0 20 0 9816647 11259342848 269315 33554432000 4194304 4196468 140736342695680 139960479816240 139961014782594 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
Current children cumulated CPU time (s) 2342.88
Current children cumulated vsize (KiB) 10995452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2318.1 s]
/proc/loadavg: 1.39 1.41 1.46 3/282 31095
/proc/meminfo: memFree=28076704/32770624 swapFree=5756/324040
[pid=30788] ppid=30785 vsize=10995452 CPUtime=2400.08 cores=1,3,5,7,9,11,13,15
/proc/30788/stat : 30788 (java) S 30785 30788 23034 0 -1 1077944320 193804 12544 0 0 239524 473 8 3 20 0 20 0 9816625 11259342848 269340 33554432000 4194304 4196468 140736342695680 140736342678224 139961014771447 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
/proc/30788/statm: 2748863 269340 3502 1 0 2736418 0
[pid=30788/tid=30843] ppid=30785 vsize=10995452 CPUtime=2297.16 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30843/stat : 30843 (java) R 30785 30788 23034 0 -1 4202560 81902 12544 0 0 229660 45 8 3 20 0 20 0 9816638 11259342848 269340 33554432000 4194304 4196468 140736342695680 139961019005056 139960661921321 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30844] ppid=30785 vsize=10995452 CPUtime=8.45 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30844/stat : 30844 (java) S 30785 30788 23034 0 -1 1077944384 6984 12544 0 0 791 43 8 3 20 0 20 0 9816639 11259342848 269340 33554432000 4194304 4196468 140736342695680 139960973531792 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30845] ppid=30785 vsize=10995452 CPUtime=8.52 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30845/stat : 30845 (java) S 30785 30788 23034 0 -1 1077944384 5965 12544 0 0 802 39 8 3 20 0 20 0 9816639 11259342848 269340 33554432000 4194304 4196468 140736342695680 139960620231184 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30846] ppid=30785 vsize=10995452 CPUtime=8.59 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30846/stat : 30846 (java) S 30785 30788 23034 0 -1 1077944384 6206 12544 0 0 806 42 8 3 20 0 20 0 9816639 11259342848 269340 33554432000 4194304 4196468 140736342695680 139960619178384 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30847] ppid=30785 vsize=10995452 CPUtime=8.61 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30847/stat : 30847 (java) S 30785 30788 23034 0 -1 1077944384 7065 12544 0 0 807 43 8 3 20 0 20 0 9816639 11259342848 269340 33554432000 4194304 4196468 140736342695680 139960618125584 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30848] ppid=30785 vsize=10995452 CPUtime=8.54 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30848/stat : 30848 (java) S 30785 30788 23034 0 -1 1077944384 5306 12544 0 0 801 42 8 3 20 0 20 0 9816639 11259342848 269340 33554432000 4194304 4196468 140736342695680 139960617073808 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30849] ppid=30785 vsize=10995452 CPUtime=8.52 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30849/stat : 30849 (java) S 30785 30788 23034 0 -1 1077944384 7767 12544 0 0 800 41 8 3 20 0 20 0 9816639 11259342848 269340 33554432000 4194304 4196468 140736342695680 139960616021008 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30850] ppid=30785 vsize=10995452 CPUtime=8.6 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30850/stat : 30850 (java) S 30785 30788 23034 0 -1 1077944384 9857 12544 0 0 805 44 8 3 20 0 20 0 9816639 11259342848 269340 33554432000 4194304 4196468 140736342695680 139960614968208 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30851] ppid=30785 vsize=10995452 CPUtime=8.52 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30851/stat : 30851 (java) S 30785 30788 23034 0 -1 1077944384 6622 12544 0 0 800 41 8 3 20 0 20 0 9816639 11259342848 269340 33554432000 4194304 4196468 140736342695680 139960613915408 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30852] ppid=30785 vsize=10995452 CPUtime=8.08 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30852/stat : 30852 (java) S 30785 30788 23034 0 -1 1077944384 15230 12544 0 0 751 46 8 3 20 0 20 0 9816640 11259342848 269340 33554432000 4194304 4196468 140736342695680 139960489290096 139961014782594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30853] ppid=30785 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30853/stat : 30853 (java) S 30785 30788 23034 0 -1 1077944384 60 12544 0 0 0 0 8 3 20 0 20 0 9816641 11259342848 269340 33554432000 4194304 4196468 140736342695680 139960488236192 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30854] ppid=30785 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30854/stat : 30854 (java) S 30785 30788 23034 0 -1 1077944384 44 12544 0 0 0 0 8 3 20 0 20 0 9816642 11259342848 269340 33554432000 4194304 4196468 140736342695680 139960487183232 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30855] ppid=30785 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30855/stat : 30855 (java) S 30785 30788 23034 0 -1 1077944384 1 12544 0 0 0 0 8 3 20 0 20 0 9816646 11259342848 269340 33554432000 4194304 4196468 140736342695680 139960486131536 139961014790043 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30856] ppid=30785 vsize=10995452 CPUtime=7.47 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30856/stat : 30856 (java) S 30785 30788 23034 0 -1 1077944384 6559 12544 0 0 732 4 8 3 20 0 20 0 9816646 11259342848 269340 33554432000 4194304 4196468 140736342695680 139960485079920 139961014782594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30857] ppid=30785 vsize=10995452 CPUtime=7.59 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30857/stat : 30857 (java) S 30785 30788 23034 0 -1 1077944384 8174 12544 0 0 744 4 8 3 20 0 20 0 9816646 11259342848 269340 33554432000 4194304 4196468 140736342695680 139960484027120 139961014782594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30858] ppid=30785 vsize=10995452 CPUtime=8.02 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30858/stat : 30858 (java) S 30785 30788 23034 0 -1 1077944384 10241 12544 0 0 785 6 8 3 20 0 20 0 9816646 11259342848 269340 33554432000 4194304 4196468 140736342695680 139960482974320 139961014782594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30859] ppid=30785 vsize=10995452 CPUtime=3.38 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30859/stat : 30859 (java) S 30785 30788 23034 0 -1 1077944384 12892 12544 0 0 321 6 8 3 20 0 20 0 9816646 11259342848 269340 33554432000 4194304 4196468 140736342695680 139960481921520 139961014782594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30860] ppid=30785 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30860/stat : 30860 (java) S 30785 30788 23034 0 -1 1077944384 3 12544 0 0 0 0 8 3 20 0 20 0 9816646 11259342848 269340 33554432000 4194304 4196468 140736342695680 139960480868960 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30861] ppid=30785 vsize=10995452 CPUtime=1.4 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30861/stat : 30861 (java) S 30785 30788 23034 0 -1 1077944384 796 12544 0 0 61 68 8 3 20 0 20 0 9816647 11259342848 269340 33554432000 4194304 4196468 140736342695680 139960479816240 139961014782594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 10995452

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 30788 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2318.1 s]
/proc/loadavg: 1.39 1.41 1.46 3/282 31095
/proc/meminfo: memFree=28076704/32770624 swapFree=5756/324040
[pid=30788] ppid=30785 vsize=10995452 CPUtime=2400.08 cores=1,3,5,7,9,11,13,15
/proc/30788/stat : 30788 (java) S 30785 30788 23034 0 -1 1077944320 193804 12544 0 0 239524 473 8 3 20 0 20 0 9816625 11259342848 269340 33554432000 4194304 4196468 140736342695680 140736342678224 139961014771447 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
/proc/30788/statm: 2748863 269340 3502 1 0 2736418 0
[pid=30788/tid=30843] ppid=30785 vsize=10995452 CPUtime=2297.16 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30843/stat : 30843 (java) R 30785 30788 23034 0 -1 4202560 81902 12544 0 0 229660 45 8 3 20 0 20 0 9816638 11259342848 269340 33554432000 4194304 4196468 140736342695680 139961019005056 139960661921321 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30844] ppid=30785 vsize=10995452 CPUtime=8.45 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30844/stat : 30844 (java) S 30785 30788 23034 0 -1 1077944384 6984 12544 0 0 791 43 8 3 20 0 20 0 9816639 11259342848 269340 33554432000 4194304 4196468 140736342695680 139960973531792 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30845] ppid=30785 vsize=10995452 CPUtime=8.52 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30845/stat : 30845 (java) S 30785 30788 23034 0 -1 1077944384 5965 12544 0 0 802 39 8 3 20 0 20 0 9816639 11259342848 269340 33554432000 4194304 4196468 140736342695680 139960620231184 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30846] ppid=30785 vsize=10995452 CPUtime=8.59 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30846/stat : 30846 (java) S 30785 30788 23034 0 -1 1077944384 6206 12544 0 0 806 42 8 3 20 0 20 0 9816639 11259342848 269340 33554432000 4194304 4196468 140736342695680 139960619178384 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30847] ppid=30785 vsize=10995452 CPUtime=8.61 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30847/stat : 30847 (java) S 30785 30788 23034 0 -1 1077944384 7065 12544 0 0 807 43 8 3 20 0 20 0 9816639 11259342848 269340 33554432000 4194304 4196468 140736342695680 139960618125584 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30848] ppid=30785 vsize=10995452 CPUtime=8.54 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30848/stat : 30848 (java) S 30785 30788 23034 0 -1 1077944384 5306 12544 0 0 801 42 8 3 20 0 20 0 9816639 11259342848 269340 33554432000 4194304 4196468 140736342695680 139960617073808 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30849] ppid=30785 vsize=10995452 CPUtime=8.52 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30849/stat : 30849 (java) S 30785 30788 23034 0 -1 1077944384 7767 12544 0 0 800 41 8 3 20 0 20 0 9816639 11259342848 269340 33554432000 4194304 4196468 140736342695680 139960616021008 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30850] ppid=30785 vsize=10995452 CPUtime=8.6 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30850/stat : 30850 (java) S 30785 30788 23034 0 -1 1077944384 9857 12544 0 0 805 44 8 3 20 0 20 0 9816639 11259342848 269340 33554432000 4194304 4196468 140736342695680 139960614968208 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30851] ppid=30785 vsize=10995452 CPUtime=8.52 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30851/stat : 30851 (java) S 30785 30788 23034 0 -1 1077944384 6622 12544 0 0 800 41 8 3 20 0 20 0 9816639 11259342848 269340 33554432000 4194304 4196468 140736342695680 139960613915408 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30852] ppid=30785 vsize=10995452 CPUtime=8.08 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30852/stat : 30852 (java) S 30785 30788 23034 0 -1 1077944384 15230 12544 0 0 751 46 8 3 20 0 20 0 9816640 11259342848 269340 33554432000 4194304 4196468 140736342695680 139960489290096 139961014782594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30853] ppid=30785 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30853/stat : 30853 (java) S 30785 30788 23034 0 -1 1077944384 60 12544 0 0 0 0 8 3 20 0 20 0 9816641 11259342848 269340 33554432000 4194304 4196468 140736342695680 139960488236192 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30854] ppid=30785 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30854/stat : 30854 (java) S 30785 30788 23034 0 -1 1077944384 44 12544 0 0 0 0 8 3 20 0 20 0 9816642 11259342848 269340 33554432000 4194304 4196468 140736342695680 139960487183232 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30855] ppid=30785 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30855/stat : 30855 (java) S 30785 30788 23034 0 -1 1077944384 1 12544 0 0 0 0 8 3 20 0 20 0 9816646 11259342848 269340 33554432000 4194304 4196468 140736342695680 139960486131536 139961014790043 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30856] ppid=30785 vsize=10995452 CPUtime=7.47 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30856/stat : 30856 (java) S 30785 30788 23034 0 -1 1077944384 6559 12544 0 0 732 4 8 3 20 0 20 0 9816646 11259342848 269340 33554432000 4194304 4196468 140736342695680 139960485079920 139961014782594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30857] ppid=30785 vsize=10995452 CPUtime=7.59 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30857/stat : 30857 (java) S 30785 30788 23034 0 -1 1077944384 8174 12544 0 0 744 4 8 3 20 0 20 0 9816646 11259342848 269340 33554432000 4194304 4196468 140736342695680 139960484027120 139961014782594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30858] ppid=30785 vsize=10995452 CPUtime=8.02 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30858/stat : 30858 (java) S 30785 30788 23034 0 -1 1077944384 10241 12544 0 0 785 6 8 3 20 0 20 0 9816646 11259342848 269340 33554432000 4194304 4196468 140736342695680 139960482974320 139961014782594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30859] ppid=30785 vsize=10995452 CPUtime=3.38 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30859/stat : 30859 (java) S 30785 30788 23034 0 -1 1077944384 12892 12544 0 0 321 6 8 3 20 0 20 0 9816646 11259342848 269340 33554432000 4194304 4196468 140736342695680 139960481921520 139961014782594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30860] ppid=30785 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30860/stat : 30860 (java) S 30785 30788 23034 0 -1 1077944384 3 12544 0 0 0 0 8 3 20 0 20 0 9816646 11259342848 269340 33554432000 4194304 4196468 140736342695680 139960480868960 139961014781653 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
[pid=30788/tid=30861] ppid=30785 vsize=10995452 CPUtime=1.4 cores=1,3,5,7,9,11,13,15
/proc/30788/task/30861/stat : 30861 (java) S 30785 30788 23034 0 -1 1077944384 796 12544 0 0 61 68 8 3 20 0 20 0 9816647 11259342848 269340 33554432000 4194304 4196468 140736342695680 139960479816240 139961014782594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18714624 140736342702785 140736342705559 140736342705559 140736342708175 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 10995452

Child status: 143
Real time (s): 2318.14
CPU time (s): 2400.13
CPU user time (s): 2395.35
CPU system time (s): 4.78361
CPU usage (%): 103.537
Max. virtual memory (cumulated for all children) (KiB): 10997568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.35
system time used= 4.78361
maximum resident set size= 1078076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 207508
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 351322
involuntary context switches= 187055

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.1897 second user time and 22.0209 second system time

The end

Launcher Data

Begin job on node146 at 2017-07-22 19:45:13
IDJOB=4248397
IDBENCH=133488
IDSOLVER=2630
FILE ID=node146/4248397-1500745513
RUNJOBID= node146-1500717875-23066
PBS_JOBID= 20623365
Free space on /tmp= 61768 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s60/Knapsack-60-250-07.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248397-1500745513/watcher-4248397-1500745513 -o /tmp/evaluation-result-4248397-1500745513/solver-4248397-1500745513 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1500717875-23066 --watchdog 2560  bin/concrete HOME/instance-4248397-1500745513.xml

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

MD5SUM BENCH= f01027693dd53db4ae08ac6ca1ef0b11
RANDOM SEED=1177108158

node146.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.96
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 8
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.96
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.96
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.96
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        31025928 kB
MemAvailable:   31366080 kB
Buffers:          162272 kB
Cached:           456372 kB
SwapCached:            0 kB
Active:           971984 kB
Inactive:         331352 kB
Active(anon):     687144 kB
Inactive(anon):     8856 kB
Active(file):     284840 kB
Inactive(file):   322496 kB
Unevictable:        5756 kB
Mlocked:            5788 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24344 kB
Writeback:             0 kB
AnonPages:        696532 kB
Mapped:            44812 kB
Shmem:              8852 kB
Slab:             130548 kB
SReclaimable:      97304 kB
SUnreclaim:        33244 kB
KernelStack:        4864 kB
PageTables:         8124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1302532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    600064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61744 MiB
End job on node146 at 2017-07-22 20:23:51