Trace number 4285646

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-08-22? (TO) 19995.199 2520.1201

General information on the benchmark

NameSchurrLemma/SchurrLemma-nor-s1/
SchurrLemma-nor-066-4.xml
MD5SUMc25add2d506acc91b1dafe626b0f7e10
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 benchmark0.64946198
Satisfiable
(Un)Satisfiability was proved
Number of variables66
Number of constraints1056
Number of domains1
Minimum domain size4
Maximum domain size4
Distribution of domain sizes[{"size":4,"count":66}]
Minimum variable degree32
Maximum variable degree64
Distribution of variable degrees[{"degree":32,"count":1},{"degree":33,"count":2},{"degree":34,"count":2},{"degree":35,"count":2},{"degree":36,"count":2},{"degree":37,"count":2},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":40,"count":2},{"degree":41,"count":2},{"degree":42,"count":2},{"degree":43,"count":2},{"degree":44,"count":2},{"degree":45,"count":2},{"degree":46,"count":2},{"degree":47,"count":2},{"degree":48,"count":4},{"degree":49,"count":2},{"degree":50,"count":2},{"degree":51,"count":2},{"degree":52,"count":2},{"degree":53,"count":2},{"degree":54,"count":2},{"degree":55,"count":2},{"degree":56,"count":2},{"degree":57,"count":2},{"degree":58,"count":2},{"degree":59,"count":2},{"degree":60,"count":2},{"degree":61,"count":2},{"degree":62,"count":2},{"degree":63,"count":2},{"degree":64,"count":1}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":1056}]
Number of extensional constraints0
Number of intensional constraints1056
Distribution of constraint types[{"type":"intension","count":1056}]
Optimization problemNO
Type of objective

Solver Data

0.23/0.40	c version: 2017-08-22
0.23/0.40	c seed: 666599246
0.23/0.40	c timeout: 20160
0.23/0.40	c memlimit: 22000
0.23/0.40	c nbcore: 8
0.42/0.42	c Parsing instance...
2.17/1.03	c Parsing done, starting search...
19994.53/2520.08	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 (15404 MiB free)
  memory of node 1: 16384 MiB (15710 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285646-1503467564/watcher-4285646-1503467564 -o /tmp/evaluation-result-4285646-1503467564/solver-4285646-1503467564 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node129-1503420419-2425 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 666599246 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285646-1503467564.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=10683, runsolver pid=10680


[startup+0.100134 s]*
/proc/loadavg: 1.56 1.89 4.05 1/173 10684
/proc/meminfo: memFree=31861548/32770624 swapFree=67108860/67108860
[pid=10683] ppid=10680 vsize=103044 memory=4840 CPUtime=0 cores=0-7
/proc/10683/stat : 10683 (java) S 10680 10683 2337 0 -1 1077944320 1523 0 0 0 0 0 0 0 20 0 2 0 4640351 105517056 1210 18446744073709551615 4194304 4196468 140735108529808 140735108512352 139647340609271 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
/proc/10683/statm: 25761 1210 892 1 0 16803 0
[pid=10683/tid=10685] ppid=10680 vsize=103044 memory=0 CPUtime=0 cores=0-7
/proc/10683/task/10685/stat : 10685 (java) R 10680 10683 2337 0 -1 4202560 214 0 0 0 0 0 0 0 20 0 2 0 4640362 105517056 1210 18446744073709551615 4194304 4196468 140735108529808 139647344844152 139647333288989 0 0 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 103044 KiB
Current children cumulated memory: 4840 KiB

[startup+0.209126 s]*
/proc/loadavg: 1.56 1.89 4.05 3/192 10703
/proc/meminfo: memFree=31847108/32770624 swapFree=67108860/67108860
[pid=10683] ppid=10680 vsize=25996608 memory=28928 CPUtime=0.08 cores=0-7
/proc/10683/stat : 10683 (java) S 10680 10683 2337 0 -1 1077944320 7035 0 0 0 7 1 0 0 20 0 20 0 4640351 26620526592 7232 18446744073709551615 4194304 4196468 140735108529808 140735108512352 139647340609271 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
/proc/10683/statm: 6499152 7232 3345 1 0 6487930 0
[pid=10683/tid=10685] ppid=10680 vsize=25996608 memory=4026532046 CPUtime=0.06 cores=0-7
/proc/10683/task/10685/stat : 10685 (java) R 10680 10683 2337 0 -1 4202560 5063 0 0 0 5 1 0 0 20 0 20 0 4640362 26620526592 7232 18446744073709551615 4194304 4196468 140735108529808 139647344839016 139647326814272 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10686] ppid=10680 vsize=25996608 memory=11860 CPUtime=0 cores=0-7
/proc/10683/task/10686/stat : 10686 (java) S 10680 10683 2337 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4640362 26620526592 7232 18446744073709551615 4194304 4196468 140735108529808 139646902672144 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10687] ppid=10680 vsize=25996608 memory=140127536962858 CPUtime=0 cores=0-7
/proc/10683/task/10687/stat : 10687 (java) S 10680 10683 2337 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4640362 26620526592 7232 18446744073709551615 4194304 4196468 140735108529808 139646901619600 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10688] ppid=10680 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/10683/task/10688/stat : 10688 (java) S 10680 10683 2337 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4640362 26620526592 7232 18446744073709551615 4194304 4196468 140735108529808 139646900567056 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10689] ppid=10680 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/10683/task/10689/stat : 10689 (java) S 10680 10683 2337 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4640362 26620526592 7232 18446744073709551615 4194304 4196468 140735108529808 139646899514512 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10690] ppid=10680 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/10683/task/10690/stat : 10690 (java) S 10680 10683 2337 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4640362 26620526592 7232 18446744073709551615 4194304 4196468 140735108529808 139646898460944 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10691] ppid=10680 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/10683/task/10691/stat : 10691 (java) S 10680 10683 2337 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4640362 26620526592 7232 18446744073709551615 4194304 4196468 140735108529808 139646897408400 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10692] ppid=10680 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/10683/task/10692/stat : 10692 (java) S 10680 10683 2337 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4640362 26620526592 7232 18446744073709551615 4194304 4196468 140735108529808 139646896355856 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10693] ppid=10680 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/10683/task/10693/stat : 10693 (java) S 10680 10683 2337 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4640362 26620526592 7232 18446744073709551615 4194304 4196468 140735108529808 139646895303312 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10694] ppid=10680 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/10683/task/10694/stat : 10694 (java) S 10680 10683 2337 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4640364 26620526592 7232 18446744073709551615 4194304 4196468 140735108529808 139646020311536 139647340620418 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10695] ppid=10680 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/10683/task/10695/stat : 10695 (java) S 10680 10683 2337 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4640364 26620526592 7232 18446744073709551615 4194304 4196468 140735108529808 139646019257760 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10696] ppid=10680 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/10683/task/10696/stat : 10696 (java) S 10680 10683 2337 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 4640365 26620526592 7232 18446744073709551615 4194304 4196468 140735108529808 139646018205168 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10697] ppid=10680 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/10683/task/10697/stat : 10697 (java) S 10680 10683 2337 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4640367 26620526592 7232 18446744073709551615 4194304 4196468 140735108529808 139646017153744 139647340627867 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10698] ppid=10680 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/10683/task/10698/stat : 10698 (java) S 10680 10683 2337 0 -1 1077944384 324 0 0 0 0 0 0 0 20 0 20 0 4640367 26620526592 7232 18446744073709551615 4194304 4196468 140735108529808 139646016100336 139647340620418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10699] ppid=10680 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/10683/task/10699/stat : 10699 (java) S 10680 10683 2337 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4640367 26620526592 7232 18446744073709551615 4194304 4196468 140735108529808 139646015047792 139647340620418 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10700] ppid=10680 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/10683/task/10700/stat : 10700 (java) S 10680 10683 2337 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4640367 26620526592 7232 18446744073709551615 4194304 4196468 140735108529808 139646013995248 139647340620418 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10701] ppid=10680 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/10683/task/10701/stat : 10701 (java) S 10680 10683 2337 0 -1 1077944384 280 0 0 0 0 0 0 0 20 0 20 0 4640367 26620526592 7232 18446744073709551615 4194304 4196468 140735108529808 139646012942704 139647340620418 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10702] ppid=10680 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/10683/task/10702/stat : 10702 (java) S 10680 10683 2337 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4640367 26620526592 7232 18446744073709551615 4194304 4196468 140735108529808 139646011890400 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10703] ppid=10680 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/10683/task/10703/stat : 10703 (java) S 10680 10683 2337 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4640371 26620526592 7232 18446744073709551615 4194304 4196468 140735108529808 139646010837936 139647340620418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 25996608 KiB
Current children cumulated memory: 28928 KiB

