Trace number 4387231

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 NameAnswerCPU timeWall clock time
Concrete 3.10? (TO) 2520.15 2464.04

General information on the benchmark

NameCarSequencing/CarSequencing-m1-jcr/
CarSequencing-16-81.xml
MD5SUMe1683218a1e3c524b21c5eaa634d1705
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark27.9455
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints737
Number of domains2
Minimum domain size2
Maximum domain size26
Distribution of domain sizes[{"size":2,"count":500},{"size":26,"count":100}]
Minimum variable degree2
Maximum variable degree52
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":18},{"degree":21,"count":18},{"degree":22,"count":20},{"degree":23,"count":20},{"degree":24,"count":20},{"degree":25,"count":20},{"degree":26,"count":10},"...",{"degree":28,"count":8}, {"degree":29,"count":8}, {"degree":30,"count":9}, {"degree":31,"count":9}, {"degree":32,"count":22}, {"degree":33,"count":5}, {"degree":34,"count":6}, {"degree":35,"count":6}, {"degree":36,"count":7}, {"degree":37,"count":2}, {"degree":38,"count":2}, {"degree":39,"count":2}, {"degree":40,"count":2}, {"degree":41,"count":2}, {"degree":42,"count":2}, {"degree":43,"count":2}, {"degree":44,"count":2}, {"degree":45,"count":2}, {"degree":46,"count":2}, {"degree":47,"count":2}, {"degree":48,"count":2}, {"degree":49,"count":2}, {"degree":50,"count":2}, {"degree":51,"count":3}, {"degree":52,"count":3}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":99},{"arity":3,"count":196},{"arity":4,"count":1},{"arity":5,"count":194},{"arity":6,"count":101},{"arity":7,"count":1},{"arity":8,"count":1},{"arity":10,"count":4},{"arity":12,"count":1},{"arity":13,"count":1},{"arity":14,"count":1},{"arity":15,"count":2},{"arity":16,"count":2},{"arity":18,"count":1},{"arity":19,"count":2},{"arity":20,"count":3},{"arity":22,"count":3},{"arity":24,"count":1},{"arity":25,"count":4},{"arity":26,"count":1},{"arity":28,"count":3},{"arity":30,"count":3},{"arity":31,"count":2},{"arity":32,"count":1},{"arity":34,"count":3},"...",{"arity":67,"count":2}, {"arity":68,"count":1}, {"arity":70,"count":5}, {"arity":72,"count":1}, {"arity":73,"count":2}, {"arity":74,"count":1}, {"arity":75,"count":2}, {"arity":76,"count":3}, {"arity":78,"count":1}, {"arity":79,"count":2}, {"arity":80,"count":3}, {"arity":82,"count":3}, {"arity":84,"count":1}, {"arity":85,"count":4}, {"arity":86,"count":1}, {"arity":88,"count":3}, {"arity":90,"count":3}, {"arity":91,"count":2}, {"arity":92,"count":1}, {"arity":94,"count":3}, {"arity":95,"count":2}, {"arity":96,"count":1}, {"arity":97,"count":2}, {"arity":98,"count":1}, {"arity":100,"count":6}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"sum","count":636},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.69/0.56	c Concrete v3.10.1560635388952 running
2520.09/2464.01	Exception in thread "main" java.util.concurrent.TimeoutException
2520.09/2464.01		at concrete.MAC.mac(MAC.scala:189)
2520.09/2464.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.09/2464.02		at scala.util.Try$.apply(Try.scala:212)
2520.09/2464.02		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.09/2464.02		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.09/2464.02		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.09/2464.02		at concrete.MAC.oneRun(MAC.scala:253)
2520.09/2464.02		at concrete.MAC.nextSolution(MAC.scala:272)
2520.09/2464.02		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.09/2464.02		at concrete.ProblemState.map(ProblemState.scala:228)
2520.09/2464.02		at concrete.ProblemState.map(ProblemState.scala:210)
2520.09/2464.02		at concrete.MAC.nextSolution(MAC.scala:334)
2520.09/2464.02		at concrete.Solver.hasNext(Solver.scala:160)
2520.09/2464.02		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.09/2464.02		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.09/2464.02		at concrete.Solver.nextOption(Solver.scala:67)
2520.09/2464.02		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:77)
2520.09/2464.02		at scala.util.Success.map(Try.scala:264)
2520.09/2464.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.09/2464.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.09/2464.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.09/2464.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.09/2464.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.09/2464.02		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.09/2464.02		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.09/2464.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.09/2464.02		at scala.App.$anonfun$main$1(App.scala:75)
2520.09/2464.02		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.09/2464.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.09/2464.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.09/2464.02		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.09/2464.02		at scala.App.main(App.scala:75)
2520.09/2464.02		at scala.App.main$(App.scala:73)
2520.09/2464.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.09/2464.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.09/2464.02	s UNKNOWN

Verifier Data


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

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

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

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


[startup+0.100057 s]*
/proc/loadavg: 1.94 1.88 1.72 3/221 9774
/proc/meminfo: memFree=30247568/32770624 swapFree=66916236/67108860
[pid=9717] ppid=9714 vsize=9972712 memory=14916 CPUtime=0.09 cores=0,2,4,6
/proc/9717/stat : 9717 (java) S 9714 9717 5064 0 -1 1077944320 4484 13301 0 0 1 1 5 2 20 0 6 0 405570005 10212057088 3729 33554432000 4194304 4196468 140729723413168 140729723395712 140071637180151 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
/proc/9717/statm: 2493178 3729 1935 1 0 2481616 0
[pid=9717/tid=9770] ppid=9714 vsize=9972712 memory=7892391828772250251 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9770/stat : 9770 (java) R 9714 9717 5064 0 -1 4202560 2300 13301 0 0 0 0 5 2 20 0 6 0 405570014 10212057088 3729 33554432000 4194304 4196468 140729723413168 140071609016912 140071621260638 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9771] ppid=9714 vsize=9972712 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9771/stat : 9771 (java) S 9714 9717 5064 0 -1 1077944384 1 13301 0 0 0 0 5 2 20 0 6 0 405570015 10212057088 3729 33554432000 4194304 4196468 140729723413168 140071641422352 140071637190357 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9772] ppid=9714 vsize=9972712 memory=139920769394304 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9772/stat : 9772 (java) S 9714 9717 5064 0 -1 1077944384 1 13301 0 0 0 0 5 2 20 0 6 0 405570015 10212057088 3729 33554432000 4194304 4196468 140729723413168 140071568902800 140071637190357 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9773] ppid=9714 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9773/stat : 9773 (java) S 9714 9717 5064 0 -1 1077944384 2 13301 0 0 0 0 5 2 20 0 6 0 405570015 10212057088 3729 33554432000 4194304 4196468 140729723413168 140071209117968 140071637190357 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9774] ppid=9714 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9774/stat : 9774 (java) S 9714 9717 5064 0 -1 1077944384 3 13301 0 0 0 0 5 2 20 0 6 0 405570015 10212057088 3729 33554432000 4194304 4196468 140729723413168 140071208065424 140071637190357 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14916 KiB

