Trace number 4387234

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.07 2453.63

General information on the benchmark

NameCarSequencing/CarSequencing-m1-jcr/
CarSequencing-90-07.xml
MD5SUM62ab34719a1ca197804bba3dde19efaf
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 benchmark78.8072
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1463
Number of domains2
Minimum domain size2
Maximum domain size27
Distribution of domain sizes[{"size":2,"count":1000},{"size":27,"count":200}]
Minimum variable degree2
Maximum variable degree93
Distribution of variable degrees[{"degree":2,"count":200},{"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":18},{"degree":23,"count":18},{"degree":24,"count":18},{"degree":25,"count":18},{"degree":26,"count":18},"...",{"degree":69,"count":2}, {"degree":70,"count":2}, {"degree":71,"count":2}, {"degree":72,"count":2}, {"degree":73,"count":2}, {"degree":74,"count":2}, {"degree":75,"count":2}, {"degree":76,"count":2}, {"degree":77,"count":2}, {"degree":78,"count":2}, {"degree":79,"count":2}, {"degree":80,"count":2}, {"degree":81,"count":2}, {"degree":82,"count":2}, {"degree":83,"count":2}, {"degree":84,"count":2}, {"degree":85,"count":2}, {"degree":86,"count":2}, {"degree":87,"count":2}, {"degree":88,"count":2}, {"degree":89,"count":2}, {"degree":90,"count":2}, {"degree":91,"count":2}, {"degree":92,"count":3}, {"degree":93,"count":21}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":199},{"arity":3,"count":396},{"arity":5,"count":392},{"arity":6,"count":200},{"arity":14,"count":1},{"arity":17,"count":1},{"arity":20,"count":1},{"arity":22,"count":1},{"arity":23,"count":1},{"arity":24,"count":1},{"arity":26,"count":2},{"arity":28,"count":1},{"arity":29,"count":2},{"arity":30,"count":1},{"arity":32,"count":3},{"arity":34,"count":1},{"arity":35,"count":2},{"arity":36,"count":1},{"arity":38,"count":3},{"arity":40,"count":2},{"arity":41,"count":2},{"arity":42,"count":1},{"arity":44,"count":3},{"arity":45,"count":1},{"arity":46,"count":1},"...",{"arity":167,"count":2}, {"arity":168,"count":1}, {"arity":170,"count":5}, {"arity":172,"count":1}, {"arity":173,"count":2}, {"arity":174,"count":1}, {"arity":175,"count":2}, {"arity":176,"count":3}, {"arity":178,"count":1}, {"arity":179,"count":2}, {"arity":180,"count":3}, {"arity":182,"count":3}, {"arity":184,"count":1}, {"arity":185,"count":4}, {"arity":186,"count":1}, {"arity":188,"count":3}, {"arity":190,"count":3}, {"arity":191,"count":2}, {"arity":192,"count":1}, {"arity":194,"count":3}, {"arity":195,"count":2}, {"arity":196,"count":1}, {"arity":197,"count":2}, {"arity":198,"count":1}, {"arity":200,"count":6}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"sum","count":1262},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.74/0.55	c Concrete v3.10.1560635388952 running
2520.02/2453.61	Exception in thread "main" java.util.concurrent.TimeoutException
2520.02/2453.61		at concrete.MAC.mac(MAC.scala:189)
2520.02/2453.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.02/2453.61		at scala.util.Try$.apply(Try.scala:212)
2520.02/2453.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.02/2453.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.02/2453.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.02/2453.61		at concrete.MAC.oneRun(MAC.scala:253)
2520.02/2453.61		at concrete.MAC.nextSolution(MAC.scala:272)
2520.02/2453.61		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.02/2453.61		at concrete.ProblemState.map(ProblemState.scala:228)
2520.02/2453.61		at concrete.ProblemState.map(ProblemState.scala:210)
2520.02/2453.61		at concrete.MAC.nextSolution(MAC.scala:334)
2520.02/2453.61		at concrete.Solver.hasNext(Solver.scala:160)
2520.02/2453.61		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.02/2453.61		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.02/2453.61		at concrete.Solver.nextOption(Solver.scala:67)
2520.02/2453.61		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:77)
2520.02/2453.61		at scala.util.Success.map(Try.scala:264)
2520.02/2453.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.02/2453.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.02/2453.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.02/2453.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2453.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.02/2453.61		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.02/2453.61		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.02/2453.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.02/2453.61		at scala.App.$anonfun$main$1(App.scala:75)
2520.02/2453.61		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.02/2453.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.02/2453.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.02/2453.61		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.02/2453.61		at scala.App.main(App.scala:75)
2520.02/2453.61		at scala.App.main$(App.scala:73)
2520.02/2453.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.02/2453.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2453.61	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 (7539 MiB free)
  memory of node 1: 16384 MiB (11728 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387234-1568296422/watcher-4387234-1568296422 -o /tmp/evaluation-result-4387234-1568296422/solver-4387234-1568296422 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568286179-3290 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=695062327 HOME/instance-4387234-1568296422.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=6168, runsolver pid=6165
Current StackSize limit: 8192 KiB


[startup+0.100158 s]*
/proc/loadavg: 2.24 1.77 1.53 3/219 6225
/proc/meminfo: memFree=19721880/32770624 swapFree=66952812/67108860
[pid=6168] ppid=6165 vsize=9972712 memory=16812 CPUtime=0.1 cores=0,2,4,6
/proc/6168/stat : 6168 (java) S 6165 6168 2339 0 -1 1077944320 4454 13112 0 0 1 1 5 3 20 0 6 0 405584104 10212057088 4203 33554432000 4194304 4196468 140736271679312 140736271661856 139985490956023 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
/proc/6168/statm: 2493178 4203 1935 1 0 2481616 0
[pid=6168/tid=6221] ppid=6165 vsize=9972712 memory=7892391828772250251 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6221/stat : 6221 (java) R 6165 6168 2339 0 -1 4202560 2268 13112 0 0 0 0 5 3 20 0 6 0 405584114 10212057088 4203 33554432000 4194304 4196468 140736271679312 139985462792784 139985475036540 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6222] ppid=6165 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6222/stat : 6222 (java) S 6165 6168 2339 0 -1 1077944384 1 13112 0 0 0 0 5 3 20 0 6 0 405584114 10212057088 4203 33554432000 4194304 4196468 140736271679312 139985495198864 139985490966229 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6223] ppid=6165 vsize=9972712 memory=139955749992064 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6223/stat : 6223 (java) S 6165 6168 2339 0 -1 1077944384 1 13112 0 0 0 0 5 3 20 0 6 0 405584114 10212057088 4203 33554432000 4194304 4196468 140736271679312 139985064614928 139985490966229 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6224] ppid=6165 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6224/stat : 6224 (java) S 6165 6168 2339 0 -1 1077944384 1 13112 0 0 0 0 5 3 20 0 6 0 405584114 10212057088 4269 33554432000 4194304 4196468 140736271679312 139985063562128 139985490966229 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6225] ppid=6165 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6225/stat : 6225 (java) S 6165 6168 2339 0 -1 1077944384 2 13112 0 0 0 0 5 3 20 0 6 0 405584114 10212057088 4269 33554432000 4194304 4196468 140736271679312 139985062509328 139985490966229 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.2102 s]*
/proc/loadavg: 2.24 1.77 1.53 3/228 6234
/proc/meminfo: memFree=19702072/32770624 swapFree=66952812/67108860
[pid=6168] ppid=6165 vsize=10818940 memory=38884 CPUtime=0.26 cores=0,2,4,6
/proc/6168/stat : 6168 (java) S 6165 6168 2339 0 -1 1077944320 7080 13112 0 0 16 2 5 3 20 0 15 0 405584104 11078594560 9721 33554432000 4194304 4196468 140736271679312 140736271661856 139985490956023 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
/proc/6168/statm: 2704735 9721 2952 1 0 2667149 0
[pid=6168/tid=6221] ppid=6165 vsize=10818940 memory=7822038051842263955 CPUtime=0.19 cores=0,2,4,6
/proc/6168/task/6221/stat : 6221 (java) R 6165 6168 2339 0 -1 4202560 3577 13112 0 0 10 1 5 3 20 0 15 0 405584114 11078594560 9721 33554432000 4194304 4196468 140736271679312 139985462788592 139985490977949 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6222] ppid=6165 vsize=10818940 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6222/stat : 6222 (java) S 6165 6168 2339 0 -1 1077944384 1 13112 0 0 0 0 5 3 20 0 15 0 405584114 11078594560 9721 33554432000 4194304 4196468 140736271679312 139985495198864 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6223] ppid=6165 vsize=10818940 memory=139955749992064 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6223/stat : 6223 (java) S 6165 6168 2339 0 -1 1077944384 1 13112 0 0 0 0 5 3 20 0 15 0 405584114 11078594560 9721 33554432000 4194304 4196468 140736271679312 139985064614928 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6224] ppid=6165 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6224/stat : 6224 (java) S 6165 6168 2339 0 -1 1077944384 1 13112 0 0 0 0 5 3 20 0 15 0 405584114 11078594560 9721 33554432000 4194304 4196468 140736271679312 139985063562128 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6225] ppid=6165 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6225/stat : 6225 (java) S 6165 6168 2339 0 -1 1077944384 2 13112 0 0 0 0 5 3 20 0 15 0 405584114 11078594560 9721 33554432000 4194304 4196468 140736271679312 139985062509328 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6226] ppid=6165 vsize=10818940 memory=139955749992064 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6226/stat : 6226 (java) S 6165 6168 2339 0 -1 1077944384 2 13112 0 0 0 0 5 3 20 0 15 0 405584116 11078594560 9721 33554432000 4194304 4196468 140736271679312 139985017559408 139985490967170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6227] ppid=6165 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6227/stat : 6227 (java) S 6165 6168 2339 0 -1 1077944384 13 13112 0 0 0 0 5 3 20 0 15 0 405584116 11078594560 9721 33554432000 4194304 4196468 140736271679312 139984929547296 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6228] ppid=6165 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6228/stat : 6228 (java) S 6165 6168 2339 0 -1 1077944384 1 13112 0 0 0 0 5 3 20 0 15 0 405584116 11078594560 9721 33554432000 4194304 4196468 140736271679312 139984325567344 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6229] ppid=6165 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6229/stat : 6229 (java) S 6165 6168 2339 0 -1 1077944384 3 13112 0 0 0 0 5 3 20 0 15 0 405584119 11078594560 9721 33554432000 4194304 4196468 140736271679312 139984018167632 139985490974619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6230] ppid=6165 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6168/task/6230/stat : 6230 (java) S 6165 6168 2339 0 -1 1077944384 575 13112 0 0 1 0 5 3 20 0 15 0 405584119 11078594560 9721 33554432000 4194304 4196468 140736271679312 139985016507248 139985490967170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6231] ppid=6165 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6231/stat : 6231 (java) S 6165 6168 2339 0 -1 1077944384 56 13112 0 0 0 0 5 3 20 0 15 0 405584119 11078594560 9721 33554432000 4194304 4196468 140736271679312 139985015454448 139985490967170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6232] ppid=6165 vsize=10818940 memory=139955749992064 CPUtime=0.11 cores=0,2,4,6
/proc/6168/task/6232/stat : 6232 (java) S 6165 6168 2339 0 -1 1077944384 636 13112 0 0 3 0 5 3 20 0 15 0 405584119 11078594560 9721 33554432000 4194304 4196468 140736271679312 139985014401648 139985490967170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6233] ppid=6165 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6233/stat : 6233 (java) S 6165 6168 2339 0 -1 1077944384 3 13112 0 0 0 0 5 3 20 0 15 0 405584119 11078594560 9721 33554432000 4194304 4196468 140736271679312 139983984610016 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6234] ppid=6165 vsize=10818940 memory=139955749992064 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6234/stat : 6234 (java) S 6165 6168 2339 0 -1 1077944384 1 13112 0 0 0 0 5 3 20 0 15 0 405584120 11078594560 9721 33554432000 4194304 4196468 140736271679312 139985013349040 139985490967170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38884 KiB

