Trace number 4401394

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2SAT (TO)82 2400.05 2364.74

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-45-01.xml
MD5SUM1713c5d1d522f34d444b6ff7755d5ded
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark82
Best CPU time to get the best result obtained on this benchmark244.284
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints72
Number of domains2
Minimum domain size1
Maximum domain size151
Distribution of domain sizes[{"size":1,"count":1},{"size":151,"count":31}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":7,"count":1},{"degree":8,"count":21},{"degree":9,"count":5},{"degree":10,"count":3}]
Minimum constraint arity2
Maximum constraint arity30
Distribution of constraint arities[{"arity":2,"count":68},{"arity":30,"count":4}]
Number of extensional constraints0
Number of intensional constraints68
Distribution of constraint types[{"type":"intension","count":68},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.75/0.55	c Concrete v3.12.2.1568631193530 running
7.89/3.58	o 150
8.62/4.08	o 143
9.52/4.33	o 138
11.15/4.91	o 137
11.15/4.95	o 136
11.15/4.98	o 107
11.15/5.00	o 102
11.32/5.01	o 101
11.32/5.03	o 100
11.32/5.04	o 98
11.32/5.06	o 97
11.32/5.10	o 95
11.48/5.11	o 89
11.48/5.17	o 88
11.76/5.38	o 87
11.91/5.42	o 86
11.91/5.46	o 85
59.82/51.30	o 84
72.78/64.21	o 83
111.91/103.02	o 82
2400.01/2364.70	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.01/2364.71		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.01/2364.71		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.01/2364.71		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:110)
2400.01/2364.71		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.01/2364.71		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.01/2364.71		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2400.01/2364.71		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2400.01/2364.71		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.01/2364.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.01/2364.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.01/2364.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.01/2364.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.01/2364.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.01/2364.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.01/2364.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.01/2364.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.01/2364.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.01/2364.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.01/2364.71		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.01/2364.71		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.01/2364.71		at scala.Option.map(Option.scala:243)
2400.01/2364.71		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.01/2364.71		at concrete.MAC.mac(MAC.scala:216)
2400.01/2364.71		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.01/2364.71		at scala.util.Try$.apply(Try.scala:212)
2400.01/2364.71		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.01/2364.71		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.01/2364.71		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.01/2364.71		at concrete.MAC.oneRun(MAC.scala:265)
2400.01/2364.71		at concrete.MAC.nextSolution(MAC.scala:284)
2400.01/2364.71		at concrete.MAC.nextSolution(MAC.scala:369)
2400.01/2364.71		at concrete.Solver.hasNext(Solver.scala:160)
2400.01/2364.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.01/2364.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.01/2364.71		at concrete.Solver.foreach(Solver.scala:67)
2400.01/2364.71		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.01/2364.71		at scala.util.Success.map(Try.scala:264)
2400.01/2364.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.01/2364.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.01/2364.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.01/2364.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.01/2364.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.01/2364.71		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.01/2364.71		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.01/2364.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.01/2364.71		at scala.App.$anonfun$main$1(App.scala:75)
2400.01/2364.71		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.01/2364.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.01/2364.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.01/2364.71		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.01/2364.71		at scala.App.main(App.scala:75)
2400.01/2364.71		at scala.App.main$(App.scala:73)
2400.01/2364.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.01/2364.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.01/2364.72	v <instantiation
2400.01/2364.72	v         cost = '82'>
2400.01/2364.72	v       <list>
2400.01/2364.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] s[28] s[29] s[30] s[31]
2400.01/2364.72	v       </list>
2400.01/2364.72	v       <values>
2400.01/2364.72	v         0 0 13 0 2 25 3 17 24 4 11 13 17 21 26 57 29 24 35 35 50 44 44 54 62 73 49 66 73 76 66 82
2400.01/2364.72	v       </values>
2400.01/2364.72	v     </instantiation>
2400.01/2364.72	s SATISFIABLE

Verifier Data

OK	82

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401394-1568683115/watcher-4401394-1568683115 -o /tmp/evaluation-result-4401394-1568683115/solver-4401394-1568683115 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568669653-20873 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=2093330141 HOME/instance-4401394-1568683115.xml 

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

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


[startup+0.100061 s]*
/proc/loadavg: 1.36 1.41 1.44 3/217 23474
/proc/meminfo: memFree=28465744/32770624 swapFree=66999964/67108860
[pid=23417] ppid=23414 vsize=9972712 memory=18860 CPUtime=0.09 cores=0,2,4,6
/proc/23417/stat : 23417 (java) S 23414 23417 20842 0 -1 1077944320 4441 13207 0 0 1 0 5 3 20 0 6 0 444565999 10212057088 4715 33554432000 4194304 4196468 140732916179776 140732916162320 140236733034231 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
/proc/23417/statm: 2493178 4715 1935 1 0 2481616 0
[pid=23417/tid=23470] ppid=23414 vsize=9972712 memory=720575944405811505 CPUtime=0.09 cores=0,2,4,6
/proc/23417/task/23470/stat : 23470 (java) R 23414 23417 20842 0 -1 4202560 2243 13207 0 0 1 0 5 3 20 0 6 0 444566008 10212057088 4715 33554432000 4194304 4196468 140732916179776 140236704870992 140236718346233 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23471] ppid=23414 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23471/stat : 23471 (java) S 23414 23417 20842 0 -1 1077944384 1 13207 0 0 0 0 5 3 20 0 6 0 444566009 10212057088 4715 33554432000 4194304 4196468 140732916179776 140236737276944 140236733044437 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23472] ppid=23414 vsize=9972712 memory=3545941934957921952 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23472/stat : 23472 (java) S 23414 23417 20842 0 -1 1077944384 1 13207 0 0 0 0 5 3 20 0 6 0 444566009 10212057088 4715 33554432000 4194304 4196468 140732916179776 140236656028816 140236733044437 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23473] ppid=23414 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23473/stat : 23473 (java) S 23414 23417 20842 0 -1 1077944384 1 13207 0 0 0 0 5 3 20 0 6 0 444566009 10212057088 4715 33554432000 4194304 4196468 140732916179776 140236305652496 140236733044437 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23474] ppid=23414 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23474/stat : 23474 (java) S 23414 23417 20842 0 -1 1077944384 2 13207 0 0 0 0 5 3 20 0 6 0 444566009 10212057088 4715 33554432000 4194304 4196468 140732916179776 140236304599952 140236733044437 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18860 KiB

