Trace number 4275288

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
OscaR - Parallel with EPS 2017-07-26? (TO) 19979 2520.1201

General information on the benchmark

NameCarSequencing/CarSequencing-m1-jcr/
CarSequencing-60-02.xml
MD5SUM7d15061b3f8ae249c0a64b716749507b
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 benchmark1.1812201
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1354
Number of domains2
Minimum domain size2
Maximum domain size17
Distribution of domain sizes[{"size":2,"count":1000},{"size":17,"count":200}]
Minimum variable degree2
Maximum variable degree54
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":19},{"degree":22,"count":179},{"degree":23,"count":16},{"degree":24,"count":16},{"degree":25,"count":16},{"degree":26,"count":16},"...",{"degree":30,"count":16}, {"degree":31,"count":16}, {"degree":32,"count":17}, {"degree":33,"count":18}, {"degree":34,"count":18}, {"degree":35,"count":122}, {"degree":36,"count":59}, {"degree":37,"count":8}, {"degree":38,"count":9}, {"degree":39,"count":9}, {"degree":40,"count":9}, {"degree":41,"count":9}, {"degree":42,"count":24}, {"degree":43,"count":3}, {"degree":44,"count":3}, {"degree":45,"count":3}, {"degree":46,"count":3}, {"degree":47,"count":3}, {"degree":48,"count":3}, {"degree":49,"count":3}, {"degree":50,"count":3}, {"degree":51,"count":3}, {"degree":52,"count":4}, {"degree":53,"count":4}, {"degree":54,"count":51}]
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":25,"count":1},{"arity":30,"count":1},{"arity":35,"count":1},{"arity":40,"count":1},{"arity":45,"count":1},{"arity":50,"count":1},{"arity":53,"count":1},{"arity":55,"count":2},{"arity":56,"count":1},{"arity":59,"count":1},{"arity":60,"count":2},{"arity":62,"count":1},{"arity":65,"count":3},{"arity":68,"count":1},{"arity":70,"count":2},{"arity":71,"count":1},{"arity":74,"count":1},{"arity":75,"count":2},{"arity":77,"count":1},{"arity":80,"count":3},{"arity":83,"count":1},"...",{"arity":167,"count":2}, {"arity":168,"count":1}, {"arity":170,"count":5}, {"arity":172,"count":1}, {"arity":173,"count":2}, {"arity":174,"count":1}, {"arity":175,"count":2}, {"arity":176,"count":3}, {"arity":178,"count":1}, {"arity":179,"count":2}, {"arity":180,"count":3}, {"arity":182,"count":3}, {"arity":184,"count":1}, {"arity":185,"count":4}, {"arity":186,"count":1}, {"arity":188,"count":3}, {"arity":190,"count":3}, {"arity":191,"count":2}, {"arity":192,"count":1}, {"arity":194,"count":3}, {"arity":195,"count":2}, {"arity":196,"count":1}, {"arity":197,"count":2}, {"arity":198,"count":1}, {"arity":200,"count":6}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"sum","count":1153},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.30/0.25	c version: 2017-07-26
0.30/0.25	c seed: 1394343588
0.30/0.25	c timeout: 20160
0.30/0.25	c memlimit: 11000
0.30/0.25	c nbcore: 8
0.30/0.28	c Parsing instance...
1.60/0.77	c Parsing done, starting search...
19978.14/2520.09	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 (12875 MiB free)
  memory of node 1: 16384 MiB (14961 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275288-1502742226/watcher-4275288-1502742226 -o /tmp/evaluation-result-4275288-1502742226/solver-4275288-1502742226 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1502736322-28122 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1394343588 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275288-1502742226.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=28478, runsolver pid=28475


[startup+0.100138 s]*
/proc/loadavg: 8.22 8.68 8.72 2/198 28498
/proc/meminfo: memFree=28484484/32770624 swapFree=67108860/67108860
[pid=28478] ppid=28475 vsize=14325320 memory=34964 CPUtime=0.13 cores=0-7
/proc/28478/stat : 28478 (java) S 28475 28478 28095 0 -1 1077944320 8124 0 0 0 11 2 0 0 20 0 20 0 107310481 14669127680 8741 33554432000 4194304 4196468 140727257377216 140727257359760 140260379578103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
/proc/28478/statm: 3581330 8741 3412 1 0 3569050 0
[pid=28478/tid=28480] ppid=28475 vsize=14325320 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/28478/task/28480/stat : 28480 (java) R 28475 28478 28095 0 -1 4202560 6076 0 0 0 8 1 0 0 20 0 20 0 107310482 14669127680 8741 33554432000 4194304 4196468 140727257377216 140260383775248 140260379600029 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28481] ppid=28475 vsize=14325320 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/28478/task/28481/stat : 28481 (java) S 28475 28478 28095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107310482 14669127680 8741 33554432000 4194304 4196468 140727257377216 140259975346576 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28482] ppid=28475 vsize=14325320 memory=139994710668928 CPUtime=0 cores=0-7
/proc/28478/task/28482/stat : 28482 (java) S 28475 28478 28095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107310482 14669127680 8741 33554432000 4194304 4196468 140727257377216 140259974293776 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28483] ppid=28475 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28478/task/28483/stat : 28483 (java) S 28475 28478 28095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 107310482 14669127680 8741 33554432000 4194304 4196468 140727257377216 140259973241488 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28484] ppid=28475 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28478/task/28484/stat : 28484 (java) S 28475 28478 28095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107310482 14669127680 8741 33554432000 4194304 4196468 140727257377216 140259972188688 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28485] ppid=28475 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28478/task/28485/stat : 28485 (java) S 28475 28478 28095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107310482 14669127680 8741 33554432000 4194304 4196468 140727257377216 140259971136400 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28486] ppid=28475 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/28478/task/28486/stat : 28486 (java) S 28475 28478 28095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107310482 14669127680 8741 33554432000 4194304 4196468 140727257377216 140259970083600 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28487] ppid=28475 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28478/task/28487/stat : 28487 (java) S 28475 28478 28095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107310482 14669127680 8741 33554432000 4194304 4196468 140727257377216 140259969031312 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28488] ppid=28475 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28478/task/28488/stat : 28488 (java) S 28475 28478 28095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107310482 14669127680 8741 33554432000 4194304 4196468 140727257377216 140259967978512 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28489] ppid=28475 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28478/task/28489/stat : 28489 (java) S 28475 28478 28095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107310484 14669127680 8741 33554432000 4194304 4196468 140727257377216 140259568994416 140260379589250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28490] ppid=28475 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28478/task/28490/stat : 28490 (java) S 28475 28478 28095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 107310484 14669127680 8741 33554432000 4194304 4196468 140727257377216 140259567940384 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28491] ppid=28475 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28478/task/28491/stat : 28491 (java) S 28475 28478 28095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 107310484 14669127680 8741 33554432000 4194304 4196468 140727257377216 140259566888048 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28492] ppid=28475 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28478/task/28492/stat : 28492 (java) S 28475 28478 28095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107310487 14669127680 8741 33554432000 4194304 4196468 140727257377216 140259565836368 140260379596699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28493] ppid=28475 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28478/task/28493/stat : 28493 (java) S 28475 28478 28095 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 20 0 107310487 14669127680 8741 33554432000 4194304 4196468 140727257377216 140259564784240 140260379589250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28494] ppid=28475 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28478/task/28494/stat : 28494 (java) S 28475 28478 28095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107310487 14669127680 8741 33554432000 4194304 4196468 140727257377216 140259563731440 140260379589250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28495] ppid=28475 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28478/task/28495/stat : 28495 (java) S 28475 28478 28095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107310487 14669127680 8741 33554432000 4194304 4196468 140727257377216 140259562679152 140260379589250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28496] ppid=28475 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/28478/task/28496/stat : 28496 (java) S 28475 28478 28095 0 -1 1077944384 370 0 0 0 2 0 0 0 20 0 20 0 107310487 14669127680 8741 33554432000 4194304 4196468 140727257377216 140259561626352 140260379589250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28497] ppid=28475 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28478/task/28497/stat : 28497 (java) S 28475 28478 28095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 107310487 14669127680 8741 33554432000 4194304 4196468 140727257377216 140259560573280 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28498] ppid=28475 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/28478/task/28498/stat : 28498 (java) S 28475 28478 28095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107310487 14669127680 8741 33554432000 4194304 4196468 140727257377216 140259559520560 140260379589250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 34964 KiB