[startup+0.311114 s]*
/proc/loadavg: 2.24 1.77 1.53 4/228 6234
/proc/meminfo: memFree=19690992/32770624 swapFree=66952812/67108860
[pid=6168] ppid=6165 vsize=10820096 memory=50176 CPUtime=0.4 cores=0,2,4,6
/proc/6168/stat : 6168 (java) S 6165 6168 2339 0 -1 1077944320 10722 13112 0 0 28 4 5 3 20 0 15 0 405584104 11079778304 12544 33554432000 4194304 4196468 140736271679312 140736271661856 139985490956023 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
/proc/6168/statm: 2705024 12544 3203 1 0 2667149 0
[pid=6168/tid=6221] ppid=6165 vsize=10820096 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/6168/task/6221/stat : 6221 (java) R 6165 6168 2339 0 -1 4202560 7206 13112 0 0 19 2 5 3 20 0 15 0 405584114 11079778304 12544 33554432000 4194304 4196468 140736271679312 139985462775976 139985490977949 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6222] ppid=6165 vsize=10820096 memory=7230370203755242346 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6222/stat : 6222 (java) S 6165 6168 2339 0 -1 1077944384 1 13112 0 0 0 0 5 3 20 0 15 0 405584114 11079778304 12544 33554432000 4194304 4196468 140736271679312 139985495198864 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6223] ppid=6165 vsize=10820096 memory=5788339726952981056 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6223/stat : 6223 (java) S 6165 6168 2339 0 -1 1077944384 1 13112 0 0 0 0 5 3 20 0 15 0 405584114 11079778304 12544 33554432000 4194304 4196468 140736271679312 139985064614928 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6224] ppid=6165 vsize=10820096 memory=7019607043660597190 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6224/stat : 6224 (java) S 6165 6168 2339 0 -1 1077944384 1 13112 0 0 0 0 5 3 20 0 15 0 405584114 11079778304 12544 33554432000 4194304 4196468 140736271679312 139985063562128 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6225] ppid=6165 vsize=10820096 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6225/stat : 6225 (java) S 6165 6168 2339 0 -1 1077944384 2 13112 0 0 0 0 5 3 20 0 15 0 405584114 11079778304 12544 33554432000 4194304 4196468 140736271679312 139985062509328 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6226] ppid=6165 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6226/stat : 6226 (java) S 6165 6168 2339 0 -1 1077944384 2 13112 0 0 0 0 5 3 20 0 15 0 405584116 11079778304 12544 33554432000 4194304 4196468 140736271679312 139985017559408 139985490967170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6227] ppid=6165 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6227/stat : 6227 (java) S 6165 6168 2339 0 -1 1077944384 13 13112 0 0 0 0 5 3 20 0 15 0 405584116 11079778304 12544 33554432000 4194304 4196468 140736271679312 139984929547296 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6228] ppid=6165 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6228/stat : 6228 (java) S 6165 6168 2339 0 -1 1077944384 1 13112 0 0 0 0 5 3 20 0 15 0 405584116 11079778304 12544 33554432000 4194304 4196468 140736271679312 139984325567344 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6229] ppid=6165 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6229/stat : 6229 (java) S 6165 6168 2339 0 -1 1077944384 3 13112 0 0 0 0 5 3 20 0 15 0 405584119 11079778304 12544 33554432000 4194304 4196468 140736271679312 139984018167632 139985490974619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6230] ppid=6165 vsize=10820096 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/6168/task/6230/stat : 6230 (java) S 6165 6168 2339 0 -1 1077944384 576 13112 0 0 2 0 5 3 20 0 15 0 405584119 11079778304 12544 33554432000 4194304 4196468 140736271679312 139985016507248 139985490967170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6231] ppid=6165 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6168/task/6231/stat : 6231 (java) S 6165 6168 2339 0 -1 1077944384 57 13112 0 0 1 0 5 3 20 0 15 0 405584119 11079778304 12544 33554432000 4194304 4196468 140736271679312 139985015454448 139985490967170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6232] ppid=6165 vsize=10820096 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/6168/task/6232/stat : 6232 (java) S 6165 6168 2339 0 -1 1077944384 645 13112 0 0 5 0 5 3 20 0 15 0 405584119 11079778304 12544 33554432000 4194304 4196468 140736271679312 139985014401648 139985490967170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6233] ppid=6165 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6233/stat : 6233 (java) S 6165 6168 2339 0 -1 1077944384 3 13112 0 0 0 0 5 3 20 0 15 0 405584119 11079778304 12544 33554432000 4194304 4196468 140736271679312 139983984610016 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6234] ppid=6165 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6234/stat : 6234 (java) S 6165 6168 2339 0 -1 1077944384 1 13112 0 0 0 0 5 3 20 0 15 0 405584120 11079778304 12544 33554432000 4194304 4196468 140736271679312 139985013349040 139985490967170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 50176 KiB