[startup+0.216216 s]*
/proc/loadavg: 1.36 1.41 1.44 4/226 23483
/proc/meminfo: memFree=28446420/32770624 swapFree=66999964/67108860
[pid=23417] ppid=23414 vsize=10821220 memory=45008 CPUtime=0.28 cores=0,2,4,6
/proc/23417/stat : 23417 (java) S 23414 23417 20842 0 -1 1077944320 9405 13207 0 0 18 2 5 3 20 0 15 0 444565999 11080929280 11252 33554432000 4194304 4196468 140732916179776 140732916162320 140236733034231 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
/proc/23417/statm: 2705305 11252 3296 1 0 2667405 0
[pid=23417/tid=23470] ppid=23414 vsize=10821220 memory=729618466009055537 CPUtime=0.2 cores=0,2,4,6
/proc/23417/task/23470/stat : 23470 (java) R 23414 23417 20842 0 -1 4202560 5869 13207 0 0 11 1 5 3 20 0 15 0 444566008 11080929280 11252 33554432000 4194304 4196468 140732916179776 140236704846592 140236725713949 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23471] ppid=23414 vsize=10821220 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23471/stat : 23471 (java) S 23414 23417 20842 0 -1 1077944384 1 13207 0 0 0 0 5 3 20 0 15 0 444566009 11080929280 11252 33554432000 4194304 4196468 140732916179776 140236737276944 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23472] ppid=23414 vsize=10821220 memory=3545941934957921952 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23472/stat : 23472 (java) S 23414 23417 20842 0 -1 1077944384 1 13207 0 0 0 0 5 3 20 0 15 0 444566009 11080929280 11252 33554432000 4194304 4196468 140732916179776 140236656028816 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23473] ppid=23414 vsize=10821220 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23473/stat : 23473 (java) S 23414 23417 20842 0 -1 1077944384 1 13207 0 0 0 0 5 3 20 0 15 0 444566009 11080929280 11252 33554432000 4194304 4196468 140732916179776 140236305652496 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23474] ppid=23414 vsize=10821220 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23474/stat : 23474 (java) S 23414 23417 20842 0 -1 1077944384 2 13207 0 0 0 0 5 3 20 0 15 0 444566009 11080929280 11252 33554432000 4194304 4196468 140732916179776 140236304599952 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23475] ppid=23414 vsize=10821220 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23475/stat : 23475 (java) S 23414 23417 20842 0 -1 1077944384 2 13207 0 0 0 0 5 3 20 0 15 0 444566011 11080929280 11252 33554432000 4194304 4196468 140732916179776 140236259649776 140236733045378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23476] ppid=23414 vsize=10821220 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23476/stat : 23476 (java) S 23414 23417 20842 0 -1 1077944384 13 13207 0 0 0 0 5 3 20 0 15 0 444566011 11080929280 11252 33554432000 4194304 4196468 140732916179776 140236050916512 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23477] ppid=23414 vsize=10821220 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23477/stat : 23477 (java) S 23414 23417 20842 0 -1 1077944384 1 13207 0 0 0 0 5 3 20 0 15 0 444566011 11080929280 11252 33554432000 4194304 4196468 140732916179776 140235581154032 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23478] ppid=23414 vsize=10821220 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23478/stat : 23478 (java) S 23414 23417 20842 0 -1 1077944384 3 13207 0 0 0 0 5 3 20 0 15 0 444566014 11080929280 11252 33554432000 4194304 4196468 140732916179776 140235273754576 140236733052827 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23479] ppid=23414 vsize=10821220 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23417/task/23479/stat : 23479 (java) S 23414 23417 20842 0 -1 1077944384 490 13207 0 0 1 0 5 3 20 0 15 0 444566014 11080929280 11252 33554432000 4194304 4196468 140732916179776 140236258597616 140236733045378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23480] ppid=23414 vsize=10821220 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23480/stat : 23480 (java) S 23414 23417 20842 0 -1 1077944384 176 13207 0 0 0 0 5 3 20 0 15 0 444566014 11080929280 11252 33554432000 4194304 4196468 140732916179776 140236257545072 140236733045378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23481] ppid=23414 vsize=10821220 memory=139869390112384 CPUtime=0.11 cores=0,2,4,6
/proc/23417/task/23481/stat : 23481 (java) S 23414 23417 20842 0 -1 1077944384 632 13207 0 0 3 0 5 3 20 0 15 0 444566014 11080929280 11252 33554432000 4194304 4196468 140732916179776 140236256492016 140236733045378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23482] ppid=23414 vsize=10821220 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23482/stat : 23482 (java) S 23414 23417 20842 0 -1 1077944384 3 13207 0 0 0 0 5 3 20 0 15 0 444566014 11080929280 11252 33554432000 4194304 4196468 140732916179776 140235240196960 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23483] ppid=23414 vsize=10821220 memory=139869390112384 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23483/stat : 23483 (java) S 23414 23417 20842 0 -1 1077944384 1 13207 0 0 0 0 5 3 20 0 15 0 444566014 11080929280 11252 33554432000 4194304 4196468 140732916179776 140236255439408 140236733045378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10821220 KiB
Current children cumulated memory: 45008 KiB

