Trace number 4291801

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 2018-07-02? (TO) 20057.4 2520.47

General information on the benchmark

NameRlfap/Rlfap-dec-scens11/
Rlfap-scen-11-f02_c18.xml
MD5SUM9039ba285abc1aa689fd996e152ad038
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark23.3055
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size42
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":10},{"size":23,"count":4},{"size":35,"count":336},{"size":42,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

0.66/0.55	c version: 2018-07-02
0.66/0.55	c seed: 125615661
0.66/0.55	c timeout: 20160
0.66/0.55	c memlimit: 22000
0.66/0.55	c nbcore: 8
0.66/0.58	c Parsing instance...
5.20/1.82	c Parsing done, starting search...
20054.32/2520.10	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 (12562 MiB free)
  memory of node 1: 16384 MiB (10701 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291801-1532638956/watcher-4291801-1532638956 -o /tmp/evaluation-result-4291801-1532638956/solver-4291801-1532638956 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1532633896-8548 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 125615661 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291801-1532638956.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=9107, runsolver pid=9104

[startup+0.100131 s]*
/proc/loadavg: 7.41 8.50 8.70 2/200 9127
/proc/meminfo: memFree=23803964/32770624 swapFree=67108860/67108860
[pid=9107] ppid=9104 vsize=26103424 memory=31936 CPUtime=0.11 cores=0-7
/proc/9107/stat : 9107 (java) S 9104 9107 8521 0 -1 1077944320 6891 0 0 0 10 1 0 0 20 0 20 0 81458830 26729906176 7918 33554432000 4194304 4196468 140736316519920 140736316502464 140454643126007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
/proc/9107/statm: 6525856 7918 3139 1 0 6487932 0
[pid=9107/tid=9109] ppid=9104 vsize=26103424 memory=4137573798334591902 CPUtime=0.08 cores=0-7
/proc/9107/task/9109/stat : 9109 (java) R 9104 9107 8521 0 -1 4202560 5166 0 0 0 8 0 0 0 20 0 20 0 81458830 26729906176 8182 33554432000 4194304 4196468 140736316519920 140454647329136 140454623402832 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9110] ppid=9104 vsize=26103424 memory=732370121140009957 CPUtime=0 cores=0-7
/proc/9107/task/9110/stat : 9110 (java) S 9104 9107 8521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81458831 26729906176 8182 33554432000 4194304 4196468 140736316519920 140454565706512 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9111] ppid=9104 vsize=26103424 memory=139982802556544 CPUtime=0 cores=0-7
/proc/9107/task/9111/stat : 9111 (java) S 9104 9107 8521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81458831 26729906176 8182 33554432000 4194304 4196468 140736316519920 140454564653968 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9112] ppid=9104 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9107/task/9112/stat : 9112 (java) S 9104 9107 8521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81458831 26729906176 8182 33554432000 4194304 4196468 140736316519920 140454563601424 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9113] ppid=9104 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9107/task/9113/stat : 9113 (java) S 9104 9107 8521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81458831 26729906176 8182 33554432000 4194304 4196468 140736316519920 140454562548880 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9114] ppid=9104 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9107/task/9114/stat : 9114 (java) S 9104 9107 8521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81458831 26729906176 8182 33554432000 4194304 4196468 140736316519920 140454561495312 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9115] ppid=9104 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/9107/task/9115/stat : 9115 (java) S 9104 9107 8521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81458831 26729906176 8182 33554432000 4194304 4196468 140736316519920 140454560442768 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9116] ppid=9104 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9107/task/9116/stat : 9116 (java) S 9104 9107 8521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81458831 26729906176 8182 33554432000 4194304 4196468 140736316519920 140454559390224 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9117] ppid=9104 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9107/task/9117/stat : 9117 (java) S 9104 9107 8521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81458831 26729906176 8182 33554432000 4194304 4196468 140736316519920 140454193552016 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9118] ppid=9104 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9107/task/9118/stat : 9118 (java) S 9104 9107 8521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81458832 26729906176 8182 33554432000 4194304 4196468 140736316519920 140453318924784 140454643137154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9119] ppid=9104 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9107/task/9119/stat : 9119 (java) S 9104 9107 8521 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 81458833 26729906176 8182 33554432000 4194304 4196468 140736316519920 140453317871008 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9120] ppid=9104 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9107/task/9120/stat : 9120 (java) S 9104 9107 8521 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 81458833 26729906176 8182 33554432000 4194304 4196468 140736316519920 140453316818416 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9121] ppid=9104 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9107/task/9121/stat : 9121 (java) S 9104 9107 8521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81458835 26729906176 8202 33554432000 4194304 4196468 140736316519920 140453315766992 140454643144603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9122] ppid=9104 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9107/task/9122/stat : 9122 (java) S 9104 9107 8521 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 20 0 81458835 26729906176 8202 33554432000 4194304 4196468 140736316519920 140453314713584 140454643137154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9123] ppid=9104 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9107/task/9123/stat : 9123 (java) S 9104 9107 8521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81458835 26729906176 8202 33554432000 4194304 4196468 140736316519920 140453313661040 140454643137154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9124] ppid=9104 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9107/task/9124/stat : 9124 (java) S 9104 9107 8521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81458835 26729906176 8202 33554432000 4194304 4196468 140736316519920 140453312608496 140454643137154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9125] ppid=9104 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/9107/task/9125/stat : 9125 (java) S 9104 9107 8521 0 -1 1077944384 249 0 0 0 1 0 0 0 20 0 20 0 81458835 26729906176 8202 33554432000 4194304 4196468 140736316519920 140453311555952 140454643137154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9126] ppid=9104 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9107/task/9126/stat : 9126 (java) S 9104 9107 8521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81458836 26729906176 8202 33554432000 4194304 4196468 140736316519920 140453310503648 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9127] ppid=9104 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/9107/task/9127/stat : 9127 (java) S 9104 9107 8521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81458836 26729906176 8202 33554432000 4194304 4196468 140736316519920 140453309451184 140454643137154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 31936 KiB