[startup+0.212432 s]*
/proc/loadavg: 8.22 8.68 8.72 2/198 28498
/proc/meminfo: memFree=28474908/32770624 swapFree=67108860/67108860
[pid=28478] ppid=28475 vsize=14325320 memory=44036 CPUtime=0.3 cores=0-7
/proc/28478/stat : 28478 (java) S 28475 28478 28095 0 -1 1077944320 9147 0 0 0 27 3 0 0 20 0 20 0 107310481 14669127680 11009 33554432000 4194304 4196468 140727257377216 140727257359760 140260379578103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
/proc/28478/statm: 3581330 11009 3613 1 0 3569050 0
[pid=28478/tid=28480] ppid=28475 vsize=14325320 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/28478/task/28480/stat : 28480 (java) R 28475 28478 28095 0 -1 4202560 6749 0 0 0 18 2 0 0 20 0 20 0 107310482 14669127680 11009 33554432000 4194304 4196468 140727257377216 140260383787360 140260379600029 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28481] ppid=28475 vsize=14325320 memory=9234 CPUtime=0 cores=0-7
/proc/28478/task/28481/stat : 28481 (java) S 28475 28478 28095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107310482 14669127680 11009 33554432000 4194304 4196468 140727257377216 140259975346576 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28482] ppid=28475 vsize=14325320 memory=139994710695650 CPUtime=0 cores=0-7
/proc/28478/task/28482/stat : 28482 (java) S 28475 28478 28095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107310482 14669127680 11009 33554432000 4194304 4196468 140727257377216 140259974293776 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28483] ppid=28475 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/28478/task/28483/stat : 28483 (java) S 28475 28478 28095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 107310482 14669127680 11009 33554432000 4194304 4196468 140727257377216 140259973241488 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28484] ppid=28475 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28478/task/28484/stat : 28484 (java) S 28475 28478 28095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107310482 14669127680 11009 33554432000 4194304 4196468 140727257377216 140259972188688 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28485] ppid=28475 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28478/task/28485/stat : 28485 (java) S 28475 28478 28095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107310482 14669127680 11009 33554432000 4194304 4196468 140727257377216 140259971136400 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28486] ppid=28475 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/28478/task/28486/stat : 28486 (java) S 28475 28478 28095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107310482 14669127680 11009 33554432000 4194304 4196468 140727257377216 140259970083600 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28487] ppid=28475 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28478/task/28487/stat : 28487 (java) S 28475 28478 28095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107310482 14669127680 11009 33554432000 4194304 4196468 140727257377216 140259969031312 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28488] ppid=28475 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28478/task/28488/stat : 28488 (java) S 28475 28478 28095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107310482 14669127680 11009 33554432000 4194304 4196468 140727257377216 140259967978512 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28489] ppid=28475 vsize=14325352 memory=0 CPUtime=0 cores=0-7
/proc/28478/task/28489/stat : 28489 (java) S 28475 28478 28095 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 107310484 14669160448 11009 33554432000 4194304 4196468 140727257377216 140259568994416 140260379589250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28490] ppid=28475 vsize=14325352 memory=0 CPUtime=0 cores=0-7
/proc/28478/task/28490/stat : 28490 (java) S 28475 28478 28095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 107310484 14669160448 11014 33554432000 4194304 4196468 140727257377216 140259567940384 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28491] ppid=28475 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28478/task/28491/stat : 28491 (java) S 28475 28478 28095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 107310484 14669127680 11014 33554432000 4194304 4196468 140727257377216 140259566888048 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28492] ppid=28475 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28478/task/28492/stat : 28492 (java) S 28475 28478 28095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107310487 14669127680 11014 33554432000 4194304 4196468 140727257377216 140259565836368 140260379596699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28493] ppid=28475 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/28478/task/28493/stat : 28493 (java) S 28475 28478 28095 0 -1 1077944384 559 0 0 0 1 0 0 0 20 0 20 0 107310487 14669127680 11014 33554432000 4194304 4196468 140727257377216 140259564784240 140260379589250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28494] ppid=28475 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28478/task/28494/stat : 28494 (java) S 28475 28478 28095 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 20 0 107310487 14669127680 11014 33554432000 4194304 4196468 140727257377216 140259563731440 140260379589250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28495] ppid=28475 vsize=14325352 memory=0 CPUtime=0.01 cores=0-7
/proc/28478/task/28495/stat : 28495 (java) R 28475 28478 28095 0 -1 4202560 43 0 0 0 1 0 0 0 20 0 20 0 107310487 14669160448 11014 33554432000 4194304 4196468 140727257377216 140259562679152 140260364483248 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28496] ppid=28475 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/28478/task/28496/stat : 28496 (java) S 28475 28478 28095 0 -1 1077944384 387 0 0 0 5 0 0 0 20 0 20 0 107310487 14669127680 11014 33554432000 4194304 4196468 140727257377216 140259561626352 140260379589250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28497] ppid=28475 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28478/task/28497/stat : 28497 (java) S 28475 28478 28095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 107310487 14669127680 11014 33554432000 4194304 4196468 140727257377216 140259560573280 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28498] ppid=28475 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/28478/task/28498/stat : 28498 (java) S 28475 28478 28095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107310487 14669127680 11014 33554432000 4194304 4196468 140727257377216 140259559520560 140260379589250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 44036 KiB

