Trace number 4400702

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.2? (TO) 2520.15 2463.34

General information on the benchmark

NameCarSequencing/CarSequencing-m1-jcr/
CarSequencing-80-07.xml
MD5SUM551365d3bcc7e6d8199baaf77d133a5e
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 benchmark53.4289
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1428
Number of domains2
Minimum domain size2
Maximum domain size24
Distribution of domain sizes[{"size":2,"count":1000},{"size":24,"count":200}]
Minimum variable degree2
Maximum variable degree76
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":52,"count":8}, {"degree":53,"count":8}, {"degree":54,"count":9}, {"degree":55,"count":9}, {"degree":56,"count":51}, {"degree":57,"count":6}, {"degree":58,"count":41}, {"degree":59,"count":2}, {"degree":60,"count":2}, {"degree":61,"count":2}, {"degree":62,"count":2}, {"degree":63,"count":2}, {"degree":64,"count":2}, {"degree":65,"count":2}, {"degree":66,"count":2}, {"degree":67,"count":2}, {"degree":68,"count":2}, {"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":3}, {"degree":76,"count":55}]
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":30,"count":1},{"arity":35,"count":1},{"arity":40,"count":1},{"arity":41,"count":1},{"arity":44,"count":1},{"arity":45,"count":1},{"arity":47,"count":2},{"arity":50,"count":3},{"arity":53,"count":2},{"arity":55,"count":1},{"arity":56,"count":3},{"arity":58,"count":1},{"arity":59,"count":2},{"arity":60,"count":2},{"arity":62,"count":3},{"arity":64,"count":1},{"arity":65,"count":3},{"arity":66,"count":1},{"arity":68,"count":3},{"arity":70,"count":2},{"arity":71,"count":2},"...",{"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":1227},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400702-1568684049/watcher-4400702-1568684049 -o /tmp/evaluation-result-4400702-1568684049/solver-4400702-1568684049 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568673291-32273 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1612266580 HOME/instance-4400702-1568684049.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=2445, runsolver pid=2442
Current StackSize limit: 8192 KiB


[startup+0.109724 s]*
/proc/loadavg: 1.98 1.43 1.47 4/219 2502
/proc/meminfo: memFree=27978136/32770624 swapFree=67027208/67108860
[pid=2445] ppid=2442 vsize=10153664 memory=20060 CPUtime=0.1 cores=0,2,4,6
/proc/2445/stat : 2445 (java) S 2442 2445 32242 0 -1 1077944320 4812 13331 0 0 2 1 4 3 20 0 8 0 444677516 10397351936 5015 33554432000 4194304 4196468 140726175720800 140726175703344 140495496232695 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
/proc/2445/statm: 2538416 5015 2049 1 0 2526854 0
[pid=2445/tid=2498] ppid=2442 vsize=10355560 memory=-8171376296011865461 CPUtime=0.08 cores=0,2,4,6
/proc/2445/task/2498/stat : 2498 (java) R 2442 2445 32242 0 -1 4202560 2619 13331 0 0 1 0 4 3 20 0 9 0 444677525 10604093440 5619 33554432000 4194304 4196468 140726175720800 140495468068720 140495481915187 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2499] ppid=2442 vsize=10355560 memory=5792869726567804975 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2499/stat : 2499 (java) S 2442 2445 32242 0 -1 1077944384 2 13331 0 0 0 0 4 3 20 0 9 0 444677526 10604093440 5619 33554432000 4194304 4196468 140726175720800 140495500474896 140495496242901 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2500] ppid=2442 vsize=10355560 memory=139681971160704 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2500/stat : 2500 (java) S 2442 2445 32242 0 -1 1077944384 1 13331 0 0 0 0 4 3 20 0 9 0 444677526 10604093440 5619 33554432000 4194304 4196468 140726175720800 140495427955344 140495496242901 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2501] ppid=2442 vsize=10355560 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2501/stat : 2501 (java) S 2442 2445 32242 0 -1 1077944384 1 13331 0 0 0 0 4 3 20 0 9 0 444677526 10604093440 5619 33554432000 4194304 4196468 140726175720800 140495068702992 140495496242901 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2502] ppid=2442 vsize=10355560 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2502/stat : 2502 (java) S 2442 2445 32242 0 -1 1077944384 2 13331 0 0 0 0 4 3 20 0 9 0 444677526 10604093440 5619 33554432000 4194304 4196468 140726175720800 140495067650448 140495496242901 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2503] ppid=2442 vsize=10355560 memory=139681971160704 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2503/stat : 2503 (java) S 2442 2445 32242 0 -1 1077944384 2 13331 0 0 0 0 4 3 20 0 9 0 444677527 10604093440 5619 33554432000 4194304 4196468 140726175720800 140494820592368 140495496243842 0 0 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2504] ppid=2442 vsize=10355560 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2504/stat : 2504 (java) S 2442 2445 32242 0 -1 1077944384 33 13331 0 0 0 0 4 3 20 0 9 0 444677528 10604093440 5619 33554432000 4194304 4196468 140726175720800 140494819538592 140495496242901 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2505] ppid=2442 vsize=10355560 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2505/stat : 2505 (java) S 2442 2445 32242 0 -1 1077944384 1 13331 0 0 0 0 4 3 20 0 9 0 444677528 10604093440 5619 33554432000 4194304 4196468 140726175720800 140494352934192 140495496242901 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10153664 KiB
Current children cumulated memory: 20060 KiB