[startup+0.210353 s]*
/proc/loadavg: 7.41 8.50 8.70 3/200 9127
/proc/meminfo: memFree=23790616/32770624 swapFree=67108860/67108860
[pid=9107] ppid=9104 vsize=26103424 memory=43724 CPUtime=0.3 cores=0-7
/proc/9107/stat : 9107 (java) S 9104 9107 8521 0 -1 1077944320 10100 0 0 0 28 2 0 0 20 0 20 0 81458830 26729906176 10931 33554432000 4194304 4196468 140736316519920 140736316502464 140454643126007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
/proc/9107/statm: 6525856 10931 3348 1 0 6487932 0
[pid=9107/tid=9109] ppid=9104 vsize=26103424 memory=32758254098972862 CPUtime=0.19 cores=0-7
/proc/9107/task/9109/stat : 9109 (java) R 9104 9107 8521 0 -1 4202560 7873 0 0 0 18 1 0 0 20 0 20 0 81458830 26729906176 10931 33554432000 4194304 4196468 140736316519920 140454647354416 140454643149597 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9110] ppid=9104 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9107/task/9110/stat : 9110 (java) S 9104 9107 8521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81458831 26729906176 10931 33554432000 4194304 4196468 140736316519920 140454565706512 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9111] ppid=9104 vsize=26103424 memory=139982803028668 CPUtime=0 cores=0-7
/proc/9107/task/9111/stat : 9111 (java) S 9104 9107 8521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81458831 26729906176 10931 33554432000 4194304 4196468 140736316519920 140454564653968 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9112] ppid=9104 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9107/task/9112/stat : 9112 (java) S 9104 9107 8521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81458831 26729906176 10931 33554432000 4194304 4196468 140736316519920 140454563601424 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9113] ppid=9104 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9107/task/9113/stat : 9113 (java) S 9104 9107 8521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81458831 26729906176 10931 33554432000 4194304 4196468 140736316519920 140454562548880 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9114] ppid=9104 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9107/task/9114/stat : 9114 (java) S 9104 9107 8521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81458831 26729906176 10931 33554432000 4194304 4196468 140736316519920 140454561495312 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9115] ppid=9104 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/9107/task/9115/stat : 9115 (java) S 9104 9107 8521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81458831 26729906176 10931 33554432000 4194304 4196468 140736316519920 140454560442768 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9116] ppid=9104 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9107/task/9116/stat : 9116 (java) S 9104 9107 8521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81458831 26729906176 10931 33554432000 4194304 4196468 140736316519920 140454559390224 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9117] ppid=9104 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9107/task/9117/stat : 9117 (java) S 9104 9107 8521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81458831 26729906176 10931 33554432000 4194304 4196468 140736316519920 140454193552016 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9118] ppid=9104 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9107/task/9118/stat : 9118 (java) S 9104 9107 8521 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 81458832 26729906176 10931 33554432000 4194304 4196468 140736316519920 140453318924784 140454643137154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9119] ppid=9104 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9107/task/9119/stat : 9119 (java) S 9104 9107 8521 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 81458833 26729906176 10931 33554432000 4194304 4196468 140736316519920 140453317871008 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9120] ppid=9104 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9107/task/9120/stat : 9120 (java) S 9104 9107 8521 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 81458833 26729906176 10931 33554432000 4194304 4196468 140736316519920 140453316818416 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9121] ppid=9104 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9107/task/9121/stat : 9121 (java) S 9104 9107 8521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81458835 26729906176 10931 33554432000 4194304 4196468 140736316519920 140453315766992 140454643144603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9122] ppid=9104 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/9107/task/9122/stat : 9122 (java) S 9104 9107 8521 0 -1 1077944384 495 0 0 0 1 0 0 0 20 0 20 0 81458835 26729906176 10931 33554432000 4194304 4196468 140736316519920 140453314713584 140454643137154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9123] ppid=9104 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9107/task/9123/stat : 9123 (java) S 9104 9107 8521 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 20 0 81458835 26729906176 10931 33554432000 4194304 4196468 140736316519920 140453313661040 140454643137154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9124] ppid=9104 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9107/task/9124/stat : 9124 (java) S 9104 9107 8521 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 81458835 26729906176 10931 33554432000 4194304 4196468 140736316519920 140453312608496 140454643137154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9125] ppid=9104 vsize=26103424 memory=0 CPUtime=0.06 cores=0-7
/proc/9107/task/9125/stat : 9125 (java) S 9104 9107 8521 0 -1 1077944384 295 0 0 0 6 0 0 0 20 0 20 0 81458835 26729906176 10931 33554432000 4194304 4196468 140736316519920 140453311555952 140454643137154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9126] ppid=9104 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9107/task/9126/stat : 9126 (java) S 9104 9107 8521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81458836 26729906176 10931 33554432000 4194304 4196468 140736316519920 140453310503648 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9127] ppid=9104 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/9107/task/9127/stat : 9127 (java) S 9104 9107 8521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81458836 26729906176 10931 33554432000 4194304 4196468 140736316519920 140453309451184 140454643137154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 43724 KiB

