Trace number 4402612

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.09 2470.04

General information on the benchmark

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

Solver Data

0.79/0.55	c Concrete v3.12.3.1568965526260 running
2520.04/2470.01	Exception in thread "main" java.util.concurrent.TimeoutException
2520.04/2470.02		at concrete.MAC.mac(MAC.scala:192)
2520.04/2470.02		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.04/2470.02		at scala.util.Try$.apply(Try.scala:210)
2520.04/2470.02		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.04/2470.02		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.04/2470.02		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.04/2470.02		at concrete.MAC.oneRun(MAC.scala:265)
2520.04/2470.02		at concrete.MAC.nextSolution(MAC.scala:284)
2520.04/2470.02		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.04/2470.02		at concrete.ProblemState.map(ProblemState.scala:238)
2520.04/2470.02		at concrete.ProblemState.map(ProblemState.scala:212)
2520.04/2470.02		at concrete.MAC.nextSolution(MAC.scala:348)
2520.04/2470.02		at concrete.Solver.hasNext(Solver.scala:160)
2520.04/2470.02		at scala.collection.Iterator.nextOption(Iterator.scala:102)
2520.04/2470.02		at scala.collection.Iterator.nextOption$(Iterator.scala:102)
2520.04/2470.02		at concrete.Solver.nextOption(Solver.scala:67)
2520.04/2470.02		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.04/2470.02		at scala.util.Success.map(Try.scala:262)
2520.04/2470.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.04/2470.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.04/2470.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.04/2470.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.04/2470.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.04/2470.02		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.04/2470.02		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.04/2470.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.04/2470.02		at scala.App.$anonfun$main$1(App.scala:73)
2520.04/2470.02		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.04/2470.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.04/2470.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.04/2470.02		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.04/2470.02		at scala.App.main(App.scala:73)
2520.04/2470.02		at scala.App.main$(App.scala:71)
2520.04/2470.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.04/2470.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2470.02	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (3244 MiB free)
  memory of node 1: 16384 MiB (4258 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402612-1568977058/watcher-4402612-1568977058 -o /tmp/evaluation-result-4402612-1568977058/solver-4402612-1568977058 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568967599-4735 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=48196352 HOME/instance-4402612-1568977058.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=7684, runsolver pid=7681
Current StackSize limit: 8192 KiB


[startup+0.100161 s]*
/proc/loadavg: 2.01 1.74 1.69 3/220 7741
/proc/meminfo: memFree=7677480/32770624 swapFree=66998968/67108860
[pid=7684] ppid=7681 vsize=9972712 memory=16816 CPUtime=0.09 cores=0,2,4,6
/proc/7684/stat : 7684 (java) S 7681 7684 4702 0 -1 1077944320 4477 13209 0 0 1 0 5 3 20 0 6 0 473970677 10212057088 4204 33554432000 4194304 4196468 140727030118784 140727030101328 139907175276279 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
/proc/7684/statm: 2493178 4204 1935 1 0 2481616 0
[pid=7684/tid=7737] ppid=7681 vsize=9972712 memory=8514726395714820750 CPUtime=0.09 cores=0,2,4,6
/proc/7684/task/7737/stat : 7737 (java) R 7681 7684 4702 0 -1 4202560 2299 13209 0 0 1 0 5 3 20 0 6 0 473970686 10212057088 4270 33554432000 4194304 4196468 140727030118784 139907147113040 139907159356766 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7738] ppid=7681 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7738/stat : 7738 (java) S 7681 7684 4702 0 -1 1077944384 1 13209 0 0 0 0 5 3 20 0 6 0 473970686 10212057088 4270 33554432000 4194304 4196468 140727030118784 139907179518608 139907175286485 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7739] ppid=7681 vsize=9972712 memory=140149164787328 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7739/stat : 7739 (java) S 7681 7684 4702 0 -1 1077944384 1 13209 0 0 0 0 5 3 20 0 6 0 473970686 10212057088 4270 33554432000 4194304 4196468 140727030118784 139906748570128 139907175286485 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7740] ppid=7681 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7740/stat : 7740 (java) S 7681 7684 4702 0 -1 1077944384 1 13209 0 0 0 0 5 3 20 0 6 0 473970686 10212057088 4270 33554432000 4194304 4196468 140727030118784 139906747517328 139907175286485 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7741] ppid=7681 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7741/stat : 7741 (java) S 7681 7684 4702 0 -1 1077944384 2 13209 0 0 0 0 5 3 20 0 6 0 473970686 10212057088 4270 33554432000 4194304 4196468 140727030118784 139906746464528 139907175286485 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210087 s]*
/proc/loadavg: 2.01 1.74 1.69 3/229 7750
/proc/meminfo: memFree=7656804/32770624 swapFree=66998968/67108860
[pid=7684] ppid=7681 vsize=10820164 memory=42316 CPUtime=0.27 cores=0,2,4,6
/proc/7684/stat : 7684 (java) S 7681 7684 4702 0 -1 1077944320 7549 13209 0 0 18 1 5 3 20 0 15 0 473970677 11079847936 10579 33554432000 4194304 4196468 140727030118784 140727030101328 139907175276279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
/proc/7684/statm: 2705041 10579 3278 1 0 2667149 0
[pid=7684/tid=7737] ppid=7681 vsize=10820196 memory=5450916389569530688 CPUtime=0.2 cores=0,2,4,6
/proc/7684/task/7737/stat : 7737 (java) R 7681 7684 4702 0 -1 4202560 4075 13209 0 0 11 1 5 3 20 0 15 0 473970686 11079880704 10579 33554432000 4194304 4196468 140727030118784 139907147087312 139907175298205 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7738] ppid=7681 vsize=10820196 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7738/stat : 7738 (java) S 7681 7684 4702 0 -1 1077944384 1 13209 0 0 0 0 5 3 20 0 15 0 473970686 11079880704 10579 33554432000 4194304 4196468 140727030118784 139907179518608 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7739] ppid=7681 vsize=10820196 memory=140149164787328 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7739/stat : 7739 (java) S 7681 7684 4702 0 -1 1077944384 1 13209 0 0 0 0 5 3 20 0 15 0 473970686 11079880704 10579 33554432000 4194304 4196468 140727030118784 139906748570128 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7740] ppid=7681 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7740/stat : 7740 (java) S 7681 7684 4702 0 -1 1077944384 1 13209 0 0 0 0 5 3 20 0 15 0 473970686 11079880704 10579 33554432000 4194304 4196468 140727030118784 139906747517328 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7741] ppid=7681 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7741/stat : 7741 (java) S 7681 7684 4702 0 -1 1077944384 2 13209 0 0 0 0 5 3 20 0 15 0 473970686 11079880704 10579 33554432000 4194304 4196468 140727030118784 139906746464528 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7742] ppid=7681 vsize=10820196 memory=140149164787328 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7742/stat : 7742 (java) S 7681 7684 4702 0 -1 1077944384 2 13209 0 0 0 0 5 3 20 0 15 0 473970688 11079880704 10579 33554432000 4194304 4196468 140727030118784 139906701888368 139907175287426 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7743] ppid=7681 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7743/stat : 7743 (java) S 7681 7684 4702 0 -1 1077944384 13 13209 0 0 0 0 5 3 20 0 15 0 473970688 11079880704 10579 33554432000 4194304 4196468 140727030118784 139906613503520 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7744] ppid=7681 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7744/stat : 7744 (java) S 7681 7684 4702 0 -1 1077944384 1 13209 0 0 0 0 5 3 20 0 15 0 473970689 11079880704 10579 33554432000 4194304 4196468 140727030118784 139906009523568 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7745] ppid=7681 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7745/stat : 7745 (java) S 7681 7684 4702 0 -1 1077944384 3 13209 0 0 0 0 5 3 20 0 15 0 473970691 11079880704 10579 33554432000 4194304 4196468 140727030118784 139905702123856 139907175294875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7746] ppid=7681 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7684/task/7746/stat : 7746 (java) R 7681 7684 4702 0 -1 4202560 338 13209 0 0 1 0 5 3 20 0 15 0 473970691 11079880704 10579 33554432000 4194304 4196468 140727030118784 139906700835184 139907158807924 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7747] ppid=7681 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/7684/task/7747/stat : 7747 (java) S 7681 7684 4702 0 -1 1077944384 329 13209 0 0 1 0 5 3 20 0 15 0 473970691 11079880704 10579 33554432000 4194304 4196468 140727030118784 139906699782384 139907175287426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7748] ppid=7681 vsize=10820196 memory=140149164787328 CPUtime=0.11 cores=0,2,4,6
/proc/7684/task/7748/stat : 7748 (java) S 7681 7684 4702 0 -1 1077944384 593 13209 0 0 3 0 5 3 20 0 15 0 473970691 11079880704 10579 33554432000 4194304 4196468 140727030118784 139906698729584 139907175287426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7749] ppid=7681 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7749/stat : 7749 (java) S 7681 7684 4702 0 -1 1077944384 3 13209 0 0 0 0 5 3 20 0 15 0 473970691 11079880704 10579 33554432000 4194304 4196468 140727030118784 139905668565216 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7750] ppid=7681 vsize=10820196 memory=140149164787328 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7750/stat : 7750 (java) S 7681 7684 4702 0 -1 1077944384 1 13209 0 0 0 0 5 3 20 0 15 0 473970692 11079880704 10579 33554432000 4194304 4196468 140727030118784 139906697678000 139907175287426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820164 KiB
Current children cumulated memory: 42316 KiB

