Trace number 4387212

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.10SAT (TO)-9938 2520.13 2501.74

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-28-4-7-3.xml
MD5SUMcd71d797d3091c0a3eabb0588ef8346f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark77
Best CPU time to get the best result obtained on this benchmark101.167
Satisfiable
(Un)Satisfiability was proved
Number of variables84
Number of constraints113
Number of domains27
Minimum domain size3
Maximum domain size29
Distribution of domain sizes[{"size":3,"count":1},{"size":4,"count":11},{"size":5,"count":13},{"size":6,"count":3},{"size":29,"count":56}]
Minimum variable degree2
Maximum variable degree31
Distribution of variable degrees[{"degree":2,"count":28},{"degree":29,"count":27},{"degree":30,"count":1},{"degree":31,"count":28}]
Minimum constraint arity1
Maximum constraint arity29
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":56},{"arity":28,"count":28},{"arity":29,"count":28}]
Number of extensional constraints56
Number of intensional constraints29
Distribution of constraint types[{"type":"extension","count":56},{"type":"intension","count":29},{"type":"count","count":28}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.73/0.54	c Concrete v3.10.1560635388952 running
1878.99/1866.97	o -13959
1879.13/1867.04	o -13956
1879.27/1867.13	o -13954
1879.79/1867.60	o -12962
1880.92/1868.72	o -12955
1881.03/1868.82	o -11950
1881.37/1869.12	o -11946
1881.67/1869.41	o -10954
1881.78/1869.53	o -10950
1888.93/1876.66	o -10949
1892.62/1880.13	o -10947
1922.16/1908.68	o -10944
1938.34/1924.39	o -10941
1942.98/1928.83	o -9950
1943.22/1929.04	o -9941
2001.69/1985.73	o -9938
2520.07/2501.71	Exception in thread "main" java.util.concurrent.TimeoutException
2520.07/2501.71		at concrete.MAC.mac(MAC.scala:189)
2520.07/2501.71		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.07/2501.71		at scala.util.Try$.apply(Try.scala:212)
2520.07/2501.71		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.07/2501.71		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.07/2501.71		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.07/2501.71		at concrete.MAC.oneRun(MAC.scala:253)
2520.07/2501.71		at concrete.MAC.nextSolution(MAC.scala:272)
2520.07/2501.71		at concrete.MAC.nextSolution(MAC.scala:355)
2520.07/2501.71		at concrete.Solver.hasNext(Solver.scala:160)
2520.07/2501.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.07/2501.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.07/2501.71		at concrete.Solver.foreach(Solver.scala:67)
2520.07/2501.71		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2520.07/2501.71		at scala.util.Success.map(Try.scala:264)
2520.07/2501.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.07/2501.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.07/2501.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.07/2501.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2501.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.07/2501.71		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.07/2501.71		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.07/2501.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.07/2501.71		at scala.App.$anonfun$main$1(App.scala:75)
2520.07/2501.71		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.07/2501.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.07/2501.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.07/2501.71		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.07/2501.71		at scala.App.main(App.scala:75)
2520.07/2501.71		at scala.App.main$(App.scala:73)
2520.07/2501.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.07/2501.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2501.72	v <instantiation
2520.07/2501.72	v         cost = '-9938'>
2520.07/2501.72	v       <list>
2520.07/2501.72	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] p[24] p[25] p[26] p[27] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23] g[24] g[25] g[26] g[27]
2520.07/2501.72	v       </list>
2520.07/2501.72	v       <values>
2520.07/2501.72	v         1 21 17 2 7 4 -1 0 9 10 13 12 5 11 15 19 8 18 14 20 27 22 3 16 -1 -1 -1 23 0 1 5 4 22 21 -1 23 15 16 17 19 20 18 8 9 14 6 7 10 11 2 3 13 -1 -1 -1 12 7 -1000 -1000 6 -1000 4 0 3 8 3 -1000 7 4 -1000 4 -1000 -1000 0 -1000 4 5 7 -1000 0 0 0 0 -1000
2520.07/2501.72	v       </values>
2520.07/2501.72	v     </instantiation>
2520.07/2501.72	s SATISFIABLE

Verifier Data

OK	-9938

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387212-1568294598/watcher-4387212-1568294598 -o /tmp/evaluation-result-4387212-1568294598/solver-4387212-1568294598 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568285927-6017 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=172698544 HOME/instance-4387212-1568294598.xml 

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

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
Current StackSize limit: 8192 KiB

solver pid=9038, runsolver pid=9035

[startup+0.10011 s]*
/proc/loadavg: 1.34 1.39 1.47 3/218 9095
/proc/meminfo: memFree=30828076/32770624 swapFree=66916208/67108860
[pid=9038] ppid=9035 vsize=9972712 memory=17344 CPUtime=0.09 cores=1,3,5,7
/proc/9038/stat : 9038 (java) S 9035 9038 5064 0 -1 1077944320 4560 13006 0 0 1 1 4 3 20 0 6 0 405397718 10212057088 4336 33554432000 4194304 4196468 140735271216832 140735271199376 139914408709879 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
/proc/9038/statm: 2493178 4336 1958 1 0 2481616 0
[pid=9038/tid=9091] ppid=9035 vsize=10055356 memory=7892391828772250251 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9091/stat : 9091 (java) R 9035 9038 5064 0 -1 4202560 2465 13006 0 0 0 0 4 3 20 0 7 0 405397727 10296684544 4402 33554432000 4194304 4196468 140735271216832 139914380552976 139914390565200 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9092] ppid=9035 vsize=10055356 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9092/stat : 9092 (java) S 9035 9038 5064 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 7 0 405397728 10296684544 4402 33554432000 4194304 4196468 140735271216832 139914412951952 139914408720085 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9093] ppid=9035 vsize=10055356 memory=140659015214720 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9093/stat : 9093 (java) S 9035 9038 5064 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 7 0 405397728 10296684544 4402 33554432000 4194304 4196468 140735271216832 139913981778192 139914408720085 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9094] ppid=9035 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9094/stat : 9094 (java) S 9035 9038 5064 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 7 0 405397728 10296684544 4402 33554432000 4194304 4196468 140735271216832 139913980725904 139914408720085 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9095] ppid=9035 vsize=10055356 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9095/stat : 9095 (java) S 9035 9038 5064 0 -1 1077944384 2 13006 0 0 0 0 4 3 20 0 7 0 405397728 10296684544 4402 33554432000 4194304 4196468 140735271216832 139913979673104 139914408720085 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9096] ppid=9035 vsize=10055356 memory=140659015214720 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9096/stat : 9096 (java) S 9035 9038 5064 0 -1 1077944384 2 13006 0 0 0 0 4 3 20 0 7 0 405397729 10296684544 4402 33554432000 4194304 4196468 140735271216832 139913935366768 139914408721026 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17344 KiB

