Trace number 4402629

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.3? (TO) 2520.12 2466.33

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.77/0.55	c Concrete v3.12.3.1568965526260 running
2520.07/2466.31	Exception in thread "main" java.util.concurrent.TimeoutException
2520.07/2466.31		at concrete.MAC.mac(MAC.scala:192)
2520.07/2466.31		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.07/2466.31		at scala.util.Try$.apply(Try.scala:210)
2520.07/2466.31		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.07/2466.31		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.07/2466.31		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.07/2466.31		at concrete.MAC.oneRun(MAC.scala:265)
2520.07/2466.31		at concrete.MAC.nextSolution(MAC.scala:284)
2520.07/2466.31		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.07/2466.31		at concrete.ProblemState.map(ProblemState.scala:238)
2520.07/2466.31		at concrete.ProblemState.map(ProblemState.scala:212)
2520.07/2466.31		at concrete.MAC.nextSolution(MAC.scala:348)
2520.07/2466.31		at concrete.Solver.hasNext(Solver.scala:160)
2520.07/2466.31		at scala.collection.Iterator.nextOption(Iterator.scala:102)
2520.07/2466.31		at scala.collection.Iterator.nextOption$(Iterator.scala:102)
2520.07/2466.31		at concrete.Solver.nextOption(Solver.scala:67)
2520.07/2466.31		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.07/2466.31		at scala.util.Success.map(Try.scala:262)
2520.07/2466.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2466.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.07/2466.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.07/2466.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2466.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.07/2466.31		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.07/2466.31		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.07/2466.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.07/2466.31		at scala.App.$anonfun$main$1(App.scala:73)
2520.07/2466.31		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.07/2466.31		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.07/2466.31		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.07/2466.31		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.07/2466.31		at scala.App.main(App.scala:73)
2520.07/2466.31		at scala.App.main$(App.scala:71)
2520.07/2466.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.07/2466.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2466.31	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 (7028 MiB free)
  memory of node 1: 16384 MiB (2308 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402629-1568977080/watcher-4402629-1568977080 -o /var/tmp/evaluation-result-4402629-1568977080/solver-4402629-1568977080 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node140-1568967597-29898 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1249408523 HOME/instance-4402629-1568977080.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=1327, runsolver pid=1324
Current StackSize limit: 8192 KiB


[startup+0.100091 s]*
/proc/loadavg: 1.76 1.56 1.55 3/218 1384
/proc/meminfo: memFree=9554864/32770624 swapFree=66997160/67108860
[pid=1327] ppid=1324 vsize=9972712 memory=16812 CPUtime=0.08 cores=0,2,4,6
/proc/1327/stat : 1327 (java) S 1324 1327 29867 0 -1 1077944320 4427 12990 0 0 1 0 5 2 20 0 6 0 473646338 10212057088 4203 33554432000 4194304 4196468 140729986803728 140729986786272 140625339649783 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
/proc/1327/statm: 2493178 4203 1934 1 0 2481616 0
[pid=1327/tid=1380] ppid=1324 vsize=9972712 memory=8389772277269004345 CPUtime=0.08 cores=0,2,4,6
/proc/1327/task/1380/stat : 1380 (java) R 1324 1327 29867 0 -1 4202560 2317 12990 0 0 1 0 5 2 20 0 6 0 473646347 10212057088 4269 33554432000 4194304 4196468 140729986803728 140625311486544 140625324102512 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1381] ppid=1324 vsize=9972712 memory=4294967641 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1381/stat : 1381 (java) S 1324 1327 29867 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 6 0 473646348 10212057088 4269 33554432000 4194304 4196468 140729986803728 140625343891728 140625339659989 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1382] ppid=1324 vsize=9972712 memory=288370649313044096 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1382/stat : 1382 (java) S 1324 1327 29867 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 6 0 473646348 10212057088 4269 33554432000 4194304 4196468 140729986803728 140625232165264 140625339659989 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1383] ppid=1324 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1383/stat : 1383 (java) S 1324 1327 29867 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 6 0 473646348 10212057088 4269 33554432000 4194304 4196468 140729986803728 140625231112720 140625339659989 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1384] ppid=1324 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1384/stat : 1384 (java) S 1324 1327 29867 0 -1 1077944384 2 12990 0 0 0 0 5 2 20 0 6 0 473646348 10212057088 4269 33554432000 4194304 4196468 140729986803728 140625230060176 140625339659989 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210147 s]*
/proc/loadavg: 1.76 1.56 1.55 3/227 1393
/proc/meminfo: memFree=9536376/32770624 swapFree=66997160/67108860
[pid=1327] ppid=1324 vsize=10820164 memory=40008 CPUtime=0.26 cores=0,2,4,6
/proc/1327/stat : 1327 (java) S 1324 1327 29867 0 -1 1077944320 7437 12990 0 0 17 2 5 2 20 0 15 0 473646338 11079847936 10002 33554432000 4194304 4196468 140729986803728 140729986786272 140625339649783 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
/proc/1327/statm: 2705041 10002 3298 1 0 2667149 0
[pid=1327/tid=1380] ppid=1324 vsize=10820196 memory=8389772277269004345 CPUtime=0.18 cores=0,2,4,6
/proc/1327/task/1380/stat : 1380 (java) R 1324 1327 29867 0 -1 4202560 3945 12990 0 0 10 1 5 2 20 0 15 0 473646347 11079880704 10002 33554432000 4194304 4196468 140729986803728 140625311460816 140625339671709 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1381] ppid=1324 vsize=10820196 memory=4294967641 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1381/stat : 1381 (java) S 1324 1327 29867 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 473646348 11079880704 10002 33554432000 4194304 4196468 140729986803728 140625343891728 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1382] ppid=1324 vsize=10820196 memory=288370649313044096 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1382/stat : 1382 (java) S 1324 1327 29867 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 473646348 11079880704 10002 33554432000 4194304 4196468 140729986803728 140625232165264 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1383] ppid=1324 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1383/stat : 1383 (java) S 1324 1327 29867 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 473646348 11079880704 10002 33554432000 4194304 4196468 140729986803728 140625231112720 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1384] ppid=1324 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1384/stat : 1384 (java) S 1324 1327 29867 0 -1 1077944384 2 12990 0 0 0 0 5 2 20 0 15 0 473646348 11079880704 10002 33554432000 4194304 4196468 140729986803728 140625230060176 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1385] ppid=1324 vsize=10820196 memory=140273161332352 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1385/stat : 1385 (java) S 1324 1327 29867 0 -1 1077944384 2 12990 0 0 0 0 5 2 20 0 15 0 473646349 11079880704 10002 33554432000 4194304 4196468 140729986803728 140624342751728 140625339660930 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1386] ppid=1324 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1386/stat : 1386 (java) S 1324 1327 29867 0 -1 1077944384 33 12990 0 0 0 0 5 2 20 0 15 0 473646350 11079880704 10002 33554432000 4194304 4196468 140729986803728 140624341697952 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1387] ppid=1324 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1387/stat : 1387 (java) S 1324 1327 29867 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 473646350 11079880704 10002 33554432000 4194304 4196468 140729986803728 140624208586224 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1388] ppid=1324 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1388/stat : 1388 (java) S 1324 1327 29867 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 473646353 11079880704 10002 33554432000 4194304 4196468 140729986803728 140623901186768 140625339668379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1389] ppid=1324 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1327/task/1389/stat : 1389 (java) R 1324 1327 29867 0 -1 4202560 612 12990 0 0 1 0 5 2 20 0 15 0 473646353 11079880704 10002 33554432000 4194304 4196468 140729986803728 140624308140016 140625317523968 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1390] ppid=1324 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1390/stat : 1390 (java) S 1324 1327 29867 0 -1 1077944384 45 12990 0 0 0 0 5 2 20 0 15 0 473646353 11079880704 10002 33554432000 4194304 4196468 140729986803728 140624307087472 140625339660930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1391] ppid=1324 vsize=10820196 memory=140273161332352 CPUtime=0.1 cores=0,2,4,6
/proc/1327/task/1391/stat : 1391 (java) S 1324 1327 29867 0 -1 1077944384 615 12990 0 0 3 0 5 2 20 0 15 0 473646353 11079880704 10002 33554432000 4194304 4196468 140729986803728 140624306034928 140625339660930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1392] ppid=1324 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1392/stat : 1392 (java) S 1324 1327 29867 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 473646353 11079880704 10002 33554432000 4194304 4196468 140729986803728 140623867628128 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1393] ppid=1324 vsize=10820196 memory=140273161332352 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1393/stat : 1393 (java) S 1324 1327 29867 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 473646353 11079880704 10002 33554432000 4194304 4196468 140729986803728 140624304982832 140625339660930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820164 KiB
Current children cumulated memory: 40008 KiB

