Trace number 4395932

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.12.2? (TO) 2520.06 2483.64

General information on the benchmark

NameCarSequencing/CarSequencing-m1-jcr/
CarSequencing-36-92.xml
MD5SUMe7221c19415bed5c98fc37c567f19ceb
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark67.5998
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints731
Number of domains2
Minimum domain size2
Maximum domain size22
Distribution of domain sizes[{"size":2,"count":500},{"size":22,"count":100}]
Minimum variable degree2
Maximum variable degree48
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":19},{"degree":18,"count":19},{"degree":19,"count":19},{"degree":20,"count":19},{"degree":21,"count":39},{"degree":22,"count":14},{"degree":23,"count":14},{"degree":24,"count":14},{"degree":25,"count":14},{"degree":26,"count":9},{"degree":27,"count":8},{"degree":28,"count":8},{"degree":29,"count":8},{"degree":30,"count":8},{"degree":31,"count":9},{"degree":32,"count":9},{"degree":33,"count":19},{"degree":34,"count":5},{"degree":35,"count":5},{"degree":36,"count":7},{"degree":37,"count":4},{"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":3},{"degree":48,"count":11}]
Minimum constraint arity1
Maximum constraint arity100
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":99},{"arity":3,"count":196},{"arity":4,"count":1},{"arity":5,"count":193},{"arity":6,"count":100},{"arity":7,"count":1},{"arity":10,"count":2},{"arity":12,"count":1},{"arity":13,"count":1},{"arity":14,"count":1},{"arity":15,"count":1},{"arity":16,"count":3},{"arity":18,"count":1},{"arity":19,"count":2},{"arity":20,"count":2},{"arity":22,"count":3},{"arity":24,"count":1},{"arity":25,"count":3},{"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":630},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.77/0.55	c Concrete v3.12.2.1568380929293 running
2520.00/2483.61	Exception in thread "main" java.util.concurrent.TimeoutException
2520.00/2483.61		at concrete.MAC.mac(MAC.scala:192)
2520.00/2483.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.00/2483.61		at scala.util.Try$.apply(Try.scala:212)
2520.00/2483.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.00/2483.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.00/2483.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.00/2483.61		at concrete.MAC.oneRun(MAC.scala:265)
2520.00/2483.61		at concrete.MAC.nextSolution(MAC.scala:284)
2520.00/2483.61		at concrete.MAC.$anonfun$nextSolution$7(MAC.scala:350)
2520.00/2483.61		at concrete.ProblemState.map(ProblemState.scala:238)
2520.00/2483.61		at concrete.ProblemState.map(ProblemState.scala:212)
2520.00/2483.61		at concrete.MAC.nextSolution(MAC.scala:348)
2520.00/2483.61		at concrete.Solver.hasNext(Solver.scala:160)
2520.00/2483.61		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.00/2483.61		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.00/2483.61		at concrete.Solver.nextOption(Solver.scala:67)
2520.00/2483.61		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.00/2483.61		at scala.util.Success.map(Try.scala:264)
2520.00/2483.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2483.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.00/2483.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.00/2483.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2483.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.00/2483.61		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.00/2483.61		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.00/2483.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.00/2483.61		at scala.App.$anonfun$main$1(App.scala:75)
2520.00/2483.61		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.00/2483.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.00/2483.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.00/2483.61		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.00/2483.61		at scala.App.main(App.scala:75)
2520.00/2483.61		at scala.App.main$(App.scala:73)
2520.00/2483.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.00/2483.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2483.62	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 (14923 MiB free)
  memory of node 1: 16384 MiB (14350 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395932-1568402897/watcher-4395932-1568402897 -o /tmp/evaluation-result-4395932-1568402897/solver-4395932-1568402897 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568393581-9266 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=310731172 HOME/instance-4395932-1568402897.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
Current StackSize limit: 8192 KiB

solver pid=11849, runsolver pid=11846

[startup+0.1001 s]*
/proc/loadavg: 1.56 1.34 1.49 3/218 11906
/proc/meminfo: memFree=29969336/32770624 swapFree=66934780/67108860
[pid=11849] ppid=11846 vsize=9972712 memory=17084 CPUtime=0.09 cores=0,2,4,6
/proc/11849/stat : 11849 (java) S 11846 11849 9235 0 -1 1077944320 4492 13176 0 0 1 1 4 3 20 0 6 0 416561202 10212057088 4271 33554432000 4194304 4196468 140731489545440 140731489527984 140020549697271 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
/proc/11849/statm: 2493178 4271 1935 1 0 2481616 0
[pid=11849/tid=11902] ppid=11846 vsize=9972712 memory=4628411388058700198 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11902/stat : 11902 (java) R 11846 11849 9235 0 -1 4202560 2300 13176 0 0 0 0 4 3 20 0 6 0 416561211 10212057088 4271 33554432000 4194304 4196468 140731489545440 140020521534032 140020549719197 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11903] ppid=11846 vsize=9972712 memory=5793855909640214969 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11903/stat : 11903 (java) S 11846 11849 9235 0 -1 1077944384 1 13176 0 0 0 0 4 3 20 0 6 0 416561211 10212057088 4271 33554432000 4194304 4196468 140731489545440 140020553939984 140020549707477 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11904] ppid=11846 vsize=9972712 memory=140658630321792 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11904/stat : 11904 (java) S 11846 11849 9235 0 -1 1077944384 1 13176 0 0 0 0 4 3 20 0 6 0 416561211 10212057088 4271 33554432000 4194304 4196468 140731489545440 140020442213520 140020549707477 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11905] ppid=11846 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11905/stat : 11905 (java) S 11846 11849 9235 0 -1 1077944384 1 13176 0 0 0 0 4 3 20 0 6 0 416561211 10212057088 4271 33554432000 4194304 4196468 140731489545440 140020441160464 140020549707477 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11906] ppid=11846 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11906/stat : 11906 (java) S 11846 11849 9235 0 -1 1077944384 2 13176 0 0 0 0 4 3 20 0 6 0 416561211 10212057088 4271 33554432000 4194304 4196468 140731489545440 140020440107920 140020549707477 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17084 KiB