[startup+0.700691 s]
/proc/loadavg: 2.24 1.77 1.53 5/228 6234
/proc/meminfo: memFree=19676988/32770624 swapFree=66952812/67108860
[pid=6168] ppid=6165 vsize=10824340 memory=80268 CPUtime=1.14 cores=0,2,4,6
/proc/6168/stat : 6168 (java) S 6165 6168 2339 0 -1 1077944320 14813 13112 0 0 100 6 5 3 20 0 15 0 405584104 11084124160 20067 33554432000 4194304 4196468 140736271679312 140736271661856 139985490956023 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
/proc/6168/statm: 2706085 20067 3498 1 0 2668173 0
[pid=6168/tid=6221] ppid=6165 vsize=10824340 memory=2241 CPUtime=0.67 cores=0,2,4,6
/proc/6168/task/6221/stat : 6221 (java) R 6165 6168 2339 0 -1 4202560 10507 13112 0 0 55 4 5 3 20 0 15 0 405584114 11084124160 20067 33554432000 4194304 4196468 140736271679312 139985462785600 139985474999653 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6222] ppid=6165 vsize=10824340 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6222/stat : 6222 (java) S 6165 6168 2339 0 -1 1077944384 1 13112 0 0 0 0 5 3 20 0 15 0 405584114 11084124160 20067 33554432000 4194304 4196468 140736271679312 139985495198864 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6223] ppid=6165 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6223/stat : 6223 (java) S 6165 6168 2339 0 -1 1077944384 1 13112 0 0 0 0 5 3 20 0 15 0 405584114 11084124160 20067 33554432000 4194304 4196468 140736271679312 139985064614928 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6224] ppid=6165 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6224/stat : 6224 (java) S 6165 6168 2339 0 -1 1077944384 1 13112 0 0 0 0 5 3 20 0 15 0 405584114 11084124160 20067 33554432000 4194304 4196468 140736271679312 139985063562128 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6225] ppid=6165 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6225/stat : 6225 (java) S 6165 6168 2339 0 -1 1077944384 2 13112 0 0 0 0 5 3 20 0 15 0 405584114 11084124160 20067 33554432000 4194304 4196468 140736271679312 139985062509328 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6226] ppid=6165 vsize=10824340 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6226/stat : 6226 (java) S 6165 6168 2339 0 -1 1077944384 5 13112 0 0 0 0 5 3 20 0 15 0 405584116 11084124160 20067 33554432000 4194304 4196468 140736271679312 139985017559408 139985490967170 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6227] ppid=6165 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6227/stat : 6227 (java) S 6165 6168 2339 0 -1 1077944384 13 13112 0 0 0 0 5 3 20 0 15 0 405584116 11084124160 20067 33554432000 4194304 4196468 140736271679312 139984929547296 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6228] ppid=6165 vsize=10824340 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6228/stat : 6228 (java) S 6165 6168 2339 0 -1 1077944384 1 13112 0 0 0 0 5 3 20 0 15 0 405584116 11084124160 20067 33554432000 4194304 4196468 140736271679312 139984325567344 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6229] ppid=6165 vsize=10824340 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6229/stat : 6229 (java) S 6165 6168 2339 0 -1 1077944384 3 13112 0 0 0 0 5 3 20 0 15 0 405584119 11084124160 20067 33554432000 4194304 4196468 140736271679312 139984018167632 139985490974619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6230] ppid=6165 vsize=10824340 memory=139955603015568 CPUtime=0.22 cores=0,2,4,6
/proc/6168/task/6230/stat : 6230 (java) S 6165 6168 2339 0 -1 1077944384 918 13112 0 0 14 0 5 3 20 0 15 0 405584119 11084124160 20067 33554432000 4194304 4196468 140736271679312 139985016507248 139985490967170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6231] ppid=6165 vsize=10824340 memory=24964 CPUtime=0.2 cores=0,2,4,6
/proc/6168/task/6231/stat : 6231 (java) S 6165 6168 2339 0 -1 1077944384 335 13112 0 0 12 0 5 3 20 0 15 0 405584119 11084124160 20067 33554432000 4194304 4196468 140736271679312 139985015454448 139985490967170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6232] ppid=6165 vsize=10824340 memory=2244 CPUtime=0.25 cores=0,2,4,6
/proc/6168/task/6232/stat : 6232 (java) S 6165 6168 2339 0 -1 1077944384 813 13112 0 0 17 0 5 3 20 0 15 0 405584119 11084124160 20067 33554432000 4194304 4196468 140736271679312 139985014401648 139985490967170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6233] ppid=6165 vsize=10824340 memory=139955603012976 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6233/stat : 6233 (java) S 6165 6168 2339 0 -1 1077944384 3 13112 0 0 0 0 5 3 20 0 15 0 405584119 11084124160 20067 33554432000 4194304 4196468 140736271679312 139983984610016 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6234] ppid=6165 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6234/stat : 6234 (java) S 6165 6168 2339 0 -1 1077944384 1 13112 0 0 0 0 5 3 20 0 15 0 405584120 11084124160 20067 33554432000 4194304 4196468 140736271679312 139985013349040 139985490967170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80268 KiB