[startup+0.310475 s]*
/proc/loadavg: 1.36 1.41 1.44 3/226 23483
/proc/meminfo: memFree=28437272/32770624 swapFree=66999964/67108860
[pid=23417] ppid=23414 vsize=10820196 memory=49800 CPUtime=0.4 cores=0,2,4,6
/proc/23417/stat : 23417 (java) S 23414 23417 20842 0 -1 1077944320 10727 13207 0 0 29 3 5 3 20 0 15 0 444565999 11079880704 12450 33554432000 4194304 4196468 140732916179776 140732916162320 140236733034231 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
/proc/23417/statm: 2705049 12450 3306 1 0 2667149 0
[pid=23417/tid=23470] ppid=23414 vsize=10820196 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/23417/task/23470/stat : 23470 (java) R 23414 23417 20842 0 -1 4202560 7174 13207 0 0 20 2 5 3 20 0 15 0 444566008 11079880704 12450 33554432000 4194304 4196468 140732916179776 140236704851856 140236733055578 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23471] ppid=23414 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23471/stat : 23471 (java) S 23414 23417 20842 0 -1 1077944384 1 13207 0 0 0 0 5 3 20 0 15 0 444566009 11079880704 12450 33554432000 4194304 4196468 140732916179776 140236737276944 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23472] ppid=23414 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23472/stat : 23472 (java) S 23414 23417 20842 0 -1 1077944384 1 13207 0 0 0 0 5 3 20 0 15 0 444566009 11079880704 12450 33554432000 4194304 4196468 140732916179776 140236656028816 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23473] ppid=23414 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23473/stat : 23473 (java) S 23414 23417 20842 0 -1 1077944384 1 13207 0 0 0 0 5 3 20 0 15 0 444566009 11079880704 12450 33554432000 4194304 4196468 140732916179776 140236305652496 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23474] ppid=23414 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23474/stat : 23474 (java) S 23414 23417 20842 0 -1 1077944384 2 13207 0 0 0 0 5 3 20 0 15 0 444566009 11079880704 12450 33554432000 4194304 4196468 140732916179776 140236304599952 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23475] ppid=23414 vsize=10820196 memory=139869390112383 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23475/stat : 23475 (java) S 23414 23417 20842 0 -1 1077944384 2 13207 0 0 0 0 5 3 20 0 15 0 444566011 11079880704 12450 33554432000 4194304 4196468 140732916179776 140236259649776 140236733045378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23476] ppid=23414 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23476/stat : 23476 (java) S 23414 23417 20842 0 -1 1077944384 13 13207 0 0 0 0 5 3 20 0 15 0 444566011 11079880704 12450 33554432000 4194304 4196468 140732916179776 140236050916512 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23477] ppid=23414 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23477/stat : 23477 (java) S 23414 23417 20842 0 -1 1077944384 1 13207 0 0 0 0 5 3 20 0 15 0 444566011 11079880704 12450 33554432000 4194304 4196468 140732916179776 140235581154032 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23478] ppid=23414 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23478/stat : 23478 (java) S 23414 23417 20842 0 -1 1077944384 3 13207 0 0 0 0 5 3 20 0 15 0 444566014 11079880704 12450 33554432000 4194304 4196468 140732916179776 140235273754576 140236733052827 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23479] ppid=23414 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/23417/task/23479/stat : 23479 (java) S 23414 23417 20842 0 -1 1077944384 491 13207 0 0 2 0 5 3 20 0 15 0 444566014 11079880704 12450 33554432000 4194304 4196468 140732916179776 140236258597616 140236733045378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23480] ppid=23414 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/23417/task/23480/stat : 23480 (java) S 23414 23417 20842 0 -1 1077944384 176 13207 0 0 1 0 5 3 20 0 15 0 444566014 11079880704 12450 33554432000 4194304 4196468 140732916179776 140236257545072 140236733045378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23481] ppid=23414 vsize=10820196 memory=139869390112384 CPUtime=0.13 cores=0,2,4,6
/proc/23417/task/23481/stat : 23481 (java) S 23414 23417 20842 0 -1 1077944384 650 13207 0 0 5 0 5 3 20 0 15 0 444566014 11079880704 12450 33554432000 4194304 4196468 140732916179776 140236256492016 140236733045378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23482] ppid=23414 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23482/stat : 23482 (java) S 23414 23417 20842 0 -1 1077944384 3 13207 0 0 0 0 5 3 20 0 15 0 444566014 11079880704 12450 33554432000 4194304 4196468 140732916179776 140235240196960 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23483] ppid=23414 vsize=10820196 memory=139869390112384 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23483/stat : 23483 (java) S 23414 23417 20842 0 -1 1077944384 1 13207 0 0 0 0 5 3 20 0 15 0 444566014 11079880704 12450 33554432000 4194304 4196468 140732916179776 140236255439408 140236733045378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49800 KiB

[startup+0.701247 s]
/proc/loadavg: 1.36 1.41 1.44 5/226 23483
/proc/meminfo: memFree=28422600/32770624 swapFree=66999964/67108860
[pid=23417] ppid=23414 vsize=10824364 memory=83244 CPUtime=1.13 cores=0,2,4,6
/proc/23417/stat : 23417 (java) S 23414 23417 20842 0 -1 1077944320 15053 13207 0 0 99 6 5 3 20 0 15 0 444565999 11084148736 20811 33554432000 4194304 4196468 140732916179776 140732916162320 140236733034231 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
/proc/23417/statm: 2706091 20811 3503 1 0 2668173 0
[pid=23417/tid=23470] ppid=23414 vsize=10824364 memory=7810487918915055718 CPUtime=0.67 cores=0,2,4,6
/proc/23417/task/23470/stat : 23470 (java) R 23414 23417 20842 0 -1 4202560 10263 13207 0 0 55 4 5 3 20 0 15 0 444566008 11084148736 20811 33554432000 4194304 4196468 140732916179776 140236704861392 140236336215224 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23471] ppid=23414 vsize=10824364 memory=1380 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23471/stat : 23471 (java) S 23414 23417 20842 0 -1 1077944384 1 13207 0 0 0 0 5 3 20 0 15 0 444566009 11084148736 20811 33554432000 4194304 4196468 140732916179776 140236737276944 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23472] ppid=23414 vsize=10824364 memory=1128 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23472/stat : 23472 (java) S 23414 23417 20842 0 -1 1077944384 1 13207 0 0 0 0 5 3 20 0 15 0 444566009 11084148736 20811 33554432000 4194304 4196468 140732916179776 140236656028816 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23473] ppid=23414 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23473/stat : 23473 (java) S 23414 23417 20842 0 -1 1077944384 1 13207 0 0 0 0 5 3 20 0 15 0 444566009 11084148736 20811 33554432000 4194304 4196468 140732916179776 140236305652496 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23474] ppid=23414 vsize=10824364 memory=139869390111217 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23474/stat : 23474 (java) S 23414 23417 20842 0 -1 1077944384 2 13207 0 0 0 0 5 3 20 0 15 0 444566009 11084148736 20811 33554432000 4194304 4196468 140732916179776 140236304599952 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23475] ppid=23414 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23475/stat : 23475 (java) S 23414 23417 20842 0 -1 1077944384 5 13207 0 0 0 0 5 3 20 0 15 0 444566011 11084148736 20811 33554432000 4194304 4196468 140732916179776 140236259649776 140236733045378 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23476] ppid=23414 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23476/stat : 23476 (java) S 23414 23417 20842 0 -1 1077944384 13 13207 0 0 0 0 5 3 20 0 15 0 444566011 11084148736 20811 33554432000 4194304 4196468 140732916179776 140236050916512 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23477] ppid=23414 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23477/stat : 23477 (java) S 23414 23417 20842 0 -1 1077944384 1 13207 0 0 0 0 5 3 20 0 15 0 444566011 11084148736 20811 33554432000 4194304 4196468 140732916179776 140235581154032 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23478] ppid=23414 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23478/stat : 23478 (java) S 23414 23417 20842 0 -1 1077944384 3 13207 0 0 0 0 5 3 20 0 15 0 444566014 11084148736 20811 33554432000 4194304 4196468 140732916179776 140235273754576 140236733052827 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23479] ppid=23414 vsize=10824364 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/23417/task/23479/stat : 23479 (java) R 23414 23417 20842 0 -1 4202560 944 13207 0 0 13 0 5 3 20 0 15 0 444566014 11084148736 20811 33554432000 4194304 4196468 140732916179776 140236258583712 140236714556900 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23480] ppid=23414 vsize=10824364 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/23417/task/23480/stat : 23480 (java) R 23414 23417 20842 0 -1 4202560 710 13207 0 0 12 0 5 3 20 0 15 0 444566014 11084148736 20811 33554432000 4194304 4196468 140732916179776 140236257526672 140236716527012 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23481] ppid=23414 vsize=10824364 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/23417/task/23481/stat : 23481 (java) R 23414 23417 20842 0 -1 4202560 896 13207 0 0 16 0 5 3 20 0 15 0 444566014 11084148736 20811 33554432000 4194304 4196468 140732916179776 140236256492016 140236726131067 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23482] ppid=23414 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23482/stat : 23482 (java) S 23414 23417 20842 0 -1 1077944384 3 13207 0 0 0 0 5 3 20 0 15 0 444566014 11084148736 20811 33554432000 4194304 4196468 140732916179776 140235240196960 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23483] ppid=23414 vsize=10824364 memory=3624 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23483/stat : 23483 (java) S 23414 23417 20842 0 -1 1077944384 1 13207 0 0 0 0 5 3 20 0 15 0 444566014 11084148736 20811 33554432000 4194304 4196468 140732916179776 140236255439408 140236733045378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83244 KiB