[startup+0.209981 s]*
/proc/loadavg: 1.56 1.34 1.49 3/227 11915
/proc/meminfo: memFree=29951004/32770624 swapFree=66934780/67108860
[pid=11849] ppid=11846 vsize=10819664 memory=37464 CPUtime=0.25 cores=0,2,4,6
/proc/11849/stat : 11849 (java) S 11846 11849 9235 0 -1 1077944320 7281 13176 0 0 16 2 4 3 20 0 15 0 416561202 11079335936 9366 33554432000 4194304 4196468 140731489545440 140731489527984 140020549697271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
/proc/11849/statm: 2704916 9366 3142 1 0 2667149 0
[pid=11849/tid=11902] ppid=11846 vsize=10819664 memory=-8540663193526752614 CPUtime=0.18 cores=0,2,4,6
/proc/11849/task/11902/stat : 11902 (java) R 11846 11849 9235 0 -1 4202560 3766 13176 0 0 10 1 4 3 20 0 15 0 416561211 11079335936 9366 33554432000 4194304 4196468 140731489545440 140020521530176 140020533777758 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11903] ppid=11846 vsize=10819664 memory=4211974384835112330 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11903/stat : 11903 (java) S 11846 11849 9235 0 -1 1077944384 1 13176 0 0 0 0 4 3 20 0 15 0 416561211 11079335936 9366 33554432000 4194304 4196468 140731489545440 140020553939984 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11904] ppid=11846 vsize=10819664 memory=140658630321792 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11904/stat : 11904 (java) S 11846 11849 9235 0 -1 1077944384 1 13176 0 0 0 0 4 3 20 0 15 0 416561211 11079335936 9366 33554432000 4194304 4196468 140731489545440 140020442213520 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11905] ppid=11846 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11905/stat : 11905 (java) S 11846 11849 9235 0 -1 1077944384 1 13176 0 0 0 0 4 3 20 0 15 0 416561211 11079335936 9366 33554432000 4194304 4196468 140731489545440 140020441160464 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11906] ppid=11846 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11906/stat : 11906 (java) S 11846 11849 9235 0 -1 1077944384 2 13176 0 0 0 0 4 3 20 0 15 0 416561211 11079335936 9366 33554432000 4194304 4196468 140731489545440 140020440107920 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11907] ppid=11846 vsize=10819664 memory=140658630321792 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11907/stat : 11907 (java) S 11846 11849 9235 0 -1 1077944384 2 13176 0 0 0 0 4 3 20 0 15 0 416561213 11079335936 9366 33554432000 4194304 4196468 140731489545440 140020009216240 140020549708418 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11908] ppid=11846 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11908/stat : 11908 (java) S 11846 11849 9235 0 -1 1077944384 33 13176 0 0 0 0 4 3 20 0 15 0 416561213 11079335936 9366 33554432000 4194304 4196468 140731489545440 140020008162464 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11909] ppid=11846 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11909/stat : 11909 (java) S 11846 11849 9235 0 -1 1077944384 1 13176 0 0 0 0 4 3 20 0 15 0 416561213 11079335936 9366 33554432000 4194304 4196468 140731489545440 140019423503088 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11910] ppid=11846 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11910/stat : 11910 (java) S 11846 11849 9235 0 -1 1077944384 3 13176 0 0 0 0 4 3 20 0 15 0 416561216 11079335936 9366 33554432000 4194304 4196468 140731489545440 140019116103632 140020549715867 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11911] ppid=11846 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11849/task/11911/stat : 11911 (java) S 11846 11849 9235 0 -1 1077944384 586 13176 0 0 1 0 4 3 20 0 15 0 416561216 11079335936 9366 33554432000 4194304 4196468 140731489545440 140019974605552 140020549708418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11912] ppid=11846 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11912/stat : 11912 (java) R 11846 11849 9235 0 -1 1077944384 52 13176 0 0 0 0 4 3 20 0 15 0 416561216 11079335936 9366 33554432000 4194304 4196468 140731489545440 140019973553008 140020549708418 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11913] ppid=11846 vsize=10819664 memory=140658630321792 CPUtime=0.1 cores=0,2,4,6
/proc/11849/task/11913/stat : 11913 (java) R 11846 11849 9235 0 -1 4202560 627 13176 0 0 3 0 4 3 20 0 15 0 416561216 11079335936 9366 33554432000 4194304 4196468 140731489545440 140019972499952 140020549718618 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11914] ppid=11846 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11914/stat : 11914 (java) S 11846 11849 9235 0 -1 1077944384 3 13176 0 0 0 0 4 3 20 0 15 0 416561216 11079335936 9366 33554432000 4194304 4196468 140731489545440 140019082546016 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11915] ppid=11846 vsize=10819664 memory=140658630321792 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11915/stat : 11915 (java) S 11846 11849 9235 0 -1 1077944384 1 13176 0 0 0 0 4 3 20 0 15 0 416561217 11079335936 9366 33554432000 4194304 4196468 140731489545440 140019971447344 140020549708418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 37464 KiB