[startup+0.310393 s]*
/proc/loadavg: 8.22 8.68 8.72 2/198 28498
/proc/meminfo: memFree=28468456/32770624 swapFree=67108860/67108860
[pid=28478] ppid=28475 vsize=14325340 memory=51500 CPUtime=0.49 cores=0-7
/proc/28478/stat : 28478 (java) S 28475 28478 28095 0 -1 1077944320 10146 0 0 0 45 4 0 0 20 0 20 0 107310481 14669148160 12875 33554432000 4194304 4196468 140727257377216 140727257359760 140260379578103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
/proc/28478/statm: 3581335 12875 3690 1 0 3569050 0
[pid=28478/tid=28480] ppid=28475 vsize=14325340 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/28478/task/28480/stat : 28480 (java) R 28475 28478 28095 0 -1 4202560 7263 0 0 0 27 3 0 0 20 0 20 0 107310482 14669148160 12875 33554432000 4194304 4196468 140727257377216 140260383802160 140260016913536 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28481] ppid=28475 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/28478/task/28481/stat : 28481 (java) S 28475 28478 28095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107310482 14669148160 12875 33554432000 4194304 4196468 140727257377216 140259975346576 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28482] ppid=28475 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/28478/task/28482/stat : 28482 (java) S 28475 28478 28095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107310482 14669148160 12875 33554432000 4194304 4196468 140727257377216 140259974293776 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28483] ppid=28475 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/28478/task/28483/stat : 28483 (java) S 28475 28478 28095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 107310482 14669148160 12875 33554432000 4194304 4196468 140727257377216 140259973241488 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28484] ppid=28475 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/28478/task/28484/stat : 28484 (java) S 28475 28478 28095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107310482 14669148160 12875 33554432000 4194304 4196468 140727257377216 140259972188688 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28485] ppid=28475 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/28478/task/28485/stat : 28485 (java) S 28475 28478 28095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107310482 14669148160 12875 33554432000 4194304 4196468 140727257377216 140259971136400 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28486] ppid=28475 vsize=14325340 memory=139994593325999 CPUtime=0 cores=0-7
/proc/28478/task/28486/stat : 28486 (java) S 28475 28478 28095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107310482 14669148160 12875 33554432000 4194304 4196468 140727257377216 140259970083600 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28487] ppid=28475 vsize=14325340 memory=139994593328304 CPUtime=0 cores=0-7
/proc/28478/task/28487/stat : 28487 (java) S 28475 28478 28095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107310482 14669148160 12875 33554432000 4194304 4196468 140727257377216 140259969031312 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28488] ppid=28475 vsize=14325340 memory=139994593330608 CPUtime=0 cores=0-7
/proc/28478/task/28488/stat : 28488 (java) S 28475 28478 28095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107310482 14669148160 12875 33554432000 4194304 4196468 140727257377216 140259967978512 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28489] ppid=28475 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/28478/task/28489/stat : 28489 (java) S 28475 28478 28095 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 107310484 14669148160 12875 33554432000 4194304 4196468 140727257377216 140259568994416 140260379589250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28490] ppid=28475 vsize=14325340 memory=279989186668176 CPUtime=0 cores=0-7
/proc/28478/task/28490/stat : 28490 (java) S 28475 28478 28095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 107310484 14669148160 12875 33554432000 4194304 4196468 140727257377216 140259567940384 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28491] ppid=28475 vsize=14325340 memory=279989186675088 CPUtime=0 cores=0-7
/proc/28478/task/28491/stat : 28491 (java) S 28475 28478 28095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 107310484 14669148160 12875 33554432000 4194304 4196468 140727257377216 140259566888048 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28492] ppid=28475 vsize=14325340 memory=279989186616368 CPUtime=0 cores=0-7
/proc/28478/task/28492/stat : 28492 (java) S 28475 28478 28095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107310487 14669148160 12875 33554432000 4194304 4196468 140727257377216 140259565836368 140260379596699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28493] ppid=28475 vsize=14325340 memory=279989186688912 CPUtime=0.02 cores=0-7
/proc/28478/task/28493/stat : 28493 (java) S 28475 28478 28095 0 -1 1077944384 567 0 0 0 2 0 0 0 20 0 20 0 107310487 14669148160 12875 33554432000 4194304 4196468 140727257377216 140259564784240 140260379589250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28494] ppid=28475 vsize=14325340 memory=279989186695824 CPUtime=0.02 cores=0-7
/proc/28478/task/28494/stat : 28494 (java) S 28475 28478 28095 0 -1 1077944384 236 0 0 0 2 0 0 0 20 0 20 0 107310487 14669148160 12875 33554432000 4194304 4196468 140727257377216 140259563731440 140260379589250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28495] ppid=28475 vsize=14325340 memory=279989186693520 CPUtime=0.04 cores=0-7
/proc/28478/task/28495/stat : 28495 (java) S 28475 28478 28095 0 -1 1077944384 191 0 0 0 4 0 0 0 20 0 20 0 107310487 14669148160 12875 33554432000 4194304 4196468 140727257377216 140259562679152 140260379589250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28496] ppid=28475 vsize=14325340 memory=279989186710128 CPUtime=0.08 cores=0-7
/proc/28478/task/28496/stat : 28496 (java) R 28475 28478 28095 0 -1 4202560 506 0 0 0 8 0 0 0 20 0 20 0 107310487 14669148160 12875 33554432000 4194304 4196468 140727257377216 140259561626352 140260379590038 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28497] ppid=28475 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/28478/task/28497/stat : 28497 (java) S 28475 28478 28095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 107310487 14669148160 12875 33554432000 4194304 4196468 140727257377216 140259560573280 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28498] ppid=28475 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/28478/task/28498/stat : 28498 (java) S 28475 28478 28095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107310487 14669148160 12875 33554432000 4194304 4196468 140727257377216 140259559520560 140260379589250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 51500 KiB