[startup+0.210384 s]*
/proc/loadavg: 1.94 1.88 1.72 3/230 9783
/proc/meminfo: memFree=30227592/32770624 swapFree=66916236/67108860
[pid=9717] ppid=9714 vsize=10818940 memory=36504 CPUtime=0.25 cores=0,2,4,6
/proc/9717/stat : 9717 (java) S 9714 9717 5064 0 -1 1077944320 6945 13301 0 0 16 2 5 2 20 0 15 0 405570005 11078594560 9126 33554432000 4194304 4196468 140729723413168 140729723395712 140071637180151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
/proc/9717/statm: 2704735 9126 2982 1 0 2667149 0
[pid=9717/tid=9770] ppid=9714 vsize=10818940 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/9717/task/9770/stat : 9770 (java) R 9714 9717 5064 0 -1 4202560 3441 13301 0 0 11 0 5 2 20 0 15 0 405570014 11078594560 9126 33554432000 4194304 4196468 140729723413168 140071609004304 140071621260668 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9771] ppid=9714 vsize=10818940 memory=345 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9771/stat : 9771 (java) S 9714 9717 5064 0 -1 1077944384 1 13301 0 0 0 0 5 2 20 0 15 0 405570015 11078594560 9126 33554432000 4194304 4196468 140729723413168 140071641422352 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9772] ppid=9714 vsize=10818940 memory=139920769404207 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9772/stat : 9772 (java) S 9714 9717 5064 0 -1 1077944384 1 13301 0 0 0 0 5 2 20 0 15 0 405570015 11078594560 9126 33554432000 4194304 4196468 140729723413168 140071568902800 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9773] ppid=9714 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9773/stat : 9773 (java) S 9714 9717 5064 0 -1 1077944384 2 13301 0 0 0 0 5 2 20 0 15 0 405570015 11078594560 9126 33554432000 4194304 4196468 140729723413168 140071209117968 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9774] ppid=9714 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9774/stat : 9774 (java) S 9714 9717 5064 0 -1 1077944384 3 13301 0 0 0 0 5 2 20 0 15 0 405570015 11078594560 9126 33554432000 4194304 4196468 140729723413168 140071208065424 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9775] ppid=9714 vsize=10818940 memory=139920769394304 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9775/stat : 9775 (java) S 9714 9717 5064 0 -1 1077944384 2 13301 0 0 0 0 5 2 20 0 15 0 405570016 11078594560 9126 33554432000 4194304 4196468 140729723413168 140071096277744 140071637191298 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9776] ppid=9714 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9776/stat : 9776 (java) S 9714 9717 5064 0 -1 1077944384 33 13301 0 0 0 0 5 2 20 0 15 0 405570017 11078594560 9126 33554432000 4194304 4196468 140729723413168 140071095223968 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9777] ppid=9714 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9777/stat : 9777 (java) S 9714 9717 5064 0 -1 1077944384 1 13301 0 0 0 0 5 2 20 0 15 0 405570017 11078594560 9126 33554432000 4194304 4196468 140729723413168 140070493349104 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9778] ppid=9714 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9778/stat : 9778 (java) S 9714 9717 5064 0 -1 1077944384 3 13301 0 0 0 0 5 2 20 0 15 0 405570019 11078594560 9126 33554432000 4194304 4196468 140729723413168 140070185949648 140071637198747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9779] ppid=9714 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9717/task/9779/stat : 9779 (java) S 9714 9717 5064 0 -1 1077944384 468 13301 0 0 1 0 5 2 20 0 15 0 405570019 11078594560 9126 33554432000 4194304 4196468 140729723413168 140071061666032 140071637191298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9780] ppid=9714 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9717/task/9780/stat : 9780 (java) S 9714 9717 5064 0 -1 1077944384 156 13301 0 0 1 0 5 2 20 0 15 0 405570019 11078594560 9126 33554432000 4194304 4196468 140729723413168 140071060613488 140071637191298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9781] ppid=9714 vsize=10818940 memory=139920769394304 CPUtime=0.1 cores=0,2,4,6
/proc/9717/task/9781/stat : 9781 (java) S 9714 9717 5064 0 -1 1077944384 638 13301 0 0 3 0 5 2 20 0 15 0 405570020 11078594560 9126 33554432000 4194304 4196468 140729723413168 140071059560432 140071637191298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9782] ppid=9714 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9782/stat : 9782 (java) S 9714 9717 5064 0 -1 1077944384 3 13301 0 0 0 0 5 2 20 0 15 0 405570020 11078594560 9126 33554432000 4194304 4196468 140729723413168 140070152391008 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9783] ppid=9714 vsize=10818940 memory=139920769394304 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9783/stat : 9783 (java) S 9714 9717 5064 0 -1 1077944384 1 13301 0 0 0 0 5 2 20 0 15 0 405570020 11078594560 9126 33554432000 4194304 4196468 140729723413168 140071058508848 140071637191298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 36504 KiB