[startup+0.310374 s]*
/proc/loadavg: 1.76 1.56 1.55 5/227 1393
/proc/meminfo: memFree=9522992/32770624 swapFree=66997160/67108860
[pid=1327] ppid=1324 vsize=10820196 memory=48200 CPUtime=0.39 cores=0,2,4,6
/proc/1327/stat : 1327 (java) S 1324 1327 29867 0 -1 1077944320 10813 12990 0 0 29 3 5 2 20 0 15 0 473646338 11079880704 12050 33554432000 4194304 4196468 140729986803728 140729986786272 140625339649783 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
/proc/1327/statm: 2705049 12050 3319 1 0 2667149 0
[pid=1327/tid=1380] ppid=1324 vsize=10820196 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/1327/task/1380/stat : 1380 (java) R 1324 1327 29867 0 -1 4202560 7290 12990 0 0 19 2 5 2 20 0 15 0 473646347 11079880704 12050 33554432000 4194304 4196468 140729986803728 140625311458704 140625323730270 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1381] ppid=1324 vsize=10820196 memory=140277322972399 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1381/stat : 1381 (java) S 1324 1327 29867 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 473646348 11079880704 12050 33554432000 4194304 4196468 140729986803728 140625343891728 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1382] ppid=1324 vsize=10820196 memory=140273161332352 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1382/stat : 1382 (java) S 1324 1327 29867 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 473646348 11079880704 12050 33554432000 4194304 4196468 140729986803728 140625232165264 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1383] ppid=1324 vsize=10820196 memory=2209 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1383/stat : 1383 (java) S 1324 1327 29867 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 473646348 11079880704 12050 33554432000 4194304 4196468 140729986803728 140625231112720 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1384] ppid=1324 vsize=10820196 memory=2240 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1384/stat : 1384 (java) S 1324 1327 29867 0 -1 1077944384 2 12990 0 0 0 0 5 2 20 0 15 0 473646348 11079880704 12050 33554432000 4194304 4196468 140729986803728 140625230060176 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1385] ppid=1324 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1385/stat : 1385 (java) S 1324 1327 29867 0 -1 1077944384 2 12990 0 0 0 0 5 2 20 0 15 0 473646349 11079880704 12050 33554432000 4194304 4196468 140729986803728 140624342751728 140625339660930 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1386] ppid=1324 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1386/stat : 1386 (java) S 1324 1327 29867 0 -1 1077944384 33 12990 0 0 0 0 5 2 20 0 15 0 473646350 11079880704 12050 33554432000 4194304 4196468 140729986803728 140624341697952 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1387] ppid=1324 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1387/stat : 1387 (java) S 1324 1327 29867 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 473646350 11079880704 12050 33554432000 4194304 4196468 140729986803728 140624208586224 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1388] ppid=1324 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1388/stat : 1388 (java) S 1324 1327 29867 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 473646353 11079880704 12050 33554432000 4194304 4196468 140729986803728 140623901186768 140625339668379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1389] ppid=1324 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1327/task/1389/stat : 1389 (java) S 1324 1327 29867 0 -1 1077944384 613 12990 0 0 2 0 5 2 20 0 15 0 473646353 11079880704 12050 33554432000 4194304 4196468 140729986803728 140624308140016 140625339660930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1390] ppid=1324 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1327/task/1390/stat : 1390 (java) S 1324 1327 29867 0 -1 1077944384 46 12990 0 0 1 0 5 2 20 0 15 0 473646353 11079880704 12050 33554432000 4194304 4196468 140729986803728 140624307087472 140625339660930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1391] ppid=1324 vsize=10820196 memory=140273161332352 CPUtime=0.12 cores=0,2,4,6
/proc/1327/task/1391/stat : 1391 (java) S 1324 1327 29867 0 -1 1077944384 624 12990 0 0 5 0 5 2 20 0 15 0 473646353 11079880704 12050 33554432000 4194304 4196468 140729986803728 140624306034928 140625339660930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1392] ppid=1324 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1392/stat : 1392 (java) S 1324 1327 29867 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 473646353 11079880704 12050 33554432000 4194304 4196468 140729986803728 140623867628128 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1393] ppid=1324 vsize=10820196 memory=140273161332352 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1393/stat : 1393 (java) S 1324 1327 29867 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 473646353 11079880704 12050 33554432000 4194304 4196468 140729986803728 140624304982832 140625339660930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 48200 KiB