[startup+1.50082 s]
/proc/loadavg: 2.24 1.77 1.53 5/228 6234
/proc/meminfo: memFree=19620636/32770624 swapFree=66952812/67108860
[pid=6168] ppid=6165 vsize=10832608 memory=230060 CPUtime=3.42 cores=0,2,4,6
/proc/6168/stat : 6168 (java) S 6165 6168 2339 0 -1 1077944320 41609 13112 0 0 321 13 5 3 20 0 15 0 405584104 11092590592 57515 33554432000 4194304 4196468 140736271679312 140736271661856 139985490956023 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
/proc/6168/statm: 2708152 57515 3576 1 0 2670221 0
[pid=6168/tid=6221] ppid=6165 vsize=10832608 memory=24 CPUtime=1.42 cores=0,2,4,6
/proc/6168/task/6221/stat : 6221 (java) R 6165 6168 2339 0 -1 4202560 18408 13112 0 0 128 6 5 3 20 0 15 0 405584114 11092590592 57515 33554432000 4194304 4196468 140736271679312 139985462787264 139985475036510 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6222] ppid=6165 vsize=10832608 memory=32 CPUtime=0.09 cores=0,2,4,6
/proc/6168/task/6222/stat : 6222 (java) S 6165 6168 2339 0 -1 1077944384 35 13112 0 0 1 0 5 3 20 0 15 0 405584114 11092590592 57515 33554432000 4194304 4196468 140736271679312 139985495198864 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6223] ppid=6165 vsize=10832608 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/6168/task/6223/stat : 6223 (java) S 6165 6168 2339 0 -1 1077944384 60 13112 0 0 2 0 5 3 20 0 15 0 405584114 11092590592 57515 33554432000 4194304 4196468 140736271679312 139985064614928 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6224] ppid=6165 vsize=10832608 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/6168/task/6224/stat : 6224 (java) S 6165 6168 2339 0 -1 1077944384 50 13112 0 0 2 0 5 3 20 0 15 0 405584114 11092590592 57515 33554432000 4194304 4196468 140736271679312 139985063562128 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6225] ppid=6165 vsize=10832608 memory=101632 CPUtime=0.09 cores=0,2,4,6
/proc/6168/task/6225/stat : 6225 (java) S 6165 6168 2339 0 -1 1077944384 337 13112 0 0 1 0 5 3 20 0 15 0 405584114 11092590592 57515 33554432000 4194304 4196468 140736271679312 139985062509328 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6226] ppid=6165 vsize=10832608 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6168/task/6226/stat : 6226 (java) S 6165 6168 2339 0 -1 1077944384 1327 13112 0 0 1 0 5 3 20 0 15 0 405584116 11092590592 57515 33554432000 4194304 4196468 140736271679312 139985017559408 139985490967170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6227] ppid=6165 vsize=10832608 memory=7014751519734256483 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6227/stat : 6227 (java) S 6165 6168 2339 0 -1 1077944384 14 13112 0 0 0 0 5 3 20 0 15 0 405584116 11092590592 57515 33554432000 4194304 4196468 140736271679312 139984929547360 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6228] ppid=6165 vsize=10832608 memory=7302989652597368409 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6228/stat : 6228 (java) S 6165 6168 2339 0 -1 1077944384 1 13112 0 0 0 0 5 3 20 0 15 0 405584116 11092590592 57515 33554432000 4194304 4196468 140736271679312 139984325567344 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6229] ppid=6165 vsize=10832608 memory=7957983018618020455 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6229/stat : 6229 (java) S 6165 6168 2339 0 -1 1077944384 3 13112 0 0 0 0 5 3 20 0 15 0 405584119 11092590592 57515 33554432000 4194304 4196468 140736271679312 139984018167632 139985490974619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6230] ppid=6165 vsize=10832608 memory=5571041044932352101 CPUtime=0.8 cores=0,2,4,6
/proc/6168/task/6230/stat : 6230 (java) S 6165 6168 2339 0 -1 1077944384 8512 13112 0 0 71 1 5 3 20 0 15 0 405584119 11092590592 57515 33554432000 4194304 4196468 140736271679312 139985016507248 139985490967170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6231] ppid=6165 vsize=10832608 memory=7086246228277291114 CPUtime=0.75 cores=0,2,4,6
/proc/6168/task/6231/stat : 6231 (java) S 6165 6168 2339 0 -1 1077944384 7199 13112 0 0 66 1 5 3 20 0 15 0 405584119 11092590592 57515 33554432000 4194304 4196468 140736271679312 139985015454448 139985490967170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6232] ppid=6165 vsize=10832608 memory=7014751519734256483 CPUtime=0.51 cores=0,2,4,6
/proc/6168/task/6232/stat : 6232 (java) S 6165 6168 2339 0 -1 1077944384 3449 13112 0 0 43 0 5 3 20 0 15 0 405584119 11092590592 57515 33554432000 4194304 4196468 140736271679312 139985014401648 139985490967170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6233] ppid=6165 vsize=10832608 memory=7014751519734256483 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6233/stat : 6233 (java) S 6165 6168 2339 0 -1 1077944384 3 13112 0 0 0 0 5 3 20 0 15 0 405584119 11092590592 57515 33554432000 4194304 4196468 140736271679312 139983984610016 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6234] ppid=6165 vsize=10832608 memory=55 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6234/stat : 6234 (java) S 6165 6168 2339 0 -1 1077944384 1 13112 0 0 0 0 5 3 20 0 15 0 405584120 11092590592 57515 33554432000 4194304 4196468 140736271679312 139985013349040 139985490967170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
Current children cumulated CPU time: 3.42 s
Current children cumulated vsize: 10832608 KiB

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