[startup+0.212802 s]*
/proc/loadavg: 1.98 1.43 1.47 3/228 2511
/proc/meminfo: memFree=27962680/32770624 swapFree=67027208/67108860
[pid=2445] ppid=2442 vsize=10823808 memory=42168 CPUtime=0.27 cores=0,2,4,6
/proc/2445/stat : 2445 (java) S 2442 2445 32242 0 -1 1077944320 7983 13331 0 0 18 2 4 3 20 0 15 0 444677516 11083579392 10542 33554432000 4194304 4196468 140726175720800 140726175703344 140495496232695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
/proc/2445/statm: 2705952 10542 3296 1 0 2668052 0
[pid=2445/tid=2498] ppid=2442 vsize=10821220 memory=-8171376296011865461 CPUtime=0.19 cores=0,2,4,6
/proc/2445/task/2498/stat : 2498 (java) R 2442 2445 32242 0 -1 4202560 5073 13331 0 0 11 1 4 3 20 0 15 0 444677525 11080929280 10201 33554432000 4194304 4196468 140726175720800 140495468045056 140495488912413 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2499] ppid=2442 vsize=10821220 memory=5792869726567804975 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2499/stat : 2499 (java) S 2442 2445 32242 0 -1 1077944384 2 13331 0 0 0 0 4 3 20 0 15 0 444677526 11080929280 10201 33554432000 4194304 4196468 140726175720800 140495500474896 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2500] ppid=2442 vsize=10821220 memory=139681971160704 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2500/stat : 2500 (java) S 2442 2445 32242 0 -1 1077944384 1 13331 0 0 0 0 4 3 20 0 15 0 444677526 11080929280 10201 33554432000 4194304 4196468 140726175720800 140495427955344 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2501] ppid=2442 vsize=10821220 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2501/stat : 2501 (java) S 2442 2445 32242 0 -1 1077944384 1 13331 0 0 0 0 4 3 20 0 15 0 444677526 11080929280 10201 33554432000 4194304 4196468 140726175720800 140495068702992 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2502] ppid=2442 vsize=10821220 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2502/stat : 2502 (java) S 2442 2445 32242 0 -1 1077944384 2 13331 0 0 0 0 4 3 20 0 15 0 444677526 11080929280 10201 33554432000 4194304 4196468 140726175720800 140495067650448 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2503] ppid=2442 vsize=10821220 memory=139681971160704 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2503/stat : 2503 (java) S 2442 2445 32242 0 -1 1077944384 2 13331 0 0 0 0 4 3 20 0 15 0 444677527 11080929280 10201 33554432000 4194304 4196468 140726175720800 140494820592368 140495496243842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2504] ppid=2442 vsize=10821220 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2504/stat : 2504 (java) S 2442 2445 32242 0 -1 1077944384 33 13331 0 0 0 0 4 3 20 0 15 0 444677528 11080929280 10201 33554432000 4194304 4196468 140726175720800 140494819538592 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2505] ppid=2442 vsize=10821220 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2505/stat : 2505 (java) S 2442 2445 32242 0 -1 1077944384 1 13331 0 0 0 0 4 3 20 0 15 0 444677528 11080929280 10201 33554432000 4194304 4196468 140726175720800 140494352934128 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2506] ppid=2442 vsize=10821220 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2506/stat : 2506 (java) S 2442 2445 32242 0 -1 1077944384 3 13331 0 0 0 0 4 3 20 0 15 0 444677531 11080929280 10201 33554432000 4194304 4196468 140726175720800 140494045534672 140495496251291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2507] ppid=2442 vsize=10821220 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2445/task/2507/stat : 2507 (java) S 2442 2445 32242 0 -1 1077944384 468 13331 0 0 1 0 4 3 20 0 15 0 444677531 11080929280 10201 33554432000 4194304 4196468 140726175720800 140494785980656 140495496243842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2508] ppid=2442 vsize=10821220 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2445/task/2508/stat : 2508 (java) S 2442 2445 32242 0 -1 1077944384 192 13331 0 0 1 0 4 3 20 0 15 0 444677531 11080929280 10201 33554432000 4194304 4196468 140726175720800 140494784928112 140495496243842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2509] ppid=2442 vsize=10821220 memory=139681971160704 CPUtime=0.1 cores=0,2,4,6
/proc/2445/task/2509/stat : 2509 (java) S 2442 2445 32242 0 -1 1077944384 611 13331 0 0 3 0 4 3 20 0 15 0 444677531 11080929280 10201 33554432000 4194304 4196468 140726175720800 140494783875056 140495496243842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2510] ppid=2442 vsize=10821220 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2510/stat : 2510 (java) S 2442 2445 32242 0 -1 1077944384 3 13331 0 0 0 0 4 3 20 0 15 0 444677531 11080929280 10201 33554432000 4194304 4196468 140726175720800 140494011976032 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2511] ppid=2442 vsize=10821220 memory=139681971160704 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2511/stat : 2511 (java) S 2442 2445 32242 0 -1 1077944384 1 13331 0 0 0 0 4 3 20 0 15 0 444677531 11080929280 10201 33554432000 4194304 4196468 140726175720800 140494782823472 140495496243842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10823808 KiB
Current children cumulated memory: 42168 KiB