[startup+0.700931 s]
/proc/loadavg: 8.22 8.68 8.72 3/198 28498
/proc/meminfo: memFree=28454316/32770624 swapFree=67108860/67108860
[pid=28478] ppid=28475 vsize=14327388 memory=87764 CPUtime=1.6 cores=0-7
/proc/28478/stat : 28478 (java) S 28475 28478 28095 0 -1 1077944320 14031 0 0 0 153 7 0 0 20 0 20 0 107310481 14671245312 21941 33554432000 4194304 4196468 140727257377216 140727257359760 140260379578103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
/proc/28478/statm: 3581847 21941 3783 1 0 3569562 0
[pid=28478/tid=28480] ppid=28475 vsize=14327388 memory=0 CPUtime=0.68 cores=0-7
/proc/28478/task/28480/stat : 28480 (java) R 28475 28478 28095 0 -1 4202560 8118 0 0 0 64 4 0 0 20 0 20 0 107310482 14671245312 21941 33554432000 4194304 4196468 140727257377216 140260383806304 140260363621733 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28481] ppid=28475 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/28478/task/28481/stat : 28481 (java) S 28475 28478 28095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107310482 14671245312 21941 33554432000 4194304 4196468 140727257377216 140259975346576 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28482] ppid=28475 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/28478/task/28482/stat : 28482 (java) S 28475 28478 28095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107310482 14671245312 21941 33554432000 4194304 4196468 140727257377216 140259974293776 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28483] ppid=28475 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/28478/task/28483/stat : 28483 (java) S 28475 28478 28095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 107310482 14671245312 21941 33554432000 4194304 4196468 140727257377216 140259973241488 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28484] ppid=28475 vsize=14327388 memory=1008 CPUtime=0 cores=0-7
/proc/28478/task/28484/stat : 28484 (java) S 28475 28478 28095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107310482 14671245312 21941 33554432000 4194304 4196468 140727257377216 140259972188688 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28485] ppid=28475 vsize=14327388 memory=11008 CPUtime=0 cores=0-7
/proc/28478/task/28485/stat : 28485 (java) S 28475 28478 28095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107310482 14671245312 21941 33554432000 4194304 4196468 140727257377216 140259971136400 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28486] ppid=28475 vsize=14327388 memory=1228 CPUtime=0 cores=0-7
/proc/28478/task/28486/stat : 28486 (java) S 28475 28478 28095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107310482 14671245312 21941 33554432000 4194304 4196468 140727257377216 140259970083600 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28487] ppid=28475 vsize=14327388 memory=1420 CPUtime=0 cores=0-7
/proc/28478/task/28487/stat : 28487 (java) S 28475 28478 28095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107310482 14671245312 21941 33554432000 4194304 4196468 140727257377216 140259969031312 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28488] ppid=28475 vsize=14327388 memory=15872 CPUtime=0 cores=0-7
/proc/28478/task/28488/stat : 28488 (java) S 28475 28478 28095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107310482 14671245312 21941 33554432000 4194304 4196468 140727257377216 140259967978512 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28489] ppid=28475 vsize=14327388 memory=16448 CPUtime=0 cores=0-7
/proc/28478/task/28489/stat : 28489 (java) S 28475 28478 28095 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 107310484 14671245312 21941 33554432000 4194304 4196468 140727257377216 140259568994416 140260379589250 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0

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