[startup+0.310398 s]*
/proc/loadavg: 1.56 1.34 1.49 3/227 11915
/proc/meminfo: memFree=29937288/32770624 swapFree=66934780/67108860
[pid=11849] ppid=11846 vsize=10820148 memory=48632 CPUtime=0.39 cores=0,2,4,6
/proc/11849/stat : 11849 (java) S 11846 11849 9235 0 -1 1077944320 10979 13176 0 0 29 3 4 3 20 0 15 0 416561202 11079831552 12158 33554432000 4194304 4196468 140731489545440 140731489527984 140020549697271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
/proc/11849/statm: 2705037 12158 3274 1 0 2667149 0
[pid=11849/tid=11902] ppid=11846 vsize=10820148 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/11849/task/11902/stat : 11902 (java) R 11846 11849 9235 0 -1 4202560 7442 13176 0 0 19 3 4 3 20 0 15 0 416561211 11079831552 12158 33554432000 4194304 4196468 140731489545440 140020521497184 140020549719197 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11903] ppid=11846 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11903/stat : 11903 (java) S 11846 11849 9235 0 -1 1077944384 1 13176 0 0 0 0 4 3 20 0 15 0 416561211 11079831552 12158 33554432000 4194304 4196468 140731489545440 140020553939984 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11904] ppid=11846 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11904/stat : 11904 (java) S 11846 11849 9235 0 -1 1077944384 1 13176 0 0 0 0 4 3 20 0 15 0 416561211 11079831552 12158 33554432000 4194304 4196468 140731489545440 140020442213520 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11905] ppid=11846 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11905/stat : 11905 (java) S 11846 11849 9235 0 -1 1077944384 1 13176 0 0 0 0 4 3 20 0 15 0 416561211 11079831552 12158 33554432000 4194304 4196468 140731489545440 140020441160464 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11906] ppid=11846 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11906/stat : 11906 (java) S 11846 11849 9235 0 -1 1077944384 2 13176 0 0 0 0 4 3 20 0 15 0 416561211 11079831552 12158 33554432000 4194304 4196468 140731489545440 140020440107920 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11907] ppid=11846 vsize=10820148 memory=140658630321791 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11907/stat : 11907 (java) S 11846 11849 9235 0 -1 1077944384 2 13176 0 0 0 0 4 3 20 0 15 0 416561213 11079831552 12158 33554432000 4194304 4196468 140731489545440 140020009216240 140020549708418 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11908] ppid=11846 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11908/stat : 11908 (java) S 11846 11849 9235 0 -1 1077944384 33 13176 0 0 0 0 4 3 20 0 15 0 416561213 11079831552 12158 33554432000 4194304 4196468 140731489545440 140020008162464 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11909] ppid=11846 vsize=10820148 memory=140658630321792 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11909/stat : 11909 (java) S 11846 11849 9235 0 -1 1077944384 1 13176 0 0 0 0 4 3 20 0 15 0 416561213 11079831552 12158 33554432000 4194304 4196468 140731489545440 140019423503088 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11910] ppid=11846 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11910/stat : 11910 (java) S 11846 11849 9235 0 -1 1077944384 3 13176 0 0 0 0 4 3 20 0 15 0 416561216 11079831552 12158 33554432000 4194304 4196468 140731489545440 140019116103632 140020549715867 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11911] ppid=11846 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11849/task/11911/stat : 11911 (java) S 11846 11849 9235 0 -1 1077944384 587 13176 0 0 2 0 4 3 20 0 15 0 416561216 11079831552 12158 33554432000 4194304 4196468 140731489545440 140019974605552 140020549708418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11912] ppid=11846 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11849/task/11912/stat : 11912 (java) S 11846 11849 9235 0 -1 1077944384 61 13176 0 0 1 0 4 3 20 0 15 0 416561216 11079831552 12158 33554432000 4194304 4196468 140731489545440 140019973553008 140020549708418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11913] ppid=11846 vsize=10820148 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/11849/task/11913/stat : 11913 (java) S 11846 11849 9235 0 -1 1077944384 636 13176 0 0 5 0 4 3 20 0 15 0 416561216 11079831552 12158 33554432000 4194304 4196468 140731489545440 140019972499952 140020549708418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11914] ppid=11846 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11914/stat : 11914 (java) S 11846 11849 9235 0 -1 1077944384 3 13176 0 0 0 0 4 3 20 0 15 0 416561216 11079831552 12158 33554432000 4194304 4196468 140731489545440 140019082546016 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11915] ppid=11846 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11915/stat : 11915 (java) S 11846 11849 9235 0 -1 1077944384 1 13176 0 0 0 0 4 3 20 0 15 0 416561217 11079831552 12158 33554432000 4194304 4196468 140731489545440 140019971447344 140020549708418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 48632 KiB

[startup+0.700643 s]
/proc/loadavg: 1.56 1.34 1.49 4/227 11915
/proc/meminfo: memFree=29923664/32770624 swapFree=66934780/67108860
[pid=11849] ppid=11846 vsize=10824360 memory=81772 CPUtime=1.12 cores=0,2,4,6
/proc/11849/stat : 11849 (java) S 11846 11849 9235 0 -1 1077944320 15175 13176 0 0 100 5 4 3 20 0 15 0 416561202 11084144640 20443 33554432000 4194304 4196468 140731489545440 140731489527984 140020549697271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
/proc/11849/statm: 2706090 20443 3504 1 0 2668173 0
[pid=11849/tid=11902] ppid=11846 vsize=10824360 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/11849/task/11902/stat : 11902 (java) R 11846 11849 9235 0 -1 4202560 10486 13176 0 0 55 4 4 3 20 0 15 0 416561211 11084144640 20443 33554432000 4194304 4196468 140731489545440 140020521524432 140020549709206 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11903] ppid=11846 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11903/stat : 11903 (java) S 11846 11849 9235 0 -1 1077944384 1 13176 0 0 0 0 4 3 20 0 15 0 416561211 11084144640 20443 33554432000 4194304 4196468 140731489545440 140020553939984 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11904] ppid=11846 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11904/stat : 11904 (java) S 11846 11849 9235 0 -1 1077944384 1 13176 0 0 0 0 4 3 20 0 15 0 416561211 11084144640 20443 33554432000 4194304 4196468 140731489545440 140020442213520 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11905] ppid=11846 vsize=10824360 memory=3620 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11905/stat : 11905 (java) S 11846 11849 9235 0 -1 1077944384 1 13176 0 0 0 0 4 3 20 0 15 0 416561211 11084144640 20443 33554432000 4194304 4196468 140731489545440 140020441160464 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11906] ppid=11846 vsize=10824360 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11906/stat : 11906 (java) S 11846 11849 9235 0 -1 1077944384 2 13176 0 0 0 0 4 3 20 0 15 0 416561211 11084144640 20443 33554432000 4194304 4196468 140731489545440 140020440107920 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11907] ppid=11846 vsize=10824360 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11907/stat : 11907 (java) S 11846 11849 9235 0 -1 1077944384 5 13176 0 0 0 0 4 3 20 0 15 0 416561213 11084144640 20443 33554432000 4194304 4196468 140731489545440 140020009216240 140020549708418 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11908] ppid=11846 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11908/stat : 11908 (java) S 11846 11849 9235 0 -1 1077944384 33 13176 0 0 0 0 4 3 20 0 15 0 416561213 11084144640 20443 33554432000 4194304 4196468 140731489545440 140020008162464 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11909] ppid=11846 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11909/stat : 11909 (java) S 11846 11849 9235 0 -1 1077944384 1 13176 0 0 0 0 4 3 20 0 15 0 416561213 11084144640 20443 33554432000 4194304 4196468 140731489545440 140019423503088 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11910] ppid=11846 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11910/stat : 11910 (java) S 11846 11849 9235 0 -1 1077944384 3 13176 0 0 0 0 4 3 20 0 15 0 416561216 11084144640 20443 33554432000 4194304 4196468 140731489545440 140019116103632 140020549715867 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11911] ppid=11846 vsize=10824360 memory=6655300316396806240 CPUtime=0.22 cores=0,2,4,6
/proc/11849/task/11911/stat : 11911 (java) R 11846 11849 9235 0 -1 4202560 1026 13176 0 0 15 0 4 3 20 0 15 0 416561216 11084144640 20443 33554432000 4194304 4196468 140731489545440 140019974605848 140020527672657 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11912] ppid=11846 vsize=10824360 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/11849/task/11912/stat : 11912 (java) R 11846 11849 9235 0 -1 1077944384 536 13176 0 0 11 0 4 3 20 0 15 0 416561216 11084144640 20443 33554432000 4194304 4196468 140731489545440 140019973553008 140020549708418 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11913] ppid=11846 vsize=10824360 memory=14657 CPUtime=0.23 cores=0,2,4,6
/proc/11849/task/11913/stat : 11913 (java) R 11846 11849 9235 0 -1 4202560 869 13176 0 0 16 0 4 3 20 0 15 0 416561216 11084144640 20443 33554432000 4194304 4196468 140731489545440 140019972499952 140020530039322 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11914] ppid=11846 vsize=10824360 memory=281317002445040 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11914/stat : 11914 (java) S 11846 11849 9235 0 -1 1077944384 3 13176 0 0 0 0 4 3 20 0 15 0 416561216 11084144640 20443 33554432000 4194304 4196468 140731489545440 140019082546016 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11915] ppid=11846 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11915/stat : 11915 (java) S 11846 11849 9235 0 -1 1077944384 1 13176 0 0 0 0 4 3 20 0 15 0 416561217 11084144640 20443 33554432000 4194304 4196468 140731489545440 140019971447344 140020549708418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 81772 KiB