[startup+0.310559 s]*
/proc/loadavg: 1.94 1.88 1.72 3/230 9783
/proc/meminfo: memFree=30217252/32770624 swapFree=66916236/67108860
[pid=9717] ppid=9714 vsize=10819084 memory=45000 CPUtime=0.39 cores=0,2,4,6
/proc/9717/stat : 9717 (java) S 9714 9717 5064 0 -1 1077944320 10493 13301 0 0 28 4 5 2 20 0 15 0 405570005 11078742016 11250 33554432000 4194304 4196468 140729723413168 140729723395712 140071637180151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
/proc/9717/statm: 2704771 11250 3031 1 0 2667149 0
[pid=9717/tid=9770] ppid=9714 vsize=10819160 memory=8317482817917895235 CPUtime=0.28 cores=0,2,4,6
/proc/9717/task/9770/stat : 9770 (java) R 9714 9717 5064 0 -1 4202560 6970 13301 0 0 19 2 5 2 20 0 15 0 405570014 11078819840 11250 33554432000 4194304 4196468 140729723413168 140071608986624 140071637202077 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9771] ppid=9714 vsize=10819160 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9771/stat : 9771 (java) S 9714 9717 5064 0 -1 1077944384 1 13301 0 0 0 0 5 2 20 0 15 0 405570015 11078819840 11250 33554432000 4194304 4196468 140729723413168 140071641422352 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9772] ppid=9714 vsize=10819160 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9772/stat : 9772 (java) S 9714 9717 5064 0 -1 1077944384 1 13301 0 0 0 0 5 2 20 0 15 0 405570015 11078819840 11250 33554432000 4194304 4196468 140729723413168 140071568902800 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9773] ppid=9714 vsize=10819160 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9773/stat : 9773 (java) S 9714 9717 5064 0 -1 1077944384 2 13301 0 0 0 0 5 2 20 0 15 0 405570015 11078819840 11250 33554432000 4194304 4196468 140729723413168 140071209117968 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9774] ppid=9714 vsize=10819160 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9774/stat : 9774 (java) S 9714 9717 5064 0 -1 1077944384 3 13301 0 0 0 0 5 2 20 0 15 0 405570015 11078819840 11250 33554432000 4194304 4196468 140729723413168 140071208065424 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9775] ppid=9714 vsize=10819160 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9775/stat : 9775 (java) S 9714 9717 5064 0 -1 1077944384 2 13301 0 0 0 0 5 2 20 0 15 0 405570016 11078819840 11250 33554432000 4194304 4196468 140729723413168 140071096277744 140071637191298 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9776] ppid=9714 vsize=10819160 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9776/stat : 9776 (java) S 9714 9717 5064 0 -1 1077944384 33 13301 0 0 0 0 5 2 20 0 15 0 405570017 11078819840 11250 33554432000 4194304 4196468 140729723413168 140071095223968 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9777] ppid=9714 vsize=10819160 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9777/stat : 9777 (java) S 9714 9717 5064 0 -1 1077944384 1 13301 0 0 0 0 5 2 20 0 15 0 405570017 11078819840 11250 33554432000 4194304 4196468 140729723413168 140070493349104 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9778] ppid=9714 vsize=10819204 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9778/stat : 9778 (java) S 9714 9717 5064 0 -1 1077944384 3 13301 0 0 0 0 5 2 20 0 15 0 405570019 11078864896 11250 33554432000 4194304 4196468 140729723413168 140070185949648 140071637198747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9779] ppid=9714 vsize=10819204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9717/task/9779/stat : 9779 (java) S 9714 9717 5064 0 -1 1077944384 470 13301 0 0 1 0 5 2 20 0 15 0 405570019 11078864896 11250 33554432000 4194304 4196468 140729723413168 140071061666032 140071637191298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9780] ppid=9714 vsize=10819204 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9717/task/9780/stat : 9780 (java) S 9714 9717 5064 0 -1 1077944384 156 13301 0 0 1 0 5 2 20 0 15 0 405570019 11078864896 11250 33554432000 4194304 4196468 140729723413168 140071060613488 140071637191298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9781] ppid=9714 vsize=10819204 memory=139920769394304 CPUtime=0.12 cores=0,2,4,6
/proc/9717/task/9781/stat : 9781 (java) S 9714 9717 5064 0 -1 1077944384 660 13301 0 0 5 0 5 2 20 0 15 0 405570020 11078864896 11250 33554432000 4194304 4196468 140729723413168 140071059560432 140071637191298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9782] ppid=9714 vsize=10819204 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9782/stat : 9782 (java) S 9714 9717 5064 0 -1 1077944384 3 13301 0 0 0 0 5 2 20 0 15 0 405570020 11078864896 11250 33554432000 4194304 4196468 140729723413168 140070152391008 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9783] ppid=9714 vsize=10819204 memory=139920769394304 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9783/stat : 9783 (java) S 9714 9717 5064 0 -1 1077944384 1 13301 0 0 0 0 5 2 20 0 15 0 405570020 11078864896 11250 33554432000 4194304 4196468 140729723413168 140071058508848 140071637191298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819084 KiB
Current children cumulated memory: 45000 KiB