[pid=28478/tid=28482] ppid=28475 vsize=15202996 memory=-7175204567652784766 CPUtime=16.8 cores=0-7
/proc/28478/task/28482/stat : 28482 (java) S 28475 28478 28095 0 -1 1077944384 110417 0 0 0 1636 44 0 0 20 0 33 0 107310482 15567867904 681326 33554432000 4194304 4196468 140727257377216 140259974293776 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 35 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28483] ppid=28475 vsize=15202996 memory=4872558044660077418 CPUtime=16.84 cores=0-7
/proc/28478/task/28483/stat : 28483 (java) S 28475 28478 28095 0 -1 1077944384 108875 0 0 0 1635 49 0 0 20 0 33 0 107310482 15567867904 681326 33554432000 4194304 4196468 140727257377216 140259973241488 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 33 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28484] ppid=28475 vsize=15202996 memory=4028 CPUtime=16.83 cores=0-7
/proc/28478/task/28484/stat : 28484 (java) S 28475 28478 28095 0 -1 1077944384 119472 0 0 0 1633 50 0 0 20 0 33 0 107310482 15567867904 681326 33554432000 4194304 4196468 140727257377216 140259972188688 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 34 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28485] ppid=28475 vsize=15202996 memory=2738128 CPUtime=16.72 cores=0-7
/proc/28478/task/28485/stat : 28485 (java) S 28475 28478 28095 0 -1 1077944384 113912 0 0 0 1623 49 0 0 20 0 33 0 107310482 15567867904 681326 33554432000 4194304 4196468 140727257377216 140259971136400 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 37 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28486] ppid=28475 vsize=15202996 memory=4100 CPUtime=16.85 cores=0-7
/proc/28478/task/28486/stat : 28486 (java) S 28475 28478 28095 0 -1 1077944384 112712 0 0 0 1640 45 0 0 20 0 33 0 107310482 15567867904 681326 33554432000 4194304 4196468 140727257377216 140259970083600 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 34 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28487] ppid=28475 vsize=15202996 memory=1398720917958146503 CPUtime=16.83 cores=0-7
/proc/28478/task/28487/stat : 28487 (java) S 28475 28478 28095 0 -1 1077944384 116689 0 0 0 1632 51 0 0 20 0 33 0 107310482 15567867904 681326 33554432000 4194304 4196468 140727257377216 140259969031312 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 37 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28488] ppid=28475 vsize=15202996 memory=4872558044660077418 CPUtime=16.87 cores=0-7
/proc/28478/task/28488/stat : 28488 (java) S 28475 28478 28095 0 -1 1077944384 119037 0 0 0 1634 53 0 0 20 0 33 0 107310482 15567867904 681326 33554432000 4194304 4196468 140727257377216 140259967978512 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 35 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28489] ppid=28475 vsize=15202996 memory=288292160212846504 CPUtime=5.78 cores=0-7
/proc/28478/task/28489/stat : 28489 (java) S 28475 28478 28095 0 -1 1077944384 237411 0 0 0 473 105 0 0 20 0 33 0 107310484 15567867904 681326 33554432000 4194304 4196468 140727257377216 140259568994416 140260379589250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28490] ppid=28475 vsize=15202996 memory=6944656592455359580 CPUtime=0 cores=0-7
/proc/28478/task/28490/stat : 28490 (java) S 28475 28478 28095 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 33 0 107310484 15567867904 681326 33554432000 4194304 4196468 140727257377216 140259567940448 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28491] ppid=28475 vsize=15202996 memory=301789554434908866 CPUtime=0 cores=0-7
/proc/28478/task/28491/stat : 28491 (java) S 28475 28478 28095 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 33 0 107310484 15567867904 681326 33554432000 4194304 4196468 140727257377216 140259566888064 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28492] ppid=28475 vsize=15202996 memory=288291949692330690 CPUtime=0 cores=0-7
/proc/28478/task/28492/stat : 28492 (java) S 28475 28478 28095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 33 0 107310487 15567867904 681326 33554432000 4194304 4196468 140727257377216 140259565836368 140260379596699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28493] ppid=28475 vsize=15202996 memory=288292160212846504 CPUtime=1.89 cores=0-7
/proc/28478/task/28493/stat : 28493 (java) S 28475 28478 28095 0 -1 1077944384 9464 0 0 0 187 2 0 0 20 0 33 0 107310487 15567867904 681326 33554432000 4194304 4196468 140727257377216 140259564784240 140260379589250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28494] ppid=28475 vsize=15202996 memory=6872598998417432672 CPUtime=1.81 cores=0-7
/proc/28478/task/28494/stat : 28494 (java) S 28475 28478 28095 0 -1 1077944384 4607 0 0 0 178 3 0 0 20 0 33 0 107310487 15567867904 681326 33554432000 4194304 4196468 140727257377216 140259563731440 140260379589250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28495] ppid=28475 vsize=15202996 memory=6944656592455097440 CPUtime=2.08 cores=0-7
/proc/28478/task/28495/stat : 28495 (java) S 28475 28478 28095 0 -1 1077944384 6762 0 0 0 207 1 0 0 20 0 33 0 107310487 15567867904 681326 33554432000 4194304 4196468 140727257377216 140259562679152 140260379589250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28496] ppid=28475 vsize=15202996 memory=6944656575208382560 CPUtime=0.93 cores=0-7
/proc/28478/task/28496/stat : 28496 (java) S 28475 28478 28095 0 -1 1077944384 14614 0 0 0 90 3 0 0 20 0 33 0 107310487 15567867904 681326 33554432000 4194304 4196468 140727257377216 140259561626352 140260379589250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28497] ppid=28475 vsize=15202996 memory=0 CPUtime=0 cores=0-7
/proc/28478/task/28497/stat : 28497 (java) S 28475 28478 28095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 107310487 15567867904 681326 33554432000 4194304 4196468 140727257377216 140259560573280 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28498] ppid=28475 vsize=15202996 memory=301793952481419970 CPUtime=0.86 cores=0-7
/proc/28478/task/28498/stat : 28498 (java) S 28475 28478 28095 0 -1 1077944384 11100 0 0 0 47 39 0 0 20 0 33 0 107310487 15567867904 681326 33554432000 4194304 4196468 140727257377216 140259559520560 140260379589250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28499] ppid=28475 vsize=15202996 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/28478/task/28499/stat : 28499 (java) S 28475 28478 28095 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 33 0 107310725 15567867904 681326 33554432000 4194304 4196468 140727257377216 140259549234048 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28500] ppid=28475 vsize=15202996 memory=6791534058613427641 CPUtime=4.61 cores=0-7
/proc/28478/task/28500/stat : 28500 (java) R 28475 28478 28095 0 -1 1077944384 27009 0 0 0 183 278 0 0 20 0 33 0 107310737 15567867904 681326 33554432000 4194304 4196468 140727257377216 140259546084384 140260379589250 0 4 0 16800975 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28501] ppid=28475 vsize=15202996 memory=288241372157452994 CPUtime=2459.6 cores=0-7
/proc/28478/task/28501/stat : 28501 (java) R 28475 28478 28095 0 -1 4202560 88066 0 0 0 245879 81 0 0 20 0 33 0 107310747 15567867904 681326 33554432000 4194304 4196468 140727257377216 140259542928736 140260027607239 0 4 0 16800975 0 0 0 -1 3 0 0 65 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28502] ppid=28475 vsize=15202996 memory=3834870196568417124 CPUtime=2459.17 cores=0-7
/proc/28478/task/28502/stat : 28502 (java) R 28475 28478 28095 0 -1 4202560 88543 0 0 0 245831 86 0 0 20 0 33 0 107310748 15567867904 681326 33554432000 4194304 4196468 140727257377216 140259541878208 140260027607021 0 4 0 16800975 0 0 0 -1 0 0 0 58 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28503] ppid=28475 vsize=15202996 memory=279989189453120 CPUtime=0 cores=0-7
/proc/28478/task/28503/stat : 28503 (java) S 28475 28478 28095 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 33 0 107310748 15567867904 681326 33554432000 4194304 4196468 140727257377216 140259540829728 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28504] ppid=28475 vsize=15202996 memory=279989189453312 CPUtime=2461.02 cores=0-7
/proc/28478/task/28504/stat : 28504 (java) R 28475 28478 28095 0 -1 4202560 81892 0 0 0 246018 84 0 0 20 0 33 0 107310750 15567867904 681326 33554432000 4194304 4196468 140727257377216 140258977238856 140260017943486 0 4 0 16800975 0 0 0 -1 4 0 0 56 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28505] ppid=28475 vsize=15202996 memory=279989189453504 CPUtime=2460.67 cores=0-7
/proc/28478/task/28505/stat : 28505 (java) R 28475 28478 28095 0 -1 4202560 83894 0 0 0 245984 83 0 0 20 0 33 0 107310750 15567867904 681326 33554432000 4194304 4196468 140727257377216 140258976185544 140260027607239 0 4 0 16800975 0 0 0 -1 1 0 0 58 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28506] ppid=28475 vsize=15202996 memory=279989189453696 CPUtime=0.09 cores=0-7
/proc/28478/task/28506/stat : 28506 (java) S 28475 28478 28095 0 -1 1077944384 45 0 0 0 9 0 0 0 20 0 33 0 107310750 15567867904 681326 33554432000 4194304 4196468 140727257377216 140258975138464 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28507] ppid=28475 vsize=15202996 memory=279989186891936 CPUtime=2459.81 cores=0-7
/proc/28478/task/28507/stat : 28507 (java) R 28475 28478 28095 0 -1 4202560 84875 0 0 0 245905 76 0 0 20 0 33 0 107310750 15567867904 681326 33554432000 4194304 4196468 140727257377216 140258974079536 140260028161567 0 4 0 16800975 0 0 0 -1 5 0 0 59 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28508] ppid=28475 vsize=15202996 memory=279989188903808 CPUtime=2459.3 cores=0-7
/proc/28478/task/28508/stat : 28508 (java) R 28475 28478 28095 0 -1 4202560 88158 0 0 0 245843 87 0 0 20 0 33 0 107310750 15567867904 681326 33554432000 4194304 4196468 140727257377216 140258973030352 140260025841861 0 4 0 16800975 0 0 0 -1 2 0 0 61 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28509] ppid=28475 vsize=15202996 memory=279989187574272 CPUtime=0 cores=0-7
/proc/28478/task/28509/stat : 28509 (java) S 28475 28478 28095 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 33 0 107310750 15567867904 681326 33554432000 4194304 4196468 140727257377216 140258971981088 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28510] ppid=28475 vsize=15202996 memory=0 CPUtime=2461.08 cores=0-7
/proc/28478/task/28510/stat : 28510 (java) R 28475 28478 28095 0 -1 4202560 83447 0 0 0 246022 86 0 0 20 0 33 0 107310751 15567867904 681326 33554432000 4194304 4196468 140727257377216 140258970921736 140260025075568 0 4 0 16800975 0 0 0 -1 6 0 0 66 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28511] ppid=28475 vsize=15202996 memory=0 CPUtime=2461.7 cores=0-7
/proc/28478/task/28511/stat : 28511 (java) R 28475 28478 28095 0 -1 4202560 89934 0 0 0 246087 83 0 0 20 0 33 0 107310751 15567867904 681326 33554432000 4194304 4196468 140727257377216 140258969869800 140260018038633 0 4 0 16800975 0 0 0 -1 7 0 0 56 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
Current children cumulated CPU time: 19837.8 s
Current children cumulated vsize: 15202996 KiB
Current children cumulated memory: 2725304 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 8.70 8.78 8.79 10/212 28551
/proc/meminfo: memFree=25792276/32770624 swapFree=67108860/67108860
[pid=28478] ppid=28475 vsize=15202996 memory=2716068 CPUtime=19978.1 cores=0-7
/proc/28478/stat : 28478 (java) S 28475 28478 28095 0 -1 1077944320 1935856 0 0 0 1996636 1178 0 0 20 0 33 0 107310481 15567867904 679017 33554432000 4194304 4196468 140727257377216 140727257359760 140260379578103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
/proc/28478/statm: 3800749 679017 3863 1 0 3787943 0
[pid=28478/tid=28480] ppid=28475 vsize=15202996 memory=2717608 CPUtime=2.61 cores=0-7
/proc/28478/task/28480/stat : 28480 (java) S 28475 28478 28095 0 -1 1077944384 14039 0 0 0 253 8 0 0 20 0 33 0 107310482 15567867904 679017 33554432000 4194304 4196468 140727257377216 140260383815808 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28481] ppid=28475 vsize=15202996 memory=2718120 CPUtime=16.93 cores=0-7
/proc/28478/task/28481/stat : 28481 (java) S 28475 28478 28095 0 -1 1077944384 116175 0 0 0 1642 51 0 0 20 0 33 0 107310482 15567867904 679017 33554432000 4194304 4196468 140727257377216 140259975346576 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 35 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28482] ppid=28475 vsize=15202996 memory=2718632 CPUtime=16.93 cores=0-7
/proc/28478/task/28482/stat : 28482 (java) S 28475 28478 28095 0 -1 1077944384 110456 0 0 0 1649 44 0 0 20 0 33 0 107310482 15567867904 679017 33554432000 4194304 4196468 140727257377216 140259974293776 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 35 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28483] ppid=28475 vsize=15202996 memory=2721200 CPUtime=16.96 cores=0-7
/proc/28478/task/28483/stat : 28483 (java) S 28475 28478 28095 0 -1 1077944384 109112 0 0 0 1647 49 0 0 20 0 33 0 107310482 15567867904 679017 33554432000 4194304 4196468 140727257377216 140259973241488 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 33 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28484] ppid=28475 vsize=15202996 memory=2718120 CPUtime=16.96 cores=0-7
/proc/28478/task/28484/stat : 28484 (java) S 28475 28478 28095 0 -1 1077944384 119678 0 0 0 1646 50 0 0 20 0 33 0 107310482 15567867904 679017 33554432000 4194304 4196468 140727257377216 140259972188688 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 34 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28485] ppid=28475 vsize=15202996 memory=2716580 CPUtime=16.85 cores=0-7
/proc/28478/task/28485/stat : 28485 (java) S 28475 28478 28095 0 -1 1077944384 114164 0 0 0 1636 49 0 0 20 0 33 0 107310482 15567867904 679017 33554432000 4194304 4196468 140727257377216 140259971136400 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 37 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28486] ppid=28475 vsize=15202996 memory=279989189321472 CPUtime=16.97 cores=0-7
/proc/28478/task/28486/stat : 28486 (java) S 28475 28478 28095 0 -1 1077944384 112905 0 0 0 1651 46 0 0 20 0 33 0 107310482 15567867904 679017 33554432000 4194304 4196468 140727257377216 140259970083600 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 34 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28487] ppid=28475 vsize=15202996 memory=2716580 CPUtime=16.95 cores=0-7
/proc/28478/task/28487/stat : 28487 (java) S 28475 28478 28095 0 -1 1077944384 116803 0 0 0 1644 51 0 0 20 0 33 0 107310482 15567867904 679017 33554432000 4194304 4196468 140727257377216 140259969031312 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 37 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28488] ppid=28475 vsize=15202996 memory=30796 CPUtime=17 cores=0-7
/proc/28478/task/28488/stat : 28488 (java) S 28475 28478 28095 0 -1 1077944384 119340 0 0 0 1647 53 0 0 20 0 33 0 107310482 15567867904 679017 33554432000 4194304 4196468 140727257377216 140259967978512 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 35 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28489] ppid=28475 vsize=15202996 memory=1296 CPUtime=5.83 cores=0-7
/proc/28478/task/28489/stat : 28489 (java) S 28475 28478 28095 0 -1 1077944384 237880 0 0 0 477 106 0 0 20 0 33 0 107310484 15567867904 679017 33554432000 4194304 4196468 140727257377216 140259568994416 140260379589250 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28490] ppid=28475 vsize=15202996 memory=262293652823692 CPUtime=0 cores=0-7
/proc/28478/task/28490/stat : 28490 (java) S 28475 28478 28095 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 33 0 107310484 15567867904 679017 33554432000 4194304 4196468 140727257377216 140259567940448 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28491] ppid=28475 vsize=15202996 memory=262293652823693 CPUtime=0 cores=0-7
/proc/28478/task/28491/stat : 28491 (java) S 28475 28478 28095 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 33 0 107310484 15567867904 679017 33554432000 4194304 4196468 140727257377216 140259566888064 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28492] ppid=28475 vsize=15202996 memory=2723252 CPUtime=0 cores=0-7
/proc/28478/task/28492/stat : 28492 (java) S 28475 28478 28095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 33 0 107310487 15567867904 679017 33554432000 4194304 4196468 140727257377216 140259565836368 140260379596699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28493] ppid=28475 vsize=15202996 memory=1580 CPUtime=1.89 cores=0-7
/proc/28478/task/28493/stat : 28493 (java) S 28475 28478 28095 0 -1 1077944384 9466 0 0 0 187 2 0 0 20 0 33 0 107310487 15567867904 679017 33554432000 4194304 4196468 140727257377216 140259564784240 140260379589250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28494] ppid=28475 vsize=15202996 memory=8564 CPUtime=1.81 cores=0-7
/proc/28478/task/28494/stat : 28494 (java) S 28475 28478 28095 0 -1 1077944384 4609 0 0 0 178 3 0 0 20 0 33 0 107310487 15567867904 679017 33554432000 4194304 4196468 140727257377216 140259563731440 140260379589250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28495] ppid=28475 vsize=15202996 memory=4140 CPUtime=2.08 cores=0-7
/proc/28478/task/28495/stat : 28495 (java) S 28475 28478 28095 0 -1 1077944384 6764 0 0 0 207 1 0 0 20 0 33 0 107310487 15567867904 679017 33554432000 4194304 4196468 140727257377216 140259562679152 140260379589250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28496] ppid=28475 vsize=15202996 memory=-7739291840220455296 CPUtime=0.93 cores=0-7
/proc/28478/task/28496/stat : 28496 (java) S 28475 28478 28095 0 -1 1077944384 14616 0 0 0 90 3 0 0 20 0 33 0 107310487 15567867904 679017 33554432000 4194304 4196468 140727257377216 140259561626352 140260379589250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28497] ppid=28475 vsize=15202996 memory=6944656592385698452 CPUtime=0 cores=0-7
/proc/28478/task/28497/stat : 28497 (java) S 28475 28478 28095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 107310487 15567867904 679017 33554432000 4194304 4196468 140727257377216 140259560573280 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28498] ppid=28475 vsize=15202996 memory=4292 CPUtime=0.86 cores=0-7
/proc/28478/task/28498/stat : 28498 (java) S 28475 28478 28095 0 -1 1077944384 11122 0 0 0 47 39 0 0 20 0 33 0 107310487 15567867904 679017 33554432000 4194304 4196468 140727257377216 140259559520560 140260379589250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28499] ppid=28475 vsize=15202996 memory=1156 CPUtime=0 cores=0-7
/proc/28478/task/28499/stat : 28499 (java) S 28475 28478 28095 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 33 0 107310725 15567867904 679017 33554432000 4194304 4196468 140727257377216 140259549234048 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28500] ppid=28475 vsize=15202996 memory=33 CPUtime=4.64 cores=0-7
/proc/28478/task/28500/stat : 28500 (java) R 28475 28478 28095 0 -1 1077944384 27059 0 0 0 186 278 0 0 20 0 33 0 107310737 15567867904 679017 33554432000 4194304 4196468 140727257377216 140259546084384 140260379589250 0 4 0 16800975 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28501] ppid=28475 vsize=15202996 memory=7374790901330651801 CPUtime=2477.07 cores=0-7
/proc/28478/task/28501/stat : 28501 (java) R 28475 28478 28095 0 -1 4202560 88213 0 0 0 247626 81 0 0 20 0 33 0 107310747 15567867904 679017 33554432000 4194304 4196468 140727257377216 140259542928848 140260027606642 0 4 0 16800975 0 0 0 -1 3 0 0 65 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28502] ppid=28475 vsize=15202996 memory=0 CPUtime=2476.52 cores=0-7
/proc/28478/task/28502/stat : 28502 (java) R 28475 28478 28095 0 -1 4202560 88701 0 0 0 247566 86 0 0 20 0 33 0 107310748 15567867904 679017 33554432000 4194304 4196468 140727257377216 140259541876160 140260018017217 0 4 0 16800975 0 0 0 -1 4 0 0 58 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28503] ppid=28475 vsize=15202996 memory=0 CPUtime=0 cores=0-7
/proc/28478/task/28503/stat : 28503 (java) S 28475 28478 28095 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 33 0 107310748 15567867904 679017 33554432000 4194304 4196468 140727257377216 140259540829728 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28504] ppid=28475 vsize=15202996 memory=164 CPUtime=2478.45 cores=0-7
/proc/28478/task/28504/stat : 28504 (java) R 28475 28478 28095 0 -1 4202560 81996 0 0 0 247761 84 0 0 20 0 33 0 107310750 15567867904 679017 33554432000 4194304 4196468 140727257377216 140258977238888 140260028598675 0 4 0 16800975 0 0 0 -1 7 0 0 56 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28505] ppid=28475 vsize=15202996 memory=7234303152781525070 CPUtime=2477.96 cores=0-7
/proc/28478/task/28505/stat : 28505 (java) R 28475 28478 28095 0 -1 4202560 84067 0 0 0 247712 84 0 0 20 0 33 0 107310750 15567867904 679017 33554432000 4194304 4196468 140727257377216 140258976184760 140260025076128 0 4 0 16800975 0 0 0 -1 1 0 0 58 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28506] ppid=28475 vsize=15202996 memory=4140 CPUtime=0.09 cores=0-7
/proc/28478/task/28506/stat : 28506 (java) S 28475 28478 28095 0 -1 1077944384 45 0 0 0 9 0 0 0 20 0 33 0 107310750 15567867904 679017 33554432000 4194304 4196468 140727257377216 140258975138464 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28507] ppid=28475 vsize=15202996 memory=30808 CPUtime=2477.21 cores=0-7
/proc/28478/task/28507/stat : 28507 (java) R 28475 28478 28095 0 -1 4202560 84995 0 0 0 247645 76 0 0 20 0 33 0 107310750 15567867904 679017 33554432000 4194304 4196468 140727257377216 140258974082352 140260028598660 0 4 0 16800975 0 0 0 -1 6 0 0 59 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28508] ppid=28475 vsize=15202996 memory=2717096 CPUtime=2476.77 cores=0-7
/proc/28478/task/28508/stat : 28508 (java) R 28475 28478 28095 0 -1 4202560 88309 0 0 0 247590 87 0 0 20 0 33 0 107310750 15567867904 679017 33554432000 4194304 4196468 140727257377216 140258973027688 140260028146593 0 4 0 16800975 0 0 0 -1 0 0 0 61 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28509] ppid=28475 vsize=15202996 memory=1580 CPUtime=0 cores=0-7
/proc/28478/task/28509/stat : 28509 (java) S 28475 28478 28095 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 33 0 107310750 15567867904 679017 33554432000 4194304 4196468 140727257377216 140258971981088 140260379588309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28510] ppid=28475 vsize=15202996 memory=928 CPUtime=2478.56 cores=0-7
/proc/28478/task/28510/stat : 28510 (java) R 28475 28478 28095 0 -1 4202560 83589 0 0 0 247769 87 0 0 20 0 33 0 107310751 15567867904 679017 33554432000 4194304 4196468 140727257377216 140258970921784 140260019063470 0 4 0 16800975 0 0 0 -1 2 0 0 66 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
[pid=28478/tid=28511] ppid=28475 vsize=15202996 memory=2240 CPUtime=2479.09 cores=0-7
/proc/28478/task/28511/stat : 28511 (java) R 28475 28478 28095 0 -1 4202560 90204 0 0 0 247825 84 0 0 20 0 33 0 107310751 15567867904 679017 33554432000 4194304 4196468 140727257377216 140258969869312 140260028161061 0 4 0 16800975 0 0 0 -1 5 0 0 57 0 0 6293624 6294260 32825344 140727257379937 140727257380123 140727257380123 140727257382863 0
Current children cumulated CPU time: 19978.1 s
Current children cumulated vsize: 15202996 KiB
Current children cumulated memory: 2716068 KiB

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