[startup+0.210563 s]*
/proc/loadavg: 1.34 1.39 1.47 3/227 9104
/proc/meminfo: memFree=30810100/32770624 swapFree=66916208/67108860
[pid=9038] ppid=9035 vsize=10822552 memory=42204 CPUtime=0.25 cores=1,3,5,7
/proc/9038/stat : 9038 (java) S 9035 9038 5064 0 -1 1077944320 7936 13006 0 0 16 2 4 3 20 0 15 0 405397718 11082293248 10551 33554432000 4194304 4196468 140735271216832 140735271199376 139914408709879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
/proc/9038/statm: 2705638 10551 2947 1 0 2668052 0
[pid=9038/tid=9091] ppid=9035 vsize=10819964 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/9038/task/9091/stat : 9091 (java) R 9035 9038 5064 0 -1 4202560 4625 13006 0 0 10 2 4 3 20 0 15 0 405397727 11079643136 9872 33554432000 4194304 4196468 140735271216832 139914380534688 139914401389597 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9092] ppid=9035 vsize=10819964 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9092/stat : 9092 (java) S 9035 9038 5064 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 15 0 405397728 11079643136 9872 33554432000 4194304 4196468 140735271216832 139914412951952 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9093] ppid=9035 vsize=10819964 memory=140659015225571 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9093/stat : 9093 (java) S 9035 9038 5064 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 15 0 405397728 11079643136 9872 33554432000 4194304 4196468 140735271216832 139913981778192 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9094] ppid=9035 vsize=10819964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9094/stat : 9094 (java) S 9035 9038 5064 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 15 0 405397728 11079643136 9938 33554432000 4194304 4196468 140735271216832 139913980725904 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9095] ppid=9035 vsize=10819964 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9095/stat : 9095 (java) S 9035 9038 5064 0 -1 1077944384 2 13006 0 0 0 0 4 3 20 0 15 0 405397728 11079643136 9938 33554432000 4194304 4196468 140735271216832 139913979673104 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9096] ppid=9035 vsize=10819964 memory=140659015214720 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9096/stat : 9096 (java) S 9035 9038 5064 0 -1 1077944384 2 13006 0 0 0 0 4 3 20 0 15 0 405397729 11079643136 9938 33554432000 4194304 4196468 140735271216832 139913935366768 139914408721026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9097] ppid=9035 vsize=10819964 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9097/stat : 9097 (java) S 9035 9038 5064 0 -1 1077944384 13 13006 0 0 0 0 4 3 20 0 15 0 405397729 11079643136 9938 33554432000 4194304 4196468 140735271216832 139913861260576 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9098] ppid=9035 vsize=10819964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9098/stat : 9098 (java) S 9035 9038 5064 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 15 0 405397730 11079643136 9938 33554432000 4194304 4196468 140735271216832 139913257281136 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9099] ppid=9035 vsize=10819964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9099/stat : 9099 (java) S 9035 9038 5064 0 -1 1077944384 3 13006 0 0 0 0 4 3 20 0 15 0 405397732 11079643136 9938 33554432000 4194304 4196468 140735271216832 139912949881424 139914408728475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9100] ppid=9035 vsize=10819964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9038/task/9100/stat : 9100 (java) S 9035 9038 5064 0 -1 1077944384 450 13006 0 0 1 0 4 3 20 0 15 0 405397732 11079643136 9938 33554432000 4194304 4196468 140735271216832 139913934313584 139914408721026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9101] ppid=9035 vsize=10819964 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9101/stat : 9101 (java) S 9035 9038 5064 0 -1 1077944384 182 13006 0 0 0 0 4 3 20 0 15 0 405397732 11079643136 9938 33554432000 4194304 4196468 140735271216832 139913933260784 139914408721026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9102] ppid=9035 vsize=10819964 memory=140659015214720 CPUtime=0.1 cores=1,3,5,7
/proc/9038/task/9102/stat : 9102 (java) S 9035 9038 5064 0 -1 1077944384 629 13006 0 0 3 0 4 3 20 0 15 0 405397732 11079643136 9938 33554432000 4194304 4196468 140735271216832 139913932208496 139914408721026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9103] ppid=9035 vsize=10819964 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9103/stat : 9103 (java) S 9035 9038 5064 0 -1 1077944384 3 13006 0 0 0 0 4 3 20 0 15 0 405397733 11079643136 9938 33554432000 4194304 4196468 140735271216832 139912916322784 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9104] ppid=9035 vsize=10819964 memory=140659015214720 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9104/stat : 9104 (java) S 9035 9038 5064 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 15 0 405397733 11079643136 9938 33554432000 4194304 4196468 140735271216832 139913931156400 139914408721026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10822552 KiB
Current children cumulated memory: 42204 KiB