[startup+0.310762 s]*
/proc/loadavg: 1.98 1.43 1.47 3/228 2511
/proc/meminfo: memFree=27952348/32770624 swapFree=67027208/67108860
[pid=2445] ppid=2442 vsize=10820196 memory=48028 CPUtime=0.39 cores=0,2,4,6
/proc/2445/stat : 2445 (java) S 2442 2445 32242 0 -1 1077944320 10770 13331 0 0 29 3 4 3 20 0 15 0 444677516 11079880704 12007 33554432000 4194304 4196468 140726175720800 140726175703344 140495496232695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
/proc/2445/statm: 2705049 12007 3306 1 0 2667149 0
[pid=2445/tid=2498] ppid=2442 vsize=10820196 memory=-8171376296011865461 CPUtime=0.28 cores=0,2,4,6
/proc/2445/task/2498/stat : 2498 (java) R 2442 2445 32242 0 -1 4202560 7230 13331 0 0 19 2 4 3 20 0 15 0 444677525 11079880704 12007 33554432000 4194304 4196468 140726175720800 140495468038800 140495476509520 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2499] ppid=2442 vsize=10820196 memory=4122819175002409273 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2499/stat : 2499 (java) S 2442 2445 32242 0 -1 1077944384 2 13331 0 0 0 0 4 3 20 0 15 0 444677526 11079880704 12007 33554432000 4194304 4196468 140726175720800 140495500474896 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2500] ppid=2442 vsize=10820196 memory=139681971160704 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2500/stat : 2500 (java) S 2442 2445 32242 0 -1 1077944384 1 13331 0 0 0 0 4 3 20 0 15 0 444677526 11079880704 12007 33554432000 4194304 4196468 140726175720800 140495427955344 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2501] ppid=2442 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2501/stat : 2501 (java) S 2442 2445 32242 0 -1 1077944384 1 13331 0 0 0 0 4 3 20 0 15 0 444677526 11079880704 12007 33554432000 4194304 4196468 140726175720800 140495068702992 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2502] ppid=2442 vsize=10820196 memory=2240 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2502/stat : 2502 (java) S 2442 2445 32242 0 -1 1077944384 2 13331 0 0 0 0 4 3 20 0 15 0 444677526 11079880704 12007 33554432000 4194304 4196468 140726175720800 140495067650448 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2503] ppid=2442 vsize=10820196 memory=139681971160704 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2503/stat : 2503 (java) S 2442 2445 32242 0 -1 1077944384 2 13331 0 0 0 0 4 3 20 0 15 0 444677527 11079880704 12007 33554432000 4194304 4196468 140726175720800 140494820592368 140495496243842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2504] ppid=2442 vsize=10820196 memory=2208 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2504/stat : 2504 (java) S 2442 2445 32242 0 -1 1077944384 33 13331 0 0 0 0 4 3 20 0 15 0 444677528 11079880704 12007 33554432000 4194304 4196468 140726175720800 140494819538592 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2505] ppid=2442 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2505/stat : 2505 (java) S 2442 2445 32242 0 -1 1077944384 1 13331 0 0 0 0 4 3 20 0 15 0 444677528 11079880704 12007 33554432000 4194304 4196468 140726175720800 140494352934128 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2506] ppid=2442 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2506/stat : 2506 (java) S 2442 2445 32242 0 -1 1077944384 3 13331 0 0 0 0 4 3 20 0 15 0 444677531 11079880704 12007 33554432000 4194304 4196468 140726175720800 140494045534672 140495496251291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2507] ppid=2442 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2445/task/2507/stat : 2507 (java) S 2442 2445 32242 0 -1 1077944384 468 13331 0 0 1 0 4 3 20 0 15 0 444677531 11079880704 12007 33554432000 4194304 4196468 140726175720800 140494785980656 140495496243842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2508] ppid=2442 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/2445/task/2508/stat : 2508 (java) S 2442 2445 32242 0 -1 1077944384 193 13331 0 0 2 0 4 3 20 0 15 0 444677531 11079880704 12007 33554432000 4194304 4196468 140726175720800 140494784928112 140495496243842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2509] ppid=2442 vsize=10820196 memory=139681971160704 CPUtime=0.12 cores=0,2,4,6
/proc/2445/task/2509/stat : 2509 (java) S 2442 2445 32242 0 -1 1077944384 629 13331 0 0 5 0 4 3 20 0 15 0 444677531 11079880704 12007 33554432000 4194304 4196468 140726175720800 140494783875056 140495496243842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2510] ppid=2442 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2510/stat : 2510 (java) S 2442 2445 32242 0 -1 1077944384 3 13331 0 0 0 0 4 3 20 0 15 0 444677531 11079880704 12007 33554432000 4194304 4196468 140726175720800 140494011976032 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2511] ppid=2442 vsize=10820196 memory=139681971160704 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2511/stat : 2511 (java) S 2442 2445 32242 0 -1 1077944384 1 13331 0 0 0 0 4 3 20 0 15 0 444677531 11079880704 12007 33554432000 4194304 4196468 140726175720800 140494782823472 140495496243842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 48028 KiB

[startup+0.707725 s]
/proc/loadavg: 1.98 1.43 1.47 3/228 2511
/proc/meminfo: memFree=27940700/32770624 swapFree=67027208/67108860
[pid=2445] ppid=2442 vsize=10824364 memory=81272 CPUtime=1.11 cores=0,2,4,6
/proc/2445/stat : 2445 (java) S 2442 2445 32242 0 -1 1077944320 15054 13331 0 0 99 5 4 3 20 0 15 0 444677516 11084148736 20318 33554432000 4194304 4196468 140726175720800 140726175703344 140495496232695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
/proc/2445/statm: 2706091 20318 3508 1 0 2668173 0
[pid=2445/tid=2498] ppid=2442 vsize=10824364 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/2445/task/2498/stat : 2498 (java) R 2442 2445 32242 0 -1 4202560 10579 13331 0 0 55 3 4 3 20 0 15 0 444677525 11084148736 20318 33554432000 4194304 4196468 140726175720800 140495468053248 140495480313182 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2499] ppid=2442 vsize=10824364 memory=14833762257083432 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2499/stat : 2499 (java) S 2442 2445 32242 0 -1 1077944384 2 13331 0 0 0 0 4 3 20 0 15 0 444677526 11084148736 20318 33554432000 4194304 4196468 140726175720800 140495500474896 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2500] ppid=2442 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2500/stat : 2500 (java) S 2442 2445 32242 0 -1 1077944384 1 13331 0 0 0 0 4 3 20 0 15 0 444677526 11084148736 20318 33554432000 4194304 4196468 140726175720800 140495427955344 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2501] ppid=2442 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2501/stat : 2501 (java) S 2442 2445 32242 0 -1 1077944384 1 13331 0 0 0 0 4 3 20 0 15 0 444677526 11084148736 20318 33554432000 4194304 4196468 140726175720800 140495068702992 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2502] ppid=2442 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2502/stat : 2502 (java) S 2442 2445 32242 0 -1 1077944384 2 13331 0 0 0 0 4 3 20 0 15 0 444677526 11084148736 20318 33554432000 4194304 4196468 140726175720800 140495067650448 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2503] ppid=2442 vsize=10824364 memory=6944656592455360604 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2503/stat : 2503 (java) S 2442 2445 32242 0 -1 1077944384 5 13331 0 0 0 0 4 3 20 0 15 0 444677527 11084148736 20318 33554432000 4194304 4196468 140726175720800 140494820592368 140495496243842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2504] ppid=2442 vsize=10824364 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2504/stat : 2504 (java) S 2442 2445 32242 0 -1 1077944384 33 13331 0 0 0 0 4 3 20 0 15 0 444677528 11084148736 20318 33554432000 4194304 4196468 140726175720800 140494819538592 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2505] ppid=2442 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2505/stat : 2505 (java) S 2442 2445 32242 0 -1 1077944384 1 13331 0 0 0 0 4 3 20 0 15 0 444677528 11084148736 20318 33554432000 4194304 4196468 140726175720800 140494352934128 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2506] ppid=2442 vsize=10824364 memory=6943526294502006880 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2506/stat : 2506 (java) S 2442 2445 32242 0 -1 1077944384 3 13331 0 0 0 0 4 3 20 0 15 0 444677531 11084148736 20318 33554432000 4194304 4196468 140726175720800 140494045534672 140495496251291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2507] ppid=2442 vsize=10824364 memory=11044 CPUtime=0.18 cores=0,2,4,6
/proc/2445/task/2507/stat : 2507 (java) S 2442 2445 32242 0 -1 1077944384 829 13331 0 0 11 0 4 3 20 0 15 0 444677531 11084148736 20318 33554432000 4194304 4196468 140726175720800 140494785980656 140495496243842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2508] ppid=2442 vsize=10824364 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/2445/task/2508/stat : 2508 (java) R 2442 2445 32242 0 -1 4202560 642 13331 0 0 15 0 4 3 20 0 15 0 444677531 11084148736 20318 33554432000 4194304 4196468 140726175720800 140494784928112 140495496254042 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2509] ppid=2442 vsize=10824364 memory=27300 CPUtime=0.24 cores=0,2,4,6
/proc/2445/task/2509/stat : 2509 (java) S 2442 2445 32242 0 -1 1077944384 749 13331 0 0 17 0 4 3 20 0 15 0 444677531 11084148736 20318 33554432000 4194304 4196468 140726175720800 140494783875056 140495496243842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2510] ppid=2442 vsize=10824364 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2510/stat : 2510 (java) S 2442 2445 32242 0 -1 1077944384 3 13331 0 0 0 0 4 3 20 0 15 0 444677531 11084148736 20318 33554432000 4194304 4196468 140726175720800 140494011976032 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2511] ppid=2442 vsize=10824364 memory=139681865959056 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2511/stat : 2511 (java) S 2442 2445 32242 0 -1 1077944384 1 13331 0 0 0 0 4 3 20 0 15 0 444677531 11084148736 20318 33554432000 4194304 4196468 140726175720800 140494782823472 140495496243842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81272 KiB