[startup+1.5007 s]
/proc/loadavg: 1.36 1.41 1.44 3/226 23483
/proc/meminfo: memFree=28377956/32770624 swapFree=66999964/67108860
[pid=23417] ppid=23414 vsize=10834680 memory=171360 CPUtime=2.43 cores=0,2,4,6
/proc/23417/stat : 23417 (java) S 23414 23417 20842 0 -1 1077944320 21960 13207 0 0 224 11 5 3 20 0 15 0 444565999 11094712320 42840 33554432000 4194304 4196468 140732916179776 140732916162320 140236733034231 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
/proc/23417/statm: 2708670 42840 3573 1 0 2670733 0
[pid=23417/tid=23470] ppid=23414 vsize=10834680 memory=56 CPUtime=1.44 cores=0,2,4,6
/proc/23417/task/23470/stat : 23470 (java) R 23414 23417 20842 0 -1 4202560 15212 13207 0 0 130 6 5 3 20 0 15 0 444566008 11094712320 42840 33554432000 4194304 4196468 140732916179776 140236704847616 140236733046166 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23471] ppid=23414 vsize=10834680 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/23417/task/23471/stat : 23471 (java) S 23414 23417 20842 0 -1 1077944384 31 13207 0 0 1 0 5 3 20 0 15 0 444566009 11094712320 42840 33554432000 4194304 4196468 140732916179776 140236737276944 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23472] ppid=23414 vsize=10834680 memory=139869390122465 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23472/stat : 23472 (java) S 23414 23417 20842 0 -1 1077944384 83 13207 0 0 0 0 5 3 20 0 15 0 444566009 11094712320 42840 33554432000 4194304 4196468 140732916179776 140236656028816 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23473] ppid=23414 vsize=10834680 memory=139869390120257 CPUtime=0.09 cores=0,2,4,6
/proc/23417/task/23473/stat : 23473 (java) S 23414 23417 20842 0 -1 1077944384 394 13207 0 0 1 0 5 3 20 0 15 0 444566009 11094712320 42840 33554432000 4194304 4196468 140732916179776 140236305652496 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23474] ppid=23414 vsize=10834680 memory=139869390122145 CPUtime=0.09 cores=0,2,4,6
/proc/23417/task/23474/stat : 23474 (java) S 23414 23417 20842 0 -1 1077944384 62 13207 0 0 1 0 5 3 20 0 15 0 444566009 11094712320 42840 33554432000 4194304 4196468 140732916179776 140236304599952 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23475] ppid=23414 vsize=10834680 memory=1380 CPUtime=0.09 cores=0,2,4,6
/proc/23417/task/23475/stat : 23475 (java) S 23414 23417 20842 0 -1 1077944384 193 13207 0 0 1 0 5 3 20 0 15 0 444566011 11094712320 42840 33554432000 4194304 4196468 140732916179776 140236259649776 140236733045378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23476] ppid=23414 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23476/stat : 23476 (java) S 23414 23417 20842 0 -1 1077944384 14 13207 0 0 0 0 5 3 20 0 15 0 444566011 11094712320 42840 33554432000 4194304 4196468 140732916179776 140236050916576 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23477] ppid=23414 vsize=10834680 memory=7090170363597842257 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23477/stat : 23477 (java) S 23414 23417 20842 0 -1 1077944384 1 13207 0 0 0 0 5 3 20 0 15 0 444566011 11094712320 42840 33554432000 4194304 4196468 140732916179776 140235581154048 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23478] ppid=23414 vsize=10834680 memory=7667209424811287125 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23478/stat : 23478 (java) S 23414 23417 20842 0 -1 1077944384 3 13207 0 0 0 0 5 3 20 0 15 0 444566014 11094712320 42840 33554432000 4194304 4196468 140732916179776 140235273754576 140236733052827 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23479] ppid=23414 vsize=10834680 memory=7595718147996739693 CPUtime=0.32 cores=0,2,4,6
/proc/23417/task/23479/stat : 23479 (java) S 23414 23417 20842 0 -1 1077944384 1234 13207 0 0 24 0 5 3 20 0 15 0 444566014 11094712320 42840 33554432000 4194304 4196468 140732916179776 140236258597616 140236733045378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23480] ppid=23414 vsize=10834680 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/23417/task/23480/stat : 23480 (java) S 23414 23417 20842 0 -1 1077944384 791 13207 0 0 21 0 5 3 20 0 15 0 444566014 11094712320 42840 33554432000 4194304 4196468 140732916179776 140236257545072 140236733045378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23481] ppid=23414 vsize=10834680 memory=4949696295840688515 CPUtime=0.49 cores=0,2,4,6
/proc/23417/task/23481/stat : 23481 (java) R 23414 23417 20842 0 -1 4202560 1729 13207 0 0 41 0 5 3 20 0 15 0 444566014 11094712320 42840 33554432000 4194304 4196468 140732916179776 140236256489808 140236717114718 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23482] ppid=23414 vsize=10834680 memory=-7390251449858225344 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23482/stat : 23482 (java) S 23414 23417 20842 0 -1 1077944384 3 13207 0 0 0 0 5 3 20 0 15 0 444566014 11094712320 42840 33554432000 4194304 4196468 140732916179776 140235240196960 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23483] ppid=23414 vsize=10834680 memory=-7035114785800479027 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23483/stat : 23483 (java) S 23414 23417 20842 0 -1 1077944384 1 13207 0 0 0 0 5 3 20 0 15 0 444566014 11094712320 42840 33554432000 4194304 4196468 140732916179776 140236255439408 140236733045378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 10834680 KiB

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