[startup+0.310383 s]*
/proc/loadavg: 1.34 1.39 1.47 3/227 9104
/proc/meminfo: memFree=30800200/32770624 swapFree=66916208/67108860
[pid=9038] ppid=9035 vsize=10820244 memory=50192 CPUtime=0.4 cores=1,3,5,7
/proc/9038/stat : 9038 (java) S 9035 9038 5064 0 -1 1077944320 10812 13006 0 0 29 4 4 3 20 0 15 0 405397718 11079929856 12548 33554432000 4194304 4196468 140735271216832 140735271199376 139914408709879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
/proc/9038/statm: 2705061 12548 3266 1 0 2667149 0
[pid=9038/tid=9091] ppid=9035 vsize=10820244 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/9038/task/9091/stat : 9091 (java) R 9035 9038 5064 0 -1 4202560 7305 13006 0 0 19 3 4 3 20 0 15 0 405397727 11079929856 12548 33554432000 4194304 4196468 140735271216832 139914380523024 139914408731805 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9092] ppid=9035 vsize=10820244 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9092/stat : 9092 (java) S 9035 9038 5064 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 15 0 405397728 11079929856 12548 33554432000 4194304 4196468 140735271216832 139914412951952 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9093] ppid=9035 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9093/stat : 9093 (java) S 9035 9038 5064 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 15 0 405397728 11079929856 12548 33554432000 4194304 4196468 140735271216832 139913981778192 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9094] ppid=9035 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9094/stat : 9094 (java) S 9035 9038 5064 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 15 0 405397728 11079929856 12548 33554432000 4194304 4196468 140735271216832 139913980725904 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9095] ppid=9035 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9095/stat : 9095 (java) S 9035 9038 5064 0 -1 1077944384 2 13006 0 0 0 0 4 3 20 0 15 0 405397728 11079929856 12548 33554432000 4194304 4196468 140735271216832 139913979673104 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9096] ppid=9035 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9096/stat : 9096 (java) S 9035 9038 5064 0 -1 1077944384 2 13006 0 0 0 0 4 3 20 0 15 0 405397729 11079929856 12548 33554432000 4194304 4196468 140735271216832 139913935366768 139914408721026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9097] ppid=9035 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9097/stat : 9097 (java) S 9035 9038 5064 0 -1 1077944384 13 13006 0 0 0 0 4 3 20 0 15 0 405397729 11079929856 12548 33554432000 4194304 4196468 140735271216832 139913861260576 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9098] ppid=9035 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9098/stat : 9098 (java) S 9035 9038 5064 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 15 0 405397730 11079929856 12548 33554432000 4194304 4196468 140735271216832 139913257281136 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9099] ppid=9035 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9099/stat : 9099 (java) S 9035 9038 5064 0 -1 1077944384 3 13006 0 0 0 0 4 3 20 0 15 0 405397732 11079929856 12548 33554432000 4194304 4196468 140735271216832 139912949881424 139914408728475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9100] ppid=9035 vsize=10820244 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9038/task/9100/stat : 9100 (java) R 9035 9038 5064 0 -1 4202560 458 13006 0 0 2 0 4 3 20 0 15 0 405397732 11079929856 12548 33554432000 4194304 4196468 140735271216832 139913934313584 139914386584064 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9101] ppid=9035 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9038/task/9101/stat : 9101 (java) S 9035 9038 5064 0 -1 1077944384 184 13006 0 0 1 0 4 3 20 0 15 0 405397732 11079929856 12548 33554432000 4194304 4196468 140735271216832 139913933260784 139914408721026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9102] ppid=9035 vsize=10820244 memory=140659015214720 CPUtime=0.12 cores=1,3,5,7
/proc/9038/task/9102/stat : 9102 (java) S 9035 9038 5064 0 -1 1077944384 642 13006 0 0 5 0 4 3 20 0 15 0 405397732 11079929856 12548 33554432000 4194304 4196468 140735271216832 139913932208496 139914408721026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9103] ppid=9035 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9103/stat : 9103 (java) S 9035 9038 5064 0 -1 1077944384 3 13006 0 0 0 0 4 3 20 0 15 0 405397733 11079929856 12548 33554432000 4194304 4196468 140735271216832 139912916322784 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9104] ppid=9035 vsize=10820244 memory=140659015214720 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9104/stat : 9104 (java) S 9035 9038 5064 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 15 0 405397733 11079929856 12548 33554432000 4194304 4196468 140735271216832 139913931156400 139914408721026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 50192 KiB

[startup+0.70073 s]
/proc/loadavg: 1.34 1.39 1.47 5/227 9104
/proc/meminfo: memFree=30784004/32770624 swapFree=66916208/67108860
[pid=9038] ppid=9035 vsize=10824340 memory=80756 CPUtime=1.14 cores=1,3,5,7
/proc/9038/stat : 9038 (java) S 9035 9038 5064 0 -1 1077944320 15038 13006 0 0 101 6 4 3 20 0 15 0 405397718 11084124160 20189 33554432000 4194304 4196468 140735271216832 140735271199376 139914408709879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
/proc/9038/statm: 2706085 20189 3506 1 0 2668173 0
[pid=9038/tid=9091] ppid=9035 vsize=10824340 memory=281317807832880 CPUtime=0.67 cores=1,3,5,7
/proc/9038/task/9091/stat : 9091 (java) R 9035 9038 5064 0 -1 4202560 10702 13006 0 0 55 5 4 3 20 0 15 0 405397727 11084124160 20189 33554432000 4194304 4196468 140735271216832 139914380527840 139914392790366 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9092] ppid=9035 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9092/stat : 9092 (java) S 9035 9038 5064 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 15 0 405397728 11084124160 20189 33554432000 4194304 4196468 140735271216832 139914412951952 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9093] ppid=9035 vsize=10824340 memory=1124 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9093/stat : 9093 (java) S 9035 9038 5064 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 15 0 405397728 11084124160 20189 33554432000 4194304 4196468 140735271216832 139913981778192 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9094] ppid=9035 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9094/stat : 9094 (java) S 9035 9038 5064 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 15 0 405397728 11084124160 20189 33554432000 4194304 4196468 140735271216832 139913980725904 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9095] ppid=9035 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9095/stat : 9095 (java) S 9035 9038 5064 0 -1 1077944384 2 13006 0 0 0 0 4 3 20 0 15 0 405397728 11084124160 20189 33554432000 4194304 4196468 140735271216832 139913979673104 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9096] ppid=9035 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9096/stat : 9096 (java) S 9035 9038 5064 0 -1 1077944384 5 13006 0 0 0 0 4 3 20 0 15 0 405397729 11084124160 20189 33554432000 4194304 4196468 140735271216832 139913935366768 139914408721026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9097] ppid=9035 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9097/stat : 9097 (java) S 9035 9038 5064 0 -1 1077944384 13 13006 0 0 0 0 4 3 20 0 15 0 405397729 11084124160 20189 33554432000 4194304 4196468 140735271216832 139913861260576 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9098] ppid=9035 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9098/stat : 9098 (java) S 9035 9038 5064 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 15 0 405397730 11084124160 20189 33554432000 4194304 4196468 140735271216832 139913257281136 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9099] ppid=9035 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9099/stat : 9099 (java) S 9035 9038 5064 0 -1 1077944384 3 13006 0 0 0 0 4 3 20 0 15 0 405397732 11084124160 20189 33554432000 4194304 4196468 140735271216832 139912949881424 139914408728475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9100] ppid=9035 vsize=10824340 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/9038/task/9100/stat : 9100 (java) S 9035 9038 5064 0 -1 1077944384 818 13006 0 0 15 0 4 3 20 0 15 0 405397732 11084124160 20189 33554432000 4194304 4196468 140735271216832 139913934313584 139914408721026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9101] ppid=9035 vsize=10824340 memory=3616 CPUtime=0.19 cores=1,3,5,7
/proc/9038/task/9101/stat : 9101 (java) S 9035 9038 5064 0 -1 1077944384 443 13006 0 0 12 0 4 3 20 0 15 0 405397732 11084124160 20189 33554432000 4194304 4196468 140735271216832 139913933260784 139914408721026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9102] ppid=9035 vsize=10824340 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/9038/task/9102/stat : 9102 (java) S 9035 9038 5064 0 -1 1077944384 842 13006 0 0 17 0 4 3 20 0 15 0 405397732 11084124160 20189 33554432000 4194304 4196468 140735271216832 139913932208496 139914408721026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9103] ppid=9035 vsize=10824340 memory=15394390780681256 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9103/stat : 9103 (java) S 9035 9038 5064 0 -1 1077944384 3 13006 0 0 0 0 4 3 20 0 15 0 405397733 11084124160 20189 33554432000 4194304 4196468 140735271216832 139912916322784 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9104] ppid=9035 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9104/stat : 9104 (java) S 9035 9038 5064 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 15 0 405397733 11084124160 20189 33554432000 4194304 4196468 140735271216832 139913931156400 139914408721026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80756 KiB