[startup+1.50072 s]
/proc/loadavg: 1.98 1.43 1.47 6/228 2511
/proc/meminfo: memFree=27885416/32770624 swapFree=67027208/67108860
[pid=2445] ppid=2442 vsize=10832632 memory=226944 CPUtime=3.36 cores=0,2,4,6
/proc/2445/stat : 2445 (java) S 2442 2445 32242 0 -1 1077944320 41034 13331 0 0 318 11 4 3 20 0 15 0 444677516 11092615168 56736 33554432000 4194304 4196468 140726175720800 140726175703344 140495496232695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
/proc/2445/statm: 2708158 56736 3589 1 0 2670221 0
[pid=2445/tid=2498] ppid=2442 vsize=10832632 memory=4120 CPUtime=1.4 cores=0,2,4,6
/proc/2445/task/2498/stat : 2498 (java) R 2442 2445 32242 0 -1 4202560 18184 13331 0 0 127 6 4 3 20 0 15 0 444677525 11092615168 56736 33554432000 4194304 4196468 140726175720800 140495468045064 140495482418384 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2499] ppid=2442 vsize=10832632 memory=33380 CPUtime=0.08 cores=0,2,4,6
/proc/2445/task/2499/stat : 2499 (java) S 2442 2445 32242 0 -1 1077944384 322 13331 0 0 1 0 4 3 20 0 15 0 444677526 11092615168 56736 33554432000 4194304 4196468 140726175720800 140495500474896 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2500] ppid=2442 vsize=10832632 memory=1296 CPUtime=0.08 cores=0,2,4,6
/proc/2445/task/2500/stat : 2500 (java) S 2442 2445 32242 0 -1 1077944384 61 13331 0 0 1 0 4 3 20 0 15 0 444677526 11092615168 56736 33554432000 4194304 4196468 140726175720800 140495427955344 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2501] ppid=2442 vsize=10832632 memory=2184 CPUtime=0.08 cores=0,2,4,6
/proc/2445/task/2501/stat : 2501 (java) S 2442 2445 32242 0 -1 1077944384 71 13331 0 0 1 0 4 3 20 0 15 0 444677526 11092615168 56736 33554432000 4194304 4196468 140726175720800 140495068702992 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2502] ppid=2442 vsize=10832632 memory=1844 CPUtime=0.08 cores=0,2,4,6
/proc/2445/task/2502/stat : 2502 (java) S 2442 2445 32242 0 -1 1077944384 9 13331 0 0 1 0 4 3 20 0 15 0 444677526 11092615168 56736 33554432000 4194304 4196468 140726175720800 140495067650448 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2503] ppid=2442 vsize=10832632 memory=4968 CPUtime=0.08 cores=0,2,4,6
/proc/2445/task/2503/stat : 2503 (java) S 2442 2445 32242 0 -1 1077944384 100 13331 0 0 1 0 4 3 20 0 15 0 444677527 11092615168 56736 33554432000 4194304 4196468 140726175720800 140494820592368 140495496243842 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2504] ppid=2442 vsize=10832632 memory=10092 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2504/stat : 2504 (java) S 2442 2445 32242 0 -1 1077944384 34 13331 0 0 0 0 4 3 20 0 15 0 444677528 11092615168 56736 33554432000 4194304 4196468 140726175720800 140494819538592 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2505] ppid=2442 vsize=10832632 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2505/stat : 2505 (java) S 2442 2445 32242 0 -1 1077944384 1 13331 0 0 0 0 4 3 20 0 15 0 444677528 11092615168 56736 33554432000 4194304 4196468 140726175720800 140494352934128 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2506] ppid=2442 vsize=10832632 memory=279363732264528 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2506/stat : 2506 (java) S 2442 2445 32242 0 -1 1077944384 3 13331 0 0 0 0 4 3 20 0 15 0 444677531 11092615168 56736 33554432000 4194304 4196468 140726175720800 140494045534672 140495496251291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2507] ppid=2442 vsize=10832632 memory=14692989469481591 CPUtime=0.75 cores=0,2,4,6
/proc/2445/task/2507/stat : 2507 (java) S 2442 2445 32242 0 -1 1077944384 8721 13331 0 0 67 1 4 3 20 0 15 0 444677531 11092615168 56736 33554432000 4194304 4196468 140726175720800 140494785980656 140495496243842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2508] ppid=2442 vsize=10832632 memory=0 CPUtime=0.79 cores=0,2,4,6
/proc/2445/task/2508/stat : 2508 (java) S 2442 2445 32242 0 -1 1077944384 8447 13331 0 0 71 1 4 3 20 0 15 0 444677531 11092615168 56736 33554432000 4194304 4196468 140726175720800 140494784928112 140495496243842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2509] ppid=2442 vsize=10832632 memory=0 CPUtime=0.49 cores=0,2,4,6
/proc/2445/task/2509/stat : 2509 (java) S 2442 2445 32242 0 -1 1077944384 2873 13331 0 0 42 0 4 3 20 0 15 0 444677531 11092615168 56736 33554432000 4194304 4196468 140726175720800 140494783875056 140495496243842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0

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