[startup+0.310492 s]*
/proc/loadavg: 2.01 1.74 1.69 4/229 7750
/proc/meminfo: memFree=7643932/32770624 swapFree=66998968/67108860
[pid=7684] ppid=7681 vsize=10820196 memory=51016 CPUtime=0.4 cores=0,2,4,6
/proc/7684/stat : 7684 (java) S 7681 7684 4702 0 -1 1077944320 10924 13209 0 0 29 3 5 3 20 0 15 0 473970677 11079880704 12754 33554432000 4194304 4196468 140727030118784 140727030101328 139907175276279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
/proc/7684/statm: 2705049 12754 3332 1 0 2667149 0
[pid=7684/tid=7737] ppid=7681 vsize=10820196 memory=1398722017469774279 CPUtime=0.29 cores=0,2,4,6
/proc/7684/task/7737/stat : 7737 (java) R 7681 7684 4702 0 -1 4202560 7413 13209 0 0 19 2 5 3 20 0 15 0 473970686 11079880704 12754 33554432000 4194304 4196468 140727030118784 139907147085200 139907175298205 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7738] ppid=7681 vsize=10820196 memory=7590360236526430568 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7738/stat : 7738 (java) S 7681 7684 4702 0 -1 1077944384 1 13209 0 0 0 0 5 3 20 0 15 0 473970686 11079880704 12754 33554432000 4194304 4196468 140727030118784 139907179518608 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7739] ppid=7681 vsize=10820196 memory=5788339726952981056 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7739/stat : 7739 (java) S 7681 7684 4702 0 -1 1077944384 1 13209 0 0 0 0 5 3 20 0 15 0 473970686 11079880704 12754 33554432000 4194304 4196468 140727030118784 139906748570128 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7740] ppid=7681 vsize=10820196 memory=7019607237001366727 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7740/stat : 7740 (java) S 7681 7684 4702 0 -1 1077944384 1 13209 0 0 0 0 5 3 20 0 15 0 473970686 11079880704 12754 33554432000 4194304 4196468 140727030118784 139906747517328 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7741] ppid=7681 vsize=10820196 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7741/stat : 7741 (java) S 7681 7684 4702 0 -1 1077944384 2 13209 0 0 0 0 5 3 20 0 15 0 473970686 11079880704 12754 33554432000 4194304 4196468 140727030118784 139906746464528 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7742] ppid=7681 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7742/stat : 7742 (java) S 7681 7684 4702 0 -1 1077944384 2 13209 0 0 0 0 5 3 20 0 15 0 473970688 11079880704 12754 33554432000 4194304 4196468 140727030118784 139906701888368 139907175287426 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7743] ppid=7681 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7743/stat : 7743 (java) S 7681 7684 4702 0 -1 1077944384 13 13209 0 0 0 0 5 3 20 0 15 0 473970688 11079880704 12754 33554432000 4194304 4196468 140727030118784 139906613503520 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7744] ppid=7681 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7744/stat : 7744 (java) S 7681 7684 4702 0 -1 1077944384 1 13209 0 0 0 0 5 3 20 0 15 0 473970689 11079880704 12754 33554432000 4194304 4196468 140727030118784 139906009523568 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7745] ppid=7681 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7745/stat : 7745 (java) S 7681 7684 4702 0 -1 1077944384 3 13209 0 0 0 0 5 3 20 0 15 0 473970691 11079880704 12754 33554432000 4194304 4196468 140727030118784 139905702123856 139907175294875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7746] ppid=7681 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/7684/task/7746/stat : 7746 (java) S 7681 7684 4702 0 -1 1077944384 347 13209 0 0 2 0 5 3 20 0 15 0 473970691 11079880704 12754 33554432000 4194304 4196468 140727030118784 139906700835184 139907175287426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7747] ppid=7681 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/7684/task/7747/stat : 7747 (java) S 7681 7684 4702 0 -1 1077944384 330 13209 0 0 2 0 5 3 20 0 15 0 473970691 11079880704 12754 33554432000 4194304 4196468 140727030118784 139906699782384 139907175287426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7748] ppid=7681 vsize=10820196 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/7684/task/7748/stat : 7748 (java) S 7681 7684 4702 0 -1 1077944384 602 13209 0 0 5 0 5 3 20 0 15 0 473970691 11079880704 12754 33554432000 4194304 4196468 140727030118784 139906698729584 139907175287426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7749] ppid=7681 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7749/stat : 7749 (java) S 7681 7684 4702 0 -1 1077944384 3 13209 0 0 0 0 5 3 20 0 15 0 473970691 11079880704 12754 33554432000 4194304 4196468 140727030118784 139905668565216 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7750] ppid=7681 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7750/stat : 7750 (java) S 7681 7684 4702 0 -1 1077944384 1 13209 0 0 0 0 5 3 20 0 15 0 473970692 11079880704 12754 33554432000 4194304 4196468 140727030118784 139906697678000 139907175287426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 51016 KiB