[startup+2520.12 s]
# the end of solver process 28478 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=19967.2 s, system=11.801 s

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

[startup+2520.11 s]*
/proc/loadavg: 8.70 8.78 8.79 2/181 28553
/proc/meminfo: memFree=26690796/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2520.12
CPU time (s): 19979
CPU user time (s): 19967.2
CPU system time (s): 11.801
CPU usage (%): 792.779
Max. virtual memory (cumulated for all children) (KiB): 15202996
Max. memory (cumulated for all children) (KiB): 3495860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19967.2
system time used= 11.801
maximum resident set size= 3497944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1936187
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 676867
involuntary context switches= 425620


# summary of solver processes directly reported to runsolver:
#   pid: 28478
#   total CPU time (s): 19979
#   total CPU user time (s): 19967.2
#   total CPU system time (s): 11.801

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.5941 second user time and 35.5297 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-14 22:09:27
IDJOB=4275288
IDBENCH=128054
IDSOLVER=2668
FILE ID=node104/4275288-1502742226
RUNJOBID= node104-1502736322-28122
PBS_JOBID= 20629056
Free space on /tmp= 61864 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-jcr/CarSequencing-60-02.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4275288-1502742226/watcher-4275288-1502742226 -o /tmp/evaluation-result-4275288-1502742226/solver-4275288-1502742226 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1502736322-28122 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1394343588 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275288-1502742226.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 7d15061b3f8ae249c0a64b716749507b
RANDOM SEED=1394343588

node104.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28505196 kB
MemAvailable:   31981976 kB
Buffers:          202948 kB
Cached:          3553644 kB
SwapCached:            0 kB
Active:           448912 kB
Inactive:        3357464 kB
Active(anon):      52680 kB
Inactive(anon):    25024 kB
Active(file):     396232 kB
Inactive(file):  3332440 kB
Unevictable:        6532 kB
Mlocked:            6532 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42316 kB
Writeback:             0 kB
AnonPages:         56316 kB
Mapped:            44980 kB
Shmem:             25228 kB
Slab:             153044 kB
SReclaimable:     127884 kB
SUnreclaim:        25160 kB
KernelStack:        3168 kB
PageTables:         4392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61824 MiB
End job on node104 at 2017-08-14 22:51:28