[startup+1.50067 s]
/proc/loadavg: 1.75 1.39 1.51 4/227 11915
/proc/meminfo: memFree=29886524/32770624 swapFree=66934780/67108860
[pid=11849] ppid=11846 vsize=10834676 memory=173740 CPUtime=2.64 cores=0,2,4,6
/proc/11849/stat : 11849 (java) S 11846 11849 9235 0 -1 1077944320 21874 13176 0 0 247 10 4 3 20 0 15 0 416561202 11094708224 43435 33554432000 4194304 4196468 140731489545440 140731489527984 140020549697271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
/proc/11849/statm: 2708669 43435 3586 1 0 2670733 0
[pid=11849/tid=11902] ppid=11846 vsize=10834676 memory=3620 CPUtime=1.42 cores=0,2,4,6
/proc/11849/task/11902/stat : 11902 (java) R 11846 11849 9235 0 -1 4202560 15252 13176 0 0 130 5 4 3 20 0 15 0 416561211 11094708224 43435 33554432000 4194304 4196468 140731489545440 140020521522784 140020549709206 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11903] ppid=11846 vsize=10834676 memory=231 CPUtime=0.08 cores=0,2,4,6
/proc/11849/task/11903/stat : 11903 (java) S 11846 11849 9235 0 -1 1077944384 65 13176 0 0 1 0 4 3 20 0 15 0 416561211 11094708224 43435 33554432000 4194304 4196468 140731489545440 140020553939984 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11904] ppid=11846 vsize=10834676 memory=115 CPUtime=0.08 cores=0,2,4,6
/proc/11849/task/11904/stat : 11904 (java) S 11846 11849 9235 0 -1 1077944384 320 13176 0 0 1 0 4 3 20 0 15 0 416561211 11094708224 43435 33554432000 4194304 4196468 140731489545440 140020442213520 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11905] ppid=11846 vsize=10834676 memory=1 CPUtime=0.08 cores=0,2,4,6
/proc/11849/task/11905/stat : 11905 (java) S 11846 11849 9235 0 -1 1077944384 42 13176 0 0 1 0 4 3 20 0 15 0 416561211 11094708224 43435 33554432000 4194304 4196468 140731489545440 140020441160464 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11906] ppid=11846 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11849/task/11906/stat : 11906 (java) S 11846 11849 9235 0 -1 1077944384 77 13176 0 0 1 0 4 3 20 0 15 0 416561211 11094708224 43435 33554432000 4194304 4196468 140731489545440 140020440107920 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11907] ppid=11846 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11849/task/11907/stat : 11907 (java) S 11846 11849 9235 0 -1 1077944384 131 13176 0 0 1 0 4 3 20 0 15 0 416561213 11094708224 43435 33554432000 4194304 4196468 140731489545440 140020009216240 140020549708418 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11908] ppid=11846 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11908/stat : 11908 (java) S 11846 11849 9235 0 -1 1077944384 34 13176 0 0 0 0 4 3 20 0 15 0 416561213 11094708224 43435 33554432000 4194304 4196468 140731489545440 140020008162528 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11909] ppid=11846 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11909/stat : 11909 (java) S 11846 11849 9235 0 -1 1077944384 1 13176 0 0 0 0 4 3 20 0 15 0 416561213 11094708224 43435 33554432000 4194304 4196468 140731489545440 140019423503104 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11910] ppid=11846 vsize=10834676 memory=281317002481440 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11910/stat : 11910 (java) S 11846 11849 9235 0 -1 1077944384 3 13176 0 0 0 0 4 3 20 0 15 0 416561216 11094708224 43435 33554432000 4194304 4196468 140731489545440 140019116103632 140020549715867 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11911] ppid=11846 vsize=10834676 memory=7649399371330040113 CPUtime=0.42 cores=0,2,4,6
/proc/11849/task/11911/stat : 11911 (java) S 11846 11849 9235 0 -1 1077944384 1365 13176 0 0 35 0 4 3 20 0 15 0 416561216 11094708224 43435 33554432000 4194304 4196468 140731489545440 140019974605552 140020549708418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11912] ppid=11846 vsize=10834676 memory=7 CPUtime=0.36 cores=0,2,4,6
/proc/11849/task/11912/stat : 11912 (java) S 11846 11849 9235 0 -1 1077944384 720 13176 0 0 29 0 4 3 20 0 15 0 416561216 11094708224 43435 33554432000 4194304 4196468 140731489545440 140019973553008 140020549708418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11913] ppid=11846 vsize=10834676 memory=2209 CPUtime=0.51 cores=0,2,4,6
/proc/11849/task/11913/stat : 11913 (java) R 11846 11849 9235 0 -1 4202560 1656 13176 0 0 44 0 4 3 20 0 15 0 416561216 11094708224 43435 33554432000 4194304 4196468 140731489545440 140019972499952 140020533740901 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11914] ppid=11846 vsize=10834676 memory=56 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11914/stat : 11914 (java) S 11846 11849 9235 0 -1 1077944384 3 13176 0 0 0 0 4 3 20 0 15 0 416561216 11094708224 43435 33554432000 4194304 4196468 140731489545440 140019082546016 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11915] ppid=11846 vsize=10834676 memory=2958597 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11915/stat : 11915 (java) S 11846 11849 9235 0 -1 1077944384 1 13176 0 0 0 0 4 3 20 0 15 0 416561217 11094708224 43435 33554432000 4194304 4196468 140731489545440 140019971447344 140020549708418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
Current children cumulated CPU time: 2.64 s
Current children cumulated vsize: 10834676 KiB

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