[startup+1.50082 s]
/proc/loadavg: 1.34 1.39 1.47 6/227 9104
/proc/meminfo: memFree=30698848/32770624 swapFree=66916208/67108860
[pid=9038] ppid=9035 vsize=10832608 memory=246208 CPUtime=2.84 cores=1,3,5,7
/proc/9038/stat : 9038 (java) S 9035 9038 5064 0 -1 1077944320 21792 13006 0 0 265 12 4 3 20 0 15 0 405397718 11092590592 61552 33554432000 4194304 4196468 140735271216832 140735271199376 139914408709879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
/proc/9038/statm: 2708152 61552 3574 1 0 2670221 0
[pid=9038/tid=9091] ppid=9035 vsize=10832608 memory=281317807832880 CPUtime=1.42 cores=1,3,5,7
/proc/9038/task/9091/stat : 9091 (java) R 9035 9038 5064 0 -1 4202560 15026 13006 0 0 128 7 4 3 20 0 15 0 405397727 11092590592 61552 33554432000 4194304 4196468 140735271216832 139914380539728 139914392790366 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9092] ppid=9035 vsize=10832608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9038/task/9092/stat : 9092 (java) S 9035 9038 5064 0 -1 1077944384 48 13006 0 0 1 0 4 3 20 0 15 0 405397728 11092590592 61552 33554432000 4194304 4196468 140735271216832 139914412951952 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9093] ppid=9035 vsize=10832608 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/9038/task/9093/stat : 9093 (java) S 9035 9038 5064 0 -1 1077944384 93 13006 0 0 1 0 4 3 20 0 15 0 405397728 11092590592 61552 33554432000 4194304 4196468 140735271216832 139913981778192 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9094] ppid=9035 vsize=10832608 memory=2268 CPUtime=0.08 cores=1,3,5,7
/proc/9038/task/9094/stat : 9094 (java) S 9035 9038 5064 0 -1 1077944384 300 13006 0 0 1 0 4 3 20 0 15 0 405397728 11092590592 61552 33554432000 4194304 4196468 140735271216832 139913980725904 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9095] ppid=9035 vsize=10832608 memory=50192 CPUtime=0.08 cores=1,3,5,7
/proc/9038/task/9095/stat : 9095 (java) S 9035 9038 5064 0 -1 1077944384 33 13006 0 0 1 0 4 3 20 0 15 0 405397728 11092590592 61552 33554432000 4194304 4196468 140735271216832 139913979673104 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9096] ppid=9035 vsize=10832608 memory=1580 CPUtime=0.08 cores=1,3,5,7
/proc/9038/task/9096/stat : 9096 (java) S 9035 9038 5064 0 -1 1077944384 102 13006 0 0 1 0 4 3 20 0 15 0 405397729 11092590592 61552 33554432000 4194304 4196468 140735271216832 139913935366768 139914408721026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9097] ppid=9035 vsize=10832608 memory=55 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9097/stat : 9097 (java) S 9035 9038 5064 0 -1 1077944384 14 13006 0 0 0 0 4 3 20 0 15 0 405397729 11092590592 61552 33554432000 4194304 4196468 140735271216832 139913861260640 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9098] ppid=9035 vsize=10832608 memory=2811011 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9098/stat : 9098 (java) S 9035 9038 5064 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 15 0 405397730 11092590592 61552 33554432000 4194304 4196468 140735271216832 139913257281152 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9099] ppid=9035 vsize=10832608 memory=2812297 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9099/stat : 9099 (java) S 9035 9038 5064 0 -1 1077944384 3 13006 0 0 0 0 4 3 20 0 15 0 405397732 11092590592 61552 33554432000 4194304 4196468 140735271216832 139912949881424 139914408728475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9100] ppid=9035 vsize=10832608 memory=0 CPUtime=0.56 cores=1,3,5,7
/proc/9038/task/9100/stat : 9100 (java) S 9035 9038 5064 0 -1 1077944384 1560 13006 0 0 49 0 4 3 20 0 15 0 405397732 11092590592 61552 33554432000 4194304 4196468 140735271216832 139913934313584 139914408721026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9101] ppid=9035 vsize=10832608 memory=8112282956445269571 CPUtime=0.48 cores=1,3,5,7
/proc/9038/task/9101/stat : 9101 (java) S 9035 9038 5064 0 -1 1077944384 1079 13006 0 0 41 0 4 3 20 0 15 0 405397732 11092590592 61552 33554432000 4194304 4196468 140735271216832 139913933260784 139914408721026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9102] ppid=9035 vsize=10832608 memory=4638778398332698720 CPUtime=0.44 cores=1,3,5,7
/proc/9038/task/9102/stat : 9102 (java) S 9035 9038 5064 0 -1 1077944384 1325 13006 0 0 37 0 4 3 20 0 15 0 405397732 11092590592 61552 33554432000 4194304 4196468 140735271216832 139913932208496 139914408721026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9103] ppid=9035 vsize=10832608 memory=5787213852817510736 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9103/stat : 9103 (java) S 9035 9038 5064 0 -1 1077944384 3 13006 0 0 0 0 4 3 20 0 15 0 405397733 11092590592 61552 33554432000 4194304 4196468 140735271216832 139912916322784 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9104] ppid=9035 vsize=10832608 memory=281317808319584 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9104/stat : 9104 (java) S 9035 9038 5064 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 15 0 405397733 11092590592 61552 33554432000 4194304 4196468 140735271216832 139913931156400 139914408721026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0

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