[startup+0.310611 s]*
/proc/loadavg: 7.41 8.50 8.70 2/200 9127
/proc/meminfo: memFree=23786992/32770624 swapFree=67108860/67108860
[pid=9107] ppid=9104 vsize=26103424 memory=47276 CPUtime=0.43 cores=0-7
/proc/9107/stat : 9107 (java) S 9104 9107 8521 0 -1 1077944320 10518 0 0 0 41 2 0 0 20 0 20 0 81458830 26729906176 11819 33554432000 4194304 4196468 140736316519920 140736316502464 140454643126007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
/proc/9107/statm: 6525856 11819 3379 1 0 6487932 0
[pid=9107/tid=9109] ppid=9104 vsize=26103424 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/9107/task/9109/stat : 9109 (java) R 9104 9107 8521 0 -1 4202560 8210 0 0 0 28 1 0 0 20 0 20 0 81458830 26729906176 11819 33554432000 4194304 4196468 140736316519920 140454647335200 140454621478320 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9110] ppid=9104 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9107/task/9110/stat : 9110 (java) S 9104 9107 8521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81458831 26729906176 11819 33554432000 4194304 4196468 140736316519920 140454565706512 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9111] ppid=9104 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9107/task/9111/stat : 9111 (java) S 9104 9107 8521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81458831 26729906176 11819 33554432000 4194304 4196468 140736316519920 140454564653968 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9112] ppid=9104 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9107/task/9112/stat : 9112 (java) S 9104 9107 8521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81458831 26729906176 11819 33554432000 4194304 4196468 140736316519920 140454563601424 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9113] ppid=9104 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9107/task/9113/stat : 9113 (java) S 9104 9107 8521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81458831 26729906176 11819 33554432000 4194304 4196468 140736316519920 140454562548880 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9114] ppid=9104 vsize=26103424 memory=2244 CPUtime=0 cores=0-7
/proc/9107/task/9114/stat : 9114 (java) S 9104 9107 8521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81458831 26729906176 11819 33554432000 4194304 4196468 140736316519920 140454561495312 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9115] ppid=9104 vsize=26103424 memory=139982647948207 CPUtime=0 cores=0-7
/proc/9107/task/9115/stat : 9115 (java) S 9104 9107 8521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81458831 26729906176 11819 33554432000 4194304 4196468 140736316519920 140454560442768 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9116] ppid=9104 vsize=26103424 memory=139982647950512 CPUtime=0 cores=0-7
/proc/9107/task/9116/stat : 9116 (java) S 9104 9107 8521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81458831 26729906176 11819 33554432000 4194304 4196468 140736316519920 140454559390224 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9117] ppid=9104 vsize=26103424 memory=139982647952816 CPUtime=0 cores=0-7
/proc/9107/task/9117/stat : 9117 (java) S 9104 9107 8521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81458831 26729906176 11819 33554432000 4194304 4196468 140736316519920 140454193552016 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9118] ppid=9104 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9107/task/9118/stat : 9118 (java) S 9104 9107 8521 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 81458832 26729906176 11819 33554432000 4194304 4196468 140736316519920 140453318924784 140454643137154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9119] ppid=9104 vsize=26103424 memory=279965295912592 CPUtime=0 cores=0-7
/proc/9107/task/9119/stat : 9119 (java) S 9104 9107 8521 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 81458833 26729906176 11819 33554432000 4194304 4196468 140736316519920 140453317871008 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9120] ppid=9104 vsize=26103424 memory=279965295919504 CPUtime=0 cores=0-7
/proc/9107/task/9120/stat : 9120 (java) S 9104 9107 8521 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 81458833 26729906176 11819 33554432000 4194304 4196468 140736316519920 140453316818416 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9121] ppid=9104 vsize=26103424 memory=279965295860784 CPUtime=0 cores=0-7
/proc/9107/task/9121/stat : 9121 (java) S 9104 9107 8521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81458835 26729906176 11819 33554432000 4194304 4196468 140736316519920 140453315766992 140454643144603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9122] ppid=9104 vsize=26103424 memory=279965295933328 CPUtime=0.01 cores=0-7
/proc/9107/task/9122/stat : 9122 (java) S 9104 9107 8521 0 -1 1077944384 495 0 0 0 1 0 0 0 20 0 20 0 81458835 26729906176 11819 33554432000 4194304 4196468 140736316519920 140453314713584 140454643137154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9123] ppid=9104 vsize=26103424 memory=279965295940240 CPUtime=0.01 cores=0-7
/proc/9107/task/9123/stat : 9123 (java) S 9104 9107 8521 0 -1 1077944384 27 0 0 0 1 0 0 0 20 0 20 0 81458835 26729906176 11819 33554432000 4194304 4196468 140736316519920 140453313661040 140454643137154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9124] ppid=9104 vsize=26103424 memory=279965295937936 CPUtime=0.01 cores=0-7
/proc/9107/task/9124/stat : 9124 (java) S 9104 9107 8521 0 -1 1077944384 110 0 0 0 1 0 0 0 20 0 20 0 81458835 26729906176 11819 33554432000 4194304 4196468 140736316519920 140453312608496 140454643137154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9125] ppid=9104 vsize=26103424 memory=279965295954496 CPUtime=0.07 cores=0-7
/proc/9107/task/9125/stat : 9125 (java) S 9104 9107 8521 0 -1 1077944384 301 0 0 0 7 0 0 0 20 0 20 0 81458835 26729906176 11819 33554432000 4194304 4196468 140736316519920 140453311555952 140454643137154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9126] ppid=9104 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9107/task/9126/stat : 9126 (java) S 9104 9107 8521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81458836 26729906176 11819 33554432000 4194304 4196468 140736316519920 140453310503648 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9127] ppid=9104 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/9107/task/9127/stat : 9127 (java) S 9104 9107 8521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81458836 26729906176 11819 33554432000 4194304 4196468 140736316519920 140453309451184 140454643137154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 47276 KiB