/proc/23417/task/23470/stat : 23470 (java) R 23414 23417 20842 0 -1 4202560 56478 13207 0 0 223843 44 5 3 20 0 15 0 444566008 11107315712 183524 33554432000 4194304 4196468 140732916179776 140236704869520 140236350158027 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23471] ppid=23414 vsize=10846988 memory=734096 CPUtime=9.63 cores=0,2,4,6
/proc/23417/task/23471/stat : 23471 (java) S 23414 23417 20842 0 -1 1077944384 7045 13207 0 0 907 48 5 3 20 0 15 0 444566009 11107315712 183524 33554432000 4194304 4196468 140732916179776 140236737276944 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23472] ppid=23414 vsize=10846988 memory=734096 CPUtime=9.63 cores=0,2,4,6
/proc/23417/task/23472/stat : 23472 (java) S 23414 23417 20842 0 -1 1077944384 6772 13207 0 0 904 51 5 3 20 0 15 0 444566009 11107315712 183524 33554432000 4194304 4196468 140732916179776 140236656028816 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23473] ppid=23414 vsize=10846988 memory=0 CPUtime=9.65 cores=0,2,4,6
/proc/23417/task/23473/stat : 23473 (java) S 23414 23417 20842 0 -1 1077944384 14365 13207 0 0 908 49 5 3 20 0 15 0 444566009 11107315712 183524 33554432000 4194304 4196468 140732916179776 140236305652496 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23474] ppid=23414 vsize=10846988 memory=734096 CPUtime=9.6 cores=0,2,4,6
/proc/23417/task/23474/stat : 23474 (java) S 23414 23417 20842 0 -1 1077944384 9120 13207 0 0 904 48 5 3 20 0 15 0 444566009 11107315712 183524 33554432000 4194304 4196468 140732916179776 140236304599952 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23475] ppid=23414 vsize=10846988 memory=734096 CPUtime=9.4 cores=0,2,4,6
/proc/23417/task/23475/stat : 23475 (java) S 23414 23417 20842 0 -1 1077944384 11081 13207 0 0 883 49 5 3 20 0 15 0 444566011 11107315712 183524 33554432000 4194304 4196468 140732916179776 140236259649776 140236733045378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23476] ppid=23414 vsize=10846988 memory=734096 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23476/stat : 23476 (java) S 23414 23417 20842 0 -1 1077944384 21 13207 0 0 0 0 5 3 20 0 15 0 444566011 11107315712 183524 33554432000 4194304 4196468 140732916179776 140236050916576 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23477] ppid=23414 vsize=10846988 memory=734096 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23477/stat : 23477 (java) S 23414 23417 20842 0 -1 1077944384 9 13207 0 0 0 0 5 3 20 0 15 0 444566011 11107315712 183524 33554432000 4194304 4196468 140732916179776 140235581154048 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23478] ppid=23414 vsize=10846988 memory=734096 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23478/stat : 23478 (java) S 23414 23417 20842 0 -1 1077944384 3 13207 0 0 0 0 5 3 20 0 15 0 444566014 11107315712 183524 33554432000 4194304 4196468 140732916179776 140235273754576 140236733052827 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23479] ppid=23414 vsize=10846988 memory=734096 CPUtime=3.37 cores=0,2,4,6
/proc/23417/task/23479/stat : 23479 (java) S 23414 23417 20842 0 -1 1077944384 23376 13207 0 0 326 3 5 3 20 0 15 0 444566014 11107315712 183524 33554432000 4194304 4196468 140732916179776 140236258597616 140236733045378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23480] ppid=23414 vsize=10846988 memory=734096 CPUtime=3.84 cores=0,2,4,6
/proc/23417/task/23480/stat : 23480 (java) S 23414 23417 20842 0 -1 1077944384 21991 13207 0 0 374 2 5 3 20 0 15 0 444566014 11107315712 183524 33554432000 4194304 4196468 140732916179776 140236257545072 140236733045378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23481] ppid=23414 vsize=10846988 memory=734096 CPUtime=1.69 cores=0,2,4,6
/proc/23417/task/23481/stat : 23481 (java) S 23414 23417 20842 0 -1 1077944384 18049 13207 0 0 158 3 5 3 20 0 15 0 444566014 11107315712 183524 33554432000 4194304 4196468 140732916179776 140236256492016 140236733045378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 28 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23482] ppid=23414 vsize=10846988 memory=3624 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23482/stat : 23482 (java) S 23414 23417 20842 0 -1 1077944384 3 13207 0 0 0 0 5 3 20 0 15 0 444566014 11107315712 183524 33554432000 4194304 4196468 140732916179776 140235240196960 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23483] ppid=23414 vsize=10846988 memory=734096 CPUtime=1.27 cores=0,2,4,6
/proc/23417/task/23483/stat : 23483 (java) S 23414 23417 20842 0 -1 1077944384 1286 13207 0 0 60 59 5 3 20 0 15 0 444566014 11107315712 183524 33554432000 4194304 4196468 140732916179776 140236255439408 140236733045378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
Current children cumulated CPU time: 2296.41 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 734096 KiB