[startup+0.309334 s]*
/proc/loadavg: 1.56 1.89 4.05 2/192 10703
/proc/meminfo: memFree=31836548/32770624 swapFree=67108860/67108860
[pid=10683] ppid=10680 vsize=25996608 memory=38816 CPUtime=0.23 cores=0-7
/proc/10683/stat : 10683 (java) S 10680 10683 2337 0 -1 1077944320 10462 0 0 0 20 3 0 0 20 0 20 0 4640351 26620526592 9704 18446744073709551615 4194304 4196468 140735108529808 140735108512352 139647340609271 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
/proc/10683/statm: 6499152 9704 3530 1 0 6487930 0
[pid=10683/tid=10685] ppid=10680 vsize=25996608 memory=-8774313645642428999 CPUtime=0.16 cores=0-7
/proc/10683/task/10685/stat : 10685 (java) R 10680 10683 2337 0 -1 4202560 8168 0 0 0 14 2 0 0 20 0 20 0 4640362 26620526592 9704 18446744073709551615 4194304 4196468 140735108529808 139647344814720 139647340631197 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10686] ppid=10680 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/10683/task/10686/stat : 10686 (java) S 10680 10683 2337 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4640362 26620526592 9704 18446744073709551615 4194304 4196468 140735108529808 139646902672144 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10687] ppid=10680 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/10683/task/10687/stat : 10687 (java) S 10680 10683 2337 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4640362 26620526592 9704 18446744073709551615 4194304 4196468 140735108529808 139646901619600 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10688] ppid=10680 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/10683/task/10688/stat : 10688 (java) S 10680 10683 2337 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4640362 26620526592 9704 18446744073709551615 4194304 4196468 140735108529808 139646900567056 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10689] ppid=10680 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/10683/task/10689/stat : 10689 (java) S 10680 10683 2337 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4640362 26620526592 9704 18446744073709551615 4194304 4196468 140735108529808 139646899514512 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10690] ppid=10680 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/10683/task/10690/stat : 10690 (java) S 10680 10683 2337 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4640362 26620526592 9704 18446744073709551615 4194304 4196468 140735108529808 139646898460944 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10691] ppid=10680 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/10683/task/10691/stat : 10691 (java) S 10680 10683 2337 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4640362 26620526592 9704 18446744073709551615 4194304 4196468 140735108529808 139646897408400 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10692] ppid=10680 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/10683/task/10692/stat : 10692 (java) S 10680 10683 2337 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4640362 26620526592 9728 18446744073709551615 4194304 4196468 140735108529808 139646896355856 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10693] ppid=10680 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/10683/task/10693/stat : 10693 (java) S 10680 10683 2337 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4640362 26620526592 9728 18446744073709551615 4194304 4196468 140735108529808 139646895303312 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10694] ppid=10680 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/10683/task/10694/stat : 10694 (java) S 10680 10683 2337 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 4640364 26620526592 9728 18446744073709551615 4194304 4196468 140735108529808 139646020311536 139647340620418 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10695] ppid=10680 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/10683/task/10695/stat : 10695 (java) S 10680 10683 2337 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4640364 26620526592 9728 18446744073709551615 4194304 4196468 140735108529808 139646019257760 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10696] ppid=10680 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/10683/task/10696/stat : 10696 (java) S 10680 10683 2337 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 4640365 26620526592 9728 18446744073709551615 4194304 4196468 140735108529808 139646018205168 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10697] ppid=10680 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/10683/task/10697/stat : 10697 (java) S 10680 10683 2337 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4640367 26620526592 9728 18446744073709551615 4194304 4196468 140735108529808 139646017153744 139647340627867 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10698] ppid=10680 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/10683/task/10698/stat : 10698 (java) S 10680 10683 2337 0 -1 1077944384 495 0 0 0 0 0 0 0 20 0 20 0 4640367 26620526592 9728 18446744073709551615 4194304 4196468 140735108529808 139646016100336 139647340620418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10699] ppid=10680 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/10683/task/10699/stat : 10699 (java) S 10680 10683 2337 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 20 0 4640367 26620526592 9728 18446744073709551615 4194304 4196468 140735108529808 139646015047792 139647340620418 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10700] ppid=10680 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/10683/task/10700/stat : 10700 (java) S 10680 10683 2337 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 20 0 4640367 26620526592 9728 18446744073709551615 4194304 4196468 140735108529808 139646013995248 139647340620418 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10701] ppid=10680 vsize=25996608 memory=0 CPUtime=0.04 cores=0-7
/proc/10683/task/10701/stat : 10701 (java) S 10680 10683 2337 0 -1 1077944384 368 0 0 0 4 0 0 0 20 0 20 0 4640367 26620526592 9728 18446744073709551615 4194304 4196468 140735108529808 139646012942704 139647340620418 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10702] ppid=10680 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/10683/task/10702/stat : 10702 (java) S 10680 10683 2337 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4640367 26620526592 9728 18446744073709551615 4194304 4196468 140735108529808 139646011890400 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10703] ppid=10680 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/10683/task/10703/stat : 10703 (java) S 10680 10683 2337 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4640371 26620526592 9728 18446744073709551615 4194304 4196468 140735108529808 139646010837936 139647340620418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 25996608 KiB
Current children cumulated memory: 38816 KiB