[startup+0.703671 s]
/proc/loadavg: 2.01 1.74 1.69 3/229 7750
/proc/meminfo: memFree=7628784/32770624 swapFree=66998968/67108860
[pid=7684] ppid=7681 vsize=10824364 memory=83456 CPUtime=1.15 cores=0,2,4,6
/proc/7684/stat : 7684 (java) S 7681 7684 4702 0 -1 1077944320 15115 13209 0 0 102 5 5 3 20 0 15 0 473970677 11084148736 20864 33554432000 4194304 4196468 140727030118784 140727030101328 139907175276279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
/proc/7684/statm: 2706091 20864 3508 1 0 2668173 0
[pid=7684/tid=7737] ppid=7681 vsize=10824364 memory=2241 CPUtime=0.68 cores=0,2,4,6
/proc/7684/task/7737/stat : 7737 (java) R 7681 7684 4702 0 -1 4202560 10491 13209 0 0 56 4 5 3 20 0 15 0 473970686 11084148736 20864 33554432000 4194304 4196468 140727030118784 139907147105824 139907167513406 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7738] ppid=7681 vsize=10824364 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7738/stat : 7738 (java) S 7681 7684 4702 0 -1 1077944384 1 13209 0 0 0 0 5 3 20 0 15 0 473970686 11084148736 20864 33554432000 4194304 4196468 140727030118784 139907179518608 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7739] ppid=7681 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7739/stat : 7739 (java) S 7681 7684 4702 0 -1 1077944384 1 13209 0 0 0 0 5 3 20 0 15 0 473970686 11084148736 20864 33554432000 4194304 4196468 140727030118784 139906748570128 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7740] ppid=7681 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7740/stat : 7740 (java) S 7681 7684 4702 0 -1 1077944384 1 13209 0 0 0 0 5 3 20 0 15 0 473970686 11084148736 20864 33554432000 4194304 4196468 140727030118784 139906747517328 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7741] ppid=7681 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7741/stat : 7741 (java) S 7681 7684 4702 0 -1 1077944384 2 13209 0 0 0 0 5 3 20 0 15 0 473970686 11084148736 20864 33554432000 4194304 4196468 140727030118784 139906746464528 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7742] ppid=7681 vsize=10824364 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7742/stat : 7742 (java) S 7681 7684 4702 0 -1 1077944384 5 13209 0 0 0 0 5 3 20 0 15 0 473970688 11084148736 20864 33554432000 4194304 4196468 140727030118784 139906701888368 139907175287426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7743] ppid=7681 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7743/stat : 7743 (java) S 7681 7684 4702 0 -1 1077944384 13 13209 0 0 0 0 5 3 20 0 15 0 473970688 11084148736 20864 33554432000 4194304 4196468 140727030118784 139906613503520 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7744] ppid=7681 vsize=10824364 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7744/stat : 7744 (java) S 7681 7684 4702 0 -1 1077944384 1 13209 0 0 0 0 5 3 20 0 15 0 473970689 11084148736 20864 33554432000 4194304 4196468 140727030118784 139906009523568 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7745] ppid=7681 vsize=10824364 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7745/stat : 7745 (java) S 7681 7684 4702 0 -1 1077944384 3 13209 0 0 0 0 5 3 20 0 15 0 473970691 11084148736 20864 33554432000 4194304 4196468 140727030118784 139905702123856 139907175294875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7746] ppid=7681 vsize=10824364 memory=140149010761616 CPUtime=0.21 cores=0,2,4,6
/proc/7684/task/7746/stat : 7746 (java) R 7681 7684 4702 0 -1 4202560 830 13209 0 0 13 0 5 3 20 0 15 0 473970691 11084148736 20864 33554432000 4194304 4196468 140727030118784 139906700821280 139907160400172 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7747] ppid=7681 vsize=10824364 memory=24964 CPUtime=0.22 cores=0,2,4,6
/proc/7684/task/7747/stat : 7747 (java) S 7681 7684 4702 0 -1 1077944384 771 13209 0 0 14 0 5 3 20 0 15 0 473970691 11084148736 20864 33554432000 4194304 4196468 140727030118784 139906699782384 139907175287426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7748] ppid=7681 vsize=10824364 memory=2244 CPUtime=0.25 cores=0,2,4,6
/proc/7684/task/7748/stat : 7748 (java) S 7681 7684 4702 0 -1 1077944384 788 13209 0 0 17 0 5 3 20 0 15 0 473970691 11084148736 20864 33554432000 4194304 4196468 140727030118784 139906698729584 139907175287426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7749] ppid=7681 vsize=10824364 memory=140149010759024 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7749/stat : 7749 (java) S 7681 7684 4702 0 -1 1077944384 3 13209 0 0 0 0 5 3 20 0 15 0 473970691 11084148736 20864 33554432000 4194304 4196468 140727030118784 139905668565216 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7750] ppid=7681 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7750/stat : 7750 (java) S 7681 7684 4702 0 -1 1077944384 1 13209 0 0 0 0 5 3 20 0 15 0 473970692 11084148736 20864 33554432000 4194304 4196468 140727030118784 139906697678000 139907175287426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83456 KiB