[startup+0.700778 s]
/proc/loadavg: 1.94 1.88 1.72 3/230 9783
/proc/meminfo: memFree=30204076/32770624 swapFree=66916236/67108860
[pid=9717] ppid=9714 vsize=10824340 memory=78160 CPUtime=1.14 cores=0,2,4,6
/proc/9717/stat : 9717 (java) S 9714 9717 5064 0 -1 1077944320 14786 13301 0 0 101 6 5 2 20 0 15 0 405570005 11084124160 19540 33554432000 4194304 4196468 140729723413168 140729723395712 140071637180151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
/proc/9717/statm: 2706085 19540 3500 1 0 2668173 0
[pid=9717/tid=9770] ppid=9714 vsize=10824340 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/9717/task/9770/stat : 9770 (java) R 9714 9717 5064 0 -1 4202560 10483 13301 0 0 55 4 5 2 20 0 15 0 405570014 11084124160 19540 33554432000 4194304 4196468 140729723413168 140071609009728 140071637202077 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9771] ppid=9714 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9771/stat : 9771 (java) S 9714 9717 5064 0 -1 1077944384 1 13301 0 0 0 0 5 2 20 0 15 0 405570015 11084124160 19540 33554432000 4194304 4196468 140729723413168 140071641422352 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9772] ppid=9714 vsize=10824340 memory=68 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9772/stat : 9772 (java) S 9714 9717 5064 0 -1 1077944384 1 13301 0 0 0 0 5 2 20 0 15 0 405570015 11084124160 19540 33554432000 4194304 4196468 140729723413168 140071568902800 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9773] ppid=9714 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9773/stat : 9773 (java) S 9714 9717 5064 0 -1 1077944384 2 13301 0 0 0 0 5 2 20 0 15 0 405570015 11084124160 19540 33554432000 4194304 4196468 140729723413168 140071209117968 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9774] ppid=9714 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9774/stat : 9774 (java) S 9714 9717 5064 0 -1 1077944384 3 13301 0 0 0 0 5 2 20 0 15 0 405570015 11084124160 19540 33554432000 4194304 4196468 140729723413168 140071208065424 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9775] ppid=9714 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9775/stat : 9775 (java) S 9714 9717 5064 0 -1 1077944384 5 13301 0 0 0 0 5 2 20 0 15 0 405570016 11084124160 19540 33554432000 4194304 4196468 140729723413168 140071096277744 140071637191298 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9776] ppid=9714 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9776/stat : 9776 (java) S 9714 9717 5064 0 -1 1077944384 33 13301 0 0 0 0 5 2 20 0 15 0 405570017 11084124160 19540 33554432000 4194304 4196468 140729723413168 140071095223968 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9777] ppid=9714 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9777/stat : 9777 (java) S 9714 9717 5064 0 -1 1077944384 1 13301 0 0 0 0 5 2 20 0 15 0 405570017 11084124160 19540 33554432000 4194304 4196468 140729723413168 140070493349104 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9778] ppid=9714 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9778/stat : 9778 (java) S 9714 9717 5064 0 -1 1077944384 3 13301 0 0 0 0 5 2 20 0 15 0 405570019 11084124160 19540 33554432000 4194304 4196468 140729723413168 140070185949648 140071637198747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9779] ppid=9714 vsize=10824340 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/9717/task/9779/stat : 9779 (java) S 9714 9717 5064 0 -1 1077944384 747 13301 0 0 12 0 5 2 20 0 15 0 405570019 11084124160 19540 33554432000 4194304 4196468 140729723413168 140071061666032 140071637191298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9780] ppid=9714 vsize=10824340 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/9717/task/9780/stat : 9780 (java) R 9714 9717 5064 0 -1 4202560 483 13301 0 0 15 0 5 2 20 0 15 0 405570019 11084124160 19540 33554432000 4194304 4196468 140729723413168 140071060613488 140071630165193 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9781] ppid=9714 vsize=10824340 memory=3616 CPUtime=0.24 cores=0,2,4,6
/proc/9717/task/9781/stat : 9781 (java) S 9714 9717 5064 0 -1 1077944384 810 13301 0 0 17 0 5 2 20 0 15 0 405570020 11084124160 19540 33554432000 4194304 4196468 140729723413168 140071059560432 140071637191298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9782] ppid=9714 vsize=10824340 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9782/stat : 9782 (java) S 9714 9717 5064 0 -1 1077944384 3 13301 0 0 0 0 5 2 20 0 15 0 405570020 11084124160 19540 33554432000 4194304 4196468 140729723413168 140070152391008 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9783] ppid=9714 vsize=10824340 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9783/stat : 9783 (java) S 9714 9717 5064 0 -1 1077944384 1 13301 0 0 0 0 5 2 20 0 15 0 405570020 11084124160 19540 33554432000 4194304 4196468 140729723413168 140071058508848 140071637191298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 78160 KiB

[startup+1.50077 s]
/proc/loadavg: 1.86 1.86 1.72 5/230 9783
/proc/meminfo: memFree=30166412/32770624 swapFree=66916236/67108860
[pid=9717] ppid=9714 vsize=10834656 memory=169996 CPUtime=2.59 cores=0,2,4,6
/proc/9717/stat : 9717 (java) S 9714 9717 5064 0 -1 1077944320 22165 13301 0 0 241 11 5 2 20 0 15 0 405570005 11094687744 42499 33554432000 4194304 4196468 140729723413168 140729723395712 140071637180151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
/proc/9717/statm: 2708664 42499 3588 1 0 2670733 0
[pid=9717/tid=9770] ppid=9714 vsize=10834656 memory=2811011 CPUtime=1.43 cores=0,2,4,6
/proc/9717/task/9770/stat : 9770 (java) R 9714 9717 5064 0 -1 4202560 15737 13301 0 0 129 7 5 2 20 0 15 0 405570014 11094687744 42499 33554432000 4194304 4196468 140729723413168 140071609004400 140071622875133 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9771] ppid=9714 vsize=10834656 memory=2812297 CPUtime=0.08 cores=0,2,4,6
/proc/9717/task/9771/stat : 9771 (java) S 9714 9717 5064 0 -1 1077944384 68 13301 0 0 1 0 5 2 20 0 15 0 405570015 11094687744 42499 33554432000 4194304 4196468 140729723413168 140071641422352 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9772] ppid=9714 vsize=10834656 memory=55 CPUtime=0.08 cores=0,2,4,6
/proc/9717/task/9772/stat : 9772 (java) S 9714 9717 5064 0 -1 1077944384 22 13301 0 0 1 0 5 2 20 0 15 0 405570015 11094687744 42499 33554432000 4194304 4196468 140729723413168 140071568902800 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9773] ppid=9714 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9717/task/9773/stat : 9773 (java) S 9714 9717 5064 0 -1 1077944384 77 13301 0 0 1 0 5 2 20 0 15 0 405570015 11094687744 42499 33554432000 4194304 4196468 140729723413168 140071209117968 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9774] ppid=9714 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9717/task/9774/stat : 9774 (java) S 9714 9717 5064 0 -1 1077944384 316 13301 0 0 1 0 5 2 20 0 15 0 405570015 11094687744 42499 33554432000 4194304 4196468 140729723413168 140071208065424 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9775] ppid=9714 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9717/task/9775/stat : 9775 (java) S 9714 9717 5064 0 -1 1077944384 448 13301 0 0 1 0 5 2 20 0 15 0 405570016 11094687744 42499 33554432000 4194304 4196468 140729723413168 140071096277744 140071637191298 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9776] ppid=9714 vsize=10834656 memory=6656426216303648864 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9776/stat : 9776 (java) S 9714 9717 5064 0 -1 1077944384 33 13301 0 0 0 0 5 2 20 0 15 0 405570017 11094687744 42499 33554432000 4194304 4196468 140729723413168 140071095224032 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9777] ppid=9714 vsize=10834656 memory=6944656592455097440 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9777/stat : 9777 (java) S 9714 9717 5064 0 -1 1077944384 2 13301 0 0 0 0 5 2 20 0 15 0 405570017 11094687744 42499 33554432000 4194304 4196468 140729723413168 140070493349104 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9778] ppid=9714 vsize=10834656 memory=6655300316396806240 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9778/stat : 9778 (java) S 9714 9717 5064 0 -1 1077944384 3 13301 0 0 0 0 5 2 20 0 15 0 405570019 11094687744 42499 33554432000 4194304 4196468 140729723413168 140070185949648 140071637198747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9779] ppid=9714 vsize=10834656 memory=1172 CPUtime=0.36 cores=0,2,4,6
/proc/9717/task/9779/stat : 9779 (java) S 9714 9717 5064 0 -1 1077944384 970 13301 0 0 29 0 5 2 20 0 15 0 405570019 11094687744 42499 33554432000 4194304 4196468 140729723413168 140071061666032 140071637191298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9780] ppid=9714 vsize=10834656 memory=14008 CPUtime=0.37 cores=0,2,4,6
/proc/9717/task/9780/stat : 9780 (java) S 9714 9717 5064 0 -1 1077944384 651 13301 0 0 30 0 5 2 20 0 15 0 405570019 11094687744 42499 33554432000 4194304 4196468 140729723413168 140071060613488 140071637191298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9781] ppid=9714 vsize=10834656 memory=14072 CPUtime=0.52 cores=0,2,4,6
/proc/9717/task/9781/stat : 9781 (java) S 9714 9717 5064 0 -1 1077944384 1624 13301 0 0 45 0 5 2 20 0 15 0 405570020 11094687744 42499 33554432000 4194304 4196468 140729723413168 140071059560432 140071637191298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9782] ppid=9714 vsize=10834656 memory=2116 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9782/stat : 9782 (java) S 9714 9717 5064 0 -1 1077944384 3 13301 0 0 0 0 5 2 20 0 15 0 405570020 11094687744 42499 33554432000 4194304 4196468 140729723413168 140070152391008 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9783] ppid=9714 vsize=10834656 memory=6716 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9783/stat : 9783 (java) S 9714 9717 5064 0 -1 1077944384 1 13301 0 0 0 0 5 2 20 0 15 0 405570020 11094687744 42499 33554432000 4194304 4196468 140729723413168 140071058508848 140071637191298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
Current children cumulated CPU time: 2.59 s
Current children cumulated vsize: 10834656 KiB

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