[startup+0.701158 s]
/proc/loadavg: 1.76 1.56 1.55 3/227 1393
/proc/meminfo: memFree=9508696/32770624 swapFree=66997160/67108860
[pid=1327] ppid=1324 vsize=10824364 memory=81508 CPUtime=1.14 cores=0,2,4,6
/proc/1327/stat : 1327 (java) S 1324 1327 29867 0 -1 1077944320 15071 12990 0 0 102 5 5 2 20 0 15 0 473646338 11084148736 20377 33554432000 4194304 4196468 140729986803728 140729986786272 140625339649783 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
/proc/1327/statm: 2706091 20377 3515 1 0 2668173 0
[pid=1327/tid=1380] ppid=1324 vsize=10824364 memory=7301550382883553383 CPUtime=0.66 cores=0,2,4,6
/proc/1327/task/1380/stat : 1380 (java) R 1324 1327 29867 0 -1 4202560 10462 12990 0 0 56 3 5 2 20 0 15 0 473646347 11084148736 20377 33554432000 4194304 4196468 140729986803728 140625311479328 140625323730270 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1381] ppid=1324 vsize=10824364 memory=55 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1381/stat : 1381 (java) S 1324 1327 29867 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 473646348 11084148736 20377 33554432000 4194304 4196468 140729986803728 140625343891728 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1382] ppid=1324 vsize=10824364 memory=2129104 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1382/stat : 1382 (java) S 1324 1327 29867 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 473646348 11084148736 20377 33554432000 4194304 4196468 140729986803728 140625232165264 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1383] ppid=1324 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1383/stat : 1383 (java) S 1324 1327 29867 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 473646348 11084148736 20377 33554432000 4194304 4196468 140729986803728 140625231112720 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1384] ppid=1324 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1384/stat : 1384 (java) S 1324 1327 29867 0 -1 1077944384 2 12990 0 0 0 0 5 2 20 0 15 0 473646348 11084148736 20377 33554432000 4194304 4196468 140729986803728 140625230060176 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1385] ppid=1324 vsize=10824364 memory=140273631887950 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1385/stat : 1385 (java) S 1324 1327 29867 0 -1 1077944384 5 12990 0 0 0 0 5 2 20 0 15 0 473646349 11084148736 20377 33554432000 4194304 4196468 140729986803728 140624342751728 140625339660930 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1386] ppid=1324 vsize=10824364 memory=140273631887960 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1386/stat : 1386 (java) S 1324 1327 29867 0 -1 1077944384 33 12990 0 0 0 0 5 2 20 0 15 0 473646350 11084148736 20377 33554432000 4194304 4196468 140729986803728 140624341697952 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1387] ppid=1324 vsize=10824364 memory=140273631887961 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1387/stat : 1387 (java) S 1324 1327 29867 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 473646350 11084148736 20377 33554432000 4194304 4196468 140729986803728 140624208586224 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1388] ppid=1324 vsize=10824364 memory=140273631887962 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1388/stat : 1388 (java) S 1324 1327 29867 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 473646353 11084148736 20377 33554432000 4194304 4196468 140729986803728 140623901186768 140625339668379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1389] ppid=1324 vsize=10824364 memory=140273631887964 CPUtime=0.19 cores=0,2,4,6
/proc/1327/task/1389/stat : 1389 (java) S 1324 1327 29867 0 -1 1077944384 993 12990 0 0 12 0 5 2 20 0 15 0 473646353 11084148736 20377 33554432000 4194304 4196468 140729986803728 140624308140016 140625339660930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1390] ppid=1324 vsize=10824364 memory=140273631887970 CPUtime=0.23 cores=0,2,4,6
/proc/1327/task/1390/stat : 1390 (java) R 1324 1327 29867 0 -1 4202560 536 12990 0 0 16 0 5 2 20 0 15 0 473646353 11084148736 20377 33554432000 4194304 4196468 140729986803728 140624307073440 140625321195147 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1391] ppid=1324 vsize=10824364 memory=140273631887975 CPUtime=0.24 cores=0,2,4,6
/proc/1327/task/1391/stat : 1391 (java) S 1324 1327 29867 0 -1 1077944384 829 12990 0 0 17 0 5 2 20 0 15 0 473646353 11084148736 20377 33554432000 4194304 4196468 140729986803728 140624306034928 140625339660930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1392] ppid=1324 vsize=10824364 memory=142863497167501 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1392/stat : 1392 (java) S 1324 1327 29867 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 473646353 11084148736 20377 33554432000 4194304 4196468 140729986803728 140623867628128 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1393] ppid=1324 vsize=10824364 memory=3624 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1393/stat : 1393 (java) S 1324 1327 29867 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 473646353 11084148736 20377 33554432000 4194304 4196468 140729986803728 140624304982832 140625339660930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81508 KiB