[startup+1.50076 s]
/proc/loadavg: 2.01 1.75 1.69 5/229 7750
/proc/meminfo: memFree=7592132/32770624 swapFree=66998968/67108860
[pid=7684] ppid=7681 vsize=10834680 memory=174104 CPUtime=2.65 cores=0,2,4,6
/proc/7684/stat : 7684 (java) S 7681 7684 4702 0 -1 1077944320 21993 13209 0 0 247 10 5 3 20 0 15 0 473970677 11094712320 43526 33554432000 4194304 4196468 140727030118784 140727030101328 139907175276279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
/proc/7684/statm: 2708670 43526 3585 1 0 2670733 0
[pid=7684/tid=7737] ppid=7681 vsize=10834680 memory=22 CPUtime=1.44 cores=0,2,4,6
/proc/7684/task/7737/stat : 7737 (java) R 7681 7684 4702 0 -1 4202560 15314 13209 0 0 130 6 5 3 20 0 15 0 473970686 11094712320 43526 33554432000 4194304 4196468 140727030118784 139907147100032 139907156839839 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7738] ppid=7681 vsize=10834680 memory=33 CPUtime=0.09 cores=0,2,4,6
/proc/7684/task/7738/stat : 7738 (java) S 7681 7684 4702 0 -1 1077944384 63 13209 0 0 1 0 5 3 20 0 15 0 473970686 11094712320 43526 33554432000 4194304 4196468 140727030118784 139907179518608 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7739] ppid=7681 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7684/task/7739/stat : 7739 (java) S 7681 7684 4702 0 -1 1077944384 309 13209 0 0 1 0 5 3 20 0 15 0 473970686 11094712320 43526 33554432000 4194304 4196468 140727030118784 139906748570128 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7740] ppid=7681 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7684/task/7740/stat : 7740 (java) S 7681 7684 4702 0 -1 1077944384 30 13209 0 0 1 0 5 3 20 0 15 0 473970686 11094712320 43526 33554432000 4194304 4196468 140727030118784 139906747517328 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7741] ppid=7681 vsize=10834680 memory=96880 CPUtime=0.09 cores=0,2,4,6
/proc/7684/task/7741/stat : 7741 (java) S 7681 7684 4702 0 -1 1077944384 88 13209 0 0 1 0 5 3 20 0 15 0 473970686 11094712320 43526 33554432000 4194304 4196468 140727030118784 139906746464528 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7742] ppid=7681 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7684/task/7742/stat : 7742 (java) S 7681 7684 4702 0 -1 1077944384 141 13209 0 0 1 0 5 3 20 0 15 0 473970688 11094712320 43526 33554432000 4194304 4196468 140727030118784 139906701888368 139907175287426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7743] ppid=7681 vsize=10834680 memory=7014751519616620389 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7743/stat : 7743 (java) S 7681 7684 4702 0 -1 1077944384 14 13209 0 0 0 0 5 3 20 0 15 0 473970688 11094712320 43526 33554432000 4194304 4196468 140727030118784 139906613503584 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7744] ppid=7681 vsize=10834680 memory=7734484220544312921 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7744/stat : 7744 (java) S 7681 7684 4702 0 -1 1077944384 1 13209 0 0 0 0 5 3 20 0 15 0 473970689 11094712320 43526 33554432000 4194304 4196468 140727030118784 139906009523584 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7745] ppid=7681 vsize=10834680 memory=7524507156336373098 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7745/stat : 7745 (java) S 7681 7684 4702 0 -1 1077944384 3 13209 0 0 0 0 5 3 20 0 15 0 473970691 11094712320 43526 33554432000 4194304 4196468 140727030118784 139905702123856 139907175294875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7746] ppid=7681 vsize=10834680 memory=5571041044932745317 CPUtime=0.39 cores=0,2,4,6
/proc/7684/task/7746/stat : 7746 (java) S 7681 7684 4702 0 -1 1077944384 1091 13209 0 0 31 0 5 3 20 0 15 0 473970691 11094712320 43526 33554432000 4194304 4196468 140727030118784 139906700835184 139907175287426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7747] ppid=7681 vsize=10834680 memory=7013056167311073893 CPUtime=0.41 cores=0,2,4,6
/proc/7684/task/7747/stat : 7747 (java) S 7681 7684 4702 0 -1 1077944384 1253 13209 0 0 33 0 5 3 20 0 15 0 473970691 11094712320 43526 33554432000 4194304 4196468 140727030118784 139906699782384 139907175287426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7748] ppid=7681 vsize=10834680 memory=7014751519616620389 CPUtime=0.52 cores=0,2,4,6
/proc/7684/task/7748/stat : 7748 (java) S 7681 7684 4702 0 -1 1077944384 1476 13209 0 0 44 0 5 3 20 0 15 0 473970691 11094712320 43526 33554432000 4194304 4196468 140727030118784 139906698729584 139907175287426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7749] ppid=7681 vsize=10834680 memory=7014751519616620389 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7749/stat : 7749 (java) S 7681 7684 4702 0 -1 1077944384 3 13209 0 0 0 0 5 3 20 0 15 0 473970691 11094712320 43526 33554432000 4194304 4196468 140727030118784 139905668565216 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7750] ppid=7681 vsize=10834680 memory=55 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7750/stat : 7750 (java) S 7681 7684 4702 0 -1 1077944384 1 13209 0 0 0 0 5 3 20 0 15 0 473970692 11094712320 43526 33554432000 4194304 4196468 140727030118784 139906697678000 139907175287426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 10834680 KiB

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