/proc/9717/task/9770/stat : 9770 (java) R 9714 9717 5064 0 -1 4202560 80726 13301 0 0 229662 59 5 2 20 0 15 0 405570014 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071609015424 140071244718413 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9771] ppid=9714 vsize=10849012 memory=1392992 CPUtime=12.07 cores=0,2,4,6
/proc/9717/task/9771/stat : 9771 (java) S 9714 9717 5064 0 -1 1077944384 26100 13301 0 0 1140 60 5 2 20 0 15 0 405570015 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071641422352 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9772] ppid=9714 vsize=10849012 memory=1395040 CPUtime=12.01 cores=0,2,4,6
/proc/9717/task/9772/stat : 9772 (java) S 9714 9717 5064 0 -1 1077944384 26276 13301 0 0 1136 58 5 2 20 0 15 0 405570015 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071568902800 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9773] ppid=9714 vsize=10849012 memory=1395040 CPUtime=12.08 cores=0,2,4,6
/proc/9717/task/9773/stat : 9773 (java) S 9714 9717 5064 0 -1 1077944384 23566 13301 0 0 1148 53 5 2 20 0 15 0 405570015 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071209117968 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9774] ppid=9714 vsize=10849012 memory=1395040 CPUtime=12.08 cores=0,2,4,6
/proc/9717/task/9774/stat : 9774 (java) S 9714 9717 5064 0 -1 1077944384 21987 13301 0 0 1146 55 5 2 20 0 15 0 405570015 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071208065424 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9775] ppid=9714 vsize=10849012 memory=1395040 CPUtime=10.38 cores=0,2,4,6
/proc/9717/task/9775/stat : 9775 (java) S 9714 9717 5064 0 -1 1077944384 22030 13301 0 0 979 52 5 2 20 0 15 0 405570016 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071096277744 140071637191298 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9776] ppid=9714 vsize=10849012 memory=1395040 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9776/stat : 9776 (java) S 9714 9717 5064 0 -1 1077944384 39 13301 0 0 0 0 5 2 20 0 15 0 405570017 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071095224032 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9777] ppid=9714 vsize=10849012 memory=1395040 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9777/stat : 9777 (java) S 9714 9717 5064 0 -1 1077944384 8 13301 0 0 0 0 5 2 20 0 15 0 405570017 11109388288 348760 33554432000 4194304 4196468 140729723413168 140070493349120 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9778] ppid=9714 vsize=10849012 memory=1392992 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9778/stat : 9778 (java) S 9714 9717 5064 0 -1 1077944384 3 13301 0 0 0 0 5 2 20 0 15 0 405570019 11109388288 348760 33554432000 4194304 4196468 140729723413168 140070185949648 140071637198747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9779] ppid=9714 vsize=10849012 memory=1395040 CPUtime=7.86 cores=0,2,4,6
/proc/9717/task/9779/stat : 9779 (java) S 9714 9717 5064 0 -1 1077944384 63766 13301 0 0 770 9 5 2 20 0 15 0 405570019 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071061666032 140071637191298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9780] ppid=9714 vsize=10849012 memory=1395040 CPUtime=6.89 cores=0,2,4,6
/proc/9717/task/9780/stat : 9780 (java) S 9714 9717 5064 0 -1 1077944384 65416 13301 0 0 675 7 5 2 20 0 15 0 405570019 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071060613488 140071637191298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9781] ppid=9714 vsize=10849012 memory=0 CPUtime=4.42 cores=0,2,4,6
/proc/9717/task/9781/stat : 9781 (java) S 9714 9717 5064 0 -1 1077944384 64303 13301 0 0 427 8 5 2 20 0 15 0 405570020 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071059560432 140071637191298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9782] ppid=9714 vsize=10849012 memory=1395040 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9782/stat : 9782 (java) S 9714 9717 5064 0 -1 1077944384 3 13301 0 0 0 0 5 2 20 0 15 0 405570020 11109388288 348760 33554432000 4194304 4196468 140729723413168 140070152391008 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9783] ppid=9714 vsize=10849012 memory=1395040 CPUtime=1.46 cores=0,2,4,6
/proc/9717/task/9783/stat : 9783 (java) S 9714 9717 5064 0 -1 1077944384 1886 13301 0 0 73 66 5 2 20 0 15 0 405570020 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071058508848 140071637191298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
Current children cumulated CPU time: 2376.02 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1395040 KiB