[startup+1.50082 s]
/proc/loadavg: 1.76 1.56 1.55 5/227 1393
/proc/meminfo: memFree=9451192/32770624 swapFree=66997160/67108860
[pid=1327] ppid=1324 vsize=10832632 memory=229204 CPUtime=3.38 cores=0,2,4,6
/proc/1327/stat : 1327 (java) S 1324 1327 29867 0 -1 1077944320 41470 12990 0 0 318 13 5 2 20 0 15 0 473646338 11092615168 57301 33554432000 4194304 4196468 140729986803728 140729986786272 140625339649783 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
/proc/1327/statm: 2708158 57301 3580 1 0 2670221 0
[pid=1327/tid=1380] ppid=1324 vsize=10832632 memory=55 CPUtime=1.41 cores=0,2,4,6
/proc/1327/task/1380/stat : 1380 (java) R 1324 1327 29867 0 -1 4202560 17686 12990 0 0 128 6 5 2 20 0 15 0 473646347 11092615168 57301 33554432000 4194304 4196468 140729986803728 140625311480640 140625323730270 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1381] ppid=1324 vsize=10832632 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1327/task/1381/stat : 1381 (java) S 1324 1327 29867 0 -1 1077944384 321 12990 0 0 1 0 5 2 20 0 15 0 473646348 11092615168 57301 33554432000 4194304 4196468 140729986803728 140625343891728 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1382] ppid=1324 vsize=10832632 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1327/task/1382/stat : 1382 (java) S 1324 1327 29867 0 -1 1077944384 59 12990 0 0 1 0 5 2 20 0 15 0 473646348 11092615168 57301 33554432000 4194304 4196468 140729986803728 140625232165264 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1383] ppid=1324 vsize=10832632 memory=2214 CPUtime=0.09 cores=0,2,4,6
/proc/1327/task/1383/stat : 1383 (java) S 1324 1327 29867 0 -1 1077944384 33 12990 0 0 2 0 5 2 20 0 15 0 473646348 11092615168 57301 33554432000 4194304 4196468 140729986803728 140625231112720 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1384] ppid=1324 vsize=10832632 memory=2372 CPUtime=0.09 cores=0,2,4,6
/proc/1327/task/1384/stat : 1384 (java) S 1324 1327 29867 0 -1 1077944384 52 12990 0 0 2 0 5 2 20 0 15 0 473646348 11092615168 57301 33554432000 4194304 4196468 140729986803728 140625230060176 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1385] ppid=1324 vsize=10832632 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1327/task/1385/stat : 1385 (java) S 1324 1327 29867 0 -1 1077944384 101 12990 0 0 1 0 5 2 20 0 15 0 473646349 11092615168 57301 33554432000 4194304 4196468 140729986803728 140624342751728 140625339660930 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1386] ppid=1324 vsize=10832632 memory=55 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1386/stat : 1386 (java) S 1324 1327 29867 0 -1 1077944384 34 12990 0 0 0 0 5 2 20 0 15 0 473646350 11092615168 57301 33554432000 4194304 4196468 140729986803728 140624341698016 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1387] ppid=1324 vsize=10832632 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1387/stat : 1387 (java) S 1324 1327 29867 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 473646350 11092615168 57301 33554432000 4194304 4196468 140729986803728 140624208586224 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1388] ppid=1324 vsize=10832632 memory=6944613755445342871 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1388/stat : 1388 (java) S 1324 1327 29867 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 473646353 11092615168 57301 33554432000 4194304 4196468 140729986803728 140623901186768 140625339668379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1389] ppid=1324 vsize=10832632 memory=6944656592455360569 CPUtime=0.74 cores=0,2,4,6
/proc/1327/task/1389/stat : 1389 (java) S 1324 1327 29867 0 -1 1077944384 9751 12990 0 0 66 1 5 2 20 0 15 0 473646353 11092615168 57301 33554432000 4194304 4196468 140729986803728 140624308140016 140625339660930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1390] ppid=1324 vsize=10832632 memory=-7384994778349281184 CPUtime=0.78 cores=0,2,4,6
/proc/1327/task/1390/stat : 1390 (java) S 1324 1327 29867 0 -1 1077944384 8291 12990 0 0 70 1 5 2 20 0 15 0 473646353 11092615168 57301 33554432000 4194304 4196468 140729986803728 140624307087472 140625339660930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1391] ppid=1324 vsize=10832632 memory=6944656592455360608 CPUtime=0.49 cores=0,2,4,6
/proc/1327/task/1391/stat : 1391 (java) S 1324 1327 29867 0 -1 1077944384 2932 12990 0 0 42 0 5 2 20 0 15 0 473646353 11092615168 57301 33554432000 4194304 4196468 140729986803728 140624306034928 140625339660930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1392] ppid=1324 vsize=10832632 memory=-5921431000321636112 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1392/stat : 1392 (java) S 1324 1327 29867 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 473646353 11092615168 57301 33554432000 4194304 4196468 140729986803728 140623867628128 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1393] ppid=1324 vsize=10832632 memory=6944656592455359580 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1393/stat : 1393 (java) S 1324 1327 29867 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 473646353 11092615168 57301 33554432000 4194304 4196468 140729986803728 140624304982832 140625339660930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
Current children cumulated CPU time: 3.38 s
Current children cumulated vsize: 10832632 KiB

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