/proc/11849/task/11902/stat : 11902 (java) R 11846 11849 9235 0 -1 4202560 70184 13176 0 0 230545 40 4 3 20 0 15 0 416561211 11109408768 263602 33554432000 4194304 4196468 140731489545440 140020521532608 140020113153191 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11903] ppid=11846 vsize=10849032 memory=1408 CPUtime=7.43 cores=0,2,4,6
/proc/11849/task/11903/stat : 11903 (java) S 11846 11849 9235 0 -1 1077944384 14263 13176 0 0 696 40 4 3 20 0 15 0 416561211 11109408768 263602 33554432000 4194304 4196468 140731489545440 140020553939984 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11904] ppid=11846 vsize=10849032 memory=1054408 CPUtime=7.43 cores=0,2,4,6
/proc/11849/task/11904/stat : 11904 (java) S 11846 11849 9235 0 -1 1077944384 19582 13176 0 0 700 36 4 3 20 0 15 0 416561211 11109408768 263602 33554432000 4194304 4196468 140731489545440 140020442213520 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11905] ppid=11846 vsize=10849032 memory=1054408 CPUtime=7.44 cores=0,2,4,6
/proc/11849/task/11905/stat : 11905 (java) S 11846 11849 9235 0 -1 1077944384 21529 13176 0 0 700 37 4 3 20 0 15 0 416561211 11109408768 263602 33554432000 4194304 4196468 140731489545440 140020441160464 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11906] ppid=11846 vsize=10849032 memory=1054408 CPUtime=7.46 cores=0,2,4,6
/proc/11849/task/11906/stat : 11906 (java) S 11846 11849 9235 0 -1 1077944384 18275 13176 0 0 700 39 4 3 20 0 15 0 416561211 11109408768 263602 33554432000 4194304 4196468 140731489545440 140020440107920 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11907] ppid=11846 vsize=10849032 memory=1054408 CPUtime=6.7 cores=0,2,4,6
/proc/11849/task/11907/stat : 11907 (java) S 11846 11849 9235 0 -1 1077944384 19149 13176 0 0 624 39 4 3 20 0 15 0 416561213 11109408768 263602 33554432000 4194304 4196468 140731489545440 140020009216240 140020549708418 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11908] ppid=11846 vsize=10849032 memory=1054408 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11908/stat : 11908 (java) S 11846 11849 9235 0 -1 1077944384 44 13176 0 0 0 0 4 3 20 0 15 0 416561213 11109408768 263602 33554432000 4194304 4196468 140731489545440 140020008162528 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11909] ppid=11846 vsize=10849032 memory=1054408 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11909/stat : 11909 (java) S 11846 11849 9235 0 -1 1077944384 14 13176 0 0 0 0 4 3 20 0 15 0 416561213 11109408768 263602 33554432000 4194304 4196468 140731489545440 140019423503104 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11910] ppid=11846 vsize=10849032 memory=1054408 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11910/stat : 11910 (java) S 11846 11849 9235 0 -1 1077944384 3 13176 0 0 0 0 4 3 20 0 15 0 416561216 11109408768 263602 33554432000 4194304 4196468 140731489545440 140019116103632 140020549715867 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11911] ppid=11846 vsize=10849032 memory=6791534058613427641 CPUtime=5.69 cores=0,2,4,6
/proc/11849/task/11911/stat : 11911 (java) S 11846 11849 9235 0 -1 1077944384 30829 13176 0 0 558 4 4 3 20 0 15 0 416561216 11109408768 263602 33554432000 4194304 4196468 140731489545440 140019974605552 140020549708418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11912] ppid=11846 vsize=10849032 memory=1054408 CPUtime=5.84 cores=0,2,4,6
/proc/11849/task/11912/stat : 11912 (java) S 11846 11849 9235 0 -1 1077944384 24007 13176 0 0 574 3 4 3 20 0 15 0 416561216 11109408768 263602 33554432000 4194304 4196468 140731489545440 140019973553008 140020549708418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11913] ppid=11846 vsize=10849032 memory=1054408 CPUtime=2.57 cores=0,2,4,6
/proc/11849/task/11913/stat : 11913 (java) S 11846 11849 9235 0 -1 1077944384 24243 13176 0 0 245 5 4 3 20 0 15 0 416561216 11109408768 263602 33554432000 4194304 4196468 140731489545440 140019972499952 140020549708418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11914] ppid=11846 vsize=10849032 memory=1054408 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11914/stat : 11914 (java) S 11846 11849 9235 0 -1 1077944384 3 13176 0 0 0 0 4 3 20 0 15 0 416561216 11109408768 263602 33554432000 4194304 4196468 140731489545440 140019082546016 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11915] ppid=11846 vsize=10849032 memory=976 CPUtime=1.13 cores=0,2,4,6
/proc/11849/task/11915/stat : 11915 (java) S 11846 11849 9235 0 -1 1077944384 1336 13176 0 0 54 52 4 3 20 0 15 0 416561217 11109408768 263602 33554432000 4194304 4196468 140731489545440 140019971447344 140020549708418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
Current children cumulated CPU time: 2357.09 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1054408 KiB