/proc/6168/task/6221/stat : 6221 (java) R 6165 6168 2339 0 -1 4202560 117814 13112 0 0 229803 84 5 3 20 0 15 0 405584114 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985462791872 139985093269798 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6222] ppid=6165 vsize=10849012 memory=1872300 CPUtime=12.57 cores=0,2,4,6
/proc/6168/task/6222/stat : 6222 (java) S 6165 6168 2339 0 -1 1077944384 35135 13112 0 0 1201 48 5 3 20 0 15 0 405584114 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985495198864 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6223] ppid=6165 vsize=10849012 memory=1872300 CPUtime=12.64 cores=0,2,4,6
/proc/6168/task/6223/stat : 6223 (java) S 6165 6168 2339 0 -1 1077944384 35565 13112 0 0 1199 57 5 3 20 0 15 0 405584114 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985064614928 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6224] ppid=6165 vsize=10849012 memory=1872300 CPUtime=12.59 cores=0,2,4,6
/proc/6168/task/6224/stat : 6224 (java) S 6165 6168 2339 0 -1 1077944384 51917 13112 0 0 1197 54 5 3 20 0 15 0 405584114 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985063562128 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6225] ppid=6165 vsize=10849012 memory=1872300 CPUtime=12.59 cores=0,2,4,6
/proc/6168/task/6225/stat : 6225 (java) S 6165 6168 2339 0 -1 1077944384 34910 13112 0 0 1193 58 5 3 20 0 15 0 405584114 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985062509328 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6226] ppid=6165 vsize=10849012 memory=1872300 CPUtime=8.52 cores=0,2,4,6
/proc/6168/task/6226/stat : 6226 (java) S 6165 6168 2339 0 -1 1077944384 30563 13112 0 0 785 59 5 3 20 0 15 0 405584116 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985017559408 139985490967170 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6227] ppid=6165 vsize=10849012 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6227/stat : 6227 (java) S 6165 6168 2339 0 -1 1077944384 26 13112 0 0 0 0 5 3 20 0 15 0 405584116 11109388288 468075 33554432000 4194304 4196468 140736271679312 139984929547360 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6228] ppid=6165 vsize=10849012 memory=1872300 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6228/stat : 6228 (java) S 6165 6168 2339 0 -1 1077944384 10 13112 0 0 0 0 5 3 20 0 15 0 405584116 11109388288 468075 33554432000 4194304 4196468 140736271679312 139984325567360 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6229] ppid=6165 vsize=10849012 memory=1872300 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6229/stat : 6229 (java) S 6165 6168 2339 0 -1 1077944384 3 13112 0 0 0 0 5 3 20 0 15 0 405584119 11109388288 468075 33554432000 4194304 4196468 140736271679312 139984018167632 139985490974619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6230] ppid=6165 vsize=10849012 memory=1872300 CPUtime=11.35 cores=0,2,4,6
/proc/6168/task/6230/stat : 6230 (java) S 6165 6168 2339 0 -1 1077944384 161417 13112 0 0 1115 12 5 3 20 0 15 0 405584119 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985016507248 139985490967170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6231] ppid=6165 vsize=10849012 memory=1872300 CPUtime=10.55 cores=0,2,4,6
/proc/6168/task/6231/stat : 6231 (java) S 6165 6168 2339 0 -1 1077944384 173600 13112 0 0 1033 14 5 3 20 0 15 0 405584119 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985015454448 139985490967170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6232] ppid=6165 vsize=10849012 memory=1872300 CPUtime=5.8 cores=0,2,4,6
/proc/6168/task/6232/stat : 6232 (java) S 6165 6168 2339 0 -1 1077944384 158152 13112 0 0 557 15 5 3 20 0 15 0 405584119 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985014401648 139985490967170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6233] ppid=6165 vsize=10849012 memory=924 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6233/stat : 6233 (java) S 6165 6168 2339 0 -1 1077944384 3 13112 0 0 0 0 5 3 20 0 15 0 405584119 11109388288 468075 33554432000 4194304 4196468 140736271679312 139983984610016 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6234] ppid=6165 vsize=10849012 memory=1712 CPUtime=1.38 cores=0,2,4,6
/proc/6168/task/6234/stat : 6234 (java) S 6165 6168 2339 0 -1 1077944384 4152 13112 0 0 60 70 5 3 20 0 15 0 405584120 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985013349040 139985490967170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
Current children cumulated CPU time: 2386.34 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1872300 KiB