[startup+0.700819 s]
/proc/loadavg: 1.56 1.89 4.05 3/192 10703
/proc/meminfo: memFree=31826312/32770624 swapFree=67108860/67108860
[pid=10683] ppid=10680 vsize=25998676 memory=68276 CPUtime=1.03 cores=0-7
/proc/10683/stat : 10683 (java) S 10680 10683 2337 0 -1 1077944320 14263 0 0 0 98 5 0 0 20 0 20 0 4640351 26622644224 17069 18446744073709551615 4194304 4196468 140735108529808 140735108512352 139647340609271 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
/proc/10683/statm: 6499669 17069 3724 1 0 6488442 0
[pid=10683/tid=10685] ppid=10680 vsize=25998676 memory=0 CPUtime=0.55 cores=0-7
/proc/10683/task/10685/stat : 10685 (java) R 10680 10683 2337 0 -1 4202560 10446 0 0 0 51 4 0 0 20 0 20 0 4640362 26622644224 17069 18446744073709551615 4194304 4196468 140735108529808 139647344845664 139646984441969 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10686] ppid=10680 vsize=25998676 memory=1792 CPUtime=0 cores=0-7
/proc/10683/task/10686/stat : 10686 (java) S 10680 10683 2337 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4640362 26622644224 17069 18446744073709551615 4194304 4196468 140735108529808 139646902672144 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10687] ppid=10680 vsize=25998676 memory=648 CPUtime=0 cores=0-7
/proc/10683/task/10687/stat : 10687 (java) S 10680 10683 2337 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4640362 26622644224 17069 18446744073709551615 4194304 4196468 140735108529808 139646901619600 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10688] ppid=10680 vsize=25998676 memory=956 CPUtime=0 cores=0-7
/proc/10683/task/10688/stat : 10688 (java) S 10680 10683 2337 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4640362 26622644224 17069 18446744073709551615 4194304 4196468 140735108529808 139646900567056 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10689] ppid=10680 vsize=25998676 memory=1236 CPUtime=0 cores=0-7
/proc/10683/task/10689/stat : 10689 (java) S 10680 10683 2337 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4640362 26622644224 17069 18446744073709551615 4194304 4196468 140735108529808 139646899514512 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10690] ppid=10680 vsize=25998676 memory=2244 CPUtime=0 cores=0-7
/proc/10683/task/10690/stat : 10690 (java) S 10680 10683 2337 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4640362 26622644224 17069 18446744073709551615 4194304 4196468 140735108529808 139646898460944 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10691] ppid=10680 vsize=25998676 memory=4300 CPUtime=0 cores=0-7
/proc/10683/task/10691/stat : 10691 (java) S 10680 10683 2337 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4640362 26622644224 17069 18446744073709551615 4194304 4196468 140735108529808 139646897408400 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10692] ppid=10680 vsize=25998676 memory=928 CPUtime=0 cores=0-7
/proc/10683/task/10692/stat : 10692 (java) S 10680 10683 2337 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4640362 26622644224 17069 18446744073709551615 4194304 4196468 140735108529808 139646896355856 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10693] ppid=10680 vsize=25998676 memory=1584 CPUtime=0 cores=0-7
/proc/10683/task/10693/stat : 10693 (java) S 10680 10683 2337 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4640362 26622644224 17069 18446744073709551615 4194304 4196468 140735108529808 139646895303312 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10694] ppid=10680 vsize=25998676 memory=2168 CPUtime=0 cores=0-7
/proc/10683/task/10694/stat : 10694 (java) S 10680 10683 2337 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 4640364 26622644224 17069 18446744073709551615 4194304 4196468 140735108529808 139646020311536 139647340620418 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10695] ppid=10680 vsize=25998676 memory=840 CPUtime=0 cores=0-7
/proc/10683/task/10695/stat : 10695 (java) S 10680 10683 2337 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4640364 26622644224 17069 18446744073709551615 4194304 4196468 140735108529808 139646019257760 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10696] ppid=10680 vsize=25998676 memory=4296 CPUtime=0 cores=0-7
/proc/10683/task/10696/stat : 10696 (java) S 10680 10683 2337 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 4640365 26622644224 17069 18446744073709551615 4194304 4196468 140735108529808 139646018205168 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10697] ppid=10680 vsize=25998676 memory=4064 CPUtime=0 cores=0-7
/proc/10683/task/10697/stat : 10697 (java) S 10680 10683 2337 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4640367 26622644224 17069 18446744073709551615 4194304 4196468 140735108529808 139646017153744 139647340627867 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10698] ppid=10680 vsize=25998676 memory=1156 CPUtime=0.09 cores=0-7
/proc/10683/task/10698/stat : 10698 (java) R 10680 10683 2337 0 -1 4202560 889 0 0 0 9 0 0 0 20 0 20 0 4640367 26622644224 17069 18446744073709551615 4194304 4196468 140735108529808 139646016100336 139647323951265 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10699] ppid=10680 vsize=25998676 memory=2368 CPUtime=0.08 cores=0-7
/proc/10683/task/10699/stat : 10699 (java) S 10680 10683 2337 0 -1 1077944384 405 0 0 0 8 0 0 0 20 0 20 0 4640367 26622644224 17069 18446744073709551615 4194304 4196468 140735108529808 139646015047792 139647340620418 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10700] ppid=10680 vsize=25998676 memory=52976 CPUtime=0.07 cores=0-7
/proc/10683/task/10700/stat : 10700 (java) S 10680 10683 2337 0 -1 1077944384 259 0 0 0 7 0 0 0 20 0 20 0 4640367 26622644224 17069 18446744073709551615 4194304 4196468 140735108529808 139646013995248 139647340620418 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10701] ppid=10680 vsize=25998676 memory=4120 CPUtime=0.22 cores=0-7
/proc/10683/task/10701/stat : 10701 (java) R 10680 10683 2337 0 -1 4202560 876 0 0 0 22 0 0 0 20 0 20 0 4640367 26622644224 17069 18446744073709551615 4194304 4196468 140735108529808 139646012937872 139647324856300 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10702] ppid=10680 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/10683/task/10702/stat : 10702 (java) S 10680 10683 2337 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4640367 26622644224 17069 18446744073709551615 4194304 4196468 140735108529808 139646011890400 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10703] ppid=10680 vsize=25998676 memory=140127401681504 CPUtime=0 cores=0-7
/proc/10683/task/10703/stat : 10703 (java) S 10680 10683 2337 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4640371 26622644224 17069 18446744073709551615 4194304 4196468 140735108529808 139646010837936 139647340620418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
Current children cumulated CPU time: 1.03 s
Current children cumulated vsize: 25998676 KiB
Current children cumulated memory: 68276 KiB