[startup+0.700903 s]
/proc/loadavg: 7.41 8.50 8.70 2/200 9127
/proc/meminfo: memFree=23764756/32770624 swapFree=67108860/67108860
[pid=9107] ppid=9104 vsize=26105492 memory=87440 CPUtime=0.99 cores=0-7
/proc/9107/stat : 9107 (java) S 9104 9107 8521 0 -1 1077944320 17316 0 0 0 95 4 0 0 20 0 20 0 81458830 26732023808 21860 33554432000 4194304 4196468 140736316519920 140736316502464 140454643126007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
/proc/9107/statm: 6526373 21860 3499 1 0 6488444 0
[pid=9107/tid=9109] ppid=9104 vsize=26105492 memory=5787213908668530784 CPUtime=0.67 cores=0-7
/proc/9107/task/9109/stat : 9109 (java) R 9104 9107 8521 0 -1 4202560 14575 0 0 0 64 3 0 0 20 0 20 0 81458830 26732023808 21860 33554432000 4194304 4196468 140736316519920 140454647348672 140454643147933 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9110] ppid=9104 vsize=26105492 memory=39195871561548 CPUtime=0 cores=0-7
/proc/9107/task/9110/stat : 9110 (java) S 9104 9107 8521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81458831 26732023808 21860 33554432000 4194304 4196468 140736316519920 140454565706512 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9111] ppid=9104 vsize=26105492 memory=139982647959500 CPUtime=0 cores=0-7
/proc/9107/task/9111/stat : 9111 (java) S 9104 9107 8521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81458831 26732023808 21860 33554432000 4194304 4196468 140736316519920 140454564653968 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9112] ppid=9104 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/9107/task/9112/stat : 9112 (java) S 9104 9107 8521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81458831 26732023808 21860 33554432000 4194304 4196468 140736316519920 140454563601424 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9113] ppid=9104 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/9107/task/9113/stat : 9113 (java) S 9104 9107 8521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81458831 26732023808 21860 33554432000 4194304 4196468 140736316519920 140454562548880 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9114] ppid=9104 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/9107/task/9114/stat : 9114 (java) S 9104 9107 8521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81458831 26732023808 21860 33554432000 4194304 4196468 140736316519920 140454561495312 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9115] ppid=9104 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/9107/task/9115/stat : 9115 (java) S 9104 9107 8521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81458831 26732023808 21860 33554432000 4194304 4196468 140736316519920 140454560442768 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9116] ppid=9104 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/9107/task/9116/stat : 9116 (java) S 9104 9107 8521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81458831 26732023808 21860 33554432000 4194304 4196468 140736316519920 140454559390224 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9117] ppid=9104 vsize=26105492 memory=1788 CPUtime=0 cores=0-7
/proc/9107/task/9117/stat : 9117 (java) S 9104 9107 8521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81458831 26732023808 21860 33554432000 4194304 4196468 140736316519920 140454193552016 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9118] ppid=9104 vsize=26105492 memory=872 CPUtime=0 cores=0-7
/proc/9107/task/9118/stat : 9118 (java) S 9104 9107 8521 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 81458832 26732023808 21860 33554432000 4194304 4196468 140736316519920 140453318924784 140454643137154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0

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




Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.52 8.81 8.81 10/211 9173
/proc/meminfo: memFree=15633304/32770624 swapFree=67108860/67108860
[pid=9107] ppid=9104 vsize=26987244 memory=8189132 CPUtime=20054.3 cores=0-7
/proc/9107/stat : 9107 (java) S 9104 9107 8521 0 -1 1077944320 3855644 0 0 0 2003158 2274 0 0 20 0 33 0 81458830 27634937856 2047283 33554432000 4194304 4196468 140736316519920 140736316502464 140454643126007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
/proc/9107/statm: 6746811 2047283 3625 1 0 6708361 0
[pid=9107/tid=9109] ppid=9104 vsize=26987244 memory=-6733704525061579059 CPUtime=4.67 cores=0-7
/proc/9107/task/9109/stat : 9109 (java) S 9104 9107 8521 0 -1 1077944384 19778 0 0 0 454 13 0 0 20 0 33 0 81458830 27634937856 2047283 33554432000 4194304 4196468 140736316519920 140454647363472 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9110] ppid=9104 vsize=26987244 memory=-7003737579269690708 CPUtime=6.19 cores=0-7
/proc/9107/task/9110/stat : 9110 (java) S 9104 9107 8521 0 -1 1077944384 68567 0 0 0 549 70 0 0 20 0 33 0 81458831 27634937856 2047283 33554432000 4194304 4196468 140736316519920 140454565706512 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9111] ppid=9104 vsize=26987244 memory=7232890293113415765 CPUtime=6.18 cores=0-7
/proc/9107/task/9111/stat : 9111 (java) S 9104 9107 8521 0 -1 1077944384 59075 0 0 0 551 67 0 0 20 0 33 0 81458831 27634937856 2047283 33554432000 4194304 4196468 140736316519920 140454564653968 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9112] ppid=9104 vsize=26987244 memory=7305792226131930475 CPUtime=6.14 cores=0-7
/proc/9107/task/9112/stat : 9112 (java) S 9104 9107 8521 0 -1 1077944384 59933 0 0 0 545 69 0 0 20 0 33 0 81458831 27634937856 2047283 33554432000 4194304 4196468 140736316519920 140454563601424 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9113] ppid=9104 vsize=26987244 memory=7518026630507424103 CPUtime=6.17 cores=0-7
/proc/9107/task/9113/stat : 9113 (java) S 9104 9107 8521 0 -1 1077944384 71849 0 0 0 546 71 0 0 20 0 33 0 81458831 27634937856 2047283 33554432000 4194304 4196468 140736316519920 140454562548880 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9114] ppid=9104 vsize=26987244 memory=289 CPUtime=6.14 cores=0-7
/proc/9107/task/9114/stat : 9114 (java) S 9104 9107 8521 0 -1 1077944384 66850 0 0 0 547 67 0 0 20 0 33 0 81458831 27634937856 2047283 33554432000 4194304 4196468 140736316519920 140454561495312 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9115] ppid=9104 vsize=26987244 memory=590024333639184180 CPUtime=6.21 cores=0-7
/proc/9107/task/9115/stat : 9115 (java) S 9104 9107 8521 0 -1 1077944384 63864 0 0 0 554 67 0 0 20 0 33 0 81458831 27634937856 2047283 33554432000 4194304 4196468 140736316519920 140454560442768 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9116] ppid=9104 vsize=26987244 memory=288288865905804071 CPUtime=6.18 cores=0-7
/proc/9107/task/9116/stat : 9116 (java) S 9104 9107 8521 0 -1 1077944384 72602 0 0 0 547 71 0 0 20 0 33 0 81458831 27634937856 2047283 33554432000 4194304 4196468 140736316519920 140454559390224 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9117] ppid=9104 vsize=26987244 memory=7013913773528736872 CPUtime=6.17 cores=0-7
/proc/9107/task/9117/stat : 9117 (java) S 9104 9107 8521 0 -1 1077944384 65319 0 0 0 548 69 0 0 20 0 33 0 81458831 27634937856 2047283 33554432000 4194304 4196468 140736316519920 140454193552016 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9118] ppid=9104 vsize=26987244 memory=8189132 CPUtime=1.51 cores=0-7
/proc/9107/task/9118/stat : 9118 (java) S 9104 9107 8521 0 -1 1077944384 88792 0 0 0 128 23 0 0 20 0 33 0 81458832 27634937856 2047283 33554432000 4194304 4196468 140736316519920 140453318924784 140454643137154 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9119] ppid=9104 vsize=26987244 memory=8189132 CPUtime=0 cores=0-7
/proc/9107/task/9119/stat : 9119 (java) S 9104 9107 8521 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 33 0 81458833 27634937856 2047283 33554432000 4194304 4196468 140736316519920 140453317871072 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9120] ppid=9104 vsize=26987244 memory=4588 CPUtime=0 cores=0-7
/proc/9107/task/9120/stat : 9120 (java) S 9104 9107 8521 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 33 0 81458833 27634937856 2047283 33554432000 4194304 4196468 140736316519920 140453316818432 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9121] ppid=9104 vsize=26987244 memory=1388 CPUtime=0 cores=0-7
/proc/9107/task/9121/stat : 9121 (java) S 9104 9107 8521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 33 0 81458835 27634937856 2047283 33554432000 4194304 4196468 140736316519920 140453315766992 140454643144603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9122] ppid=9104 vsize=26987244 memory=1224 CPUtime=2.51 cores=0-7
/proc/9107/task/9122/stat : 9122 (java) S 9104 9107 8521 0 -1 1077944384 5781 0 0 0 250 1 0 0 20 0 33 0 81458835 27634937856 2047283 33554432000 4194304 4196468 140736316519920 140453314713584 140454643137154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9123] ppid=9104 vsize=26987244 memory=15816 CPUtime=2.71 cores=0-7
/proc/9107/task/9123/stat : 9123 (java) S 9104 9107 8521 0 -1 1077944384 7367 0 0 0 270 1 0 0 20 0 33 0 81458835 27634937856 2047283 33554432000 4194304 4196468 140736316519920 140453313661040 140454643137154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9124] ppid=9104 vsize=26987244 memory=4048 CPUtime=2.45 cores=0-7
/proc/9107/task/9124/stat : 9124 (java) S 9104 9107 8521 0 -1 1077944384 4967 0 0 0 244 1 0 0 20 0 33 0 81458835 27634937856 2047283 33554432000 4194304 4196468 140736316519920 140453312608496 140454643137154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9125] ppid=9104 vsize=26987244 memory=8189132 CPUtime=1.47 cores=0-7
/proc/9107/task/9125/stat : 9125 (java) S 9104 9107 8521 0 -1 1077944384 13798 0 0 0 143 4 0 0 20 0 33 0 81458835 27634937856 2047283 33554432000 4194304 4196468 140736316519920 140453311555952 140454643137154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9126] ppid=9104 vsize=26987244 memory=8189132 CPUtime=0 cores=0-7
/proc/9107/task/9126/stat : 9126 (java) S 9104 9107 8521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 81458836 27634937856 2047283 33554432000 4194304 4196468 140736316519920 140453310503648 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9127] ppid=9104 vsize=26987244 memory=8189132 CPUtime=0.91 cores=0-7
/proc/9107/task/9127/stat : 9127 (java) S 9104 9107 8521 0 -1 1077944384 5882 0 0 0 29 62 0 0 20 0 33 0 81458836 27634937856 2047283 33554432000 4194304 4196468 140736316519920 140453309451184 140454643137154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9128] ppid=9104 vsize=26987244 memory=928 CPUtime=0 cores=0-7
/proc/9107/task/9128/stat : 9128 (java) S 9104 9107 8521 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 33 0 81459272 27634937856 2047283 33554432000 4194304 4196468 140736316519920 140453296006400 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9129] ppid=9104 vsize=26987244 memory=2392 CPUtime=4.67 cores=0-7
/proc/9107/task/9129/stat : 9129 (java) R 9104 9107 8521 0 -1 1077944384 13910 0 0 0 266 201 0 0 20 0 33 0 81459295 27634937856 2047283 33554432000 4194304 4196468 140736316519920 140453292856992 140454643137154 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9130] ppid=9104 vsize=26987244 memory=932 CPUtime=2498.4 cores=0-7
/proc/9107/task/9130/stat : 9130 (java) R 9104 9107 8521 0 -1 4202560 417576 0 0 0 249647 193 0 0 20 0 33 0 81459311 27634937856 2047283 33554432000 4194304 4196468 140736316519920 140453289700368 140454243607732 0 4 0 16800975 0 0 0 -1 1 0 0 17 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9131] ppid=9104 vsize=26987244 memory=1564 CPUtime=2493.45 cores=0-7
/proc/9107/task/9131/stat : 9131 (java) R 9104 9107 8521 0 -1 4202560 390091 0 0 0 249127 218 0 0 20 0 33 0 81459312 27634937856 2047283 33554432000 4194304 4196468 140736316519920 140453288645928 140454248659797 0 4 0 16800975 0 0 0 -1 6 0 0 20 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9132] ppid=9104 vsize=26987244 memory=2212 CPUtime=2496.15 cores=0-7
/proc/9107/task/9132/stat : 9132 (java) R 9104 9107 8521 0 -1 4202560 403186 0 0 0 249393 222 0 0 20 0 33 0 81459312 27634937856 2047283 33554432000 4194304 4196468 140736316519920 140453287593560 140454250689962 0 4 0 16800975 0 0 0 -1 4 0 0 17 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9133] ppid=9104 vsize=26987244 memory=3988 CPUtime=2497.62 cores=0-7
/proc/9107/task/9133/stat : 9133 (java) R 9104 9107 8521 0 -1 4202560 404608 0 0 0 249547 215 0 0 20 0 33 0 81459318 27634937856 2047283 33554432000 4194304 4196468 140736316519920 140453284444200 140454251129912 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9134] ppid=9104 vsize=26987244 memory=2048 CPUtime=2501.16 cores=0-7
/proc/9107/task/9134/stat : 9134 (java) R 9104 9107 8521 0 -1 4202560 386702 0 0 0 249913 203 0 0 20 0 33 0 81459318 27634937856 2047283 33554432000 4194304 4196468 140736316519920 140453283393032 140454248659845 0 4 0 16800975 0 0 0 -1 3 0 0 17 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9135] ppid=9104 vsize=26987244 memory=7888 CPUtime=0.21 cores=0-7
/proc/9107/task/9135/stat : 9135 (java) S 9104 9107 8521 0 -1 1077944384 41 0 0 0 21 0 0 0 20 0 33 0 81459318 27634937856 2047283 33554432000 4194304 4196468 140736316519920 140453215200544 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9136] ppid=9104 vsize=26987244 memory=8189132 CPUtime=2499.41 cores=0-7
/proc/9107/task/9136/stat : 9136 (java) R 9104 9107 8521 0 -1 4202560 380496 0 0 0 249734 207 0 0 20 0 33 0 81459318 27634937856 2047283 33554432000 4194304 4196468 140736316519920 140453214140504 140454250689962 0 4 0 16800975 0 0 0 -1 7 0 0 15 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9137] ppid=9104 vsize=26987244 memory=1720 CPUtime=0.19 cores=0-7
/proc/9107/task/9137/stat : 9137 (java) S 9104 9107 8521 0 -1 1077944384 53 0 0 0 19 0 0 0 20 0 33 0 81459319 27634937856 2047283 33554432000 4194304 4196468 140736316519920 140453213095456 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9138] ppid=9104 vsize=26987244 memory=928 CPUtime=2499.55 cores=0-7
/proc/9107/task/9138/stat : 9138 (java) R 9104 9107 8521 0 -1 4202560 397688 0 0 0 249747 208 0 0 20 0 33 0 81459319 27634937856 2047283 33554432000 4194304 4196468 140736316519920 140453212034392 140454241076738 0 4 0 16800975 0 0 0 -1 0 0 0 16 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9139] ppid=9104 vsize=26987244 memory=2392 CPUtime=0 cores=0-7
/proc/9107/task/9139/stat : 9139 (java) S 9104 9107 8521 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 33 0 81459319 27634937856 2047283 33554432000 4194304 4196468 140736316519920 140453210989344 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9140] ppid=9104 vsize=26987244 memory=932 CPUtime=2497.63 cores=0-7
/proc/9107/task/9140/stat : 9140 (java) R 9104 9107 8521 0 -1 4202560 385440 0 0 0 249562 201 0 0 20 0 33 0 81459350 27634937856 2047283 33554432000 4194304 4196468 140736316519920 140453209931280 140454241076698 0 4 0 16800975 0 0 0 -1 2 0 0 16 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
Current children cumulated CPU time: 20054.3 s
Current children cumulated vsize: 26987244 KiB
Current children cumulated memory: 8189132 KiB

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