[startup+2382.3 s]
/proc/loadavg: 1.38 1.40 1.45 3/227 8027
/proc/meminfo: memFree=19121820/32770624 swapFree=66952812/67108860
[pid=6168] ppid=6165 vsize=10849012 memory=1872300 CPUtime=2447.43 cores=0,2,4,6
/proc/6168/stat : 6168 (java) S 6165 6168 2339 0 -1 1077944320 808164 13112 0 0 244303 432 5 3 20 0 15 0 405584104 11109388288 468075 33554432000 4194304 4196468 140736271679312 140736271661856 139985490956023 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
/proc/6168/statm: 2712253 468075 3628 1 0 2674317 0
[pid=6168/tid=6221] ppid=6165 vsize=10849012 memory=1872300 CPUtime=2358.28 cores=0,2,4,6
/proc/6168/task/6221/stat : 6221 (java) R 6165 6168 2339 0 -1 4202560 118826 13112 0 0 235735 85 5 3 20 0 15 0 405584114 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985462791888 139985096550183 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6222] ppid=6165 vsize=10849012 memory=1872300 CPUtime=12.94 cores=0,2,4,6
/proc/6168/task/6222/stat : 6222 (java) S 6165 6168 2339 0 -1 1077944384 35203 13112 0 0 1237 49 5 3 20 0 15 0 405584114 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985495198864 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6223] ppid=6165 vsize=10849012 memory=1872300 CPUtime=13.02 cores=0,2,4,6
/proc/6168/task/6223/stat : 6223 (java) S 6165 6168 2339 0 -1 1077944384 36000 13112 0 0 1235 59 5 3 20 0 15 0 405584114 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985064614928 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6224] ppid=6165 vsize=10849012 memory=1872300 CPUtime=12.95 cores=0,2,4,6
/proc/6168/task/6224/stat : 6224 (java) S 6165 6168 2339 0 -1 1077944384 52277 13112 0 0 1232 55 5 3 20 0 15 0 405584114 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985063562128 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6225] ppid=6165 vsize=10849012 memory=279911207029696 CPUtime=12.96 cores=0,2,4,6
/proc/6168/task/6225/stat : 6225 (java) S 6165 6168 2339 0 -1 1077944384 35383 13112 0 0 1228 60 5 3 20 0 15 0 405584114 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985062509328 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6226] ppid=6165 vsize=10849012 memory=2492 CPUtime=8.76 cores=0,2,4,6
/proc/6168/task/6226/stat : 6226 (java) S 6165 6168 2339 0 -1 1077944384 30860 13112 0 0 808 60 5 3 20 0 15 0 405584116 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985017559408 139985490967170 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6227] ppid=6165 vsize=10849012 memory=1872300 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6227/stat : 6227 (java) S 6165 6168 2339 0 -1 1077944384 26 13112 0 0 0 0 5 3 20 0 15 0 405584116 11109388288 468075 33554432000 4194304 4196468 140736271679312 139984929547360 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6228] ppid=6165 vsize=10849012 memory=1872300 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6228/stat : 6228 (java) S 6165 6168 2339 0 -1 1077944384 10 13112 0 0 0 0 5 3 20 0 15 0 405584116 11109388288 468075 33554432000 4194304 4196468 140736271679312 139984325567360 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6229] ppid=6165 vsize=10849012 memory=1872300 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6229/stat : 6229 (java) S 6165 6168 2339 0 -1 1077944384 3 13112 0 0 0 0 5 3 20 0 15 0 405584119 11109388288 468075 33554432000 4194304 4196468 140736271679312 139984018167632 139985490974619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6230] ppid=6165 vsize=10849012 memory=500 CPUtime=11.36 cores=0,2,4,6
/proc/6168/task/6230/stat : 6230 (java) S 6165 6168 2339 0 -1 1077944384 161421 13112 0 0 1116 12 5 3 20 0 15 0 405584119 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985016507248 139985490967170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6231] ppid=6165 vsize=10849012 memory=1556 CPUtime=10.55 cores=0,2,4,6
/proc/6168/task/6231/stat : 6231 (java) S 6165 6168 2339 0 -1 1077944384 173604 13112 0 0 1033 14 5 3 20 0 15 0 405584119 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985015454448 139985490967170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6232] ppid=6165 vsize=10849012 memory=1872300 CPUtime=5.8 cores=0,2,4,6
/proc/6168/task/6232/stat : 6232 (java) S 6165 6168 2339 0 -1 1077944384 158156 13112 0 0 557 15 5 3 20 0 15 0 405584119 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985014401648 139985490967170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6233] ppid=6165 vsize=10849012 memory=1872300 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6233/stat : 6233 (java) S 6165 6168 2339 0 -1 1077944384 3 13112 0 0 0 0 5 3 20 0 15 0 405584119 11109388288 468075 33554432000 4194304 4196468 140736271679312 139983984610016 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6234] ppid=6165 vsize=10849012 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/6168/task/6234/stat : 6234 (java) S 6165 6168 2339 0 -1 1077944384 4182 13112 0 0 62 72 5 3 20 0 15 0 405584120 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985013349040 139985490967170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
Current children cumulated CPU time: 2447.43 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1872300 KiB