[startup+1.5009 s]
/proc/loadavg: 1.60 1.89 4.04 5/192 10703
/proc/meminfo: memFree=31753272/32770624 swapFree=67108860/67108860
[pid=10683] ppid=10680 vsize=26002772 memory=209396 CPUtime=4.35 cores=0-7
/proc/10683/stat : 10683 (java) S 10680 10683 2337 0 -1 1077944320 36601 0 0 0 420 15 0 0 20 0 20 0 4640351 26626838528 52349 18446744073709551615 4194304 4196468 140735108529808 140735108512352 139647340609271 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
/proc/10683/statm: 6500693 52349 3771 1 0 6489466 0
[pid=10683/tid=10685] ppid=10680 vsize=26002772 memory=56 CPUtime=1.34 cores=0-7
/proc/10683/task/10685/stat : 10685 (java) R 10680 10683 2337 0 -1 4202560 15231 0 0 0 127 7 0 0 20 0 20 0 4640362 26626838528 52349 18446744073709551615 4194304 4196468 140735108529808 139647344842848 139646982000176 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10686] ppid=10680 vsize=26002772 memory=7018956124928098409 CPUtime=0 cores=0-7
/proc/10683/task/10686/stat : 10686 (java) S 10680 10683 2337 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4640362 26626838528 52349 18446744073709551615 4194304 4196468 140735108529808 139646902672144 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10687] ppid=10680 vsize=26002772 memory=56 CPUtime=0 cores=0-7
/proc/10683/task/10687/stat : 10687 (java) S 10680 10683 2337 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4640362 26626838528 52349 18446744073709551615 4194304 4196468 140735108529808 139646901619600 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10688] ppid=10680 vsize=26002772 memory=11794 CPUtime=0 cores=0-7
/proc/10683/task/10688/stat : 10688 (java) S 10680 10683 2337 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4640362 26626838528 52349 18446744073709551615 4194304 4196468 140735108529808 139646900567056 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0

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