/proc/7684/task/7737/stat : 7737 (java) R 7681 7684 4702 0 -1 4202560 77448 13209 0 0 229618 54 5 3 20 0 15 0 473970686 11109412864 287430 33554432000 4194304 4196468 140727030118784 139907147112032 139906765623500 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7738] ppid=7681 vsize=10849036 memory=1147672 CPUtime=12.39 cores=0,2,4,6
/proc/7684/task/7738/stat : 7738 (java) S 7681 7684 4702 0 -1 1077944384 25378 13209 0 0 1176 55 5 3 20 0 15 0 473970686 11109412864 287430 33554432000 4194304 4196468 140727030118784 139907179518608 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7739] ppid=7681 vsize=10849036 memory=1147672 CPUtime=12.41 cores=0,2,4,6
/proc/7684/task/7739/stat : 7739 (java) S 7681 7684 4702 0 -1 1077944384 23354 13209 0 0 1179 54 5 3 20 0 15 0 473970686 11109412864 287430 33554432000 4194304 4196468 140727030118784 139906748570128 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7740] ppid=7681 vsize=10849036 memory=1149720 CPUtime=12.45 cores=0,2,4,6
/proc/7684/task/7740/stat : 7740 (java) S 7681 7684 4702 0 -1 1077944384 22525 13209 0 0 1182 55 5 3 20 0 15 0 473970686 11109412864 287430 33554432000 4194304 4196468 140727030118784 139906747517328 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7741] ppid=7681 vsize=10849036 memory=1149720 CPUtime=12.45 cores=0,2,4,6
/proc/7684/task/7741/stat : 7741 (java) S 7681 7684 4702 0 -1 1077944384 26739 13209 0 0 1184 53 5 3 20 0 15 0 473970686 11109412864 287430 33554432000 4194304 4196468 140727030118784 139906746464528 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7742] ppid=7681 vsize=10849036 memory=1149720 CPUtime=10.46 cores=0,2,4,6
/proc/7684/task/7742/stat : 7742 (java) S 7681 7684 4702 0 -1 1077944384 23204 13209 0 0 984 54 5 3 20 0 15 0 473970688 11109412864 287430 33554432000 4194304 4196468 140727030118784 139906701888368 139907175287426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7743] ppid=7681 vsize=10849036 memory=1149720 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7743/stat : 7743 (java) S 7681 7684 4702 0 -1 1077944384 23 13209 0 0 0 0 5 3 20 0 15 0 473970688 11109412864 287430 33554432000 4194304 4196468 140727030118784 139906613503584 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7744] ppid=7681 vsize=10849036 memory=1149720 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7744/stat : 7744 (java) S 7681 7684 4702 0 -1 1077944384 17 13209 0 0 0 0 5 3 20 0 15 0 473970689 11109412864 287430 33554432000 4194304 4196468 140727030118784 139906009523584 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7745] ppid=7681 vsize=10849036 memory=1149720 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7745/stat : 7745 (java) S 7681 7684 4702 0 -1 1077944384 3 13209 0 0 0 0 5 3 20 0 15 0 473970691 11109412864 287430 33554432000 4194304 4196468 140727030118784 139905702123856 139907175294875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7746] ppid=7681 vsize=10849036 memory=1149720 CPUtime=4.86 cores=0,2,4,6
/proc/7684/task/7746/stat : 7746 (java) S 7681 7684 4702 0 -1 1077944384 16355 13209 0 0 475 3 5 3 20 0 15 0 473970691 11109412864 287430 33554432000 4194304 4196468 140727030118784 139906700835184 139907175287426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7747] ppid=7681 vsize=10849036 memory=1149720 CPUtime=4.84 cores=0,2,4,6
/proc/7684/task/7747/stat : 7747 (java) S 7681 7684 4702 0 -1 1077944384 14040 13209 0 0 473 3 5 3 20 0 15 0 473970691 11109412864 287430 33554432000 4194304 4196468 140727030118784 139906699782384 139907175287426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7748] ppid=7681 vsize=10849036 memory=1147672 CPUtime=2.39 cores=0,2,4,6
/proc/7684/task/7748/stat : 7748 (java) S 7681 7684 4702 0 -1 1077944384 12282 13209 0 0 227 4 5 3 20 0 15 0 473970691 11109412864 287430 33554432000 4194304 4196468 140727030118784 139906698729584 139907175287426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7749] ppid=7681 vsize=10849036 memory=1149720 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7749/stat : 7749 (java) S 7681 7684 4702 0 -1 1077944384 3 13209 0 0 0 0 5 3 20 0 15 0 473970691 11109412864 287430 33554432000 4194304 4196468 140727030118784 139905668565216 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7750] ppid=7681 vsize=10849036 memory=1149720 CPUtime=1.45 cores=0,2,4,6
/proc/7684/task/7750/stat : 7750 (java) S 7681 7684 4702 0 -1 1077944384 1429 13209 0 0 60 77 5 3 20 0 15 0 473970692 11109412864 287430 33554432000 4194304 4196468 140727030118784 139906697678000 139907175287426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
Current children cumulated CPU time: 2369.88 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1149720 KiB