[startup+2442.3 s]
/proc/loadavg: 1.46 1.42 1.45 3/227 8031
/proc/meminfo: memFree=19121340/32770624 swapFree=66952812/67108860
[pid=6168] ppid=6165 vsize=10849012 memory=1872300 CPUtime=2508.51 cores=0,2,4,6
/proc/6168/stat : 6168 (java) S 6165 6168 2339 0 -1 1077944320 811058 13112 0 0 250404 439 5 3 20 0 15 0 405584104 11109388288 468075 33554432000 4194304 4196468 140736271679312 140736271661856 139985490956023 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
/proc/6168/statm: 2712253 468075 3628 1 0 2674317 0
[pid=6168/tid=6221] ppid=6165 vsize=10849012 memory=1872300 CPUtime=2417.64 cores=0,2,4,6
/proc/6168/task/6221/stat : 6221 (java) R 6165 6168 2339 0 -1 4202560 119855 13112 0 0 241670 86 5 3 20 0 15 0 405584114 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985462791792 139985101114792 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6222] ppid=6165 vsize=10849012 memory=1872300 CPUtime=13.3 cores=0,2,4,6
/proc/6168/task/6222/stat : 6222 (java) S 6165 6168 2339 0 -1 1077944384 35524 13112 0 0 1272 50 5 3 20 0 15 0 405584114 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985495198864 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6223] ppid=6165 vsize=10849012 memory=1872300 CPUtime=13.39 cores=0,2,4,6
/proc/6168/task/6223/stat : 6223 (java) S 6165 6168 2339 0 -1 1077944384 36386 13112 0 0 1271 60 5 3 20 0 15 0 405584114 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985064614928 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6224] ppid=6165 vsize=10849012 memory=1872300 CPUtime=13.32 cores=0,2,4,6
/proc/6168/task/6224/stat : 6224 (java) S 6165 6168 2339 0 -1 1077944384 52658 13112 0 0 1267 57 5 3 20 0 15 0 405584114 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985063562128 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6225] ppid=6165 vsize=10849012 memory=1872300 CPUtime=13.32 cores=0,2,4,6
/proc/6168/task/6225/stat : 6225 (java) S 6165 6168 2339 0 -1 1077944384 35634 13112 0 0 1263 61 5 3 20 0 15 0 405584114 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985062509328 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6226] ppid=6165 vsize=10849012 memory=1872300 CPUtime=9.01 cores=0,2,4,6
/proc/6168/task/6226/stat : 6226 (java) S 6165 6168 2339 0 -1 1077944384 31162 13112 0 0 831 62 5 3 20 0 15 0 405584116 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985017559408 139985490967170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6227] ppid=6165 vsize=10849012 memory=1872300 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6227/stat : 6227 (java) S 6165 6168 2339 0 -1 1077944384 26 13112 0 0 0 0 5 3 20 0 15 0 405584116 11109388288 468075 33554432000 4194304 4196468 140736271679312 139984929547360 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6228] ppid=6165 vsize=10849012 memory=1872300 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6228/stat : 6228 (java) S 6165 6168 2339 0 -1 1077944384 10 13112 0 0 0 0 5 3 20 0 15 0 405584116 11109388288 468075 33554432000 4194304 4196468 140736271679312 139984325567360 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6229] ppid=6165 vsize=10849012 memory=1872300 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6229/stat : 6229 (java) S 6165 6168 2339 0 -1 1077944384 3 13112 0 0 0 0 5 3 20 0 15 0 405584119 11109388288 468075 33554432000 4194304 4196468 140736271679312 139984018167632 139985490974619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6230] ppid=6165 vsize=10849012 memory=279911207029696 CPUtime=11.36 cores=0,2,4,6
/proc/6168/task/6230/stat : 6230 (java) S 6165 6168 2339 0 -1 1077944384 161616 13112 0 0 1116 12 5 3 20 0 15 0 405584119 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985016507248 139985490967170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6231] ppid=6165 vsize=10849012 memory=3612 CPUtime=10.55 cores=0,2,4,6
/proc/6168/task/6231/stat : 6231 (java) S 6165 6168 2339 0 -1 1077944384 173608 13112 0 0 1033 14 5 3 20 0 15 0 405584119 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985015454448 139985490967170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6232] ppid=6165 vsize=10849012 memory=3612 CPUtime=5.8 cores=0,2,4,6
/proc/6168/task/6232/stat : 6232 (java) S 6165 6168 2339 0 -1 1077944384 158161 13112 0 0 557 15 5 3 20 0 15 0 405584119 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985014401648 139985490967170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6233] ppid=6165 vsize=10849012 memory=37480 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6233/stat : 6233 (java) S 6165 6168 2339 0 -1 1077944384 3 13112 0 0 0 0 5 3 20 0 15 0 405584119 11109388288 468075 33554432000 4194304 4196468 140736271679312 139983984610016 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6234] ppid=6165 vsize=10849012 memory=1872300 CPUtime=1.45 cores=0,2,4,6
/proc/6168/task/6234/stat : 6234 (java) S 6165 6168 2339 0 -1 1077944384 4202 13112 0 0 63 74 5 3 20 0 15 0 405584120 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985013349040 139985490967170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
Current children cumulated CPU time: 2508.51 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1872300 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2453.6 s]
/proc/loadavg: 1.46 1.42 1.45 3/227 8033
/proc/meminfo: memFree=19121588/32770624 swapFree=66952812/67108860
[pid=6168] ppid=6165 vsize=10849012 memory=1872300 CPUtime=2520.02 cores=0,2,4,6
/proc/6168/stat : 6168 (java) S 6165 6168 2339 0 -1 1077944320 811177 13112 0 0 251554 440 5 3 20 0 15 0 405584104 11109388288 468075 33554432000 4194304 4196468 140736271679312 140736271661856 139985490956023 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
/proc/6168/statm: 2712253 468075 3628 1 0 2674317 0
[pid=6168/tid=6221] ppid=6165 vsize=10849012 memory=37480 CPUtime=2428.82 cores=0,2,4,6
/proc/6168/task/6221/stat : 6221 (java) R 6165 6168 2339 0 -1 4202560 119965 13112 0 0 242788 86 5 3 20 0 15 0 405584114 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985462791872 139985095263154 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6222] ppid=6165 vsize=10849012 memory=992 CPUtime=13.38 cores=0,2,4,6
/proc/6168/task/6222/stat : 6222 (java) S 6165 6168 2339 0 -1 1077944384 35524 13112 0 0 1279 51 5 3 20 0 15 0 405584114 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985495198864 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6223] ppid=6165 vsize=10849012 memory=8112282956445269571 CPUtime=13.46 cores=0,2,4,6
/proc/6168/task/6223/stat : 6223 (java) S 6165 6168 2339 0 -1 1077944384 36388 13112 0 0 1278 60 5 3 20 0 15 0 405584114 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985064614928 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6224] ppid=6165 vsize=10849012 memory=1324 CPUtime=13.38 cores=0,2,4,6
/proc/6168/task/6224/stat : 6224 (java) S 6165 6168 2339 0 -1 1077944384 52658 13112 0 0 1273 57 5 3 20 0 15 0 405584114 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985063562128 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6225] ppid=6165 vsize=10849012 memory=11624 CPUtime=13.39 cores=0,2,4,6
/proc/6168/task/6225/stat : 6225 (java) S 6165 6168 2339 0 -1 1077944384 35634 13112 0 0 1270 61 5 3 20 0 15 0 405584114 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985062509328 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6226] ppid=6165 vsize=10849012 memory=752 CPUtime=9.05 cores=0,2,4,6
/proc/6168/task/6226/stat : 6226 (java) S 6165 6168 2339 0 -1 1077944384 31168 13112 0 0 835 62 5 3 20 0 15 0 405584116 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985017559408 139985490967170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6227] ppid=6165 vsize=10849012 memory=1056 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6227/stat : 6227 (java) S 6165 6168 2339 0 -1 1077944384 26 13112 0 0 0 0 5 3 20 0 15 0 405584116 11109388288 468075 33554432000 4194304 4196468 140736271679312 139984929547360 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6228] ppid=6165 vsize=10849012 memory=1552 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6228/stat : 6228 (java) S 6165 6168 2339 0 -1 1077944384 10 13112 0 0 0 0 5 3 20 0 15 0 405584116 11109388288 468075 33554432000 4194304 4196468 140736271679312 139984325567360 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6229] ppid=6165 vsize=10849012 memory=944 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6229/stat : 6229 (java) S 6165 6168 2339 0 -1 1077944384 3 13112 0 0 0 0 5 3 20 0 15 0 405584119 11109388288 468075 33554432000 4194304 4196468 140736271679312 139984018167632 139985490974619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6230] ppid=6165 vsize=10849012 memory=4004 CPUtime=11.36 cores=0,2,4,6
/proc/6168/task/6230/stat : 6230 (java) S 6165 6168 2339 0 -1 1077944384 161616 13112 0 0 1116 12 5 3 20 0 15 0 405584119 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985016507248 139985490967170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6231] ppid=6165 vsize=10849012 memory=780 CPUtime=10.55 cores=0,2,4,6
/proc/6168/task/6231/stat : 6231 (java) S 6165 6168 2339 0 -1 1077944384 173608 13112 0 0 1033 14 5 3 20 0 15 0 405584119 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985015454448 139985490967170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6232] ppid=6165 vsize=10849012 memory=2832 CPUtime=5.8 cores=0,2,4,6
/proc/6168/task/6232/stat : 6232 (java) S 6165 6168 2339 0 -1 1077944384 158161 13112 0 0 557 15 5 3 20 0 15 0 405584119 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985014401648 139985490967170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6233] ppid=6165 vsize=10849012 memory=1720 CPUtime=0.08 cores=0,2,4,6
/proc/6168/task/6233/stat : 6233 (java) S 6165 6168 2339 0 -1 1077944384 3 13112 0 0 0 0 5 3 20 0 15 0 405584119 11109388288 468075 33554432000 4194304 4196468 140736271679312 139983984610016 139985490966229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
[pid=6168/tid=6234] ppid=6165 vsize=10849012 memory=1228 CPUtime=1.45 cores=0,2,4,6
/proc/6168/task/6234/stat : 6234 (java) S 6165 6168 2339 0 -1 1077944384 4203 13112 0 0 63 74 5 3 20 0 15 0 405584120 11109388288 468075 33554432000 4194304 4196468 140736271679312 139985013349040 139985490967170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 17719296 140736271682294 140736271684805 140736271684805 140736271687631 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1872300 KiB

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