/proc/10683/task/10693/stat : 10693 (java) S 10680 10683 2337 0 -1 1077944384 106410 0 0 0 1706 44 0 0 20 0 38 0 4640362 27860074496 767843 18446744073709551615 4194304 4196468 140735108529808 139646895303312 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 18 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10694] ppid=10680 vsize=27207104 memory=3081120 CPUtime=4.74 cores=0-7
/proc/10683/task/10694/stat : 10694 (java) S 10680 10683 2337 0 -1 1077944384 238219 0 0 0 379 95 0 0 20 0 38 0 4640364 27860074496 767843 18446744073709551615 4194304 4196468 140735108529808 139646020311536 139647340620418 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10695] ppid=10680 vsize=27207104 memory=-8774313645642428999 CPUtime=0 cores=0-7
/proc/10683/task/10695/stat : 10695 (java) S 10680 10683 2337 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 38 0 4640364 27860074496 767843 18446744073709551615 4194304 4196468 140735108529808 139646019257824 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10696] ppid=10680 vsize=27207104 memory=1228 CPUtime=0 cores=0-7
/proc/10683/task/10696/stat : 10696 (java) S 10680 10683 2337 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 38 0 4640365 27860074496 767843 18446744073709551615 4194304 4196468 140735108529808 139646018205184 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10697] ppid=10680 vsize=27207104 memory=3077528 CPUtime=0 cores=0-7
/proc/10683/task/10697/stat : 10697 (java) S 10680 10683 2337 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 38 0 4640367 27860074496 767843 18446744073709551615 4194304 4196468 140735108529808 139646017153744 139647340627867 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10698] ppid=10680 vsize=27207104 memory=3074964 CPUtime=1.75 cores=0-7
/proc/10683/task/10698/stat : 10698 (java) S 10680 10683 2337 0 -1 1077944384 7659 0 0 0 173 2 0 0 20 0 38 0 4640367 27860074496 767843 18446744073709551615 4194304 4196468 140735108529808 139646016100336 139647340620418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10699] ppid=10680 vsize=27207104 memory=1292 CPUtime=1.93 cores=0-7
/proc/10683/task/10699/stat : 10699 (java) S 10680 10683 2337 0 -1 1077944384 9084 0 0 0 191 2 0 0 20 0 38 0 4640367 27860074496 767843 18446744073709551615 4194304 4196468 140735108529808 139646015047792 139647340620418 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10700] ppid=10680 vsize=27207104 memory=2408 CPUtime=1.91 cores=0-7
/proc/10683/task/10700/stat : 10700 (java) S 10680 10683 2337 0 -1 1077944384 7258 0 0 0 189 2 0 0 20 0 38 0 4640367 27860074496 767843 18446744073709551615 4194304 4196468 140735108529808 139646013995248 139647340620418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10701] ppid=10680 vsize=27207104 memory=3101124 CPUtime=0.99 cores=0-7
/proc/10683/task/10701/stat : 10701 (java) S 10680 10683 2337 0 -1 1077944384 10241 0 0 0 97 2 0 0 20 0 38 0 4640367 27860074496 767843 18446744073709551615 4194304 4196468 140735108529808 139646012942704 139647340620418 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10702] ppid=10680 vsize=27207104 memory=3101124 CPUtime=0 cores=0-7
/proc/10683/task/10702/stat : 10702 (java) S 10680 10683 2337 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 38 0 4640367 27860074496 767843 18446744073709551615 4194304 4196468 140735108529808 139646011890400 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10703] ppid=10680 vsize=27207104 memory=7556 CPUtime=1 cores=0-7
/proc/10683/task/10703/stat : 10703 (java) S 10680 10683 2337 0 -1 1077944384 8757 0 0 0 46 54 0 0 20 0 38 0 4640371 27860074496 767843 18446744073709551615 4194304 4196468 140735108529808 139646010837936 139647340620418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10704] ppid=10680 vsize=27207104 memory=4120 CPUtime=0 cores=0-7
/proc/10683/task/10704/stat : 10704 (java) S 10680 10683 2337 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 38 0 4640553 27860074496 767843 18446744073709551615 4194304 4196468 140735108529808 139646000547072 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10705] ppid=10680 vsize=27207104 memory=7580 CPUtime=5.22 cores=0-7
/proc/10683/task/10705/stat : 10705 (java) R 10680 10683 2337 0 -1 1077944384 21007 0 0 0 203 319 0 0 20 0 38 0 4640564 27860074496 767843 18446744073709551615 4194304 4196468 140735108529808 139645997397664 139647340620418 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10706] ppid=10680 vsize=27207104 memory=1292 CPUtime=2462.55 cores=0-7
/proc/10683/task/10706/stat : 10706 (java) R 10680 10683 2337 0 -1 4202560 67037 0 0 0 246154 101 0 0 20 0 38 0 4640575 27860074496 767843 18446744073709551615 4194304 4196468 140735108529808 139645994240184 139646992983041 0 4 1 16800974 0 0 0 -1 6 0 0 44 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10707] ppid=10680 vsize=27207104 memory=-8774313645642428999 CPUtime=0.09 cores=0-7
/proc/10683/task/10707/stat : 10707 (java) S 10680 10683 2337 0 -1 1077944384 77 0 0 0 9 0 0 0 20 0 38 0 4640575 27860074496 767843 18446744073709551615 4194304 4196468 140735108529808 139645993194288 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10708] ppid=10680 vsize=27207104 memory=3086760 CPUtime=0.11 cores=0-7
/proc/10683/task/10708/stat : 10708 (java) S 10680 10683 2337 0 -1 1077944384 131 0 0 0 11 0 0 0 20 0 38 0 4640576 27860074496 767843 18446744073709551615 4194304 4196468 140735108529808 139645992141744 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10709] ppid=10680 vsize=27207104 memory=4120 CPUtime=2463.88 cores=0-7
/proc/10683/task/10709/stat : 10709 (java) R 10680 10683 2337 0 -1 4202560 68454 0 0 0 246288 100 0 0 20 0 38 0 4640578 27860074496 767843 18446744073709551615 4194304 4196468 140735108529808 139645991082552 139646993127284 0 4 1 16800974 0 0 0 -1 0 0 0 46 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10710] ppid=10680 vsize=27207104 memory=7580 CPUtime=2459.91 cores=0-7
/proc/10683/task/10710/stat : 10710 (java) R 10680 10683 2337 0 -1 4202560 66564 0 0 0 245892 99 0 0 20 0 38 0 4640578 27860074496 767843 18446744073709551615 4194304 4196468 140735108529808 139645990030328 139646993045260 0 4 1 16800974 0 0 0 -1 5 0 0 44 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10711] ppid=10680 vsize=27207104 memory=3071884 CPUtime=2461.56 cores=0-7
/proc/10683/task/10711/stat : 10711 (java) R 10680 10683 2337 0 -1 4202560 66864 0 0 0 246055 101 0 0 20 0 38 0 4640578 27860074496 767843 18446744073709551615 4194304 4196468 140735108529808 139645988977216 139646993126644 0 4 1 16800974 0 0 0 -1 3 0 0 47 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10712] ppid=10680 vsize=27207104 memory=7523376918531162212 CPUtime=0.09 cores=0-7
/proc/10683/task/10712/stat : 10712 (java) S 10680 10683 2337 0 -1 1077944384 69 0 0 0 9 0 0 0 20 0 38 0 4640578 27860074496 767843 18446744073709551615 4194304 4196468 140735108529808 139645987931568 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10713] ppid=10680 vsize=27207104 memory=7523107478184158290 CPUtime=2460.15 cores=0-7
/proc/10683/task/10713/stat : 10713 (java) R 10680 10683 2337 0 -1 4202560 65692 0 0 0 245917 98 0 0 20 0 38 0 4640578 27860074496 767843 18446744073709551615 4194304 4196468 140735108529808 139645986872376 139646993128388 0 4 1 16800974 0 0 0 -1 4 0 0 53 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10714] ppid=10680 vsize=27207104 memory=7523107478184158290 CPUtime=2461.56 cores=0-7
/proc/10683/task/10714/stat : 10714 (java) R 10680 10683 2337 0 -1 4202560 69688 0 0 0 246060 96 0 0 20 0 38 0 4640578 27860074496 767843 18446744073709551615 4194304 4196468 140735108529808 139645985818808 139646982849895 0 4 1 16800974 0 0 0 -1 1 0 0 48 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10715] ppid=10680 vsize=27207104 memory=3099588 CPUtime=2462.54 cores=0-7
/proc/10683/task/10715/stat : 10715 (java) R 10680 10683 2337 0 -1 4202560 64068 0 0 0 246155 99 0 0 20 0 38 0 4640578 27860074496 767843 18446744073709551615 4194304 4196468 140735108529808 139645984766584 139646993045216 0 4 1 16800974 0 0 0 -1 7 0 0 47 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10716] ppid=10680 vsize=27207104 memory=7556 CPUtime=2461.8 cores=0-7
/proc/10683/task/10716/stat : 10716 (java) R 10680 10683 2337 0 -1 4202560 69438 0 0 0 246079 101 0 0 20 0 38 0 4640598 27860074496 767843 18446744073709551615 4194304 4196468 140735108529808 139645983716544 139646993127428 0 4 1 16800974 0 0 0 -1 2 0 0 49 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10717] ppid=10680 vsize=27207104 memory=4120 CPUtime=0 cores=0-7
/proc/10683/task/10717/stat : 10717 (java) S 10680 10683 2337 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 38 0 4640599 27860074496 767843 18446744073709551615 4194304 4196468 140735108529808 139645982667824 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10718] ppid=10680 vsize=27207104 memory=3078040 CPUtime=0 cores=0-7
/proc/10683/task/10718/stat : 10718 (java) S 10680 10683 2337 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 38 0 4640599 27860074496 767843 18446744073709551615 4194304 4196468 140735108529808 139645981615280 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10719] ppid=10680 vsize=27207104 memory=3074448 CPUtime=0 cores=0-7
/proc/10683/task/10719/stat : 10719 (java) S 10680 10683 2337 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 38 0 4640599 27860074496 767843 18446744073709551615 4194304 4196468 140735108529808 139645980562736 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10720] ppid=10680 vsize=27207104 memory=1012 CPUtime=0 cores=0-7
/proc/10683/task/10720/stat : 10720 (java) S 10680 10683 2337 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 38 0 4640599 27860074496 767843 18446744073709551615 4194304 4196468 140735108529808 139645979510192 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10721] ppid=10680 vsize=27207104 memory=3079580 CPUtime=0 cores=0-7
/proc/10683/task/10721/stat : 10721 (java) S 10680 10683 2337 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 38 0 4640599 27860074496 767843 18446744073709551615 4194304 4196468 140735108529808 139645978457648 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
Current children cumulated CPU time: 19854.2 s
Current children cumulated vsize: 27207104 KiB
Current children cumulated memory: 3071372 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.57 8.77 8.50 10/213 10860
/proc/meminfo: memFree=28805184/32770624 swapFree=67108860/67108860
[pid=10683] ppid=10680 vsize=27207104 memory=3055980 CPUtime=19994.5 cores=0-7
/proc/10683/stat : 10683 (java) S 10680 10683 2337 0 -1 1077944320 1702540 0 0 0 1998183 1270 0 0 20 0 38 0 4640351 27860074496 763995 18446744073709551615 4194304 4196468 140735108529808 140735108512352 139647340609271 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
/proc/10683/statm: 6801776 763995 3841 1 0 6790028 0
[pid=10683/tid=10685] ppid=10680 vsize=27207104 memory=-8195925453750481479 CPUtime=2.08 cores=0-7
/proc/10683/task/10685/stat : 10685 (java) S 10680 10683 2337 0 -1 1077944384 18506 0 0 0 200 8 0 0 20 0 38 0 4640362 27860074496 763995 18446744073709551615 4194304 4196468 140735108529808 139647344846976 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10686] ppid=10680 vsize=27207104 memory=4044 CPUtime=17.61 cores=0-7
/proc/10683/task/10686/stat : 10686 (java) S 10680 10683 2337 0 -1 1077944384 112881 0 0 0 1714 47 0 0 20 0 38 0 4640362 27860074496 763995 18446744073709551615 4194304 4196468 140735108529808 139646902672144 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 16 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10687] ppid=10680 vsize=27207104 memory=3061112 CPUtime=17.58 cores=0-7
/proc/10683/task/10687/stat : 10687 (java) S 10680 10683 2337 0 -1 1077944384 96730 0 0 0 1717 41 0 0 20 0 38 0 4640362 27860074496 763995 18446744073709551615 4194304 4196468 140735108529808 139646901619600 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 18 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10688] ppid=10680 vsize=27207104 memory=4068 CPUtime=17.61 cores=0-7
/proc/10683/task/10688/stat : 10688 (java) S 10680 10683 2337 0 -1 1077944384 110305 0 0 0 1717 44 0 0 20 0 38 0 4640362 27860074496 763995 18446744073709551615 4194304 4196468 140735108529808 139646900567056 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 17 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10689] ppid=10680 vsize=27207104 memory=4116 CPUtime=17.64 cores=0-7
/proc/10683/task/10689/stat : 10689 (java) S 10680 10683 2337 0 -1 1077944384 101814 0 0 0 1718 46 0 0 20 0 38 0 4640362 27860074496 763995 18446744073709551615 4194304 4196468 140735108529808 139646899514512 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 14 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10690] ppid=10680 vsize=27207104 memory=4076 CPUtime=17.66 cores=0-7
/proc/10683/task/10690/stat : 10690 (java) S 10680 10683 2337 0 -1 1077944384 100071 0 0 0 1723 43 0 0 20 0 38 0 4640362 27860074496 763995 18446744073709551615 4194304 4196468 140735108529808 139646898460944 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 17 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10691] ppid=10680 vsize=27207104 memory=4588 CPUtime=17.58 cores=0-7
/proc/10683/task/10691/stat : 10691 (java) S 10680 10683 2337 0 -1 1077944384 101970 0 0 0 1710 48 0 0 20 0 38 0 4640362 27860074496 763995 18446744073709551615 4194304 4196468 140735108529808 139646897408400 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 17 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10692] ppid=10680 vsize=27207104 memory=6933690279252828305 CPUtime=17.62 cores=0-7
/proc/10683/task/10692/stat : 10692 (java) S 10680 10683 2337 0 -1 1077944384 107218 0 0 0 1717 45 0 0 20 0 38 0 4640362 27860074496 763995 18446744073709551615 4194304 4196468 140735108529808 139646896355856 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 14 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10693] ppid=10680 vsize=27207104 memory=-7595718316223324558 CPUtime=17.62 cores=0-7
/proc/10683/task/10693/stat : 10693 (java) S 10680 10683 2337 0 -1 1077944384 106782 0 0 0 1718 44 0 0 20 0 38 0 4640362 27860074496 763995 18446744073709551615 4194304 4196468 140735108529808 139646895303312 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 18 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10694] ppid=10680 vsize=27207104 memory=4945125699554088323 CPUtime=4.78 cores=0-7
/proc/10683/task/10694/stat : 10694 (java) S 10680 10683 2337 0 -1 1077944384 239127 0 0 0 382 96 0 0 20 0 38 0 4640364 27860074496 763995 18446744073709551615 4194304 4196468 140735108529808 139646020311536 139647340620418 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10695] ppid=10680 vsize=27207104 memory=1012 CPUtime=0 cores=0-7
/proc/10683/task/10695/stat : 10695 (java) S 10680 10683 2337 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 38 0 4640364 27860074496 763995 18446744073709551615 4194304 4196468 140735108529808 139646019257824 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10696] ppid=10680 vsize=27207104 memory=10936 CPUtime=0 cores=0-7
/proc/10683/task/10696/stat : 10696 (java) S 10680 10683 2337 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 38 0 4640365 27860074496 763995 18446744073709551615 4194304 4196468 140735108529808 139646018205184 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10697] ppid=10680 vsize=27207104 memory=2012 CPUtime=0 cores=0-7
/proc/10683/task/10697/stat : 10697 (java) S 10680 10683 2337 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 38 0 4640367 27860074496 763995 18446744073709551615 4194304 4196468 140735108529808 139646017153744 139647340627867 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10698] ppid=10680 vsize=27207104 memory=1228 CPUtime=1.75 cores=0-7
/proc/10683/task/10698/stat : 10698 (java) S 10680 10683 2337 0 -1 1077944384 7663 0 0 0 173 2 0 0 20 0 38 0 4640367 27860074496 763995 18446744073709551615 4194304 4196468 140735108529808 139646016100336 139647340620418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10699] ppid=10680 vsize=27207104 memory=1196 CPUtime=1.93 cores=0-7
/proc/10683/task/10699/stat : 10699 (java) S 10680 10683 2337 0 -1 1077944384 9088 0 0 0 191 2 0 0 20 0 38 0 4640367 27860074496 763995 18446744073709551615 4194304 4196468 140735108529808 139646015047792 139647340620418 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10700] ppid=10680 vsize=27207104 memory=1444 CPUtime=1.91 cores=0-7
/proc/10683/task/10700/stat : 10700 (java) S 10680 10683 2337 0 -1 1077944384 7262 0 0 0 189 2 0 0 20 0 38 0 4640367 27860074496 763995 18446744073709551615 4194304 4196468 140735108529808 139646013995248 139647340620418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10701] ppid=10680 vsize=27207104 memory=15872 CPUtime=0.99 cores=0-7
/proc/10683/task/10701/stat : 10701 (java) S 10680 10683 2337 0 -1 1077944384 10245 0 0 0 97 2 0 0 20 0 38 0 4640367 27860074496 763995 18446744073709551615 4194304 4196468 140735108529808 139646012942704 139647340620418 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10702] ppid=10680 vsize=27207104 memory=4904 CPUtime=0 cores=0-7
/proc/10683/task/10702/stat : 10702 (java) S 10680 10683 2337 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 38 0 4640367 27860074496 763995 18446744073709551615 4194304 4196468 140735108529808 139646011890400 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10703] ppid=10680 vsize=27207104 memory=16424 CPUtime=1.02 cores=0-7
/proc/10683/task/10703/stat : 10703 (java) S 10680 10683 2337 0 -1 1077944384 8812 0 0 0 48 54 0 0 20 0 38 0 4640371 27860074496 763995 18446744073709551615 4194304 4196468 140735108529808 139646010837936 139647340620418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10704] ppid=10680 vsize=27207104 memory=4008 CPUtime=0 cores=0-7
/proc/10683/task/10704/stat : 10704 (java) S 10680 10683 2337 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 38 0 4640553 27860074496 763995 18446744073709551615 4194304 4196468 140735108529808 139646000547072 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10705] ppid=10680 vsize=27207104 memory=1792 CPUtime=5.26 cores=0-7
/proc/10683/task/10705/stat : 10705 (java) R 10680 10683 2337 0 -1 1077944384 21088 0 0 0 204 322 0 0 20 0 38 0 4640564 27860074496 763995 18446744073709551615 4194304 4196468 140735108529808 139645997397664 139647340620418 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10706] ppid=10680 vsize=27207104 memory=648 CPUtime=2480.05 cores=0-7
/proc/10683/task/10706/stat : 10706 (java) R 10680 10683 2337 0 -1 4202560 67300 0 0 0 247904 101 0 0 20 0 38 0 4640575 27860074496 763995 18446744073709551615 4194304 4196468 140735108529808 139645994240048 139646993126272 0 4 1 16800974 0 0 0 -1 1 0 0 44 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10707] ppid=10680 vsize=27207104 memory=8656 CPUtime=0.09 cores=0-7
/proc/10683/task/10707/stat : 10707 (java) S 10680 10683 2337 0 -1 1077944384 77 0 0 0 9 0 0 0 20 0 38 0 4640575 27860074496 763995 18446744073709551615 4194304 4196468 140735108529808 139645993194288 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10708] ppid=10680 vsize=27207104 memory=1228 CPUtime=0.11 cores=0-7
/proc/10683/task/10708/stat : 10708 (java) S 10680 10683 2337 0 -1 1077944384 131 0 0 0 11 0 0 0 20 0 38 0 4640576 27860074496 763995 18446744073709551615 4194304 4196468 140735108529808 139645992141744 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10709] ppid=10680 vsize=27207104 memory=1196 CPUtime=2481.24 cores=0-7
/proc/10683/task/10709/stat : 10709 (java) R 10680 10683 2337 0 -1 4202560 68963 0 0 0 248023 101 0 0 20 0 38 0 4640578 27860074496 763995 18446744073709551615 4194304 4196468 140735108529808 139645991082872 139646992983763 0 4 1 16800974 0 0 0 -1 7 0 0 46 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10710] ppid=10680 vsize=27207104 memory=1444 CPUtime=2477.31 cores=0-7
/proc/10683/task/10710/stat : 10710 (java) R 10680 10683 2337 0 -1 4202560 67052 0 0 0 247631 100 0 0 20 0 38 0 4640578 27860074496 763995 18446744073709551615 4194304 4196468 140735108529808 139645990030328 139646992983906 0 4 1 16800974 0 0 0 -1 3 0 0 44 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10711] ppid=10680 vsize=27207104 memory=15872 CPUtime=2478.98 cores=0-7
/proc/10683/task/10711/stat : 10711 (java) R 10680 10683 2337 0 -1 4202560 67337 0 0 0 247797 101 0 0 20 0 38 0 4640578 27860074496 763995 18446744073709551615 4194304 4196468 140735108529808 139645988980720 139646993127770 0 4 1 16800974 0 0 0 -1 4 0 0 48 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10712] ppid=10680 vsize=27207104 memory=4904 CPUtime=0.09 cores=0-7
/proc/10683/task/10712/stat : 10712 (java) S 10680 10683 2337 0 -1 1077944384 69 0 0 0 9 0 0 0 20 0 38 0 4640578 27860074496 763995 18446744073709551615 4194304 4196468 140735108529808 139645987931568 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10713] ppid=10680 vsize=27207104 memory=16424 CPUtime=2477.53 cores=0-7
/proc/10683/task/10713/stat : 10713 (java) R 10680 10683 2337 0 -1 4202560 66023 0 0 0 247655 98 0 0 20 0 38 0 4640578 27860074496 763995 18446744073709551615 4194304 4196468 140735108529808 139645986872128 139646992984651 0 4 1 16800974 0 0 0 -1 5 0 0 53 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10714] ppid=10680 vsize=27207104 memory=4008 CPUtime=2478.99 cores=0-7
/proc/10683/task/10714/stat : 10714 (java) R 10680 10683 2337 0 -1 4202560 70113 0 0 0 247803 96 0 0 20 0 38 0 4640578 27860074496 763995 18446744073709551615 4194304 4196468 140735108529808 139645985818768 139646991047327 0 4 1 16800974 0 0 0 -1 6 0 0 49 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10715] ppid=10680 vsize=27207104 memory=1792 CPUtime=2479.94 cores=0-7
/proc/10683/task/10715/stat : 10715 (java) R 10680 10683 2337 0 -1 4202560 64416 0 0 0 247894 100 0 0 20 0 38 0 4640578 27860074496 763995 18446744073709551615 4194304 4196468 140735108529808 139645984766224 139646992983113 0 4 1 16800974 0 0 0 -1 2 0 0 47 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10716] ppid=10680 vsize=27207104 memory=648 CPUtime=2479.3 cores=0-7
/proc/10683/task/10716/stat : 10716 (java) R 10680 10683 2337 0 -1 4202560 69890 0 0 0 247829 101 0 0 20 0 38 0 4640598 27860074496 763995 18446744073709551615 4194304 4196468 140735108529808 139645983714416 139646993686244 0 4 1 16800974 0 0 0 -1 0 0 0 49 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10717] ppid=10680 vsize=27207104 memory=956 CPUtime=0 cores=0-7
/proc/10683/task/10717/stat : 10717 (java) S 10680 10683 2337 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 38 0 4640599 27860074496 763995 18446744073709551615 4194304 4196468 140735108529808 139645982667824 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10718] ppid=10680 vsize=27207104 memory=1236 CPUtime=0 cores=0-7
/proc/10683/task/10718/stat : 10718 (java) S 10680 10683 2337 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 38 0 4640599 27860074496 763995 18446744073709551615 4194304 4196468 140735108529808 139645981615280 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10719] ppid=10680 vsize=27207104 memory=2244 CPUtime=0 cores=0-7
/proc/10683/task/10719/stat : 10719 (java) S 10680 10683 2337 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 38 0 4640599 27860074496 763995 18446744073709551615 4194304 4196468 140735108529808 139645980562736 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10720] ppid=10680 vsize=27207104 memory=-8774313645642428999 CPUtime=0 cores=0-7
/proc/10683/task/10720/stat : 10720 (java) S 10680 10683 2337 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 38 0 4640599 27860074496 763995 18446744073709551615 4194304 4196468 140735108529808 139645979510192 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
[pid=10683/tid=10721] ppid=10680 vsize=27207104 memory=4026532099 CPUtime=0 cores=0-7
/proc/10683/task/10721/stat : 10721 (java) S 10680 10683 2337 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 38 0 4640599 27860074496 763995 18446744073709551615 4194304 4196468 140735108529808 139645978457648 139647340619477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39415808 140735108534639 140735108534824 140735108534824 140735108538319 0
Current children cumulated CPU time: 19994.5 s
Current children cumulated vsize: 27207104 KiB
Current children cumulated memory: 3055980 KiB

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

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

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