[startup+2382.3 s]
/proc/loadavg: 1.37 1.45 1.48 3/227 8120
/proc/meminfo: memFree=7564268/32770624 swapFree=66998972/67108860
[pid=7684] ppid=7681 vsize=10849036 memory=1151720 CPUtime=2430.89 cores=0,2,4,6
/proc/7684/stat : 7684 (java) S 7681 7684 4702 0 -1 1077944320 247519 13209 0 0 242723 358 5 3 20 0 15 0 473970677 11109412864 287930 33554432000 4194304 4196468 140727030118784 140727030101328 139907175276279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
/proc/7684/statm: 2712259 287930 3629 1 0 2674317 0
[pid=7684/tid=7737] ppid=7681 vsize=10849036 memory=1204 CPUtime=2356.14 cores=0,2,4,6
/proc/7684/task/7737/stat : 7737 (java) R 7681 7684 4702 0 -1 4202560 78520 13209 0 0 235551 55 5 3 20 0 15 0 473970686 11109412864 287930 33554432000 4194304 4196468 140727030118784 139907147111760 139906786447661 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7738] ppid=7681 vsize=10849036 memory=1149720 CPUtime=12.73 cores=0,2,4,6
/proc/7684/task/7738/stat : 7738 (java) S 7681 7684 4702 0 -1 1077944384 25394 13209 0 0 1209 56 5 3 20 0 15 0 473970686 11109412864 287930 33554432000 4194304 4196468 140727030118784 139907179518608 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7739] ppid=7681 vsize=10849036 memory=1149720 CPUtime=12.75 cores=0,2,4,6
/proc/7684/task/7739/stat : 7739 (java) S 7681 7684 4702 0 -1 1077944384 24188 13209 0 0 1212 55 5 3 20 0 15 0 473970686 11109412864 287930 33554432000 4194304 4196468 140727030118784 139906748570128 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7740] ppid=7681 vsize=10849036 memory=1151720 CPUtime=12.79 cores=0,2,4,6
/proc/7684/task/7740/stat : 7740 (java) S 7681 7684 4702 0 -1 1077944384 22679 13209 0 0 1214 57 5 3 20 0 15 0 473970686 11109412864 287930 33554432000 4194304 4196468 140727030118784 139906747517328 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7741] ppid=7681 vsize=10849036 memory=1151720 CPUtime=12.79 cores=0,2,4,6
/proc/7684/task/7741/stat : 7741 (java) S 7681 7684 4702 0 -1 1077944384 26821 13209 0 0 1217 54 5 3 20 0 15 0 473970686 11109412864 287930 33554432000 4194304 4196468 140727030118784 139906746464528 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7742] ppid=7681 vsize=10849036 memory=3580 CPUtime=10.73 cores=0,2,4,6
/proc/7684/task/7742/stat : 7742 (java) S 7681 7684 4702 0 -1 1077944384 23530 13209 0 0 1010 55 5 3 20 0 15 0 473970688 11109412864 287930 33554432000 4194304 4196468 140727030118784 139906701888368 139907175287426 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7743] ppid=7681 vsize=10849036 memory=3472328296227679313 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7743/stat : 7743 (java) S 7681 7684 4702 0 -1 1077944384 23 13209 0 0 0 0 5 3 20 0 15 0 473970688 11109412864 287930 33554432000 4194304 4196468 140727030118784 139906613503584 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7744] ppid=7681 vsize=10849036 memory=1149720 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7744/stat : 7744 (java) S 7681 7684 4702 0 -1 1077944384 17 13209 0 0 0 0 5 3 20 0 15 0 473970689 11109412864 287930 33554432000 4194304 4196468 140727030118784 139906009523584 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7745] ppid=7681 vsize=10849036 memory=1149720 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7745/stat : 7745 (java) S 7681 7684 4702 0 -1 1077944384 3 13209 0 0 0 0 5 3 20 0 15 0 473970691 11109412864 287930 33554432000 4194304 4196468 140727030118784 139905702123856 139907175294875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7746] ppid=7681 vsize=10849036 memory=1149720 CPUtime=4.86 cores=0,2,4,6
/proc/7684/task/7746/stat : 7746 (java) S 7681 7684 4702 0 -1 1077944384 16357 13209 0 0 475 3 5 3 20 0 15 0 473970691 11109412864 287930 33554432000 4194304 4196468 140727030118784 139906700835184 139907175287426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7747] ppid=7681 vsize=10849036 memory=1149720 CPUtime=4.84 cores=0,2,4,6
/proc/7684/task/7747/stat : 7747 (java) S 7681 7684 4702 0 -1 1077944384 14043 13209 0 0 473 3 5 3 20 0 15 0 473970691 11109412864 287930 33554432000 4194304 4196468 140727030118784 139906699782384 139907175287426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7748] ppid=7681 vsize=10849036 memory=301741373374332954 CPUtime=2.39 cores=0,2,4,6
/proc/7684/task/7748/stat : 7748 (java) S 7681 7684 4702 0 -1 1077944384 12284 13209 0 0 227 4 5 3 20 0 15 0 473970691 11109412864 287930 33554432000 4194304 4196468 140727030118784 139906698729584 139907175287426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7749] ppid=7681 vsize=10849036 memory=288230583166042426 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7749/stat : 7749 (java) S 7681 7684 4702 0 -1 1077944384 3 13209 0 0 0 0 5 3 20 0 15 0 473970691 11109412864 287930 33554432000 4194304 4196468 140727030118784 139905668565216 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7750] ppid=7681 vsize=10849036 memory=14691894252800627 CPUtime=1.48 cores=0,2,4,6
/proc/7684/task/7750/stat : 7750 (java) S 7681 7684 4702 0 -1 1077944384 1451 13209 0 0 62 78 5 3 20 0 15 0 473970692 11109412864 287930 33554432000 4194304 4196468 140727030118784 139906697678000 139907175287426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
Current children cumulated CPU time: 2430.89 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1151720 KiB