/proc/1327/task/1380/stat : 1380 (java) R 1324 1327 29867 0 -1 4202560 92704 12990 0 0 235696 77 5 2 20 0 15 0 473646347 11109412864 353161 33554432000 4194304 4196468 140729986803728 140625311485200 140624917183424 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1381] ppid=1324 vsize=10849036 memory=1437788 CPUtime=12.41 cores=0,2,4,6
/proc/1327/task/1381/stat : 1381 (java) S 1324 1327 29867 0 -1 1077944384 25502 12990 0 0 1177 57 5 2 20 0 15 0 473646348 11109412864 353161 33554432000 4194304 4196468 140729986803728 140625343891728 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1382] ppid=1324 vsize=10849036 memory=1412644 CPUtime=12.45 cores=0,2,4,6
/proc/1327/task/1382/stat : 1382 (java) S 1324 1327 29867 0 -1 1077944384 29361 12990 0 0 1183 55 5 2 20 0 15 0 473646348 11109412864 353161 33554432000 4194304 4196468 140729986803728 140625232165264 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1383] ppid=1324 vsize=10849036 memory=1412644 CPUtime=12.4 cores=0,2,4,6
/proc/1327/task/1383/stat : 1383 (java) S 1324 1327 29867 0 -1 1077944384 22346 12990 0 0 1181 52 5 2 20 0 15 0 473646348 11109412864 353161 33554432000 4194304 4196468 140729986803728 140625231112720 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1384] ppid=1324 vsize=10849036 memory=1412644 CPUtime=12.39 cores=0,2,4,6
/proc/1327/task/1384/stat : 1384 (java) S 1324 1327 29867 0 -1 1077944384 23573 12990 0 0 1179 53 5 2 20 0 15 0 473646348 11109412864 353161 33554432000 4194304 4196468 140729986803728 140625230060176 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1385] ppid=1324 vsize=10849036 memory=280546057543744 CPUtime=9.18 cores=0,2,4,6
/proc/1327/task/1385/stat : 1385 (java) S 1324 1327 29867 0 -1 1077944384 23564 12990 0 0 847 64 5 2 20 0 15 0 473646349 11109412864 353161 33554432000 4194304 4196468 140729986803728 140624342751728 140625339660930 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1386] ppid=1324 vsize=10849036 memory=1472160 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1386/stat : 1386 (java) S 1324 1327 29867 0 -1 1077944384 45 12990 0 0 0 0 5 2 20 0 15 0 473646350 11109412864 353161 33554432000 4194304 4196468 140729986803728 140624341698080 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1387] ppid=1324 vsize=10849036 memory=1472160 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1387/stat : 1387 (java) S 1324 1327 29867 0 -1 1077944384 5 12990 0 0 0 0 5 2 20 0 15 0 473646350 11109412864 353161 33554432000 4194304 4196468 140729986803728 140624208586240 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1388] ppid=1324 vsize=10849036 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1388/stat : 1388 (java) S 1324 1327 29867 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 473646353 11109412864 353161 33554432000 4194304 4196468 140729986803728 140623901186768 140625339668379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1389] ppid=1324 vsize=10849036 memory=2680 CPUtime=7.4 cores=0,2,4,6
/proc/1327/task/1389/stat : 1389 (java) S 1324 1327 29867 0 -1 1077944384 34203 12990 0 0 729 4 5 2 20 0 15 0 473646353 11109412864 353161 33554432000 4194304 4196468 140729986803728 140624308140016 140625339660930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1390] ppid=1324 vsize=10849036 memory=1445996 CPUtime=7.01 cores=0,2,4,6
/proc/1327/task/1390/stat : 1390 (java) S 1324 1327 29867 0 -1 1077944384 29182 12990 0 0 690 4 5 2 20 0 15 0 473646353 11109412864 353161 33554432000 4194304 4196468 140729986803728 140624307087472 140625339660930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1391] ppid=1324 vsize=10849036 memory=1447020 CPUtime=2.59 cores=0,2,4,6
/proc/1327/task/1391/stat : 1391 (java) S 1324 1327 29867 0 -1 1077944384 16599 12990 0 0 246 6 5 2 20 0 15 0 473646353 11109412864 353161 33554432000 4194304 4196468 140729986803728 140624306034928 140625339660930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1392] ppid=1324 vsize=10849036 memory=1412644 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1392/stat : 1392 (java) S 1324 1327 29867 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 473646353 11109412864 353161 33554432000 4194304 4196468 140729986803728 140623867628128 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1393] ppid=1324 vsize=10849036 memory=6016 CPUtime=1.5 cores=0,2,4,6
/proc/1327/task/1393/stat : 1393 (java) S 1324 1327 29867 0 -1 1077944384 2051 12990 0 0 68 75 5 2 20 0 15 0 473646353 11109412864 353161 33554432000 4194304 4196468 140729986803728 140624304982832 140625339660930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
Current children cumulated CPU time: 2434.61 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1412644 KiB