/proc/2445/task/2498/stat : 2498 (java) R 2442 2445 32242 0 -1 4202560 97882 13331 0 0 235599 71 4 3 20 0 15 0 444677525 11109412864 162798 33554432000 4194304 4196468 140726175720800 140495468068144 140495113724468 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2499] ppid=2442 vsize=10849036 memory=651192 CPUtime=13.45 cores=0,2,4,6
/proc/2445/task/2499/stat : 2499 (java) S 2442 2445 32242 0 -1 1077944384 29520 13331 0 0 1285 53 4 3 20 0 15 0 444677526 11109412864 162798 33554432000 4194304 4196468 140726175720800 140495500474896 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2500] ppid=2442 vsize=10849036 memory=651192 CPUtime=13.46 cores=0,2,4,6
/proc/2445/task/2500/stat : 2500 (java) S 2442 2445 32242 0 -1 1077944384 26624 13331 0 0 1286 53 4 3 20 0 15 0 444677526 11109412864 162798 33554432000 4194304 4196468 140726175720800 140495427955344 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2501] ppid=2442 vsize=10849036 memory=651192 CPUtime=13.49 cores=0,2,4,6
/proc/2445/task/2501/stat : 2501 (java) S 2442 2445 32242 0 -1 1077944384 30318 13331 0 0 1288 54 4 3 20 0 15 0 444677526 11109412864 162798 33554432000 4194304 4196468 140726175720800 140495068702992 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2502] ppid=2442 vsize=10849036 memory=651192 CPUtime=13.48 cores=0,2,4,6
/proc/2445/task/2502/stat : 2502 (java) S 2442 2445 32242 0 -1 1077944384 36752 13331 0 0 1287 54 4 3 20 0 15 0 444677526 11109412864 162798 33554432000 4194304 4196468 140726175720800 140495067650448 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2503] ppid=2442 vsize=10849036 memory=1339 CPUtime=8.44 cores=0,2,4,6
/proc/2445/task/2503/stat : 2503 (java) S 2442 2445 32242 0 -1 1077944384 24833 13331 0 0 769 68 4 3 20 0 15 0 444677527 11109412864 162798 33554432000 4194304 4196468 140726175720800 140494820592368 140495496243842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 72 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2504] ppid=2442 vsize=10849036 memory=1296 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2504/stat : 2504 (java) S 2442 2445 32242 0 -1 1077944384 55 13331 0 0 0 0 4 3 20 0 15 0 444677528 11109412864 162798 33554432000 4194304 4196468 140726175720800 140494819538656 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2505] ppid=2442 vsize=10849036 memory=2184 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2505/stat : 2505 (java) S 2442 2445 32242 0 -1 1077944384 21 13331 0 0 0 0 4 3 20 0 15 0 444677528 11109412864 162798 33554432000 4194304 4196468 140726175720800 140494352934144 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2506] ppid=2442 vsize=10849036 memory=651192 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2506/stat : 2506 (java) S 2442 2445 32242 0 -1 1077944384 3 13331 0 0 0 0 4 3 20 0 15 0 444677531 11109412864 162798 33554432000 4194304 4196468 140726175720800 140494045534672 140495496251291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2507] ppid=2442 vsize=10849036 memory=4120 CPUtime=7.44 cores=0,2,4,6
/proc/2445/task/2507/stat : 2507 (java) S 2442 2445 32242 0 -1 1077944384 39096 13331 0 0 733 4 4 3 20 0 15 0 444677531 11109412864 162798 33554432000 4194304 4196468 140726175720800 140494785980656 140495496243842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 67 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2508] ppid=2442 vsize=10849036 memory=651192 CPUtime=7.57 cores=0,2,4,6
/proc/2445/task/2508/stat : 2508 (java) S 2442 2445 32242 0 -1 1077944384 30164 13331 0 0 746 4 4 3 20 0 15 0 444677531 11109412864 162798 33554432000 4194304 4196468 140726175720800 140494784928112 140495496243842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2509] ppid=2442 vsize=10849036 memory=239685 CPUtime=2.62 cores=0,2,4,6
/proc/2445/task/2509/stat : 2509 (java) S 2442 2445 32242 0 -1 1077944384 17327 13331 0 0 251 4 4 3 20 0 15 0 444677531 11109412864 162798 33554432000 4194304 4196468 140726175720800 140494783875056 140495496243842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2510] ppid=2442 vsize=10849036 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2510/stat : 2510 (java) S 2442 2445 32242 0 -1 1077944384 3 13331 0 0 0 0 4 3 20 0 15 0 444677531 11109412864 162798 33554432000 4194304 4196468 140726175720800 140494011976032 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2511] ppid=2442 vsize=10849036 memory=1804 CPUtime=1.35 cores=0,2,4,6
/proc/2445/task/2511/stat : 2511 (java) S 2442 2445 32242 0 -1 1077944384 2132 13331 0 0 62 66 4 3 20 0 15 0 444677531 11109412864 162798 33554432000 4194304 4196468 140726175720800 140494782823472 140495496243842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 97 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
Current children cumulated CPU time: 2437.56 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 651192 KiB