[startup+2322.3 s]
/proc/loadavg: 1.70 1.55 1.47 3/226 23829
/proc/meminfo: memFree=28802192/32770624 swapFree=66999988/67108860
[pid=23417] ppid=23414 vsize=10846988 memory=736276 CPUtime=2357.11 cores=0,2,4,6
/proc/23417/stat : 23417 (java) S 23414 23417 20842 0 -1 1077944320 173151 13207 0 0 235398 305 5 3 20 0 15 0 444565999 11107315712 184069 33554432000 4194304 4196468 140732916179776 140732916162320 140236733034231 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
/proc/23417/statm: 2711747 184069 3631 1 0 2673805 0
[pid=23417/tid=23470] ppid=23414 vsize=10846988 memory=736276 CPUtime=2298.35 cores=0,2,4,6
/proc/23417/task/23470/stat : 23470 (java) R 23414 23417 20842 0 -1 4202560 57160 13207 0 0 229782 45 5 3 20 0 15 0 444566008 11107315712 184069 33554432000 4194304 4196468 140732916179776 140236704869168 140236342504327 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23471] ppid=23414 vsize=10846988 memory=736168 CPUtime=9.89 cores=0,2,4,6
/proc/23417/task/23471/stat : 23471 (java) S 23414 23417 20842 0 -1 1077944384 7078 13207 0 0 931 50 5 3 20 0 15 0 444566009 11107315712 184069 33554432000 4194304 4196468 140732916179776 140236737276944 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23472] ppid=23414 vsize=10846988 memory=736168 CPUtime=9.89 cores=0,2,4,6
/proc/23417/task/23472/stat : 23472 (java) S 23414 23417 20842 0 -1 1077944384 6883 13207 0 0 928 53 5 3 20 0 15 0 444566009 11107315712 184069 33554432000 4194304 4196468 140732916179776 140236656028816 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23473] ppid=23414 vsize=10846988 memory=734096 CPUtime=9.9 cores=0,2,4,6
/proc/23417/task/23473/stat : 23473 (java) S 23414 23417 20842 0 -1 1077944384 14386 13207 0 0 933 49 5 3 20 0 15 0 444566009 11107315712 184069 33554432000 4194304 4196468 140732916179776 140236305652496 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23474] ppid=23414 vsize=10846988 memory=279738469283328 CPUtime=9.86 cores=0,2,4,6
/proc/23417/task/23474/stat : 23474 (java) S 23414 23417 20842 0 -1 1077944384 9388 13207 0 0 928 50 5 3 20 0 15 0 444566009 11107315712 184069 33554432000 4194304 4196468 140732916179776 140236304599952 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23475] ppid=23414 vsize=10846988 memory=734120 CPUtime=9.64 cores=0,2,4,6
/proc/23417/task/23475/stat : 23475 (java) S 23414 23417 20842 0 -1 1077944384 11291 13207 0 0 906 50 5 3 20 0 15 0 444566011 11107315712 184069 33554432000 4194304 4196468 140732916179776 140236259649776 140236733045378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23476] ppid=23414 vsize=10846988 memory=736168 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23476/stat : 23476 (java) S 23414 23417 20842 0 -1 1077944384 21 13207 0 0 0 0 5 3 20 0 15 0 444566011 11107315712 184069 33554432000 4194304 4196468 140732916179776 140236050916576 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23477] ppid=23414 vsize=10846988 memory=736276 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23477/stat : 23477 (java) S 23414 23417 20842 0 -1 1077944384 9 13207 0 0 0 0 5 3 20 0 15 0 444566011 11107315712 184069 33554432000 4194304 4196468 140732916179776 140235581154048 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23478] ppid=23414 vsize=10846988 memory=736276 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23478/stat : 23478 (java) S 23414 23417 20842 0 -1 1077944384 3 13207 0 0 0 0 5 3 20 0 15 0 444566014 11107315712 184069 33554432000 4194304 4196468 140732916179776 140235273754576 140236733052827 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23479] ppid=23414 vsize=10846988 memory=734096 CPUtime=3.37 cores=0,2,4,6
/proc/23417/task/23479/stat : 23479 (java) S 23414 23417 20842 0 -1 1077944384 23376 13207 0 0 326 3 5 3 20 0 15 0 444566014 11107315712 184069 33554432000 4194304 4196468 140732916179776 140236258597616 140236733045378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23480] ppid=23414 vsize=10846988 memory=3624 CPUtime=3.84 cores=0,2,4,6
/proc/23417/task/23480/stat : 23480 (java) S 23414 23417 20842 0 -1 1077944384 21991 13207 0 0 374 2 5 3 20 0 15 0 444566014 11107315712 184069 33554432000 4194304 4196468 140732916179776 140236257545072 140236733045378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23481] ppid=23414 vsize=10846988 memory=736168 CPUtime=1.69 cores=0,2,4,6
/proc/23417/task/23481/stat : 23481 (java) S 23414 23417 20842 0 -1 1077944384 18049 13207 0 0 158 3 5 3 20 0 15 0 444566014 11107315712 184069 33554432000 4194304 4196468 140732916179776 140236256492016 140236733045378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23482] ppid=23414 vsize=10846988 memory=736276 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23482/stat : 23482 (java) S 23414 23417 20842 0 -1 1077944384 3 13207 0 0 0 0 5 3 20 0 15 0 444566014 11107315712 184069 33554432000 4194304 4196468 140732916179776 140235240196960 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23483] ppid=23414 vsize=10846988 memory=736276 CPUtime=1.3 cores=0,2,4,6
/proc/23417/task/23483/stat : 23483 (java) S 23414 23417 20842 0 -1 1077944384 1303 13207 0 0 61 61 5 3 20 0 15 0 444566014 11107315712 184069 33554432000 4194304 4196468 140732916179776 140236255439408 140236733045378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
Current children cumulated CPU time: 2357.11 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 736276 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2364.7 s]
/proc/loadavg: 1.59 1.53 1.47 3/226 23832
/proc/meminfo: memFree=28801868/32770624 swapFree=66999988/67108860
[pid=23417] ppid=23414 vsize=10846988 memory=736312 CPUtime=2400.01 cores=0,2,4,6
/proc/23417/stat : 23417 (java) S 23414 23417 20842 0 -1 1077944320 173509 13207 0 0 239683 310 5 3 20 0 15 0 444565999 11107315712 184078 33554432000 4194304 4196468 140732916179776 140732916162320 140236733034231 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
/proc/23417/statm: 2711747 184078 3631 1 0 2673805 0
[pid=23417/tid=23470] ppid=23414 vsize=10846988 memory=736312 CPUtime=2340.34 cores=0,2,4,6
/proc/23417/task/23470/stat : 23470 (java) R 23414 23417 20842 0 -1 4202560 57459 13207 0 0 233981 45 5 3 20 0 15 0 444566008 11107315712 184078 33554432000 4194304 4196468 140732916179776 140236704869584 140236349301240 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23471] ppid=23414 vsize=10846988 memory=736312 CPUtime=10.06 cores=0,2,4,6
/proc/23417/task/23471/stat : 23471 (java) S 23414 23417 20842 0 -1 1077944384 7103 13207 0 0 948 50 5 3 20 0 15 0 444566009 11107315712 184078 33554432000 4194304 4196468 140732916179776 140236737276944 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23472] ppid=23414 vsize=10846988 memory=736312 CPUtime=10.06 cores=0,2,4,6
/proc/23417/task/23472/stat : 23472 (java) S 23414 23417 20842 0 -1 1077944384 6894 13207 0 0 945 53 5 3 20 0 15 0 444566009 11107315712 184078 33554432000 4194304 4196468 140732916179776 140236656028816 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23473] ppid=23414 vsize=10846988 memory=279738469322432 CPUtime=10.08 cores=0,2,4,6
/proc/23417/task/23473/stat : 23473 (java) S 23414 23417 20842 0 -1 1077944384 14389 13207 0 0 950 50 5 3 20 0 15 0 444566009 11107315712 184078 33554432000 4194304 4196468 140732916179776 140236305652496 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23474] ppid=23414 vsize=10846988 memory=736312 CPUtime=10.02 cores=0,2,4,6
/proc/23417/task/23474/stat : 23474 (java) S 23414 23417 20842 0 -1 1077944384 9393 13207 0 0 944 50 5 3 20 0 15 0 444566009 11107315712 184078 33554432000 4194304 4196468 140732916179776 140236304599952 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23475] ppid=23414 vsize=10846988 memory=736312 CPUtime=9.81 cores=0,2,4,6
/proc/23417/task/23475/stat : 23475 (java) S 23414 23417 20842 0 -1 1077944384 11298 13207 0 0 922 51 5 3 20 0 15 0 444566011 11107315712 184078 33554432000 4194304 4196468 140732916179776 140236259649776 140236733045378 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23476] ppid=23414 vsize=10846988 memory=3624 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23476/stat : 23476 (java) S 23414 23417 20842 0 -1 1077944384 21 13207 0 0 0 0 5 3 20 0 15 0 444566011 11107315712 184078 33554432000 4194304 4196468 140732916179776 140236050916576 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23477] ppid=23414 vsize=10846988 memory=736312 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23477/stat : 23477 (java) S 23414 23417 20842 0 -1 1077944384 9 13207 0 0 0 0 5 3 20 0 15 0 444566011 11107315712 184078 33554432000 4194304 4196468 140732916179776 140235581154048 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23478] ppid=23414 vsize=10846988 memory=736312 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23478/stat : 23478 (java) S 23414 23417 20842 0 -1 1077944384 3 13207 0 0 0 0 5 3 20 0 15 0 444566014 11107315712 184078 33554432000 4194304 4196468 140732916179776 140235273754576 140236733052827 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23479] ppid=23414 vsize=10846988 memory=288230617509003574 CPUtime=3.37 cores=0,2,4,6
/proc/23417/task/23479/stat : 23479 (java) S 23414 23417 20842 0 -1 1077944384 23378 13207 0 0 326 3 5 3 20 0 15 0 444566014 11107315712 184078 33554432000 4194304 4196468 140732916179776 140236258597616 140236733045378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23480] ppid=23414 vsize=10846988 memory=736312 CPUtime=3.84 cores=0,2,4,6
/proc/23417/task/23480/stat : 23480 (java) S 23414 23417 20842 0 -1 1077944384 21993 13207 0 0 374 2 5 3 20 0 15 0 444566014 11107315712 184078 33554432000 4194304 4196468 140732916179776 140236257545072 140236733045378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23481] ppid=23414 vsize=10846988 memory=736312 CPUtime=1.69 cores=0,2,4,6
/proc/23417/task/23481/stat : 23481 (java) S 23414 23417 20842 0 -1 1077944384 18051 13207 0 0 158 3 5 3 20 0 15 0 444566014 11107315712 184078 33554432000 4194304 4196468 140732916179776 140236256492016 140236733045378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 28 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23482] ppid=23414 vsize=10846988 memory=736312 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23482/stat : 23482 (java) S 23414 23417 20842 0 -1 1077944384 3 13207 0 0 0 0 5 3 20 0 15 0 444566014 11107315712 184078 33554432000 4194304 4196468 140732916179776 140235240196960 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23483] ppid=23414 vsize=10846988 memory=3624 CPUtime=1.32 cores=0,2,4,6
/proc/23417/task/23483/stat : 23483 (java) S 23414 23417 20842 0 -1 1077944384 1305 13207 0 0 62 62 5 3 20 0 15 0 444566014 11107315712 184078 33554432000 4194304 4196468 140732916179776 140236255439408 140236733045378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 736312 KiB

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