[startup+2520.47 s]
# the end of solver process 9107 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20034.6 s, system=22.8217 s

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

[startup+2520.4 s]
/proc/loadavg: 8.52 8.81 8.81 10/211 9173
/proc/meminfo: memFree=15633304/32770624 swapFree=67108860/67108860
[pid=9107] ppid=9104 vsize=27786012 memory=8190668 CPUtime=20057.3 cores=0-7
/proc/9107/stat : 9107 (java) S 9104 9107 8521 0 -1 1077944320 3867643 0 0 0 2003457 2276 0 0 20 0 42 0 81458830 28452876288 2047667 33554432000 4194304 4196468 140736316519920 140736316502464 140454643126007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
/proc/9107/statm: 6946503 2047667 3627 1 0 6908053 0
[pid=9107/tid=9109] ppid=9104 vsize=27786012 memory=8112282956445269571 CPUtime=4.67 cores=0-7
/proc/9107/task/9109/stat : 9109 (java) S 9104 9107 8521 0 -1 1077944384 19805 0 0 0 454 13 0 0 20 0 42 0 81458830 28452876288 2047667 33554432000 4194304 4196468 140736316519920 140454647364688 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9110] ppid=9104 vsize=27786012 memory=1836 CPUtime=6.19 cores=0-7
/proc/9107/task/9110/stat : 9110 (java) S 9104 9107 8521 0 -1 1077944384 68567 0 0 0 549 70 0 0 20 0 42 0 81458831 28452876288 2047667 33554432000 4194304 4196468 140736316519920 140454565706512 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9111] ppid=9104 vsize=27786012 memory=1132 CPUtime=6.18 cores=0-7
/proc/9107/task/9111/stat : 9111 (java) S 9104 9107 8521 0 -1 1077944384 59075 0 0 0 551 67 0 0 20 0 42 0 81458831 28452876288 2047667 33554432000 4194304 4196468 140736316519920 140454564653968 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9112] ppid=9104 vsize=27786012 memory=8189132 CPUtime=6.14 cores=0-7
/proc/9107/task/9112/stat : 9112 (java) S 9104 9107 8521 0 -1 1077944384 59933 0 0 0 545 69 0 0 20 0 42 0 81458831 28452876288 2047667 33554432000 4194304 4196468 140736316519920 140454563601424 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9113] ppid=9104 vsize=27786012 memory=8112282956445269571 CPUtime=6.17 cores=0-7
/proc/9107/task/9113/stat : 9113 (java) S 9104 9107 8521 0 -1 1077944384 71849 0 0 0 546 71 0 0 20 0 42 0 81458831 28452876288 2047667 33554432000 4194304 4196468 140736316519920 140454562548880 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9114] ppid=9104 vsize=27786012 memory=3956 CPUtime=6.14 cores=0-7
/proc/9107/task/9114/stat : 9114 (java) S 9104 9107 8521 0 -1 1077944384 66850 0 0 0 547 67 0 0 20 0 42 0 81458831 28452876288 2047667 33554432000 4194304 4196468 140736316519920 140454561495312 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9115] ppid=9104 vsize=27786012 memory=8189132 CPUtime=6.21 cores=0-7
/proc/9107/task/9115/stat : 9115 (java) S 9104 9107 8521 0 -1 1077944384 63864 0 0 0 554 67 0 0 20 0 42 0 81458831 28452876288 2047667 33554432000 4194304 4196468 140736316519920 140454560442768 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9116] ppid=9104 vsize=27786012 memory=4104 CPUtime=6.18 cores=0-7
/proc/9107/task/9116/stat : 9116 (java) S 9104 9107 8521 0 -1 1077944384 72602 0 0 0 547 71 0 0 20 0 42 0 81458831 28452876288 2047667 33554432000 4194304 4196468 140736316519920 140454559390224 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9117] ppid=9104 vsize=27786012 memory=7888 CPUtime=6.17 cores=0-7
/proc/9107/task/9117/stat : 9117 (java) S 9104 9107 8521 0 -1 1077944384 65319 0 0 0 548 69 0 0 20 0 42 0 81458831 28452876288 2047667 33554432000 4194304 4196468 140736316519920 140454193552016 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9118] ppid=9104 vsize=27786012 memory=808 CPUtime=1.51 cores=0-7
/proc/9107/task/9118/stat : 9118 (java) S 9104 9107 8521 0 -1 1077944384 88838 0 0 0 128 23 0 0 20 0 42 0 81458832 28452876288 2047667 33554432000 4194304 4196468 140736316519920 140453318924288 140454643137154 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9119] ppid=9104 vsize=27786012 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/9107/task/9119/stat : 9119 (java) S 9104 9107 8521 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 42 0 81458833 28452876288 2047667 33554432000 4194304 4196468 140736316519920 140453317871072 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9120] ppid=9104 vsize=27786012 memory=0 CPUtime=0 cores=0-7
/proc/9107/task/9120/stat : 9120 (java) S 9104 9107 8521 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 42 0 81458833 28452876288 2047667 33554432000 4194304 4196468 140736316519920 140453316818432 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9121] ppid=9104 vsize=27786012 memory=4629771062077588875 CPUtime=0 cores=0-7
/proc/9107/task/9121/stat : 9121 (java) S 9104 9107 8521 0 -1 1077944384 201 0 0 0 0 0 0 0 20 0 42 0 81458835 28452876288 2047667 33554432000 4194304 4196468 140736316519920 140453315766640 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9122] ppid=9104 vsize=27786012 memory=1836 CPUtime=2.51 cores=0-7
/proc/9107/task/9122/stat : 9122 (java) S 9104 9107 8521 0 -1 1077944384 5782 0 0 0 250 1 0 0 20 0 42 0 81458835 28452876288 2047667 33554432000 4194304 4196468 140736316519920 140453314713584 140454643137154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9123] ppid=9104 vsize=27786012 memory=4104 CPUtime=2.75 cores=0-7
/proc/9107/task/9123/stat : 9123 (java) S 9104 9107 8521 0 -1 1077944384 8328 0 0 0 274 1 0 0 20 0 42 0 81458835 28452876288 2047667 33554432000 4194304 4196468 140736316519920 140453313661040 140454643137154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9124] ppid=9104 vsize=27786012 memory=-6733704525061579059 CPUtime=2.49 cores=0-7
/proc/9107/task/9124/stat : 9124 (java) S 9104 9107 8521 0 -1 1077944384 5509 0 0 0 248 1 0 0 20 0 42 0 81458835 28452876288 2047667 33554432000 4194304 4196468 140736316519920 140453312593008 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9125] ppid=9104 vsize=27786012 memory=-7003737579269690708 CPUtime=1.51 cores=0-7
/proc/9107/task/9125/stat : 9125 (java) S 9104 9107 8521 0 -1 1077944384 16649 0 0 0 147 4 0 0 20 0 42 0 81458835 28452876288 2047667 33554432000 4194304 4196468 140736316519920 140453311555952 140454643137154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9126] ppid=9104 vsize=27786012 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/9107/task/9126/stat : 9126 (java) S 9104 9107 8521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 42 0 81458836 28452876288 2047667 33554432000 4194304 4196468 140736316519920 140453310503648 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9128] ppid=9104 vsize=27786012 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/9107/task/9128/stat : 9128 (java) S 9104 9107 8521 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 42 0 81459272 28452876288 2047667 33554432000 4194304 4196468 140736316519920 140453296006400 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9130] ppid=9104 vsize=27786012 memory=6943526294502006880 CPUtime=2498.76 cores=0-7
/proc/9107/task/9130/stat : 9130 (java) S 9104 9107 8521 0 -1 1077944384 417596 0 0 0 249683 193 0 0 20 0 42 0 81459311 28452876288 2047667 33554432000 4194304 4196468 140736316519920 140453289698800 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 17 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9131] ppid=9104 vsize=27786012 memory=6944656592455360604 CPUtime=2493.77 cores=0-7
/proc/9107/task/9131/stat : 9131 (java) S 9104 9107 8521 0 -1 1077944384 391124 0 0 0 249159 218 0 0 20 0 42 0 81459312 28452876288 2047667 33554432000 4194304 4196468 140736316519920 140453288645344 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 20 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9132] ppid=9104 vsize=27786012 memory=8112282956445269571 CPUtime=2496.53 cores=0-7
/proc/9107/task/9132/stat : 9132 (java) S 9104 9107 8521 0 -1 1077944384 403723 0 0 0 249431 222 0 0 20 0 42 0 81459312 28452876288 2047667 33554432000 4194304 4196468 140736316519920 140453287595136 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 17 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9133] ppid=9104 vsize=27786012 memory=6656426216303648864 CPUtime=2497.91 cores=0-7
/proc/9107/task/9133/stat : 9133 (java) S 9104 9107 8521 0 -1 1077944384 405648 0 0 0 249576 215 0 0 20 0 42 0 81459318 28452876288 2047667 33554432000 4194304 4196468 140736316519920 140453284444016 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 17 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9134] ppid=9104 vsize=27786012 memory=6944656592455360604 CPUtime=2501.51 cores=0-7
/proc/9107/task/9134/stat : 9134 (java) S 9104 9107 8521 0 -1 1077944384 386813 0 0 0 249948 203 0 0 20 0 42 0 81459318 28452876288 2047667 33554432000 4194304 4196468 140736316519920 140453283391008 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 17 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9135] ppid=9104 vsize=27786012 memory=6944656575208382560 CPUtime=0.22 cores=0-7
/proc/9107/task/9135/stat : 9135 (java) S 9104 9107 8521 0 -1 1077944384 179 0 0 0 22 0 0 0 20 0 42 0 81459318 28452876288 2047667 33554432000 4194304 4196468 140736316519920 140453215200544 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9136] ppid=9104 vsize=27786012 memory=4232 CPUtime=2499.77 cores=0-7
/proc/9107/task/9136/stat : 9136 (java) S 9104 9107 8521 0 -1 1077944384 381031 0 0 0 249770 207 0 0 20 0 42 0 81459318 28452876288 2047667 33554432000 4194304 4196468 140736316519920 140453214139744 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 15 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9137] ppid=9104 vsize=27786012 memory=1404 CPUtime=0.2 cores=0-7
/proc/9107/task/9137/stat : 9137 (java) S 9104 9107 8521 0 -1 1077944384 404 0 0 0 20 0 0 0 20 0 42 0 81459319 28452876288 2047667 33554432000 4194304 4196468 140736316519920 140453213095472 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9138] ppid=9104 vsize=27786012 memory=8112282956445269571 CPUtime=2499.9 cores=0-7
/proc/9107/task/9138/stat : 9138 (java) S 9104 9107 8521 0 -1 1077944384 398215 0 0 0 249782 208 0 0 20 0 42 0 81459319 28452876288 2047667 33554432000 4194304 4196468 140736316519920 140453212033632 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 16 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9139] ppid=9104 vsize=27786012 memory=8189132 CPUtime=0.01 cores=0-7
/proc/9107/task/9139/stat : 9139 (java) S 9104 9107 8521 0 -1 1077944384 490 0 0 0 1 0 0 0 20 0 42 0 81459319 28452876288 2047667 33554432000 4194304 4196468 140736316519920 140453210989360 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
[pid=9107/tid=9140] ppid=9104 vsize=27786012 memory=4104 CPUtime=2498 cores=0-7
/proc/9107/task/9140/stat : 9140 (java) S 9104 9107 8521 0 -1 1077944384 385977 0 0 0 249599 201 0 0 20 0 42 0 81459350 28452876288 2047667 33554432000 4194304 4196468 140736316519920 140453209930880 140454643136213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 16 0 0 6293624 6294260 30179328 140736316527694 140736316527877 140736316527877 140736316530639 0
Current children cumulated CPU time: 20057.3 s
Current children cumulated vsize: 27786012 KiB
Current children cumulated memory: 8190668 KiB