[startup+2442.3 s]
/proc/loadavg: 1.14 1.37 1.45 3/227 8124
/proc/meminfo: memFree=7551644/32770624 swapFree=66998972/67108860
[pid=7684] ppid=7681 vsize=10849036 memory=1163624 CPUtime=2491.89 cores=0,2,4,6
/proc/7684/stat : 7684 (java) S 7681 7684 4702 0 -1 1077944320 249709 13209 0 0 248813 368 5 3 20 0 15 0 473970677 11109412864 290906 33554432000 4194304 4196468 140727030118784 140727030101328 139907175276279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
/proc/7684/statm: 2712259 290906 3629 1 0 2674317 0
[pid=7684/tid=7737] ppid=7681 vsize=10849036 memory=1149720 CPUtime=2415.43 cores=0,2,4,6
/proc/7684/task/7737/stat : 7737 (java) R 7681 7684 4702 0 -1 4202560 79384 13209 0 0 241479 56 5 3 20 0 15 0 473970686 11109412864 290906 33554432000 4194304 4196468 140727030118784 139907147111680 139906786210871 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7738] ppid=7681 vsize=10849036 memory=1163624 CPUtime=13.07 cores=0,2,4,6
/proc/7684/task/7738/stat : 7738 (java) S 7681 7684 4702 0 -1 1077944384 25462 13209 0 0 1242 57 5 3 20 0 15 0 473970686 11109412864 290906 33554432000 4194304 4196468 140727030118784 139907179518608 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7739] ppid=7681 vsize=10849036 memory=1163624 CPUtime=13.1 cores=0,2,4,6
/proc/7684/task/7739/stat : 7739 (java) S 7681 7684 4702 0 -1 1077944384 24776 13209 0 0 1245 57 5 3 20 0 15 0 473970686 11109412864 290906 33554432000 4194304 4196468 140727030118784 139906748570128 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7740] ppid=7681 vsize=10849036 memory=1163624 CPUtime=13.14 cores=0,2,4,6
/proc/7684/task/7740/stat : 7740 (java) S 7681 7684 4702 0 -1 1077944384 22722 13209 0 0 1247 59 5 3 20 0 15 0 473970686 11109412864 290906 33554432000 4194304 4196468 140727030118784 139906747517328 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7741] ppid=7681 vsize=10849036 memory=8 CPUtime=13.14 cores=0,2,4,6
/proc/7684/task/7741/stat : 7741 (java) S 7681 7684 4702 0 -1 1077944384 27098 13209 0 0 1250 56 5 3 20 0 15 0 473970686 11109412864 290906 33554432000 4194304 4196468 140727030118784 139906746464528 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7742] ppid=7681 vsize=10849036 memory=1163612 CPUtime=11.03 cores=0,2,4,6
/proc/7684/task/7742/stat : 7742 (java) S 7681 7684 4702 0 -1 1077944384 23864 13209 0 0 1038 57 5 3 20 0 15 0 473970688 11109412864 290906 33554432000 4194304 4196468 140727030118784 139906701888368 139907175287426 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7743] ppid=7681 vsize=10849036 memory=1163624 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7743/stat : 7743 (java) S 7681 7684 4702 0 -1 1077944384 23 13209 0 0 0 0 5 3 20 0 15 0 473970688 11109412864 290906 33554432000 4194304 4196468 140727030118784 139906613503584 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7744] ppid=7681 vsize=10849036 memory=1163624 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7744/stat : 7744 (java) S 7681 7684 4702 0 -1 1077944384 17 13209 0 0 0 0 5 3 20 0 15 0 473970689 11109412864 290906 33554432000 4194304 4196468 140727030118784 139906009523584 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7745] ppid=7681 vsize=10849036 memory=1163624 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7745/stat : 7745 (java) S 7681 7684 4702 0 -1 1077944384 3 13209 0 0 0 0 5 3 20 0 15 0 473970691 11109412864 290906 33554432000 4194304 4196468 140727030118784 139905702123856 139907175294875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7746] ppid=7681 vsize=10849036 memory=1163624 CPUtime=4.86 cores=0,2,4,6
/proc/7684/task/7746/stat : 7746 (java) S 7681 7684 4702 0 -1 1077944384 16359 13209 0 0 475 3 5 3 20 0 15 0 473970691 11109412864 290906 33554432000 4194304 4196468 140727030118784 139906700835184 139907175287426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7747] ppid=7681 vsize=10849036 memory=988 CPUtime=4.84 cores=0,2,4,6
/proc/7684/task/7747/stat : 7747 (java) S 7681 7684 4702 0 -1 1077944384 14046 13209 0 0 473 3 5 3 20 0 15 0 473970691 11109412864 290906 33554432000 4194304 4196468 140727030118784 139906699782384 139907175287426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7748] ppid=7681 vsize=10849036 memory=2020 CPUtime=2.39 cores=0,2,4,6
/proc/7684/task/7748/stat : 7748 (java) S 7681 7684 4702 0 -1 1077944384 12286 13209 0 0 227 4 5 3 20 0 15 0 473970691 11109412864 290906 33554432000 4194304 4196468 140727030118784 139906698729584 139907175287426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7749] ppid=7681 vsize=10849036 memory=860104 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7749/stat : 7749 (java) S 7681 7684 4702 0 -1 1077944384 3 13209 0 0 0 0 5 3 20 0 15 0 473970691 11109412864 290906 33554432000 4194304 4196468 140727030118784 139905668565216 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7750] ppid=7681 vsize=10849036 memory=1660 CPUtime=1.52 cores=0,2,4,6
/proc/7684/task/7750/stat : 7750 (java) S 7681 7684 4702 0 -1 1077944384 1460 13209 0 0 63 81 5 3 20 0 15 0 473970692 11109412864 290906 33554432000 4194304 4196468 140727030118784 139906697678000 139907175287426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
Current children cumulated CPU time: 2491.89 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1163624 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2470 s]*
/proc/loadavg: 1.29 1.39 1.45 3/227 8127
/proc/meminfo: memFree=7549664/32770624 swapFree=66998972/67108860
[pid=7684] ppid=7681 vsize=10849036 memory=1165672 CPUtime=2520.04 cores=0,2,4,6
/proc/7684/stat : 7684 (java) S 7681 7684 4702 0 -1 1077944320 250895 13209 0 0 251624 372 5 3 20 0 15 0 473970677 11109412864 291418 33554432000 4194304 4196468 140727030118784 140727030101328 139907175276279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
/proc/7684/statm: 2712259 291418 3629 1 0 2674317 0
[pid=7684/tid=7737] ppid=7681 vsize=10849036 memory=1398722017469774279 CPUtime=2442.83 cores=0,2,4,6
/proc/7684/task/7737/stat : 7737 (java) R 7681 7684 4702 0 -1 4202560 79946 13209 0 0 244219 56 5 3 20 0 15 0 473970686 11109412864 291418 33554432000 4194304 4196468 140727030118784 139907147111280 139906769200460 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7738] ppid=7681 vsize=10849036 memory=4872558044660077418 CPUtime=13.22 cores=0,2,4,6
/proc/7684/task/7738/stat : 7738 (java) S 7681 7684 4702 0 -1 1077944384 25512 13209 0 0 1256 58 5 3 20 0 15 0 473970686 11109412864 291418 33554432000 4194304 4196468 140727030118784 139907179518608 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7739] ppid=7681 vsize=10849036 memory=-2023959437020729679 CPUtime=13.25 cores=0,2,4,6
/proc/7684/task/7739/stat : 7739 (java) S 7681 7684 4702 0 -1 1077944384 24810 13209 0 0 1259 58 5 3 20 0 15 0 473970686 11109412864 291418 33554432000 4194304 4196468 140727030118784 139906748570128 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7740] ppid=7681 vsize=10849036 memory=576461252103989788 CPUtime=13.28 cores=0,2,4,6
/proc/7684/task/7740/stat : 7740 (java) S 7681 7684 4702 0 -1 1077944384 22775 13209 0 0 1261 59 5 3 20 0 15 0 473970686 11109412864 291418 33554432000 4194304 4196468 140727030118784 139906747517328 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7741] ppid=7681 vsize=10849036 memory=288283394117484661 CPUtime=13.3 cores=0,2,4,6
/proc/7684/task/7741/stat : 7741 (java) S 7681 7684 4702 0 -1 1077944384 27366 13209 0 0 1265 57 5 3 20 0 15 0 473970686 11109412864 291418 33554432000 4194304 4196468 140727030118784 139906746464528 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7742] ppid=7681 vsize=10849036 memory=4206186544037388384 CPUtime=11.15 cores=0,2,4,6
/proc/7684/task/7742/stat : 7742 (java) S 7681 7684 4702 0 -1 1077944384 24061 13209 0 0 1050 57 5 3 20 0 15 0 473970688 11109412864 291418 33554432000 4194304 4196468 140727030118784 139906701888368 139907175287426 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7743] ppid=7681 vsize=10849036 memory=6944656592455360604 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7743/stat : 7743 (java) S 7681 7684 4702 0 -1 1077944384 23 13209 0 0 0 0 5 3 20 0 15 0 473970688 11109412864 291418 33554432000 4194304 4196468 140727030118784 139906613503584 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7744] ppid=7681 vsize=10849036 memory=113841 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7744/stat : 7744 (java) S 7681 7684 4702 0 -1 1077944384 17 13209 0 0 0 0 5 3 20 0 15 0 473970689 11109412864 291418 33554432000 4194304 4196468 140727030118784 139906009523584 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7745] ppid=7681 vsize=10849036 memory=289 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7745/stat : 7745 (java) S 7681 7684 4702 0 -1 1077944384 3 13209 0 0 0 0 5 3 20 0 15 0 473970691 11109412864 291418 33554432000 4194304 4196468 140727030118784 139905702123856 139907175294875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7746] ppid=7681 vsize=10849036 memory=-6803092254075368380 CPUtime=4.86 cores=0,2,4,6
/proc/7684/task/7746/stat : 7746 (java) S 7681 7684 4702 0 -1 1077944384 16361 13209 0 0 475 3 5 3 20 0 15 0 473970691 11109412864 291418 33554432000 4194304 4196468 140727030118784 139906700835184 139907175287426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7747] ppid=7681 vsize=10849036 memory=0 CPUtime=4.84 cores=0,2,4,6
/proc/7684/task/7747/stat : 7747 (java) S 7681 7684 4702 0 -1 1077944384 14048 13209 0 0 473 3 5 3 20 0 15 0 473970691 11109412864 291418 33554432000 4194304 4196468 140727030118784 139906699782384 139907175287426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7748] ppid=7681 vsize=10849036 memory=0 CPUtime=2.39 cores=0,2,4,6
/proc/7684/task/7748/stat : 7748 (java) S 7681 7684 4702 0 -1 1077944384 12288 13209 0 0 227 4 5 3 20 0 15 0 473970691 11109412864 291418 33554432000 4194304 4196468 140727030118784 139906698729584 139907175287426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7749] ppid=7681 vsize=10849036 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7684/task/7749/stat : 7749 (java) S 7681 7684 4702 0 -1 1077944384 3 13209 0 0 0 0 5 3 20 0 15 0 473970691 11109412864 291418 33554432000 4194304 4196468 140727030118784 139905668565216 139907175286485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
[pid=7684/tid=7750] ppid=7681 vsize=10849036 memory=0 CPUtime=1.53 cores=0,2,4,6
/proc/7684/task/7750/stat : 7750 (java) S 7681 7684 4702 0 -1 1077944384 1476 13209 0 0 63 82 5 3 20 0 15 0 473970692 11109412864 291418 33554432000 4194304 4196468 140727030118784 139906697678000 139907175287426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35848192 140727030127345 140727030129861 140727030129861 140727030132687 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1165672 KiB

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