[startup+2364.74 s]
# the end of solver process 23417 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.91 s, system=3.14187 s

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

[startup+2364.7 s]
/proc/loadavg: 1.59 1.53 1.47 3/226 23832
/proc/meminfo: memFree=28801868/32770624 swapFree=66999988/67108860
[pid=23417] ppid=23414 vsize=10846988 memory=736312 CPUtime=2400.01 cores=0,2,4,6
/proc/23417/stat : 23417 (java) S 23414 23417 20842 0 -1 1077944320 173509 13207 0 0 239683 310 5 3 20 0 15 0 444565999 11107315712 184078 33554432000 4194304 4196468 140732916179776 140732916162320 140236733034231 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
/proc/23417/statm: 2711747 184078 3631 1 0 2673805 0
[pid=23417/tid=23470] ppid=23414 vsize=10846988 memory=736312 CPUtime=2340.34 cores=0,2,4,6
/proc/23417/task/23470/stat : 23470 (java) R 23414 23417 20842 0 -1 4202560 57459 13207 0 0 233981 45 5 3 20 0 15 0 444566008 11107315712 184078 33554432000 4194304 4196468 140732916179776 140236704869584 140236349301240 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23471] ppid=23414 vsize=10846988 memory=736312 CPUtime=10.06 cores=0,2,4,6
/proc/23417/task/23471/stat : 23471 (java) S 23414 23417 20842 0 -1 1077944384 7103 13207 0 0 948 50 5 3 20 0 15 0 444566009 11107315712 184078 33554432000 4194304 4196468 140732916179776 140236737276944 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23472] ppid=23414 vsize=10846988 memory=736312 CPUtime=10.06 cores=0,2,4,6
/proc/23417/task/23472/stat : 23472 (java) S 23414 23417 20842 0 -1 1077944384 6894 13207 0 0 945 53 5 3 20 0 15 0 444566009 11107315712 184078 33554432000 4194304 4196468 140732916179776 140236656028816 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23473] ppid=23414 vsize=10846988 memory=279738469322432 CPUtime=10.08 cores=0,2,4,6
/proc/23417/task/23473/stat : 23473 (java) S 23414 23417 20842 0 -1 1077944384 14389 13207 0 0 950 50 5 3 20 0 15 0 444566009 11107315712 184078 33554432000 4194304 4196468 140732916179776 140236305652496 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23474] ppid=23414 vsize=10846988 memory=736312 CPUtime=10.02 cores=0,2,4,6
/proc/23417/task/23474/stat : 23474 (java) S 23414 23417 20842 0 -1 1077944384 9393 13207 0 0 944 50 5 3 20 0 15 0 444566009 11107315712 184078 33554432000 4194304 4196468 140732916179776 140236304599952 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23475] ppid=23414 vsize=10846988 memory=736312 CPUtime=9.81 cores=0,2,4,6
/proc/23417/task/23475/stat : 23475 (java) S 23414 23417 20842 0 -1 1077944384 11298 13207 0 0 922 51 5 3 20 0 15 0 444566011 11107315712 184078 33554432000 4194304 4196468 140732916179776 140236259649776 140236733045378 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23476] ppid=23414 vsize=10846988 memory=3624 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23476/stat : 23476 (java) S 23414 23417 20842 0 -1 1077944384 21 13207 0 0 0 0 5 3 20 0 15 0 444566011 11107315712 184078 33554432000 4194304 4196468 140732916179776 140236050916576 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23477] ppid=23414 vsize=10846988 memory=736312 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23477/stat : 23477 (java) S 23414 23417 20842 0 -1 1077944384 9 13207 0 0 0 0 5 3 20 0 15 0 444566011 11107315712 184078 33554432000 4194304 4196468 140732916179776 140235581154048 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23478] ppid=23414 vsize=10846988 memory=736312 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23478/stat : 23478 (java) S 23414 23417 20842 0 -1 1077944384 3 13207 0 0 0 0 5 3 20 0 15 0 444566014 11107315712 184078 33554432000 4194304 4196468 140732916179776 140235273754576 140236733052827 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23479] ppid=23414 vsize=10846988 memory=288230617509003574 CPUtime=3.37 cores=0,2,4,6
/proc/23417/task/23479/stat : 23479 (java) S 23414 23417 20842 0 -1 1077944384 23378 13207 0 0 326 3 5 3 20 0 15 0 444566014 11107315712 184078 33554432000 4194304 4196468 140732916179776 140236258597616 140236733045378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23480] ppid=23414 vsize=10846988 memory=736312 CPUtime=3.84 cores=0,2,4,6
/proc/23417/task/23480/stat : 23480 (java) S 23414 23417 20842 0 -1 1077944384 21993 13207 0 0 374 2 5 3 20 0 15 0 444566014 11107315712 184078 33554432000 4194304 4196468 140732916179776 140236257545072 140236733045378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23481] ppid=23414 vsize=10846988 memory=736312 CPUtime=1.69 cores=0,2,4,6
/proc/23417/task/23481/stat : 23481 (java) S 23414 23417 20842 0 -1 1077944384 18051 13207 0 0 158 3 5 3 20 0 15 0 444566014 11107315712 184078 33554432000 4194304 4196468 140732916179776 140236256492016 140236733045378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 28 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23482] ppid=23414 vsize=10846988 memory=736312 CPUtime=0.08 cores=0,2,4,6
/proc/23417/task/23482/stat : 23482 (java) S 23414 23417 20842 0 -1 1077944384 3 13207 0 0 0 0 5 3 20 0 15 0 444566014 11107315712 184078 33554432000 4194304 4196468 140732916179776 140235240196960 140236733044437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
[pid=23417/tid=23483] ppid=23414 vsize=10846988 memory=3624 CPUtime=1.32 cores=0,2,4,6
/proc/23417/task/23483/stat : 23483 (java) S 23414 23417 20842 0 -1 1077944384 1305 13207 0 0 62 62 5 3 20 0 15 0 444566014 11107315712 184078 33554432000 4194304 4196468 140732916179776 140236255439408 140236733045378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39772160 140732916185839 140732916188357 140732916188357 140732916191183 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 736312 KiB