[startup+2382.3 s]
/proc/loadavg: 1.39 1.40 1.39 3/227 12288
/proc/meminfo: memFree=29403720/32770624 swapFree=66934808/67108860
[pid=11849] ppid=11846 vsize=10849032 memory=1054444 CPUtime=2417.7 cores=0,2,4,6
/proc/11849/stat : 11849 (java) S 11846 11849 9235 0 -1 1077944320 246995 13176 0 0 241502 261 4 3 20 0 15 0 416561202 11109408768 263611 33554432000 4194304 4196468 140731489545440 140731489527984 140020549697271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
/proc/11849/statm: 2712258 263611 3631 1 0 2674317 0
[pid=11849/tid=11902] ppid=11846 vsize=10849032 memory=6944656592455359580 CPUtime=2365.48 cores=0,2,4,6
/proc/11849/task/11902/stat : 11902 (java) R 11846 11849 9235 0 -1 4202560 70803 13176 0 0 236500 41 4 3 20 0 15 0 416561211 11109408768 263611 33554432000 4194304 4196468 140731489545440 140020521532784 140020118862528 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11903] ppid=11846 vsize=10849032 memory=1054444 CPUtime=7.64 cores=0,2,4,6
/proc/11849/task/11903/stat : 11903 (java) S 11846 11849 9235 0 -1 1077944384 14318 13176 0 0 716 41 4 3 20 0 15 0 416561211 11109408768 263611 33554432000 4194304 4196468 140731489545440 140020553939984 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11904] ppid=11846 vsize=10849032 memory=1054444 CPUtime=7.64 cores=0,2,4,6
/proc/11849/task/11904/stat : 11904 (java) S 11846 11849 9235 0 -1 1077944384 19616 13176 0 0 720 37 4 3 20 0 15 0 416561211 11109408768 263611 33554432000 4194304 4196468 140731489545440 140020442213520 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11905] ppid=11846 vsize=10849032 memory=1054444 CPUtime=7.64 cores=0,2,4,6
/proc/11849/task/11905/stat : 11905 (java) S 11846 11849 9235 0 -1 1077944384 21802 13176 0 0 719 38 4 3 20 0 15 0 416561211 11109408768 263611 33554432000 4194304 4196468 140731489545440 140020441160464 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11906] ppid=11846 vsize=10849032 memory=1054444 CPUtime=7.67 cores=0,2,4,6
/proc/11849/task/11906/stat : 11906 (java) S 11846 11849 9235 0 -1 1077944384 18389 13176 0 0 720 40 4 3 20 0 15 0 416561211 11109408768 263611 33554432000 4194304 4196468 140731489545440 140020440107920 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11907] ppid=11846 vsize=10849032 memory=1054444 CPUtime=6.88 cores=0,2,4,6
/proc/11849/task/11907/stat : 11907 (java) S 11846 11849 9235 0 -1 1077944384 19358 13176 0 0 641 40 4 3 20 0 15 0 416561213 11109408768 263611 33554432000 4194304 4196468 140731489545440 140020009216240 140020549708418 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11908] ppid=11846 vsize=10849032 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11908/stat : 11908 (java) S 11846 11849 9235 0 -1 1077944384 44 13176 0 0 0 0 4 3 20 0 15 0 416561213 11109408768 263611 33554432000 4194304 4196468 140731489545440 140020008162528 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11909] ppid=11846 vsize=10849032 memory=1054444 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11909/stat : 11909 (java) S 11846 11849 9235 0 -1 1077944384 14 13176 0 0 0 0 4 3 20 0 15 0 416561213 11109408768 263611 33554432000 4194304 4196468 140731489545440 140019423503104 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11910] ppid=11846 vsize=10849032 memory=1054444 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11910/stat : 11910 (java) S 11846 11849 9235 0 -1 1077944384 3 13176 0 0 0 0 4 3 20 0 15 0 416561216 11109408768 263611 33554432000 4194304 4196468 140731489545440 140019116103632 140020549715867 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11911] ppid=11846 vsize=10849032 memory=1054444 CPUtime=5.69 cores=0,2,4,6
/proc/11849/task/11911/stat : 11911 (java) S 11846 11849 9235 0 -1 1077944384 30831 13176 0 0 558 4 4 3 20 0 15 0 416561216 11109408768 263611 33554432000 4194304 4196468 140731489545440 140019974605552 140020549708418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11912] ppid=11846 vsize=10849032 memory=1054444 CPUtime=5.84 cores=0,2,4,6
/proc/11849/task/11912/stat : 11912 (java) S 11846 11849 9235 0 -1 1077944384 24009 13176 0 0 574 3 4 3 20 0 15 0 416561216 11109408768 263611 33554432000 4194304 4196468 140731489545440 140019973553008 140020549708418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11913] ppid=11846 vsize=10849032 memory=1054444 CPUtime=2.57 cores=0,2,4,6
/proc/11849/task/11913/stat : 11913 (java) S 11846 11849 9235 0 -1 1077944384 24245 13176 0 0 245 5 4 3 20 0 15 0 416561216 11109408768 263611 33554432000 4194304 4196468 140731489545440 140019972499952 140020549708418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11914] ppid=11846 vsize=10849032 memory=2032 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11914/stat : 11914 (java) S 11846 11849 9235 0 -1 1077944384 3 13176 0 0 0 0 4 3 20 0 15 0 416561216 11109408768 263611 33554432000 4194304 4196468 140731489545440 140019082546016 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11915] ppid=11846 vsize=10849032 memory=1332 CPUtime=1.16 cores=0,2,4,6
/proc/11849/task/11915/stat : 11915 (java) S 11846 11849 9235 0 -1 1077944384 1353 13176 0 0 56 53 4 3 20 0 15 0 416561217 11109408768 263611 33554432000 4194304 4196468 140731489545440 140019971447344 140020549708418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
Current children cumulated CPU time: 2417.7 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1054444 KiB