[startup+2382.3 s]
/proc/loadavg: 1.22 1.30 1.46 3/228 10548
/proc/meminfo: memFree=29648920/32770624 swapFree=66916288/67108860
[pid=9717] ppid=9714 vsize=10849012 memory=1395040 CPUtime=2437.07 cores=0,2,4,6
/proc/9717/stat : 9717 (java) S 9714 9717 5064 0 -1 1077944320 400512 13301 0 0 243322 378 5 2 20 0 15 0 405570005 11109388288 348760 33554432000 4194304 4196468 140729723413168 140729723395712 140071637180151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
/proc/9717/statm: 2712253 348760 3629 1 0 2674317 0
[pid=9717/tid=9770] ppid=9714 vsize=10849012 memory=1395040 CPUtime=2356.61 cores=0,2,4,6
/proc/9717/task/9770/stat : 9770 (java) R 9714 9717 5064 0 -1 4202560 81559 13301 0 0 235594 60 5 2 20 0 15 0 405570014 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071609015488 140071260979515 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9771] ppid=9714 vsize=10849012 memory=1395040 CPUtime=12.4 cores=0,2,4,6
/proc/9717/task/9771/stat : 9771 (java) S 9714 9717 5064 0 -1 1077944384 26150 13301 0 0 1172 61 5 2 20 0 15 0 405570015 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071641422352 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9772] ppid=9714 vsize=10849012 memory=1395040 CPUtime=12.34 cores=0,2,4,6
/proc/9717/task/9772/stat : 9772 (java) S 9714 9717 5064 0 -1 1077944384 26425 13301 0 0 1168 59 5 2 20 0 15 0 405570015 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071568902800 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9773] ppid=9714 vsize=10849012 memory=1395040 CPUtime=12.42 cores=0,2,4,6
/proc/9717/task/9773/stat : 9773 (java) S 9714 9717 5064 0 -1 1077944384 23789 13301 0 0 1181 54 5 2 20 0 15 0 405570015 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071209117968 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9774] ppid=9714 vsize=10849012 memory=1395040 CPUtime=12.43 cores=0,2,4,6
/proc/9717/task/9774/stat : 9774 (java) S 9714 9717 5064 0 -1 1077944384 22116 13301 0 0 1179 57 5 2 20 0 15 0 405570015 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071208065424 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9775] ppid=9714 vsize=10849012 memory=0 CPUtime=10.67 cores=0,2,4,6
/proc/9717/task/9775/stat : 9775 (java) S 9714 9717 5064 0 -1 1077944384 22406 13301 0 0 1006 54 5 2 20 0 15 0 405570016 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071096277744 140071637191298 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9776] ppid=9714 vsize=10849012 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9776/stat : 9776 (java) S 9714 9717 5064 0 -1 1077944384 39 13301 0 0 0 0 5 2 20 0 15 0 405570017 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071095224032 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9777] ppid=9714 vsize=10849012 memory=1395040 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9777/stat : 9777 (java) S 9714 9717 5064 0 -1 1077944384 8 13301 0 0 0 0 5 2 20 0 15 0 405570017 11109388288 348760 33554432000 4194304 4196468 140729723413168 140070493349120 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9778] ppid=9714 vsize=10849012 memory=1395040 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9778/stat : 9778 (java) S 9714 9717 5064 0 -1 1077944384 3 13301 0 0 0 0 5 2 20 0 15 0 405570019 11109388288 348760 33554432000 4194304 4196468 140729723413168 140070185949648 140071637198747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9779] ppid=9714 vsize=10849012 memory=1395040 CPUtime=7.92 cores=0,2,4,6
/proc/9717/task/9779/stat : 9779 (java) S 9714 9717 5064 0 -1 1077944384 64165 13301 0 0 776 9 5 2 20 0 15 0 405570019 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071061666032 140071637191298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9780] ppid=9714 vsize=10849012 memory=1172 CPUtime=6.89 cores=0,2,4,6
/proc/9717/task/9780/stat : 9780 (java) S 9714 9717 5064 0 -1 1077944384 65418 13301 0 0 675 7 5 2 20 0 15 0 405570019 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071060613488 140071637191298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9781] ppid=9714 vsize=10849012 memory=17516 CPUtime=4.42 cores=0,2,4,6
/proc/9717/task/9781/stat : 9781 (java) S 9714 9717 5064 0 -1 1077944384 64305 13301 0 0 427 8 5 2 20 0 15 0 405570020 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071059560432 140071637191298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9782] ppid=9714 vsize=10849012 memory=988 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9782/stat : 9782 (java) S 9714 9717 5064 0 -1 1077944384 3 13301 0 0 0 0 5 2 20 0 15 0 405570020 11109388288 348760 33554432000 4194304 4196468 140729723413168 140070152391008 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9783] ppid=9714 vsize=10849012 memory=1395040 CPUtime=1.5 cores=0,2,4,6
/proc/9717/task/9783/stat : 9783 (java) S 9714 9717 5064 0 -1 1077944384 1916 13301 0 0 75 68 5 2 20 0 15 0 405570020 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071058508848 140071637191298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
Current children cumulated CPU time: 2437.07 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1395040 KiB