/proc/9038/task/9091/stat : 9091 (java) R 9035 9038 5064 0 -1 4202560 90893 13006 0 0 238137 47 4 3 20 0 15 0 405397727 11109388288 604725 33554432000 4194304 4196468 140735271216832 139914380514560 139914022023396 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9092] ppid=9035 vsize=10849012 memory=2421964 CPUtime=0.58 cores=1,3,5,7
/proc/9038/task/9092/stat : 9092 (java) S 9035 9038 5064 0 -1 1077944384 7264 13006 0 0 40 11 4 3 20 0 15 0 405397728 11109388288 604725 33554432000 4194304 4196468 140735271216832 139914412951952 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9093] ppid=9035 vsize=10849012 memory=111636 CPUtime=0.58 cores=1,3,5,7
/proc/9038/task/9093/stat : 9093 (java) S 9035 9038 5064 0 -1 1077944384 8639 13006 0 0 40 11 4 3 20 0 15 0 405397728 11109388288 604725 33554432000 4194304 4196468 140735271216832 139913981778192 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9094] ppid=9035 vsize=10849012 memory=2435300 CPUtime=0.58 cores=1,3,5,7
/proc/9038/task/9094/stat : 9094 (java) S 9035 9038 5064 0 -1 1077944384 3975 13006 0 0 41 10 4 3 20 0 15 0 405397728 11109388288 604725 33554432000 4194304 4196468 140735271216832 139913980725904 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9095] ppid=9035 vsize=10849012 memory=2430172 CPUtime=0.57 cores=1,3,5,7
/proc/9038/task/9095/stat : 9095 (java) S 9035 9038 5064 0 -1 1077944384 5003 13006 0 0 40 10 4 3 20 0 15 0 405397728 11109388288 604725 33554432000 4194304 4196468 140735271216832 139913979673104 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9096] ppid=9035 vsize=10849012 memory=2425556 CPUtime=0.23 cores=1,3,5,7
/proc/9038/task/9096/stat : 9096 (java) S 9035 9038 5064 0 -1 1077944384 12216 13006 0 0 13 3 4 3 20 0 15 0 405397729 11109388288 604725 33554432000 4194304 4196468 140735271216832 139913935366768 139914408721026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9097] ppid=9035 vsize=10849012 memory=2425556 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9097/stat : 9097 (java) S 9035 9038 5064 0 -1 1077944384 34 13006 0 0 0 0 4 3 20 0 15 0 405397729 11109388288 604725 33554432000 4194304 4196468 140735271216832 139913861260704 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9098] ppid=9035 vsize=10849012 memory=2421964 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9098/stat : 9098 (java) S 9035 9038 5064 0 -1 1077944384 32 13006 0 0 0 0 4 3 20 0 15 0 405397730 11109388288 604725 33554432000 4194304 4196468 140735271216832 139913257281152 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9099] ppid=9035 vsize=10849012 memory=2421964 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9099/stat : 9099 (java) S 9035 9038 5064 0 -1 1077944384 3 13006 0 0 0 0 4 3 20 0 15 0 405397732 11109388288 604725 33554432000 4194304 4196468 140735271216832 139912949881424 139914408728475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9100] ppid=9035 vsize=10849012 memory=2418900 CPUtime=5.98 cores=1,3,5,7
/proc/9038/task/9100/stat : 9100 (java) S 9035 9038 5064 0 -1 1077944384 33424 13006 0 0 583 8 4 3 20 0 15 0 405397732 11109388288 604725 33554432000 4194304 4196468 140735271216832 139913934313584 139914408721026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9101] ppid=9035 vsize=10849012 memory=2418900 CPUtime=5.98 cores=1,3,5,7
/proc/9038/task/9101/stat : 9101 (java) S 9035 9038 5064 0 -1 1077944384 35207 13006 0 0 584 7 4 3 20 0 15 0 405397732 11109388288 604725 33554432000 4194304 4196468 140735271216832 139913933260784 139914408721026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9102] ppid=9035 vsize=10849012 memory=1580 CPUtime=3.69 cores=1,3,5,7
/proc/9038/task/9102/stat : 9102 (java) S 9035 9038 5064 0 -1 1077944384 53784 13006 0 0 353 9 4 3 20 0 15 0 405397732 11109388288 604725 33554432000 4194304 4196468 140735271216832 139913932208496 139914408721026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9103] ppid=9035 vsize=10849012 memory=2421980 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9103/stat : 9103 (java) S 9035 9038 5064 0 -1 1077944384 3 13006 0 0 0 0 4 3 20 0 15 0 405397733 11109388288 604725 33554432000 4194304 4196468 140735271216832 139912916322784 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9104] ppid=9035 vsize=10849012 memory=3616 CPUtime=0.71 cores=1,3,5,7
/proc/9038/task/9104/stat : 9104 (java) S 9035 9038 5064 0 -1 1077944384 2120 13006 0 0 27 37 4 3 20 0 15 0 405397733 11109388288 604725 33554432000 4194304 4196468 140735271216832 139913931156400 139914408721026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
Current children cumulated CPU time: 2400.28 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 2418900 KiB