Child status: 143
Real time (s): 2520.47
CPU time (s): 20057.4
CPU user time (s): 20034.6
CPU system time (s): 22.8217
CPU usage (%): 795.78
Max. virtual memory (cumulated for all children) (KiB): 27786012
Max. memory (cumulated for all children) (KiB): 8190668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20034.6
system time used= 22.8217
maximum resident set size= 8191932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3867670
page faults= 0
swaps= 0
block input operations= 160
block output operations= 3232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 373708
involuntary context switches= 421786


# summary of solver processes directly reported to runsolver:
#   pid: 9107
#   total CPU time (s): 20057.4
#   total CPU user time (s): 20034.6
#   total CPU system time (s): 22.8217

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 23.9363 second user time and 28.7571 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-26 23:02:36
IDJOB=4291801
IDBENCH=141177
IDSOLVER=2745
FILE ID=node149/4291801-1532638956
RUNJOBID= node149-1532633896-8548
PBS_JOBID= 21022184
Free space on /tmp= 43256 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-07-02
BENCH NAME= XCSP18/Rlfap/Rlfap-dec-scens11/Rlfap-scen-11-f02_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4291801-1532638956/watcher-4291801-1532638956 -o /tmp/evaluation-result-4291801-1532638956/solver-4291801-1532638956 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1532633896-8548 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 125615661 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291801-1532638956.xml

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

MD5SUM BENCH= 9039ba285abc1aa689fd996e152ad038
RANDOM SEED=125615661

node149.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.60
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.60
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.60
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.60
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:        23822916 kB
MemAvailable:   31925440 kB
Buffers:          147040 kB
Cached:          8129024 kB
SwapCached:            0 kB
Active:          2443496 kB
Inactive:        5887164 kB
Active(anon):       3308 kB
Inactive(anon):    79440 kB
Active(file):    2440188 kB
Inactive(file):  5807724 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             36056 kB
Writeback:             0 kB
AnonPages:         53000 kB
Mapped:            33664 kB
Shmem:             25224 kB
Slab:             311228 kB
SReclaimable:     283072 kB
SUnreclaim:        28156 kB
KernelStack:        3584 kB
PageTables:         5308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 43224 MiB
End job on node149 at 2018-07-26 23:44:37