[startup+2442.3 s]
/proc/loadavg: 1.06 1.23 1.42 3/228 10552
/proc/meminfo: memFree=29649780/32770624 swapFree=66916288/67108860
[pid=9717] ppid=9714 vsize=10849012 memory=1395040 CPUtime=2498.07 cores=0,2,4,6
/proc/9717/stat : 9717 (java) S 9714 9717 5064 0 -1 1077944320 402357 13301 0 0 249415 385 5 2 20 0 15 0 405570005 11109388288 348760 33554432000 4194304 4196468 140729723413168 140729723395712 140071637180151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
/proc/9717/statm: 2712253 348760 3629 1 0 2674317 0
[pid=9717/tid=9770] ppid=9714 vsize=10849012 memory=1395040 CPUtime=2415.9 cores=0,2,4,6
/proc/9717/task/9770/stat : 9770 (java) R 9714 9717 5064 0 -1 4202560 82481 13301 0 0 241523 60 5 2 20 0 15 0 405570014 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071609015856 140071615287432 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9771] ppid=9714 vsize=10849012 memory=1395040 CPUtime=12.75 cores=0,2,4,6
/proc/9717/task/9771/stat : 9771 (java) S 9714 9717 5064 0 -1 1077944384 26186 13301 0 0 1206 62 5 2 20 0 15 0 405570015 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071641422352 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9772] ppid=9714 vsize=10849012 memory=1395040 CPUtime=12.69 cores=0,2,4,6
/proc/9717/task/9772/stat : 9772 (java) S 9714 9717 5064 0 -1 1077944384 26682 13301 0 0 1201 61 5 2 20 0 15 0 405570015 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071568902800 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9773] ppid=9714 vsize=10849012 memory=1395040 CPUtime=12.75 cores=0,2,4,6
/proc/9717/task/9773/stat : 9773 (java) S 9714 9717 5064 0 -1 1077944384 23875 13301 0 0 1213 55 5 2 20 0 15 0 405570015 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071209117968 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9774] ppid=9714 vsize=10849012 memory=1395040 CPUtime=12.77 cores=0,2,4,6
/proc/9717/task/9774/stat : 9774 (java) S 9714 9717 5064 0 -1 1077944384 22395 13301 0 0 1212 58 5 2 20 0 15 0 405570015 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071208065424 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9775] ppid=9714 vsize=10849012 memory=1395040 CPUtime=10.97 cores=0,2,4,6
/proc/9717/task/9775/stat : 9775 (java) S 9714 9717 5064 0 -1 1077944384 22639 13301 0 0 1034 56 5 2 20 0 15 0 405570016 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071096277744 140071637191298 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9776] ppid=9714 vsize=10849012 memory=1395040 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9776/stat : 9776 (java) S 9714 9717 5064 0 -1 1077944384 39 13301 0 0 0 0 5 2 20 0 15 0 405570017 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071095224032 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9777] ppid=9714 vsize=10849012 memory=1395040 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9777/stat : 9777 (java) S 9714 9717 5064 0 -1 1077944384 8 13301 0 0 0 0 5 2 20 0 15 0 405570017 11109388288 348760 33554432000 4194304 4196468 140729723413168 140070493349120 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9778] ppid=9714 vsize=10849012 memory=1395040 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9778/stat : 9778 (java) S 9714 9717 5064 0 -1 1077944384 3 13301 0 0 0 0 5 2 20 0 15 0 405570019 11109388288 348760 33554432000 4194304 4196468 140729723413168 140070185949648 140071637198747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9779] ppid=9714 vsize=10849012 memory=1395040 CPUtime=7.92 cores=0,2,4,6
/proc/9717/task/9779/stat : 9779 (java) S 9714 9717 5064 0 -1 1077944384 64170 13301 0 0 776 9 5 2 20 0 15 0 405570019 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071061666032 140071637191298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9780] ppid=9714 vsize=10849012 memory=3616 CPUtime=6.89 cores=0,2,4,6
/proc/9717/task/9780/stat : 9780 (java) S 9714 9717 5064 0 -1 1077944384 65422 13301 0 0 675 7 5 2 20 0 15 0 405570019 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071060613488 140071637191298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9781] ppid=9714 vsize=10849012 memory=1395040 CPUtime=4.42 cores=0,2,4,6
/proc/9717/task/9781/stat : 9781 (java) S 9714 9717 5064 0 -1 1077944384 64309 13301 0 0 427 8 5 2 20 0 15 0 405570020 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071059560432 140071637191298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9782] ppid=9714 vsize=10849012 memory=1395040 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9782/stat : 9782 (java) S 9714 9717 5064 0 -1 1077944384 3 13301 0 0 0 0 5 2 20 0 15 0 405570020 11109388288 348760 33554432000 4194304 4196468 140729723413168 140070152391008 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9783] ppid=9714 vsize=10849012 memory=1395040 CPUtime=1.54 cores=0,2,4,6
/proc/9717/task/9783/stat : 9783 (java) S 9714 9717 5064 0 -1 1077944384 1935 13301 0 0 78 69 5 2 20 0 15 0 405570020 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071058508848 140071637191298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
Current children cumulated CPU time: 2498.07 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1395040 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2464 s]*
/proc/loadavg: 1.03 1.22 1.41 3/229 10555
/proc/meminfo: memFree=29649344/32770624 swapFree=66916288/67108860
[pid=9717] ppid=9714 vsize=10849012 memory=1395040 CPUtime=2520.09 cores=0,2,4,6
/proc/9717/stat : 9717 (java) S 9714 9717 5064 0 -1 1077944320 402953 13301 0 0 251615 387 5 2 20 0 15 0 405570005 11109388288 348760 33554432000 4194304 4196468 140729723413168 140729723395712 140071637180151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
/proc/9717/statm: 2712253 348760 3629 1 0 2674317 0
[pid=9717/tid=9770] ppid=9714 vsize=10849012 memory=11464 CPUtime=2437.38 cores=0,2,4,6
/proc/9717/task/9770/stat : 9770 (java) R 9714 9717 5064 0 -1 4202560 82731 13301 0 0 243671 60 5 2 20 0 15 0 405570014 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071609015904 140071241682665 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9771] ppid=9714 vsize=10849012 memory=3364 CPUtime=12.86 cores=0,2,4,6
/proc/9717/task/9771/stat : 9771 (java) S 9714 9717 5064 0 -1 1077944384 26232 13301 0 0 1216 63 5 2 20 0 15 0 405570015 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071641422352 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9772] ppid=9714 vsize=10849012 memory=2828 CPUtime=12.79 cores=0,2,4,6
/proc/9717/task/9772/stat : 9772 (java) S 9714 9717 5064 0 -1 1077944384 26689 13301 0 0 1211 61 5 2 20 0 15 0 405570015 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071568902800 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9773] ppid=9714 vsize=10849012 memory=4126316290023845779 CPUtime=12.87 cores=0,2,4,6
/proc/9717/task/9773/stat : 9773 (java) S 9714 9717 5064 0 -1 1077944384 23905 13301 0 0 1224 56 5 2 20 0 15 0 405570015 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071209117968 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9774] ppid=9714 vsize=10849012 memory=1560 CPUtime=12.88 cores=0,2,4,6
/proc/9717/task/9774/stat : 9774 (java) S 9714 9717 5064 0 -1 1077944384 22467 13301 0 0 1223 58 5 2 20 0 15 0 405570015 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071208065424 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9775] ppid=9714 vsize=10849012 memory=1172 CPUtime=11.06 cores=0,2,4,6
/proc/9717/task/9775/stat : 9775 (java) S 9714 9717 5064 0 -1 1077944384 22818 13301 0 0 1043 56 5 2 20 0 15 0 405570016 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071096277744 140071637191298 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9776] ppid=9714 vsize=10849012 memory=14008 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9776/stat : 9776 (java) S 9714 9717 5064 0 -1 1077944384 39 13301 0 0 0 0 5 2 20 0 15 0 405570017 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071095224032 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9777] ppid=9714 vsize=10849012 memory=14072 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9777/stat : 9777 (java) S 9714 9717 5064 0 -1 1077944384 8 13301 0 0 0 0 5 2 20 0 15 0 405570017 11109388288 348760 33554432000 4194304 4196468 140729723413168 140070493349120 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9778] ppid=9714 vsize=10849012 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9778/stat : 9778 (java) S 9714 9717 5064 0 -1 1077944384 3 13301 0 0 0 0 5 2 20 0 15 0 405570019 11109388288 348760 33554432000 4194304 4196468 140729723413168 140070185949648 140071637198747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9779] ppid=9714 vsize=10849012 memory=528 CPUtime=7.92 cores=0,2,4,6
/proc/9717/task/9779/stat : 9779 (java) S 9714 9717 5064 0 -1 1077944384 64170 13301 0 0 776 9 5 2 20 0 15 0 405570019 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071061666032 140071637191298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9780] ppid=9714 vsize=10849012 memory=1560 CPUtime=6.89 cores=0,2,4,6
/proc/9717/task/9780/stat : 9780 (java) S 9714 9717 5064 0 -1 1077944384 65422 13301 0 0 675 7 5 2 20 0 15 0 405570019 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071060613488 140071637191298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9781] ppid=9714 vsize=10849012 memory=932 CPUtime=4.42 cores=0,2,4,6
/proc/9717/task/9781/stat : 9781 (java) S 9714 9717 5064 0 -1 1077944384 64309 13301 0 0 427 8 5 2 20 0 15 0 405570020 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071059560432 140071637191298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9782] ppid=9714 vsize=10849012 memory=1492 CPUtime=0.07 cores=0,2,4,6
/proc/9717/task/9782/stat : 9782 (java) S 9714 9717 5064 0 -1 1077944384 3 13301 0 0 0 0 5 2 20 0 15 0 405570020 11109388288 348760 33554432000 4194304 4196468 140729723413168 140070152391008 140071637190357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
[pid=9717/tid=9783] ppid=9714 vsize=10849012 memory=864 CPUtime=1.55 cores=0,2,4,6
/proc/9717/task/9783/stat : 9783 (java) S 9714 9717 5064 0 -1 1077944384 1947 13301 0 0 78 70 5 2 20 0 15 0 405570020 11109388288 348760 33554432000 4194304 4196468 140729723413168 140071058508848 140071637191298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30212096 140729723419382 140729723421893 140729723421893 140729723424719 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1395040 KiB

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