[startup+2442.3 s]
/proc/loadavg: 1.40 1.71 1.74 3/229 9872
/proc/meminfo: memFree=27861792/32770624 swapFree=66916264/67108860
[pid=9038] ppid=9035 vsize=10849012 memory=2410636 CPUtime=2460.46 cores=1,3,5,7
/proc/9038/stat : 9038 (java) S 9035 9038 5064 0 -1 1077944320 263792 13006 0 0 245889 150 4 3 20 0 15 0 405397718 11109388288 602659 33554432000 4194304 4196468 140735271216832 140735271199376 139914408709879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
/proc/9038/statm: 2712253 602659 3622 1 0 2674317 0
[pid=9038/tid=9091] ppid=9035 vsize=10849012 memory=2410636 CPUtime=2441.88 cores=1,3,5,7
/proc/9038/task/9091/stat : 9091 (java) R 9035 9038 5064 0 -1 4202560 92800 13006 0 0 244134 47 4 3 20 0 15 0 405397727 11109388288 602659 33554432000 4194304 4196468 140735271216832 139914380509680 139914017288944 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9092] ppid=9035 vsize=10849012 memory=2415760 CPUtime=0.59 cores=1,3,5,7
/proc/9038/task/9092/stat : 9092 (java) S 9035 9038 5064 0 -1 1077944384 8152 13006 0 0 41 11 4 3 20 0 15 0 405397728 11109388288 602659 33554432000 4194304 4196468 140735271216832 139914412951952 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9093] ppid=9035 vsize=10849012 memory=2421964 CPUtime=0.59 cores=1,3,5,7
/proc/9038/task/9093/stat : 9093 (java) S 9035 9038 5064 0 -1 1077944384 8664 13006 0 0 41 11 4 3 20 0 15 0 405397728 11109388288 602659 33554432000 4194304 4196468 140735271216832 139913981778192 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9094] ppid=9035 vsize=10849012 memory=111636 CPUtime=0.59 cores=1,3,5,7
/proc/9038/task/9094/stat : 9094 (java) S 9035 9038 5064 0 -1 1077944384 4032 13006 0 0 42 10 4 3 20 0 15 0 405397728 11109388288 602659 33554432000 4194304 4196468 140735271216832 139913980725904 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9095] ppid=9035 vsize=10849012 memory=2430172 CPUtime=0.58 cores=1,3,5,7
/proc/9038/task/9095/stat : 9095 (java) S 9035 9038 5064 0 -1 1077944384 5208 13006 0 0 41 10 4 3 20 0 15 0 405397728 11109388288 602659 33554432000 4194304 4196468 140735271216832 139913979673104 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9096] ppid=9035 vsize=10849012 memory=2425556 CPUtime=0.25 cores=1,3,5,7
/proc/9038/task/9096/stat : 9096 (java) S 9035 9038 5064 0 -1 1077944384 12477 13006 0 0 14 4 4 3 20 0 15 0 405397729 11109388288 602659 33554432000 4194304 4196468 140735271216832 139913935366768 139914408721026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9097] ppid=9035 vsize=10849012 memory=2425556 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9097/stat : 9097 (java) S 9035 9038 5064 0 -1 1077944384 34 13006 0 0 0 0 4 3 20 0 15 0 405397729 11109388288 602659 33554432000 4194304 4196468 140735271216832 139913861260704 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9098] ppid=9035 vsize=10849012 memory=2415760 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9098/stat : 9098 (java) S 9035 9038 5064 0 -1 1077944384 32 13006 0 0 0 0 4 3 20 0 15 0 405397730 11109388288 602659 33554432000 4194304 4196468 140735271216832 139913257281152 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9099] ppid=9035 vsize=10849012 memory=2413708 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9099/stat : 9099 (java) S 9035 9038 5064 0 -1 1077944384 3 13006 0 0 0 0 4 3 20 0 15 0 405397732 11109388288 602659 33554432000 4194304 4196468 140735271216832 139912949881424 139914408728475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9100] ppid=9035 vsize=10849012 memory=2412168 CPUtime=6.01 cores=1,3,5,7
/proc/9038/task/9100/stat : 9100 (java) S 9035 9038 5064 0 -1 1077944384 35034 13006 0 0 586 8 4 3 20 0 15 0 405397732 11109388288 602659 33554432000 4194304 4196468 140735271216832 139913934313584 139914408721026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9101] ppid=9035 vsize=10849012 memory=2410636 CPUtime=6.02 cores=1,3,5,7
/proc/9038/task/9101/stat : 9101 (java) S 9035 9038 5064 0 -1 1077944384 37026 13006 0 0 588 7 4 3 20 0 15 0 405397732 11109388288 602659 33554432000 4194304 4196468 140735271216832 139913933260784 139914408721026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9102] ppid=9035 vsize=10849012 memory=0 CPUtime=3.72 cores=1,3,5,7
/proc/9038/task/9102/stat : 9102 (java) S 9035 9038 5064 0 -1 1077944384 55966 13006 0 0 356 9 4 3 20 0 15 0 405397732 11109388288 602659 33554432000 4194304 4196468 140735271216832 139913932208496 139914408721026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9103] ppid=9035 vsize=10849012 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9103/stat : 9103 (java) S 9035 9038 5064 0 -1 1077944384 3 13006 0 0 0 0 4 3 20 0 15 0 405397733 11109388288 602659 33554432000 4194304 4196468 140735271216832 139912916322784 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9104] ppid=9035 vsize=10849012 memory=1580 CPUtime=0.74 cores=1,3,5,7
/proc/9038/task/9104/stat : 9104 (java) S 9035 9038 5064 0 -1 1077944384 2156 13006 0 0 29 38 4 3 20 0 15 0 405397733 11109388288 602659 33554432000 4194304 4196468 140735271216832 139913931156400 139914408721026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
Current children cumulated CPU time: 2460.46 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 2410636 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2501.7 s]
/proc/loadavg: 1.66 1.72 1.74 3/229 9876
/proc/meminfo: memFree=27863684/32770624 swapFree=66916264/67108860
[pid=9038] ppid=9035 vsize=10849012 memory=2406016 CPUtime=2520.07 cores=1,3,5,7
/proc/9038/stat : 9038 (java) S 9035 9038 5064 0 -1 1077944320 274989 13006 0 0 251848 152 4 3 20 0 15 0 405397718 11109388288 601504 33554432000 4194304 4196468 140735271216832 140735271199376 139914408709879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
/proc/9038/statm: 2712253 601504 3622 1 0 2674317 0
[pid=9038/tid=9091] ppid=9035 vsize=10849012 memory=2407556 CPUtime=2501.26 cores=1,3,5,7
/proc/9038/task/9091/stat : 9091 (java) R 9035 9038 5064 0 -1 4202560 95385 13006 0 0 250072 47 4 3 20 0 15 0 405397727 11109388288 601504 33554432000 4194304 4196468 140735271216832 139914380544432 139914017290123 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9092] ppid=9035 vsize=10849012 memory=2407044 CPUtime=0.61 cores=1,3,5,7
/proc/9038/task/9092/stat : 9092 (java) S 9035 9038 5064 0 -1 1077944384 8838 13006 0 0 43 11 4 3 20 0 15 0 405397728 11109388288 601504 33554432000 4194304 4196468 140735271216832 139914412951952 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9093] ppid=9035 vsize=10849012 memory=2406532 CPUtime=0.61 cores=1,3,5,7
/proc/9038/task/9093/stat : 9093 (java) S 9035 9038 5064 0 -1 1077944384 9262 13006 0 0 43 11 4 3 20 0 15 0 405397728 11109388288 601504 33554432000 4194304 4196468 140735271216832 139913981778192 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9094] ppid=9035 vsize=10849012 memory=2406532 CPUtime=0.61 cores=1,3,5,7
/proc/9038/task/9094/stat : 9094 (java) S 9035 9038 5064 0 -1 1077944384 4458 13006 0 0 44 10 4 3 20 0 15 0 405397728 11109388288 601504 33554432000 4194304 4196468 140735271216832 139913980725904 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9095] ppid=9035 vsize=10849012 memory=2406016 CPUtime=0.6 cores=1,3,5,7
/proc/9038/task/9095/stat : 9095 (java) S 9035 9038 5064 0 -1 1077944384 5818 13006 0 0 43 10 4 3 20 0 15 0 405397728 11109388288 601504 33554432000 4194304 4196468 140735271216832 139913979673104 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9096] ppid=9035 vsize=10849012 memory=2406532 CPUtime=0.26 cores=1,3,5,7
/proc/9038/task/9096/stat : 9096 (java) S 9035 9038 5064 0 -1 1077944384 13019 13006 0 0 15 4 4 3 20 0 15 0 405397729 11109388288 601504 33554432000 4194304 4196468 140735271216832 139913935366768 139914408721026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9097] ppid=9035 vsize=10849012 memory=2406532 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9097/stat : 9097 (java) S 9035 9038 5064 0 -1 1077944384 34 13006 0 0 0 0 4 3 20 0 15 0 405397729 11109388288 601504 33554432000 4194304 4196468 140735271216832 139913861260704 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9098] ppid=9035 vsize=10849012 memory=2406532 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9098/stat : 9098 (java) S 9035 9038 5064 0 -1 1077944384 32 13006 0 0 0 0 4 3 20 0 15 0 405397730 11109388288 601504 33554432000 4194304 4196468 140735271216832 139913257281152 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9099] ppid=9035 vsize=10849012 memory=2406532 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9099/stat : 9099 (java) S 9035 9038 5064 0 -1 1077944384 3 13006 0 0 0 0 4 3 20 0 15 0 405397732 11109388288 601504 33554432000 4194304 4196468 140735271216832 139912949881424 139914408728475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9100] ppid=9035 vsize=10849012 memory=2406532 CPUtime=6.05 cores=1,3,5,7
/proc/9038/task/9100/stat : 9100 (java) S 9035 9038 5064 0 -1 1077944384 36880 13006 0 0 590 8 4 3 20 0 15 0 405397732 11109388288 601504 33554432000 4194304 4196468 140735271216832 139913934313584 139914408721026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9101] ppid=9035 vsize=10849012 memory=2406532 CPUtime=6.07 cores=1,3,5,7
/proc/9038/task/9101/stat : 9101 (java) S 9035 9038 5064 0 -1 1077944384 38798 13006 0 0 592 8 4 3 20 0 15 0 405397732 11109388288 601504 33554432000 4194304 4196468 140735271216832 139913933260784 139914408721026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9102] ppid=9035 vsize=10849012 memory=301741373374332954 CPUtime=3.75 cores=1,3,5,7
/proc/9038/task/9102/stat : 9102 (java) S 9035 9038 5064 0 -1 1077944384 58051 13006 0 0 359 9 4 3 20 0 15 0 405397732 11109388288 601504 33554432000 4194304 4196468 140735271216832 139913932208496 139914408721026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9103] ppid=9035 vsize=10849012 memory=288230583166042426 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9103/stat : 9103 (java) S 9035 9038 5064 0 -1 1077944384 3 13006 0 0 0 0 4 3 20 0 15 0 405397733 11109388288 601504 33554432000 4194304 4196468 140735271216832 139912916322784 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9104] ppid=9035 vsize=10849012 memory=14699582244260396 CPUtime=0.76 cores=1,3,5,7
/proc/9038/task/9104/stat : 9104 (java) S 9035 9038 5064 0 -1 1077944384 2203 13006 0 0 30 39 4 3 20 0 15 0 405397733 11109388288 601504 33554432000 4194304 4196468 140735271216832 139913931156400 139914408721026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 2406016 KiB

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