[startup+2470.04 s]
# the end of solver process 7684 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.33 s, system=3.76731 s

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

Child status: 143
Real time (s): 2470.04
CPU time (s): 2520.09
CPU user time (s): 2516.33
CPU system time (s): 3.76731
CPU usage (%): 102.027
Max. virtual memory (cumulated for all children) (KiB): 10849036
Max. memory (cumulated for all children) (KiB): 1390328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.33
system time used= 3.76731
maximum resident set size= 1391848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 265347
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 293123
involuntary context switches= 8273


# summary of solver processes directly reported to runsolver:
#   pid: 7684
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.33
#   total CPU system time (s): 3.76731

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8411 second user time and 24.0231 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-20 12:56:59
IDJOB=4402612
IDBENCH=128093
IDSOLVER=2861
FILE ID=node123/4402612-1568977058
RUNJOBID= node123-1568967599-4735
PBS_JOBID= 21704625
Free space on /tmp= 25692 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-jcr/CarSequencing-36-92.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402612-1568977058/watcher-4402612-1568977058 -o /tmp/evaluation-result-4402612-1568977058/solver-4402612-1568977058 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568967599-4735 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=48196352 HOME/instance-4402612-1568977058.xml

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

MD5SUM BENCH= e7221c19415bed5c98fc37c567f19ceb
RANDOM SEED=48196352

node123.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.49
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.49
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.49
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.49
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:         7684436 kB
MemAvailable:   29975912 kB
Buffers:          103600 kB
Cached:         22182032 kB
SwapCached:         7148 kB
Active:         12970580 kB
Inactive:       11197212 kB
Active(anon):    1872744 kB
Inactive(anon):    57484 kB
Active(file):   11097836 kB
Inactive(file): 11139728 kB
Unevictable:      107412 kB
Mlocked:          107412 kB
SwapTotal:      67108860 kB
SwapFree:       66998968 kB
Dirty:             35856 kB
Writeback:             0 kB
AnonPages:       2008556 kB
Mapped:            64608 kB
Shmem:             38944 kB
Slab:             512092 kB
SReclaimable:     482372 kB
SUnreclaim:        29720 kB
KernelStack:        3824 kB
PageTables:         9436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3004880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1839104 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 /tmp at the end= 25660 MiB
End job on node123 at 2019-09-20 13:38:09