[startup+2442.3 s]
/proc/loadavg: 1.56 1.49 1.48 4/228 2158
/proc/meminfo: memFree=6645140/32770624 swapFree=66997160/67108860
[pid=1327] ppid=1324 vsize=10849036 memory=1383400 CPUtime=2495.64 cores=0,2,4,6
/proc/1327/stat : 1327 (java) S 1324 1327 29867 0 -1 1077944320 303998 12990 0 0 249158 399 5 2 20 0 15 0 473646338 11109412864 345850 33554432000 4194304 4196468 140729986803728 140729986786272 140625339649783 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
/proc/1327/statm: 2712259 345850 3634 1 0 2674317 0
[pid=1327/tid=1380] ppid=1324 vsize=10849036 memory=1383400 CPUtime=2417.13 cores=0,2,4,6
/proc/1327/task/1380/stat : 1380 (java) R 1324 1327 29867 0 -1 4202560 93709 12990 0 0 241629 77 5 2 20 0 15 0 473646347 11109412864 345850 33554432000 4194304 4196468 140729986803728 140625311485168 140624905910585 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1381] ppid=1324 vsize=10849036 memory=233066 CPUtime=12.76 cores=0,2,4,6
/proc/1327/task/1381/stat : 1381 (java) S 1324 1327 29867 0 -1 1077944384 25750 12990 0 0 1212 57 5 2 20 0 15 0 473646348 11109412864 345850 33554432000 4194304 4196468 140729986803728 140625343891728 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1382] ppid=1324 vsize=10849036 memory=1412644 CPUtime=12.81 cores=0,2,4,6
/proc/1327/task/1382/stat : 1382 (java) S 1324 1327 29867 0 -1 1077944384 29543 12990 0 0 1218 56 5 2 20 0 15 0 473646348 11109412864 345850 33554432000 4194304 4196468 140729986803728 140625232165264 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1383] ppid=1324 vsize=10849036 memory=1398276 CPUtime=12.75 cores=0,2,4,6
/proc/1327/task/1383/stat : 1383 (java) S 1324 1327 29867 0 -1 1077944384 22783 12990 0 0 1214 54 5 2 20 0 15 0 473646348 11109412864 345850 33554432000 4194304 4196468 140729986803728 140625231112720 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1384] ppid=1324 vsize=10849036 memory=1395712 CPUtime=12.74 cores=0,2,4,6
/proc/1327/task/1384/stat : 1384 (java) S 1324 1327 29867 0 -1 1077944384 24071 12990 0 0 1214 53 5 2 20 0 15 0 473646348 11109412864 345850 33554432000 4194304 4196468 140729986803728 140625230060176 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1385] ppid=1324 vsize=10849036 memory=1383400 CPUtime=9.43 cores=0,2,4,6
/proc/1327/task/1385/stat : 1385 (java) S 1324 1327 29867 0 -1 1077944384 23817 12990 0 0 870 66 5 2 20 0 15 0 473646349 11109412864 345850 33554432000 4194304 4196468 140729986803728 140624342751728 140625339660930 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1386] ppid=1324 vsize=10849036 memory=1383400 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1386/stat : 1386 (java) S 1324 1327 29867 0 -1 1077944384 45 12990 0 0 0 0 5 2 20 0 15 0 473646350 11109412864 345850 33554432000 4194304 4196468 140729986803728 140624341698080 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1387] ppid=1324 vsize=10849036 memory=1383400 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1387/stat : 1387 (java) S 1324 1327 29867 0 -1 1077944384 5 12990 0 0 0 0 5 2 20 0 15 0 473646350 11109412864 345850 33554432000 4194304 4196468 140729986803728 140624208586240 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1388] ppid=1324 vsize=10849036 memory=1383400 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1388/stat : 1388 (java) S 1324 1327 29867 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 473646353 11109412864 345850 33554432000 4194304 4196468 140729986803728 140623901186768 140625339668379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1389] ppid=1324 vsize=10849036 memory=1383400 CPUtime=7.4 cores=0,2,4,6
/proc/1327/task/1389/stat : 1389 (java) S 1324 1327 29867 0 -1 1077944384 34207 12990 0 0 729 4 5 2 20 0 15 0 473646353 11109412864 345850 33554432000 4194304 4196468 140729986803728 140624308140016 140625339660930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1390] ppid=1324 vsize=10849036 memory=1383400 CPUtime=7.01 cores=0,2,4,6
/proc/1327/task/1390/stat : 1390 (java) S 1324 1327 29867 0 -1 1077944384 29186 12990 0 0 690 4 5 2 20 0 15 0 473646353 11109412864 345850 33554432000 4194304 4196468 140729986803728 140624307087472 140625339660930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1391] ppid=1324 vsize=10849036 memory=1383400 CPUtime=2.59 cores=0,2,4,6
/proc/1327/task/1391/stat : 1391 (java) S 1324 1327 29867 0 -1 1077944384 16603 12990 0 0 246 6 5 2 20 0 15 0 473646353 11109412864 345850 33554432000 4194304 4196468 140729986803728 140624306034928 140625339660930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1392] ppid=1324 vsize=10849036 memory=3624 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1392/stat : 1392 (java) S 1324 1327 29867 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 473646353 11109412864 345850 33554432000 4194304 4196468 140729986803728 140623867628128 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1393] ppid=1324 vsize=10849036 memory=1383400 CPUtime=1.54 cores=0,2,4,6
/proc/1327/task/1393/stat : 1393 (java) S 1324 1327 29867 0 -1 1077944384 2071 12990 0 0 71 76 5 2 20 0 15 0 473646353 11109412864 345850 33554432000 4194304 4196468 140729986803728 140624304982832 140625339660930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
Current children cumulated CPU time: 2495.64 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1383400 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2466.3 s]
/proc/loadavg: 1.49 1.48 1.48 4/228 2161
/proc/meminfo: memFree=6696800/32770624 swapFree=66997160/67108860
[pid=1327] ppid=1324 vsize=10849036 memory=1376216 CPUtime=2520.07 cores=0,2,4,6
/proc/1327/stat : 1327 (java) S 1324 1327 29867 0 -1 1077944320 305055 12990 0 0 251597 403 5 2 20 0 15 0 473646338 11109412864 344054 33554432000 4194304 4196468 140729986803728 140729986786272 140625339649783 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
/proc/1327/statm: 2712259 344054 3634 1 0 2674317 0
[pid=1327/tid=1380] ppid=1324 vsize=10849036 memory=1377752 CPUtime=2440.87 cores=0,2,4,6
/proc/1327/task/1380/stat : 1380 (java) R 1324 1327 29867 0 -1 4202560 94087 12990 0 0 244002 78 5 2 20 0 15 0 473646347 11109412864 344054 33554432000 4194304 4196468 140729986803728 140625311485216 140624911061445 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1381] ppid=1324 vsize=10849036 memory=1376216 CPUtime=12.9 cores=0,2,4,6
/proc/1327/task/1381/stat : 1381 (java) S 1324 1327 29867 0 -1 1077944384 25988 12990 0 0 1226 57 5 2 20 0 15 0 473646348 11109412864 344054 33554432000 4194304 4196468 140729986803728 140625343891728 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1382] ppid=1324 vsize=10849036 memory=1376728 CPUtime=12.95 cores=0,2,4,6
/proc/1327/task/1382/stat : 1382 (java) S 1324 1327 29867 0 -1 1077944384 29659 12990 0 0 1231 57 5 2 20 0 15 0 473646348 11109412864 344054 33554432000 4194304 4196468 140729986803728 140625232165264 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1383] ppid=1324 vsize=10849036 memory=1556 CPUtime=12.89 cores=0,2,4,6
/proc/1327/task/1383/stat : 1383 (java) S 1324 1327 29867 0 -1 1077944384 22829 12990 0 0 1228 54 5 2 20 0 15 0 473646348 11109412864 344054 33554432000 4194304 4196468 140729986803728 140625231112720 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1384] ppid=1324 vsize=10849036 memory=1378272 CPUtime=12.88 cores=0,2,4,6
/proc/1327/task/1384/stat : 1384 (java) S 1324 1327 29867 0 -1 1077944384 24148 12990 0 0 1227 54 5 2 20 0 15 0 473646348 11109412864 344054 33554432000 4194304 4196468 140729986803728 140625230060176 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1385] ppid=1324 vsize=10849036 memory=988 CPUtime=9.53 cores=0,2,4,6
/proc/1327/task/1385/stat : 1385 (java) S 1324 1327 29867 0 -1 1077944384 24005 12990 0 0 879 67 5 2 20 0 15 0 473646349 11109412864 344054 33554432000 4194304 4196468 140729986803728 140624342751728 140625339660930 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1386] ppid=1324 vsize=10849036 memory=1379292 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1386/stat : 1386 (java) S 1324 1327 29867 0 -1 1077944384 45 12990 0 0 0 0 5 2 20 0 15 0 473646350 11109412864 344054 33554432000 4194304 4196468 140729986803728 140624341698080 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1387] ppid=1324 vsize=10849036 memory=1379296 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1387/stat : 1387 (java) S 1324 1327 29867 0 -1 1077944384 5 12990 0 0 0 0 5 2 20 0 15 0 473646350 11109412864 344054 33554432000 4194304 4196468 140729986803728 140624208586240 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1388] ppid=1324 vsize=10849036 memory=3680 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1388/stat : 1388 (java) S 1324 1327 29867 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 473646353 11109412864 344054 33554432000 4194304 4196468 140729986803728 140623901186768 140625339668379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1389] ppid=1324 vsize=10849036 memory=4872558044660077418 CPUtime=7.4 cores=0,2,4,6
/proc/1327/task/1389/stat : 1389 (java) S 1324 1327 29867 0 -1 1077944384 34207 12990 0 0 729 4 5 2 20 0 15 0 473646353 11109412864 344054 33554432000 4194304 4196468 140729986803728 140624308140016 140625339660930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1390] ppid=1324 vsize=10849036 memory=2680 CPUtime=7.01 cores=0,2,4,6
/proc/1327/task/1390/stat : 1390 (java) S 1324 1327 29867 0 -1 1077944384 29186 12990 0 0 690 4 5 2 20 0 15 0 473646353 11109412864 344054 33554432000 4194304 4196468 140729986803728 140624307087472 140625339660930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1391] ppid=1324 vsize=10849036 memory=1377756 CPUtime=2.59 cores=0,2,4,6
/proc/1327/task/1391/stat : 1391 (java) S 1324 1327 29867 0 -1 1077944384 16603 12990 0 0 246 6 5 2 20 0 15 0 473646353 11109412864 344054 33554432000 4194304 4196468 140729986803728 140624306034928 140625339660930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1392] ppid=1324 vsize=10849036 memory=140273161331777 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1392/stat : 1392 (java) S 1324 1327 29867 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 473646353 11109412864 344054 33554432000 4194304 4196468 140729986803728 140623867628128 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1393] ppid=1324 vsize=10849036 memory=1378780 CPUtime=1.56 cores=0,2,4,6
/proc/1327/task/1393/stat : 1393 (java) S 1324 1327 29867 0 -1 1077944384 2085 12990 0 0 72 77 5 2 20 0 15 0 473646353 11109412864 344054 33554432000 4194304 4196468 140729986803728 140624304982832 140625339660930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1376216 KiB

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