[startup+2442.3 s]
/proc/loadavg: 1.10 1.18 1.32 3/227 3047
/proc/meminfo: memFree=28640908/32770624 swapFree=67027240/67108860
[pid=2445] ppid=2442 vsize=10849036 memory=636820 CPUtime=2498.69 cores=0,2,4,6
/proc/2445/stat : 2445 (java) S 2442 2445 32242 0 -1 1077944320 339473 13331 0 0 249470 392 4 3 20 0 15 0 444677516 11109412864 159205 33554432000 4194304 4196468 140726175720800 140726175703344 140495496232695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
/proc/2445/statm: 2712259 159205 3635 1 0 2674317 0
[pid=2445/tid=2498] ppid=2442 vsize=10849036 memory=651192 CPUtime=2416.09 cores=0,2,4,6
/proc/2445/task/2498/stat : 2498 (java) R 2442 2445 32242 0 -1 4202560 98871 13331 0 0 241530 72 4 3 20 0 15 0 444677525 11109412864 159205 33554432000 4194304 4196468 140726175720800 140495468068688 140495114362784 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2499] ppid=2442 vsize=10849036 memory=651192 CPUtime=13.85 cores=0,2,4,6
/proc/2445/task/2499/stat : 2499 (java) S 2442 2445 32242 0 -1 1077944384 29755 13331 0 0 1324 54 4 3 20 0 15 0 444677526 11109412864 159205 33554432000 4194304 4196468 140726175720800 140495500474896 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2500] ppid=2442 vsize=10849036 memory=645540 CPUtime=13.84 cores=0,2,4,6
/proc/2445/task/2500/stat : 2500 (java) S 2442 2445 32242 0 -1 1077944384 26830 13331 0 0 1324 53 4 3 20 0 15 0 444677526 11109412864 159205 33554432000 4194304 4196468 140726175720800 140495427955344 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2501] ppid=2442 vsize=10849036 memory=641948 CPUtime=13.88 cores=0,2,4,6
/proc/2445/task/2501/stat : 2501 (java) S 2442 2445 32242 0 -1 1077944384 30675 13331 0 0 1326 55 4 3 20 0 15 0 444677526 11109412864 159205 33554432000 4194304 4196468 140726175720800 140495068702992 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2502] ppid=2442 vsize=10849036 memory=636820 CPUtime=13.86 cores=0,2,4,6
/proc/2445/task/2502/stat : 2502 (java) S 2442 2445 32242 0 -1 1077944384 37244 13331 0 0 1324 55 4 3 20 0 15 0 444677526 11109412864 159205 33554432000 4194304 4196468 140726175720800 140495067650448 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2503] ppid=2442 vsize=10849036 memory=924 CPUtime=8.66 cores=0,2,4,6
/proc/2445/task/2503/stat : 2503 (java) S 2442 2445 32242 0 -1 1077944384 25058 13331 0 0 790 69 4 3 20 0 15 0 444677527 11109412864 159205 33554432000 4194304 4196468 140726175720800 140494820592368 140495496243842 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 72 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2504] ppid=2442 vsize=10849036 memory=2344 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2504/stat : 2504 (java) S 2442 2445 32242 0 -1 1077944384 55 13331 0 0 0 0 4 3 20 0 15 0 444677528 11109412864 159205 33554432000 4194304 4196468 140726175720800 140494819538656 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2505] ppid=2442 vsize=10849036 memory=640412 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2505/stat : 2505 (java) S 2442 2445 32242 0 -1 1077944384 21 13331 0 0 0 0 4 3 20 0 15 0 444677528 11109412864 159205 33554432000 4194304 4196468 140726175720800 140494352934144 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2506] ppid=2442 vsize=10849036 memory=640412 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2506/stat : 2506 (java) S 2442 2445 32242 0 -1 1077944384 3 13331 0 0 0 0 4 3 20 0 15 0 444677531 11109412864 159205 33554432000 4194304 4196468 140726175720800 140494045534672 140495496251291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2507] ppid=2442 vsize=10849036 memory=638360 CPUtime=7.44 cores=0,2,4,6
/proc/2445/task/2507/stat : 2507 (java) S 2442 2445 32242 0 -1 1077944384 39098 13331 0 0 733 4 4 3 20 0 15 0 444677531 11109412864 159205 33554432000 4194304 4196468 140726175720800 140494785980656 140495496243842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 67 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2508] ppid=2442 vsize=10849036 memory=639384 CPUtime=7.57 cores=0,2,4,6
/proc/2445/task/2508/stat : 2508 (java) S 2442 2445 32242 0 -1 1077944384 30166 13331 0 0 746 4 4 3 20 0 15 0 444677531 11109412864 159205 33554432000 4194304 4196468 140726175720800 140494784928112 140495496243842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2509] ppid=2442 vsize=10849036 memory=637332 CPUtime=2.62 cores=0,2,4,6
/proc/2445/task/2509/stat : 2509 (java) S 2442 2445 32242 0 -1 1077944384 17329 13331 0 0 251 4 4 3 20 0 15 0 444677531 11109412864 159205 33554432000 4194304 4196468 140726175720800 140494783875056 140495496243842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2510] ppid=2442 vsize=10849036 memory=637332 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2510/stat : 2510 (java) S 2442 2445 32242 0 -1 1077944384 3 13331 0 0 0 0 4 3 20 0 15 0 444677531 11109412864 159205 33554432000 4194304 4196468 140726175720800 140494011976032 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2511] ppid=2442 vsize=10849036 memory=642464 CPUtime=1.38 cores=0,2,4,6
/proc/2445/task/2511/stat : 2511 (java) S 2442 2445 32242 0 -1 1077944384 2161 13331 0 0 63 68 4 3 20 0 15 0 444677531 11109412864 159205 33554432000 4194304 4196468 140726175720800 140494782823472 140495496243842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 97 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
Current children cumulated CPU time: 2498.69 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 636820 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2463.3 s]
/proc/loadavg: 1.07 1.17 1.31 3/227 3048
/proc/meminfo: memFree=28683728/32770624 swapFree=67027240/67108860
[pid=2445] ppid=2442 vsize=10849036 memory=622456 CPUtime=2520.09 cores=0,2,4,6
/proc/2445/stat : 2445 (java) S 2442 2445 32242 0 -1 1077944320 340599 13331 0 0 251609 393 4 3 20 0 15 0 444677516 11109412864 155614 33554432000 4194304 4196468 140726175720800 140726175703344 140495496232695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
/proc/2445/statm: 2712259 155614 3635 1 0 2674317 0
[pid=2445/tid=2498] ppid=2442 vsize=10849036 memory=622456 CPUtime=2436.86 cores=0,2,4,6
/proc/2445/task/2498/stat : 2498 (java) R 2442 2445 32242 0 -1 4202560 99230 13331 0 0 243607 72 4 3 20 0 15 0 444677525 11109412864 155614 33554432000 4194304 4196468 140726175720800 140495468068608 140495114361303 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2499] ppid=2442 vsize=10849036 memory=622456 CPUtime=13.98 cores=0,2,4,6
/proc/2445/task/2499/stat : 2499 (java) S 2442 2445 32242 0 -1 1077944384 29939 13331 0 0 1337 54 4 3 20 0 15 0 444677526 11109412864 155614 33554432000 4194304 4196468 140726175720800 140495500474896 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2500] ppid=2442 vsize=10849036 memory=622456 CPUtime=13.98 cores=0,2,4,6
/proc/2445/task/2500/stat : 2500 (java) S 2442 2445 32242 0 -1 1077944384 26955 13331 0 0 1338 53 4 3 20 0 15 0 444677526 11109412864 155614 33554432000 4194304 4196468 140726175720800 140495427955344 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2501] ppid=2442 vsize=10849036 memory=622456 CPUtime=14.01 cores=0,2,4,6
/proc/2445/task/2501/stat : 2501 (java) S 2442 2445 32242 0 -1 1077944384 30825 13331 0 0 1339 55 4 3 20 0 15 0 444677526 11109412864 155614 33554432000 4194304 4196468 140726175720800 140495068702992 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2502] ppid=2442 vsize=10849036 memory=622456 CPUtime=14 cores=0,2,4,6
/proc/2445/task/2502/stat : 2502 (java) S 2442 2445 32242 0 -1 1077944384 37321 13331 0 0 1338 55 4 3 20 0 15 0 444677526 11109412864 155614 33554432000 4194304 4196468 140726175720800 140495067650448 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2503] ppid=2442 vsize=10849036 memory=8112282956445269571 CPUtime=8.75 cores=0,2,4,6
/proc/2445/task/2503/stat : 2503 (java) S 2442 2445 32242 0 -1 1077944384 25269 13331 0 0 798 70 4 3 20 0 15 0 444677527 11109412864 155614 33554432000 4194304 4196468 140726175720800 140494820592368 140495496243842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 72 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2504] ppid=2442 vsize=10849036 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2504/stat : 2504 (java) S 2442 2445 32242 0 -1 1077944384 55 13331 0 0 0 0 4 3 20 0 15 0 444677528 11109412864 155614 33554432000 4194304 4196468 140726175720800 140494819538656 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2505] ppid=2442 vsize=10849036 memory=622456 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2505/stat : 2505 (java) S 2442 2445 32242 0 -1 1077944384 21 13331 0 0 0 0 4 3 20 0 15 0 444677528 11109412864 155614 33554432000 4194304 4196468 140726175720800 140494352934144 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2506] ppid=2442 vsize=10849036 memory=4120 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2506/stat : 2506 (java) S 2442 2445 32242 0 -1 1077944384 3 13331 0 0 0 0 4 3 20 0 15 0 444677531 11109412864 155614 33554432000 4194304 4196468 140726175720800 140494045534672 140495496251291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2507] ppid=2442 vsize=10849036 memory=164 CPUtime=7.44 cores=0,2,4,6
/proc/2445/task/2507/stat : 2507 (java) S 2442 2445 32242 0 -1 1077944384 39100 13331 0 0 733 4 4 3 20 0 15 0 444677531 11109412864 155614 33554432000 4194304 4196468 140726175720800 140494785980656 140495496243842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 67 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2508] ppid=2442 vsize=10849036 memory=776 CPUtime=7.57 cores=0,2,4,6
/proc/2445/task/2508/stat : 2508 (java) S 2442 2445 32242 0 -1 1077944384 30168 13331 0 0 746 4 4 3 20 0 15 0 444677531 11109412864 155614 33554432000 4194304 4196468 140726175720800 140494784928112 140495496243842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2509] ppid=2442 vsize=10849036 memory=2257 CPUtime=2.62 cores=0,2,4,6
/proc/2445/task/2509/stat : 2509 (java) S 2442 2445 32242 0 -1 1077944384 17331 13331 0 0 251 4 4 3 20 0 15 0 444677531 11109412864 155614 33554432000 4194304 4196468 140726175720800 140494783875056 140495496243842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2510] ppid=2442 vsize=10849036 memory=622456 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2510/stat : 2510 (java) S 2442 2445 32242 0 -1 1077944384 3 13331 0 0 0 0 4 3 20 0 15 0 444677531 11109412864 155614 33554432000 4194304 4196468 140726175720800 140494011976032 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2511] ppid=2442 vsize=10849036 memory=622456 CPUtime=1.39 cores=0,2,4,6
/proc/2445/task/2511/stat : 2511 (java) S 2442 2445 32242 0 -1 1077944384 2175 13331 0 0 64 68 4 3 20 0 15 0 444677531 11109412864 155614 33554432000 4194304 4196468 140726175720800 140494782823472 140495496243842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 97 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 622456 KiB

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