[startup+2501.74 s]
# the end of solver process 9038 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.55 s, system=1.57757 s

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

[startup+2501.7 s]
/proc/loadavg: 1.66 1.72 1.74 3/229 9876
/proc/meminfo: memFree=27863684/32770624 swapFree=66916264/67108860
[pid=9038] ppid=9035 vsize=10849012 memory=2406016 CPUtime=2520.07 cores=1,3,5,7
/proc/9038/stat : 9038 (java) S 9035 9038 5064 0 -1 1077944320 274989 13006 0 0 251848 152 4 3 20 0 15 0 405397718 11109388288 601504 33554432000 4194304 4196468 140735271216832 140735271199376 139914408709879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
/proc/9038/statm: 2712253 601504 3622 1 0 2674317 0
[pid=9038/tid=9091] ppid=9035 vsize=10849012 memory=2407556 CPUtime=2501.26 cores=1,3,5,7
/proc/9038/task/9091/stat : 9091 (java) R 9035 9038 5064 0 -1 4202560 95385 13006 0 0 250072 47 4 3 20 0 15 0 405397727 11109388288 601504 33554432000 4194304 4196468 140735271216832 139914380544432 139914017290123 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9092] ppid=9035 vsize=10849012 memory=2407044 CPUtime=0.61 cores=1,3,5,7
/proc/9038/task/9092/stat : 9092 (java) S 9035 9038 5064 0 -1 1077944384 8838 13006 0 0 43 11 4 3 20 0 15 0 405397728 11109388288 601504 33554432000 4194304 4196468 140735271216832 139914412951952 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9093] ppid=9035 vsize=10849012 memory=2406532 CPUtime=0.61 cores=1,3,5,7
/proc/9038/task/9093/stat : 9093 (java) S 9035 9038 5064 0 -1 1077944384 9262 13006 0 0 43 11 4 3 20 0 15 0 405397728 11109388288 601504 33554432000 4194304 4196468 140735271216832 139913981778192 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9094] ppid=9035 vsize=10849012 memory=2406532 CPUtime=0.61 cores=1,3,5,7
/proc/9038/task/9094/stat : 9094 (java) S 9035 9038 5064 0 -1 1077944384 4458 13006 0 0 44 10 4 3 20 0 15 0 405397728 11109388288 601504 33554432000 4194304 4196468 140735271216832 139913980725904 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9095] ppid=9035 vsize=10849012 memory=2406016 CPUtime=0.6 cores=1,3,5,7
/proc/9038/task/9095/stat : 9095 (java) S 9035 9038 5064 0 -1 1077944384 5818 13006 0 0 43 10 4 3 20 0 15 0 405397728 11109388288 601504 33554432000 4194304 4196468 140735271216832 139913979673104 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9096] ppid=9035 vsize=10849012 memory=2406532 CPUtime=0.26 cores=1,3,5,7
/proc/9038/task/9096/stat : 9096 (java) S 9035 9038 5064 0 -1 1077944384 13019 13006 0 0 15 4 4 3 20 0 15 0 405397729 11109388288 601504 33554432000 4194304 4196468 140735271216832 139913935366768 139914408721026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9097] ppid=9035 vsize=10849012 memory=2406532 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9097/stat : 9097 (java) S 9035 9038 5064 0 -1 1077944384 34 13006 0 0 0 0 4 3 20 0 15 0 405397729 11109388288 601504 33554432000 4194304 4196468 140735271216832 139913861260704 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9098] ppid=9035 vsize=10849012 memory=2406532 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9098/stat : 9098 (java) S 9035 9038 5064 0 -1 1077944384 32 13006 0 0 0 0 4 3 20 0 15 0 405397730 11109388288 601504 33554432000 4194304 4196468 140735271216832 139913257281152 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9099] ppid=9035 vsize=10849012 memory=2406532 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9099/stat : 9099 (java) S 9035 9038 5064 0 -1 1077944384 3 13006 0 0 0 0 4 3 20 0 15 0 405397732 11109388288 601504 33554432000 4194304 4196468 140735271216832 139912949881424 139914408728475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9100] ppid=9035 vsize=10849012 memory=2406532 CPUtime=6.05 cores=1,3,5,7
/proc/9038/task/9100/stat : 9100 (java) S 9035 9038 5064 0 -1 1077944384 36880 13006 0 0 590 8 4 3 20 0 15 0 405397732 11109388288 601504 33554432000 4194304 4196468 140735271216832 139913934313584 139914408721026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9101] ppid=9035 vsize=10849012 memory=2406532 CPUtime=6.07 cores=1,3,5,7
/proc/9038/task/9101/stat : 9101 (java) S 9035 9038 5064 0 -1 1077944384 38798 13006 0 0 592 8 4 3 20 0 15 0 405397732 11109388288 601504 33554432000 4194304 4196468 140735271216832 139913933260784 139914408721026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9102] ppid=9035 vsize=10849012 memory=301741373374332954 CPUtime=3.75 cores=1,3,5,7
/proc/9038/task/9102/stat : 9102 (java) S 9035 9038 5064 0 -1 1077944384 58051 13006 0 0 359 9 4 3 20 0 15 0 405397732 11109388288 601504 33554432000 4194304 4196468 140735271216832 139913932208496 139914408721026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9103] ppid=9035 vsize=10849012 memory=288230583166042426 CPUtime=0.07 cores=1,3,5,7
/proc/9038/task/9103/stat : 9103 (java) S 9035 9038 5064 0 -1 1077944384 3 13006 0 0 0 0 4 3 20 0 15 0 405397733 11109388288 601504 33554432000 4194304 4196468 140735271216832 139912916322784 139914408720085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
[pid=9038/tid=9104] ppid=9035 vsize=10849012 memory=14699582244260396 CPUtime=0.76 cores=1,3,5,7
/proc/9038/task/9104/stat : 9104 (java) S 9035 9038 5064 0 -1 1077944384 2203 13006 0 0 30 39 4 3 20 0 15 0 405397733 11109388288 601504 33554432000 4194304 4196468 140735271216832 139913931156400 139914408721026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 33767424 140735271222006 140735271224517 140735271224517 140735271227343 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 2406016 KiB