[startup+2453.63 s]
# the end of solver process 6168 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.62 s, system=4.44927 s

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

Child status: 143
Real time (s): 2453.63
CPU time (s): 2520.07
CPU user time (s): 2515.62
CPU system time (s): 4.44927
CPU usage (%): 102.708
Max. virtual memory (cumulated for all children) (KiB): 10849012
Max. memory (cumulated for all children) (KiB): 2905036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.62
system time used= 4.44927
maximum resident set size= 2907644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 825402
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 263550
involuntary context switches= 7956


# summary of solver processes directly reported to runsolver:
#   pid: 6168
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2515.62
#   total CPU system time (s): 4.44927

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5192 second user time and 23.2011 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-12 15:52:59
IDJOB=4387234
IDBENCH=128106
IDSOLVER=2823
FILE ID=node117/4387234-1568296422
RUNJOBID= node117-1568286179-3290
PBS_JOBID= 21701085
Free space on /tmp= 56624 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-jcr/CarSequencing-90-07.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387234-1568296422/watcher-4387234-1568296422 -o /tmp/evaluation-result-4387234-1568296422/solver-4387234-1568296422 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568286179-3290 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=695062327 HOME/instance-4387234-1568296422.xml

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

MD5SUM BENCH= 62ab34719a1ca197804bba3dde19efaf
RANDOM SEED=695062327

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
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:        19730104 kB
MemAvailable:   29859844 kB
Buffers:          175948 kB
Cached:         10119560 kB
SwapCached:        52484 kB
Active:          3458408 kB
Inactive:        8844720 kB
Active(anon):    1963924 kB
Inactive(anon):    85456 kB
Active(file):    1494484 kB
Inactive(file):  8759264 kB
Unevictable:      106900 kB
Mlocked:          106900 kB
SwapTotal:      67108860 kB
SwapFree:       66952812 kB
Dirty:             35168 kB
Writeback:             0 kB
AnonPages:       2063000 kB
Mapped:            56484 kB
Shmem:             32816 kB
Slab:             332432 kB
SReclaimable:     304452 kB
SUnreclaim:        27980 kB
KernelStack:        3984 kB
PageTables:         9608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3098036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1861632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 56588 MiB
End job on node117 at 2019-09-12 16:33:53