[startup+2442.3 s]
/proc/loadavg: 1.17 1.33 1.36 3/227 12294
/proc/meminfo: memFree=29400680/32770624 swapFree=66934808/67108860
[pid=11849] ppid=11846 vsize=10849032 memory=1056560 CPUtime=2478.28 cores=0,2,4,6
/proc/11849/stat : 11849 (java) S 11846 11849 9235 0 -1 1077944320 248320 13176 0 0 247556 265 4 3 20 0 15 0 416561202 11109408768 264140 33554432000 4194304 4196468 140731489545440 140731489527984 140020549697271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
/proc/11849/statm: 2712258 264140 3631 1 0 2674317 0
[pid=11849/tid=11902] ppid=11846 vsize=10849032 memory=1056560 CPUtime=2425.02 cores=0,2,4,6
/proc/11849/task/11902/stat : 11902 (java) R 11846 11849 9235 0 -1 4202560 71431 13176 0 0 242454 41 4 3 20 0 15 0 416561211 11109408768 264140 33554432000 4194304 4196468 140731489545440 140020521532752 140020133196160 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11903] ppid=11846 vsize=10849032 memory=1056560 CPUtime=7.85 cores=0,2,4,6
/proc/11849/task/11903/stat : 11903 (java) S 11846 11849 9235 0 -1 1077944384 14353 13176 0 0 736 42 4 3 20 0 15 0 416561211 11109408768 264140 33554432000 4194304 4196468 140731489545440 140020553939984 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11904] ppid=11846 vsize=10849032 memory=984 CPUtime=7.85 cores=0,2,4,6
/proc/11849/task/11904/stat : 11904 (java) S 11846 11849 9235 0 -1 1077944384 19729 13176 0 0 740 38 4 3 20 0 15 0 416561211 11109408768 264140 33554432000 4194304 4196468 140731489545440 140020442213520 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11905] ppid=11846 vsize=10849032 memory=1056560 CPUtime=7.84 cores=0,2,4,6
/proc/11849/task/11905/stat : 11905 (java) S 11846 11849 9235 0 -1 1077944384 22032 13176 0 0 739 38 4 3 20 0 15 0 416561211 11109408768 264140 33554432000 4194304 4196468 140731489545440 140020441160464 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11906] ppid=11846 vsize=10849032 memory=1056560 CPUtime=7.89 cores=0,2,4,6
/proc/11849/task/11906/stat : 11906 (java) S 11846 11849 9235 0 -1 1077944384 18480 13176 0 0 741 41 4 3 20 0 15 0 416561211 11109408768 264140 33554432000 4194304 4196468 140731489545440 140020440107920 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11907] ppid=11846 vsize=10849032 memory=1056 CPUtime=7.06 cores=0,2,4,6
/proc/11849/task/11907/stat : 11907 (java) S 11846 11849 9235 0 -1 1077944384 19563 13176 0 0 659 40 4 3 20 0 15 0 416561213 11109408768 264140 33554432000 4194304 4196468 140731489545440 140020009216240 140020549708418 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11908] ppid=11846 vsize=10849032 memory=281317002780160 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11908/stat : 11908 (java) S 11846 11849 9235 0 -1 1077944384 44 13176 0 0 0 0 4 3 20 0 15 0 416561213 11109408768 264140 33554432000 4194304 4196468 140731489545440 140020008162528 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11909] ppid=11846 vsize=10849032 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11909/stat : 11909 (java) S 11846 11849 9235 0 -1 1077944384 14 13176 0 0 0 0 4 3 20 0 15 0 416561213 11109408768 264140 33554432000 4194304 4196468 140731489545440 140019423503104 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11910] ppid=11846 vsize=10849032 memory=1056560 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11910/stat : 11910 (java) S 11846 11849 9235 0 -1 1077944384 3 13176 0 0 0 0 4 3 20 0 15 0 416561216 11109408768 264140 33554432000 4194304 4196468 140731489545440 140019116103632 140020549715867 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11911] ppid=11846 vsize=10849032 memory=1056556 CPUtime=5.69 cores=0,2,4,6
/proc/11849/task/11911/stat : 11911 (java) S 11846 11849 9235 0 -1 1077944384 30833 13176 0 0 558 4 4 3 20 0 15 0 416561216 11109408768 264140 33554432000 4194304 4196468 140731489545440 140019974605552 140020549708418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11912] ppid=11846 vsize=10849032 memory=1056560 CPUtime=5.84 cores=0,2,4,6
/proc/11849/task/11912/stat : 11912 (java) S 11846 11849 9235 0 -1 1077944384 24011 13176 0 0 574 3 4 3 20 0 15 0 416561216 11109408768 264140 33554432000 4194304 4196468 140731489545440 140019973553008 140020549708418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11913] ppid=11846 vsize=10849032 memory=1056556 CPUtime=2.57 cores=0,2,4,6
/proc/11849/task/11913/stat : 11913 (java) S 11846 11849 9235 0 -1 1077944384 24247 13176 0 0 245 5 4 3 20 0 15 0 416561216 11109408768 264140 33554432000 4194304 4196468 140731489545440 140019972499952 140020549708418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11914] ppid=11846 vsize=10849032 memory=1056560 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11914/stat : 11914 (java) S 11846 11849 9235 0 -1 1077944384 3 13176 0 0 0 0 4 3 20 0 15 0 416561216 11109408768 264140 33554432000 4194304 4196468 140731489545440 140019082546016 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11915] ppid=11846 vsize=10849032 memory=1056560 CPUtime=1.2 cores=0,2,4,6
/proc/11849/task/11915/stat : 11915 (java) S 11846 11849 9235 0 -1 1077944384 1370 13176 0 0 58 55 4 3 20 0 15 0 416561217 11109408768 264140 33554432000 4194304 4196468 140731489545440 140019971447344 140020549708418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
Current children cumulated CPU time: 2478.28 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1056560 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2483.6 s]
/proc/loadavg: 1.31 1.33 1.36 3/227 12294
/proc/meminfo: memFree=29401308/32770624 swapFree=66934808/67108860
[pid=11849] ppid=11846 vsize=10849032 memory=1056620 CPUtime=2520 cores=0,2,4,6
/proc/11849/stat : 11849 (java) S 11846 11849 9235 0 -1 1077944320 249518 13176 0 0 251724 269 4 3 20 0 15 0 416561202 11109408768 264155 33554432000 4194304 4196468 140731489545440 140731489527984 140020549697271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
/proc/11849/statm: 2712258 264155 3631 1 0 2674317 0
[pid=11849/tid=11902] ppid=11846 vsize=10849032 memory=1056588 CPUtime=2466.01 cores=0,2,4,6
/proc/11849/task/11902/stat : 11902 (java) R 11846 11849 9235 0 -1 4202560 71941 13176 0 0 246553 41 4 3 20 0 15 0 416561211 11109408768 264155 33554432000 4194304 4196468 140731489545440 140020521532752 140020133196346 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11903] ppid=11846 vsize=10849032 memory=6791534058613427641 CPUtime=7.98 cores=0,2,4,6
/proc/11849/task/11903/stat : 11903 (java) S 11846 11849 9235 0 -1 1077944384 14398 13176 0 0 749 42 4 3 20 0 15 0 416561211 11109408768 264155 33554432000 4194304 4196468 140731489545440 140020553939984 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11904] ppid=11846 vsize=10849032 memory=1420 CPUtime=7.99 cores=0,2,4,6
/proc/11849/task/11904/stat : 11904 (java) S 11846 11849 9235 0 -1 1077944384 19985 13176 0 0 754 38 4 3 20 0 15 0 416561211 11109408768 264155 33554432000 4194304 4196468 140731489545440 140020442213520 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11905] ppid=11846 vsize=10849032 memory=1984 CPUtime=7.99 cores=0,2,4,6
/proc/11849/task/11905/stat : 11905 (java) S 11846 11849 9235 0 -1 1077944384 22068 13176 0 0 753 39 4 3 20 0 15 0 416561211 11109408768 264155 33554432000 4194304 4196468 140731489545440 140020441160464 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11906] ppid=11846 vsize=10849032 memory=2532 CPUtime=8.03 cores=0,2,4,6
/proc/11849/task/11906/stat : 11906 (java) S 11846 11849 9235 0 -1 1077944384 18611 13176 0 0 755 41 4 3 20 0 15 0 416561211 11109408768 264155 33554432000 4194304 4196468 140731489545440 140020440107920 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11907] ppid=11846 vsize=10849032 memory=1056620 CPUtime=7.19 cores=0,2,4,6
/proc/11849/task/11907/stat : 11907 (java) S 11846 11849 9235 0 -1 1077944384 19762 13176 0 0 671 41 4 3 20 0 15 0 416561213 11109408768 264155 33554432000 4194304 4196468 140731489545440 140020009216240 140020549708418 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11908] ppid=11846 vsize=10849032 memory=3932 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11908/stat : 11908 (java) S 11846 11849 9235 0 -1 1077944384 44 13176 0 0 0 0 4 3 20 0 15 0 416561213 11109408768 264155 33554432000 4194304 4196468 140731489545440 140020008162528 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11909] ppid=11846 vsize=10849032 memory=2832 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11909/stat : 11909 (java) S 11846 11849 9235 0 -1 1077944384 14 13176 0 0 0 0 4 3 20 0 15 0 416561213 11109408768 264155 33554432000 4194304 4196468 140731489545440 140019423503104 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11910] ppid=11846 vsize=10849032 memory=1548 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11910/stat : 11910 (java) S 11846 11849 9235 0 -1 1077944384 3 13176 0 0 0 0 4 3 20 0 15 0 416561216 11109408768 264155 33554432000 4194304 4196468 140731489545440 140019116103632 140020549715867 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11911] ppid=11846 vsize=10849032 memory=1056620 CPUtime=5.69 cores=0,2,4,6
/proc/11849/task/11911/stat : 11911 (java) S 11846 11849 9235 0 -1 1077944384 30835 13176 0 0 558 4 4 3 20 0 15 0 416561216 11109408768 264155 33554432000 4194304 4196468 140731489545440 140019974605552 140020549708418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11912] ppid=11846 vsize=10849032 memory=6791534058613427641 CPUtime=5.84 cores=0,2,4,6
/proc/11849/task/11912/stat : 11912 (java) S 11846 11849 9235 0 -1 1077944384 24013 13176 0 0 574 3 4 3 20 0 15 0 416561216 11109408768 264155 33554432000 4194304 4196468 140731489545440 140019973553008 140020549708418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11913] ppid=11846 vsize=10849032 memory=2032 CPUtime=2.57 cores=0,2,4,6
/proc/11849/task/11913/stat : 11913 (java) S 11846 11849 9235 0 -1 1077944384 24249 13176 0 0 245 5 4 3 20 0 15 0 416561216 11109408768 264155 33554432000 4194304 4196468 140731489545440 140019972499952 140020549708418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11914] ppid=11846 vsize=10849032 memory=1332 CPUtime=0.07 cores=0,2,4,6
/proc/11849/task/11914/stat : 11914 (java) S 11846 11849 9235 0 -1 1077944384 3 13176 0 0 0 0 4 3 20 0 15 0 416561216 11109408768 264155 33554432000 4194304 4196468 140731489545440 140019082546016 140020549707477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
[pid=11849/tid=11915] ppid=11846 vsize=10849032 memory=1564 CPUtime=1.21 cores=0,2,4,6
/proc/11849/task/11915/stat : 11915 (java) S 11846 11849 9235 0 -1 1077944384 1385 13176 0 0 59 55 4 3 20 0 15 0 416561217 11109408768 264155 33554432000 4194304 4196468 140731489545440 140019971447344 140020549708418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31518720 140731489553136 140731489555653 140731489555653 140731489558479 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1056620 KiB

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