[startup+2466.33 s]
# the end of solver process 1327 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.05 s, system=4.07542 s

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

[startup+2466.3 s]
/proc/loadavg: 1.49 1.48 1.48 4/228 2161
/proc/meminfo: memFree=6696800/32770624 swapFree=66997160/67108860
[pid=1327] ppid=1324 vsize=10849036 memory=1376216 CPUtime=2520.07 cores=0,2,4,6
/proc/1327/stat : 1327 (java) S 1324 1327 29867 0 -1 1077944320 305055 12990 0 0 251597 403 5 2 20 0 15 0 473646338 11109412864 344054 33554432000 4194304 4196468 140729986803728 140729986786272 140625339649783 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
/proc/1327/statm: 2712259 344054 3634 1 0 2674317 0
[pid=1327/tid=1380] ppid=1324 vsize=10849036 memory=1377752 CPUtime=2440.87 cores=0,2,4,6
/proc/1327/task/1380/stat : 1380 (java) R 1324 1327 29867 0 -1 4202560 94087 12990 0 0 244002 78 5 2 20 0 15 0 473646347 11109412864 344054 33554432000 4194304 4196468 140729986803728 140625311485216 140624911061445 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1381] ppid=1324 vsize=10849036 memory=1376216 CPUtime=12.9 cores=0,2,4,6
/proc/1327/task/1381/stat : 1381 (java) S 1324 1327 29867 0 -1 1077944384 25988 12990 0 0 1226 57 5 2 20 0 15 0 473646348 11109412864 344054 33554432000 4194304 4196468 140729986803728 140625343891728 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1382] ppid=1324 vsize=10849036 memory=1376728 CPUtime=12.95 cores=0,2,4,6
/proc/1327/task/1382/stat : 1382 (java) S 1324 1327 29867 0 -1 1077944384 29659 12990 0 0 1231 57 5 2 20 0 15 0 473646348 11109412864 344054 33554432000 4194304 4196468 140729986803728 140625232165264 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1383] ppid=1324 vsize=10849036 memory=1556 CPUtime=12.89 cores=0,2,4,6
/proc/1327/task/1383/stat : 1383 (java) S 1324 1327 29867 0 -1 1077944384 22829 12990 0 0 1228 54 5 2 20 0 15 0 473646348 11109412864 344054 33554432000 4194304 4196468 140729986803728 140625231112720 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1384] ppid=1324 vsize=10849036 memory=1378272 CPUtime=12.88 cores=0,2,4,6
/proc/1327/task/1384/stat : 1384 (java) S 1324 1327 29867 0 -1 1077944384 24148 12990 0 0 1227 54 5 2 20 0 15 0 473646348 11109412864 344054 33554432000 4194304 4196468 140729986803728 140625230060176 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1385] ppid=1324 vsize=10849036 memory=988 CPUtime=9.53 cores=0,2,4,6
/proc/1327/task/1385/stat : 1385 (java) S 1324 1327 29867 0 -1 1077944384 24005 12990 0 0 879 67 5 2 20 0 15 0 473646349 11109412864 344054 33554432000 4194304 4196468 140729986803728 140624342751728 140625339660930 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1386] ppid=1324 vsize=10849036 memory=1379292 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1386/stat : 1386 (java) S 1324 1327 29867 0 -1 1077944384 45 12990 0 0 0 0 5 2 20 0 15 0 473646350 11109412864 344054 33554432000 4194304 4196468 140729986803728 140624341698080 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1387] ppid=1324 vsize=10849036 memory=1379296 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1387/stat : 1387 (java) S 1324 1327 29867 0 -1 1077944384 5 12990 0 0 0 0 5 2 20 0 15 0 473646350 11109412864 344054 33554432000 4194304 4196468 140729986803728 140624208586240 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1388] ppid=1324 vsize=10849036 memory=3680 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1388/stat : 1388 (java) S 1324 1327 29867 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 473646353 11109412864 344054 33554432000 4194304 4196468 140729986803728 140623901186768 140625339668379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1389] ppid=1324 vsize=10849036 memory=4872558044660077418 CPUtime=7.4 cores=0,2,4,6
/proc/1327/task/1389/stat : 1389 (java) S 1324 1327 29867 0 -1 1077944384 34207 12990 0 0 729 4 5 2 20 0 15 0 473646353 11109412864 344054 33554432000 4194304 4196468 140729986803728 140624308140016 140625339660930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1390] ppid=1324 vsize=10849036 memory=2680 CPUtime=7.01 cores=0,2,4,6
/proc/1327/task/1390/stat : 1390 (java) S 1324 1327 29867 0 -1 1077944384 29186 12990 0 0 690 4 5 2 20 0 15 0 473646353 11109412864 344054 33554432000 4194304 4196468 140729986803728 140624307087472 140625339660930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1391] ppid=1324 vsize=10849036 memory=1377756 CPUtime=2.59 cores=0,2,4,6
/proc/1327/task/1391/stat : 1391 (java) S 1324 1327 29867 0 -1 1077944384 16603 12990 0 0 246 6 5 2 20 0 15 0 473646353 11109412864 344054 33554432000 4194304 4196468 140729986803728 140624306034928 140625339660930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1392] ppid=1324 vsize=10849036 memory=140273161331777 CPUtime=0.07 cores=0,2,4,6
/proc/1327/task/1392/stat : 1392 (java) S 1324 1327 29867 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 473646353 11109412864 344054 33554432000 4194304 4196468 140729986803728 140623867628128 140625339659989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
[pid=1327/tid=1393] ppid=1324 vsize=10849036 memory=1378780 CPUtime=1.56 cores=0,2,4,6
/proc/1327/task/1393/stat : 1393 (java) S 1324 1327 29867 0 -1 1077944384 2085 12990 0 0 72 77 5 2 20 0 15 0 473646353 11109412864 344054 33554432000 4194304 4196468 140729986803728 140624304982832 140625339660930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30429184 140729986812515 140729986815157 140729986815157 140729986817999 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1376216 KiB