Child status: 143
Real time (s): 2364.74
CPU time (s): 2400.05
CPU user time (s): 2396.91
CPU system time (s): 3.14187
CPU usage (%): 101.493
Max. virtual memory (cumulated for all children) (KiB): 10849636
Max. memory (cumulated for all children) (KiB): 736312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.91
system time used= 3.14187
maximum resident set size= 740520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187890
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 264199
involuntary context switches= 11922


# summary of solver processes directly reported to runsolver:
#   pid: 23417
#   total CPU time (s): 2400.05
#   total CPU user time (s): 2396.91
#   total CPU system time (s): 3.14187

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6686 second user time and 21.2967 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-17 02:17:16
IDJOB=4401394
IDBENCH=129972
IDSOLVER=2858
FILE ID=node106/4401394-1568683115
RUNJOBID= node106-1568669653-20873
PBS_JOBID= 21703794
Free space on /tmp= 59052 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-45-01.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401394-1568683115/watcher-4401394-1568683115 -o /tmp/evaluation-result-4401394-1568683115/solver-4401394-1568683115 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568669653-20873 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=2093330141 HOME/instance-4401394-1568683115.xml

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

MD5SUM BENCH= 1713c5d1d522f34d444b6ff7755d5ded
RANDOM SEED=2093330141

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
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:        28474388 kB
MemAvailable:   30020340 kB
Buffers:          191056 kB
Cached:          1645088 kB
SwapCached:         7460 kB
Active:          2491312 kB
Inactive:        1223436 kB
Active(anon):    1879272 kB
Inactive(anon):    44192 kB
Active(file):     612040 kB
Inactive(file):  1179244 kB
Unevictable:      108952 kB
Mlocked:          108952 kB
SwapTotal:      67108860 kB
SwapFree:       66999964 kB
Dirty:             35656 kB
Writeback:            16 kB
AnonPages:       1981212 kB
Mapped:            57464 kB
Shmem:             35716 kB
Slab:             171092 kB
SReclaimable:     141008 kB
SUnreclaim:        30084 kB
KernelStack:        3712 kB
PageTables:         9832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2978908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1800192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59016 MiB
End job on node106 at 2019-09-17 02:56:41