[startup+2483.64 s]
# the end of solver process 11849 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.32 s, system=2.73572 s

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

Child status: 143
Real time (s): 2483.64
CPU time (s): 2520.06
CPU user time (s): 2517.32
CPU system time (s): 2.73572
CPU usage (%): 101.466
Max. virtual memory (cumulated for all children) (KiB): 10851656
Max. memory (cumulated for all children) (KiB): 1278780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.32
system time used= 2.73572
maximum resident set size= 1279292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 264153
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 207828
involuntary context switches= 7859


# summary of solver processes directly reported to runsolver:
#   pid: 11849
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2517.32
#   total CPU system time (s): 2.73572

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.837 second user time and 23.0329 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-13 21:27:38
IDJOB=4395932
IDBENCH=128093
IDSOLVER=2846
FILE ID=node151/4395932-1568402897
RUNJOBID= node151-1568393581-9266
PBS_JOBID= 21701866
Free space on /tmp= 59276 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-jcr/CarSequencing-36-92.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395932-1568402897/watcher-4395932-1568402897 -o /tmp/evaluation-result-4395932-1568402897/solver-4395932-1568402897 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568393581-9266 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=310731172 HOME/instance-4395932-1568402897.xml

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

MD5SUM BENCH= e7221c19415bed5c98fc37c567f19ceb
RANDOM SEED=310731172

node151.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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29977360 kB
MemAvailable:   30804256 kB
Buffers:          169336 kB
Cached:           949412 kB
SwapCached:        71436 kB
Active:          1685932 kB
Inactive:         561748 kB
Active(anon):    1063172 kB
Inactive(anon):    97944 kB
Active(file):     622760 kB
Inactive(file):   463804 kB
Unevictable:      109748 kB
Mlocked:          109748 kB
SwapTotal:      67108860 kB
SwapFree:       66934780 kB
Dirty:             34976 kB
Writeback:             0 kB
AnonPages:       1167588 kB
Mapped:            50136 kB
Shmem:             24020 kB
Slab:             140996 kB
SReclaimable:     112332 kB
SUnreclaim:        28664 kB
KernelStack:        3984 kB
PageTables:         7516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2266328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1079296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 59240 MiB
End job on node151 at 2019-09-13 22:09:02