[startup+2464.04 s]
# the end of solver process 9717 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.23 s, system=3.91673 s

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

Child status: 143
Real time (s): 2464.04
CPU time (s): 2520.15
CPU user time (s): 2516.23
CPU system time (s): 3.91673
CPU usage (%): 102.277
Max. virtual memory (cumulated for all children) (KiB): 10849012
Max. memory (cumulated for all children) (KiB): 1526608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.23
system time used= 3.91673
maximum resident set size= 1528656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 417128
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 300642
involuntary context switches= 8590


# summary of solver processes directly reported to runsolver:
#   pid: 9717
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2516.23
#   total CPU system time (s): 3.91673

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7086 second user time and 24.4385 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-12 15:51:19
IDJOB=4387231
IDBENCH=128090
IDSOLVER=2823
FILE ID=node141/4387231-1568296321
RUNJOBID= node141-1568285927-6016
PBS_JOBID= 21701068
Free space on /tmp= 53776 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-jcr/CarSequencing-16-81.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387231-1568296321/watcher-4387231-1568296321 -o /tmp/evaluation-result-4387231-1568296321/solver-4387231-1568296321 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568285927-6016 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=216713678 HOME/instance-4387231-1568296321.xml

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

MD5SUM BENCH= e1683218a1e3c524b21c5eaa634d1705
RANDOM SEED=216713678

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:        30252984 kB
MemAvailable:   30445364 kB
Buffers:           98596 kB
Cached:           394384 kB
SwapCached:        82072 kB
Active:          1686016 kB
Inactive:         305796 kB
Active(anon):    1422588 kB
Inactive(anon):   106116 kB
Active(file):     263428 kB
Inactive(file):   199680 kB
Unevictable:      108408 kB
Mlocked:          108408 kB
SwapTotal:      67108860 kB
SwapFree:       66916236 kB
Dirty:             35108 kB
Writeback:             0 kB
AnonPages:       1626732 kB
Mapped:            45256 kB
Shmem:             20768 kB
Slab:             119104 kB
SReclaimable:      90216 kB
SUnreclaim:        28888 kB
KernelStack:        4080 kB
PageTables:         8136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2573296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1495040 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= 53744 MiB
End job on node141 at 2019-09-12 16:32:24