Child status: 143
Real time (s): 2501.74
CPU time (s): 2520.13
CPU user time (s): 2518.55
CPU system time (s): 1.57757
CPU usage (%): 100.735
Max. virtual memory (cumulated for all children) (KiB): 10849012
Max. memory (cumulated for all children) (KiB): 2593588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.55
system time used= 1.57757
maximum resident set size= 2595636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 288893
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 72837
involuntary context switches= 1028


# summary of solver processes directly reported to runsolver:
#   pid: 9038
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2518.55
#   total CPU system time (s): 1.57757

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.0955 second user time and 22.0457 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-12 15:22:36
IDJOB=4387212
IDBENCH=127971
IDSOLVER=2823
FILE ID=node141/4387212-1568294598
RUNJOBID= node141-1568285927-6017
PBS_JOBID= 21701068
Free space on /tmp= 53776 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-28-4-7-3.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387212-1568294598/watcher-4387212-1568294598 -o /tmp/evaluation-result-4387212-1568294598/solver-4387212-1568294598 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568285927-6017 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=172698544 HOME/instance-4387212-1568294598.xml

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

MD5SUM BENCH= cd71d797d3091c0a3eabb0588ef8346f
RANDOM SEED=172698544

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        30836384 kB
MemAvailable:   31026592 kB
Buffers:           96912 kB
Cached:           393376 kB
SwapCached:        82068 kB
Active:          1102620 kB
Inactive:         302112 kB
Active(anon):     839724 kB
Inactive(anon):   104084 kB
Active(file):     262896 kB
Inactive(file):   198028 kB
Unevictable:      110408 kB
Mlocked:          110408 kB
SwapTotal:      67108860 kB
SwapFree:       66916208 kB
Dirty:             36160 kB
Writeback:            16 kB
AnonPages:        943720 kB
Mapped:            45136 kB
Shmem:             20740 kB
Slab:             119132 kB
SReclaimable:      90236 kB
SUnreclaim:        28896 kB
KernelStack:        3712 kB
PageTables:         7008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2110776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    772096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 53740 MiB
End job on node141 at 2019-09-12 16:04:18