Child status: 143
Real time (s): 2466.33
CPU time (s): 2520.12
CPU user time (s): 2516.05
CPU system time (s): 4.07542
CPU usage (%): 102.181
Max. virtual memory (cumulated for all children) (KiB): 10849036
Max. memory (cumulated for all children) (KiB): 2845852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.05
system time used= 4.07542
maximum resident set size= 2847900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 319185
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 258759
involuntary context switches= 7319


# summary of solver processes directly reported to runsolver:
#   pid: 1327
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.05
#   total CPU system time (s): 4.07542

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5211 second user time and 23.3545 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-20 12:57:19
IDJOB=4402629
IDBENCH=128106
IDSOLVER=2861
FILE ID=node140/4402629-1568977080
RUNJOBID= node140-1568967597-29898
PBS_JOBID= 21704617
Free space on /var/tmp= 13472 MiB

SOLVER NAME= Concrete 3.12.3
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 /var/tmp/evaluation-result-4402629-1568977080/watcher-4402629-1568977080 -o /var/tmp/evaluation-result-4402629-1568977080/solver-4402629-1568977080 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node140-1568967597-29898 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1249408523 HOME/instance-4402629-1568977080.xml

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

MD5SUM BENCH= 62ab34719a1ca197804bba3dde19efaf
RANDOM SEED=1249408523

node140.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.43
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.43
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.43
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.43
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:         9562240 kB
MemAvailable:   30560240 kB
Buffers:          143456 kB
Cached:         20796696 kB
SwapCached:         2420 kB
Active:         11699228 kB
Inactive:       10544204 kB
Active(anon):    1295380 kB
Inactive(anon):    54632 kB
Active(file):   10403848 kB
Inactive(file): 10489572 kB
Unevictable:      106480 kB
Mlocked:          106480 kB
SwapTotal:      67108860 kB
SwapFree:       66997160 kB
Dirty:             35728 kB
Writeback:             0 kB
AnonPages:       1424224 kB
Mapped:            65180 kB
Shmem:             38264 kB
Slab:             561804 kB
SReclaimable:     533040 kB
SUnreclaim:        28764 kB
KernelStack:        3984 kB
PageTables:         7712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2522492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1339392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /var/tmp at the end= 13440 MiB
End job on node140 at 2019-09-20 13:38:25