[startup+2463.34 s]
# the end of solver process 2445 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.17 s, system=3.97928 s

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

[startup+2463.3 s]
/proc/loadavg: 1.07 1.17 1.31 3/227 3048
/proc/meminfo: memFree=28683728/32770624 swapFree=67027240/67108860
[pid=2445] ppid=2442 vsize=10849036 memory=622456 CPUtime=2520.09 cores=0,2,4,6
/proc/2445/stat : 2445 (java) S 2442 2445 32242 0 -1 1077944320 340599 13331 0 0 251609 393 4 3 20 0 15 0 444677516 11109412864 155614 33554432000 4194304 4196468 140726175720800 140726175703344 140495496232695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
/proc/2445/statm: 2712259 155614 3635 1 0 2674317 0
[pid=2445/tid=2498] ppid=2442 vsize=10849036 memory=622456 CPUtime=2436.86 cores=0,2,4,6
/proc/2445/task/2498/stat : 2498 (java) R 2442 2445 32242 0 -1 4202560 99230 13331 0 0 243607 72 4 3 20 0 15 0 444677525 11109412864 155614 33554432000 4194304 4196468 140726175720800 140495468068608 140495114361303 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2499] ppid=2442 vsize=10849036 memory=622456 CPUtime=13.98 cores=0,2,4,6
/proc/2445/task/2499/stat : 2499 (java) S 2442 2445 32242 0 -1 1077944384 29939 13331 0 0 1337 54 4 3 20 0 15 0 444677526 11109412864 155614 33554432000 4194304 4196468 140726175720800 140495500474896 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2500] ppid=2442 vsize=10849036 memory=622456 CPUtime=13.98 cores=0,2,4,6
/proc/2445/task/2500/stat : 2500 (java) S 2442 2445 32242 0 -1 1077944384 26955 13331 0 0 1338 53 4 3 20 0 15 0 444677526 11109412864 155614 33554432000 4194304 4196468 140726175720800 140495427955344 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2501] ppid=2442 vsize=10849036 memory=622456 CPUtime=14.01 cores=0,2,4,6
/proc/2445/task/2501/stat : 2501 (java) S 2442 2445 32242 0 -1 1077944384 30825 13331 0 0 1339 55 4 3 20 0 15 0 444677526 11109412864 155614 33554432000 4194304 4196468 140726175720800 140495068702992 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2502] ppid=2442 vsize=10849036 memory=622456 CPUtime=14 cores=0,2,4,6
/proc/2445/task/2502/stat : 2502 (java) S 2442 2445 32242 0 -1 1077944384 37321 13331 0 0 1338 55 4 3 20 0 15 0 444677526 11109412864 155614 33554432000 4194304 4196468 140726175720800 140495067650448 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2503] ppid=2442 vsize=10849036 memory=8112282956445269571 CPUtime=8.75 cores=0,2,4,6
/proc/2445/task/2503/stat : 2503 (java) S 2442 2445 32242 0 -1 1077944384 25269 13331 0 0 798 70 4 3 20 0 15 0 444677527 11109412864 155614 33554432000 4194304 4196468 140726175720800 140494820592368 140495496243842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 72 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2504] ppid=2442 vsize=10849036 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2504/stat : 2504 (java) S 2442 2445 32242 0 -1 1077944384 55 13331 0 0 0 0 4 3 20 0 15 0 444677528 11109412864 155614 33554432000 4194304 4196468 140726175720800 140494819538656 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2505] ppid=2442 vsize=10849036 memory=622456 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2505/stat : 2505 (java) S 2442 2445 32242 0 -1 1077944384 21 13331 0 0 0 0 4 3 20 0 15 0 444677528 11109412864 155614 33554432000 4194304 4196468 140726175720800 140494352934144 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2506] ppid=2442 vsize=10849036 memory=4120 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2506/stat : 2506 (java) S 2442 2445 32242 0 -1 1077944384 3 13331 0 0 0 0 4 3 20 0 15 0 444677531 11109412864 155614 33554432000 4194304 4196468 140726175720800 140494045534672 140495496251291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2507] ppid=2442 vsize=10849036 memory=164 CPUtime=7.44 cores=0,2,4,6
/proc/2445/task/2507/stat : 2507 (java) S 2442 2445 32242 0 -1 1077944384 39100 13331 0 0 733 4 4 3 20 0 15 0 444677531 11109412864 155614 33554432000 4194304 4196468 140726175720800 140494785980656 140495496243842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 67 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2508] ppid=2442 vsize=10849036 memory=776 CPUtime=7.57 cores=0,2,4,6
/proc/2445/task/2508/stat : 2508 (java) S 2442 2445 32242 0 -1 1077944384 30168 13331 0 0 746 4 4 3 20 0 15 0 444677531 11109412864 155614 33554432000 4194304 4196468 140726175720800 140494784928112 140495496243842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2509] ppid=2442 vsize=10849036 memory=2257 CPUtime=2.62 cores=0,2,4,6
/proc/2445/task/2509/stat : 2509 (java) S 2442 2445 32242 0 -1 1077944384 17331 13331 0 0 251 4 4 3 20 0 15 0 444677531 11109412864 155614 33554432000 4194304 4196468 140726175720800 140494783875056 140495496243842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2510] ppid=2442 vsize=10849036 memory=622456 CPUtime=0.07 cores=0,2,4,6
/proc/2445/task/2510/stat : 2510 (java) S 2442 2445 32242 0 -1 1077944384 3 13331 0 0 0 0 4 3 20 0 15 0 444677531 11109412864 155614 33554432000 4194304 4196468 140726175720800 140494011976032 140495496242901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
[pid=2445/tid=2511] ppid=2442 vsize=10849036 memory=622456 CPUtime=1.39 cores=0,2,4,6
/proc/2445/task/2511/stat : 2511 (java) S 2442 2445 32242 0 -1 1077944384 2175 13331 0 0 64 68 4 3 20 0 15 0 444677531 11109412864 155614 33554432000 4194304 4196468 140726175720800 140494782823472 140495496243842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 97 0 0 6293624 6294260 29749248 140726175726319 140726175728837 140726175728837 140726175731663 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 622456 KiB