Child status: 143
Real time (s): 2520.12
CPU time (s): 19995.2
CPU user time (s): 19982.5
CPU system time (s): 12.7297
CPU usage (%): 793.425
Max. virtual memory (cumulated for all children) (KiB): 27207104
Max. memory (cumulated for all children) (KiB): 5611088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19982.5
system time used= 12.7297
maximum resident set size= 5613864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1703155
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 558876
involuntary context switches= 415788


# summary of solver processes directly reported to runsolver:
#   pid: 10683
#   total CPU time (s): 19995.2
#   total CPU user time (s): 19982.5
#   total CPU system time (s): 12.7297

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.8247 second user time and 30.0701 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-23 07:38:47
IDJOB=4285646
IDBENCH=140598
IDSOLVER=2681
FILE ID=node129/4285646-1503467564
RUNJOBID= node129-1503420419-2425
PBS_JOBID= 
Free space on /tmp= 62016 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/SchurrLemma/SchurrLemma-nor-s1/SchurrLemma-nor-066-4.xml
COMMAND LINE= java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4285646-1503467564/watcher-4285646-1503467564 -o /tmp/evaluation-result-4285646-1503467564/solver-4285646-1503467564 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node129-1503420419-2425 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 666599246 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285646-1503467564.xml

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

MD5SUM BENCH= c25add2d506acc91b1dafe626b0f7e10
RANDOM SEED=666599246

node129.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.53
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.53
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.53
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.53
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:        31861584 kB
MemAvailable:   32028340 kB
Buffers:          109512 kB
Cached:           340508 kB
SwapCached:            0 kB
Active:           267752 kB
Inactive:         235148 kB
Active(anon):      53184 kB
Inactive(anon):     8556 kB
Active(file):     214568 kB
Inactive(file):   226592 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42544 kB
Writeback:             0 kB
AnonPages:         62720 kB
Mapped:            28956 kB
Shmem:              8868 kB
Slab:             106672 kB
SReclaimable:      82864 kB
SUnreclaim:        23808 kB
KernelStack:        3424 kB
PageTables:         4716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     279464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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= 61972 MiB
End job on node129 at 2017-08-23 08:20:47