Child status: 143
Real time (s): 2463.34
CPU time (s): 2520.15
CPU user time (s): 2516.17
CPU system time (s): 3.97928
CPU usage (%): 102.306
Max. virtual memory (cumulated for all children) (KiB): 10849036
Max. memory (cumulated for all children) (KiB): 2902172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.17
system time used= 3.97928
maximum resident set size= 2904216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 355286
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 238649
involuntary context switches= 7768


# summary of solver processes directly reported to runsolver:
#   pid: 2445
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2516.17
#   total CPU system time (s): 3.97928

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.3501 second user time and 18.4865 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-17 03:33:29
IDJOB=4400702
IDBENCH=128127
IDSOLVER=2857
FILE ID=node150/4400702-1568684049
RUNJOBID= node150-1568673291-32273
PBS_JOBID= 21703772
Free space on /tmp= 59332 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-jcr/CarSequencing-80-07.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400702-1568684049/watcher-4400702-1568684049 -o /tmp/evaluation-result-4400702-1568684049/solver-4400702-1568684049 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568673291-32273 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1612266580 HOME/instance-4400702-1568684049.xml

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

MD5SUM BENCH= 551365d3bcc7e6d8199baaf77d133a5e
RANDOM SEED=1612266580

node150.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.79
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.79
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.79
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.79
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:        27988900 kB
MemAvailable:   29824648 kB
Buffers:          209476 kB
Cached:          1888404 kB
SwapCached:        11064 kB
Active:          2951780 kB
Inactive:        1203408 kB
Active(anon):    2018344 kB
Inactive(anon):    78612 kB
Active(file):     933436 kB
Inactive(file):  1124796 kB
Unevictable:      109640 kB
Mlocked:          109640 kB
SwapTotal:      67108860 kB
SwapFree:       67027208 kB
Dirty:             35256 kB
Writeback:             0 kB
AnonPages:       2164752 kB
Mapped:            60464 kB
Shmem:             30704 kB
Slab:             216792 kB
SReclaimable:     186700 kB
SUnreclaim:        30092 kB
KernelStack:        4000 kB
PageTables:         9660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3153816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1968128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /tmp at the end= 59300 MiB
End job on node150 at 2019-09-17 04:14:33