Trace number 4298190

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 NameAnswerobjective functionCPU timeWall clock time
GG's minicp 2018-04-29? (NS) 3.18093 1.08652

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-graph-01-opt_c18.xml
MD5SUMca38267c950192fd3d26d9a78c88ff19
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark2519.92
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints1134
Number of domains7
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":18},{"size":22,"count":28},{"size":24,"count":16},{"size":36,"count":24},{"size":42,"count":34},{"size":44,"count":80}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":4,"count":4},{"degree":5,"count":11},{"degree":6,"count":22},{"degree":7,"count":22},{"degree":8,"count":19},{"degree":9,"count":21},{"degree":10,"count":12},{"degree":11,"count":11},{"degree":13,"count":1},{"degree":14,"count":1},{"degree":15,"count":1},{"degree":16,"count":1},{"degree":18,"count":8},{"degree":19,"count":13},{"degree":20,"count":16},{"degree":21,"count":18},{"degree":22,"count":14},{"degree":23,"count":3}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1134}]
Number of extensional constraints1134
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":1134}]
Optimization problemYES
Type of objectivemin NVALUES

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
2.99/1.06	c Caught NotImplementedException
2.99/1.06	c 	xcsp3.XCSP3.buildObjToMinimize(XCSP3.java:530)
2.99/1.06	c 	org.xcsp.parser.XCallbacks.loadObj(XCallbacks.java:573)
2.99/1.06	c 	org.xcsp.parser.XCallbacks.lambda$loadObjectives$7(XCallbacks.java:542)
2.99/1.06	c 	java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2.99/1.06	c 	java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
2.99/1.06	c 	org.xcsp.parser.XCallbacks.loadObjectives(XCallbacks.java:542)
2.99/1.06	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:300)
2.99/1.06	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
2.99/1.06	c 	xcsp3.XCSP3.<init>(XCSP3.java:70)
2.99/1.06	c 	xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
2.99/1.06	c 	xcsp3.CompetitionApp.main(CompetitionApp.java:51)
2.99/1.06	s UNSUPPORTED

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 (8937 MiB free)
  memory of node 1: 16384 MiB (10442 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298190-1532750739/watcher-4298190-1532750739 -o /tmp/evaluation-result-4298190-1532750739/solver-4298190-1532750739 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532740752-11666 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298190-1532750739.xml 

running on 4 cores: 0,2,4,6

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


[startup+0.102348 s]*
/proc/loadavg: 1.76 1.83 1.83 4/218 12712
/proc/meminfo: memFree=19830444/32770624 swapFree=67108860/67108860
[pid=12697] ppid=12694 vsize=10661056 memory=27172 CPUtime=0.12 cores=0,2,4,6
/proc/12697/stat : 12697 (java) S 12694 12697 11635 0 -1 1077944320 5280 0 0 0 12 0 0 0 20 0 15 0 92637095 10916921344 6793 33554432000 4194304 4196468 140725879409232 140725879391776 140424749219575 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
/proc/12697/statm: 2665264 6793 2816 1 0 2627263 0
[pid=12697/tid=12699] ppid=12694 vsize=10661056 memory=-7254949987974015097 CPUtime=0.09 cores=0,2,4,6
/proc/12697/task/12699/stat : 12699 (java) R 12694 12697 11635 0 -1 4202560 3148 0 0 0 9 0 0 0 20 0 15 0 92637096 10916921344 6925 33554432000 4194304 4196468 140725879409232 140424753449360 140424749231510 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12700] ppid=12694 vsize=10661056 memory=5793855496870889913 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12700/stat : 12700 (java) S 12694 12697 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92637096 10916921344 6925 33554432000 4194304 4196468 140725879409232 140424701840400 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12701] ppid=12694 vsize=10661056 memory=140245860996736 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12701/stat : 12701 (java) S 12694 12697 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92637096 10916921344 6925 33554432000 4194304 4196468 140725879409232 140424700787856 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12702] ppid=12694 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12702/stat : 12702 (java) S 12694 12697 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92637096 10916921344 6925 33554432000 4194304 4196468 140725879409232 140424699734800 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12703] ppid=12694 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12703/stat : 12703 (java) S 12694 12697 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92637096 10916921344 6925 33554432000 4194304 4196468 140725879409232 140424698682256 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12704] ppid=12694 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12704/stat : 12704 (java) S 12694 12697 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92637098 10916921344 6925 33554432000 4194304 4196468 140725879409232 140424308517104 140424749230722 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12705] ppid=12694 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12705/stat : 12705 (java) S 12694 12697 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92637098 10916921344 6925 33554432000 4194304 4196468 140725879409232 140424307463328 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12706] ppid=12694 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12706/stat : 12706 (java) S 12694 12697 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92637099 10916921344 6925 33554432000 4194304 4196468 140725879409232 140424306410224 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12707] ppid=12694 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12707/stat : 12707 (java) S 12694 12697 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92637101 10916921344 6925 33554432000 4194304 4196468 140725879409232 140424305358800 140424749238171 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12708] ppid=12694 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12708/stat : 12708 (java) R 12694 12697 11635 0 -1 4202560 342 0 0 0 0 0 0 0 20 0 15 0 92637101 10916921344 6925 33554432000 4194304 4196468 140725879409232 140424304306928 140424742316411 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12709] ppid=12694 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12709/stat : 12709 (java) R 12694 12697 11635 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 15 0 92637101 10916921344 6925 33554432000 4194304 4196468 140725879409232 140424303254384 140424749230722 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12710] ppid=12694 vsize=10661056 memory=140245860996736 CPUtime=0.02 cores=0,2,4,6
/proc/12697/task/12710/stat : 12710 (java) R 12694 12697 11635 0 -1 4202560 334 0 0 0 2 0 0 0 20 0 15 0 92637101 10916921344 6925 33554432000 4194304 4196468 140725879409232 140424302201328 140424749231510 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12711] ppid=12694 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12711/stat : 12711 (java) S 12694 12697 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92637101 10916921344 6925 33554432000 4194304 4196468 140725879409232 140424301149024 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12712] ppid=12694 vsize=10661056 memory=140245860996736 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12712/stat : 12712 (java) S 12694 12697 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92637101 10916921344 6925 33554432000 4194304 4196468 140725879409232 140424300096048 140424749230722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27172 KiB

[startup+0.21079 s]*
/proc/loadavg: 1.76 1.83 1.83 4/218 12712
/proc/meminfo: memFree=19818904/32770624 swapFree=67108860/67108860
[pid=12697] ppid=12694 vsize=10661056 memory=41000 CPUtime=0.35 cores=0,2,4,6
/proc/12697/stat : 12697 (java) S 12694 12697 11635 0 -1 1077944320 8288 0 0 0 33 2 0 0 20 0 15 0 92637095 10916921344 10250 33554432000 4194304 4196468 140725879409232 140725879391776 140424749219575 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
/proc/12697/statm: 2665264 10250 3011 1 0 2627263 0
[pid=12697/tid=12699] ppid=12694 vsize=10661056 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/12697/task/12699/stat : 12699 (java) R 12694 12697 11635 0 -1 4202560 5107 0 0 0 19 1 0 0 20 0 15 0 92637096 10916921344 10250 33554432000 4194304 4196468 140725879409232 140424753458512 140424749241501 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12700] ppid=12694 vsize=10661056 memory=4211973972065787274 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12700/stat : 12700 (java) S 12694 12697 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92637096 10916921344 10250 33554432000 4194304 4196468 140725879409232 140424701840400 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12701] ppid=12694 vsize=10661056 memory=140245860996736 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12701/stat : 12701 (java) S 12694 12697 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92637096 10916921344 10250 33554432000 4194304 4196468 140725879409232 140424700787856 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12702] ppid=12694 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12702/stat : 12702 (java) S 12694 12697 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92637096 10916921344 10250 33554432000 4194304 4196468 140725879409232 140424699734800 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12703] ppid=12694 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12703/stat : 12703 (java) S 12694 12697 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92637096 10916921344 10250 33554432000 4194304 4196468 140725879409232 140424698682256 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12704] ppid=12694 vsize=10661056 memory=140245860996736 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12704/stat : 12704 (java) S 12694 12697 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92637098 10916921344 10250 33554432000 4194304 4196468 140725879409232 140424308517104 140424749230722 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12705] ppid=12694 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12705/stat : 12705 (java) S 12694 12697 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92637098 10916921344 10250 33554432000 4194304 4196468 140725879409232 140424307463328 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12706] ppid=12694 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12706/stat : 12706 (java) S 12694 12697 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92637099 10916921344 10250 33554432000 4194304 4196468 140725879409232 140424306410224 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12707] ppid=12694 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12707/stat : 12707 (java) S 12694 12697 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92637101 10916921344 10250 33554432000 4194304 4196468 140725879409232 140424305358800 140424749238171 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12708] ppid=12694 vsize=10661056 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/12697/task/12708/stat : 12708 (java) R 12694 12697 11635 0 -1 4202560 604 0 0 0 2 0 0 0 20 0 15 0 92637101 10916921344 10250 33554432000 4194304 4196468 140725879409232 140424304287944 140424729919872 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12709] ppid=12694 vsize=10661056 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/12697/task/12709/stat : 12709 (java) R 12694 12697 11635 0 -1 4202560 347 0 0 0 3 0 0 0 20 0 15 0 92637101 10916921344 10250 33554432000 4194304 4196468 140725879409232 140424303235400 140424732746079 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12710] ppid=12694 vsize=10661056 memory=140245860996736 CPUtime=0.08 cores=0,2,4,6
/proc/12697/task/12710/stat : 12710 (java) R 12694 12697 11635 0 -1 4202560 868 0 0 0 8 0 0 0 20 0 15 0 92637101 10916921344 10250 33554432000 4194304 4196468 140725879409232 140424302198264 140424749233457 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12711] ppid=12694 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12711/stat : 12711 (java) S 12694 12697 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92637101 10916921344 10250 33554432000 4194304 4196468 140725879409232 140424301149024 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12712] ppid=12694 vsize=10661056 memory=140245860996736 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12712/stat : 12712 (java) S 12694 12697 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92637101 10916921344 10250 33554432000 4194304 4196468 140725879409232 140424300096048 140424749230722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 41000 KiB

[startup+0.311519 s]*
/proc/loadavg: 1.76 1.83 1.83 5/218 12712
/proc/meminfo: memFree=19805568/32770624 swapFree=67108860/67108860
[pid=12697] ppid=12694 vsize=10661132 memory=53432 CPUtime=0.67 cores=0,2,4,6
/proc/12697/stat : 12697 (java) S 12694 12697 11635 0 -1 1077944320 10359 0 0 0 64 3 0 0 20 0 15 0 92637095 10916999168 13358 33554432000 4194304 4196468 140725879409232 140725879391776 140424749219575 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
/proc/12697/statm: 2665283 13358 3076 1 0 2627263 0
[pid=12697/tid=12699] ppid=12694 vsize=10661132 memory=6735269665583770266 CPUtime=0.3 cores=0,2,4,6
/proc/12697/task/12699/stat : 12699 (java) R 12694 12697 11635 0 -1 4202560 5471 0 0 0 28 2 0 0 20 0 15 0 92637096 10916999168 13358 33554432000 4194304 4196468 140725879409232 140424753454288 140424376302983 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12700] ppid=12694 vsize=10661132 memory=4211973972065787274 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12700/stat : 12700 (java) S 12694 12697 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92637096 10916999168 13358 33554432000 4194304 4196468 140725879409232 140424701840400 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12701] ppid=12694 vsize=10661132 memory=280491575708032 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12701/stat : 12701 (java) S 12694 12697 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92637096 10916999168 13358 33554432000 4194304 4196468 140725879409232 140424700787856 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12702] ppid=12694 vsize=10661132 memory=280491429450240 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12702/stat : 12702 (java) S 12694 12697 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92637096 10916999168 13358 33554432000 4194304 4196468 140725879409232 140424699734800 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12703] ppid=12694 vsize=10661132 memory=140245714711311 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12703/stat : 12703 (java) S 12694 12697 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92637096 10916999168 13358 33554432000 4194304 4196468 140725879409232 140424698682256 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12704] ppid=12694 vsize=10661132 memory=280491575714944 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12704/stat : 12704 (java) S 12694 12697 11635 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92637098 10916999168 13358 33554432000 4194304 4196468 140725879409232 140424308517104 140424749230722 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12705] ppid=12694 vsize=10661132 memory=140245714715919 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12705/stat : 12705 (java) S 12694 12697 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92637098 10916999168 13358 33554432000 4194304 4196468 140725879409232 140424307463328 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12706] ppid=12694 vsize=10661132 memory=140245714729891 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12706/stat : 12706 (java) S 12694 12697 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92637099 10916999168 13358 33554432000 4194304 4196468 140725879409232 140424306410224 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12707] ppid=12694 vsize=10661132 memory=140245714733043 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12707/stat : 12707 (java) S 12694 12697 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92637101 10916999168 13358 33554432000 4194304 4196468 140725879409232 140424305358800 140424749238171 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12708] ppid=12694 vsize=10661132 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/12697/task/12708/stat : 12708 (java) R 12694 12697 11635 0 -1 4202560 1521 0 0 0 10 0 0 0 20 0 15 0 92637101 10916999168 13358 33554432000 4194304 4196468 140725879409232 140424304292808 140424730763328 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12709] ppid=12694 vsize=10661132 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/12697/task/12709/stat : 12709 (java) R 12694 12697 11635 0 -1 1077944384 739 0 0 0 9 0 0 0 20 0 15 0 92637101 10916999168 13358 33554432000 4194304 4196468 140725879409232 140424303254384 140424749230722 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12710] ppid=12694 vsize=10661132 memory=140245860996736 CPUtime=0.15 cores=0,2,4,6
/proc/12697/task/12710/stat : 12710 (java) R 12694 12697 11635 0 -1 4202560 1257 0 0 0 15 0 0 0 20 0 15 0 92637101 10916999168 13358 33554432000 4194304 4196468 140725879409232 140424302201328 140424728022696 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12711] ppid=12694 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12711/stat : 12711 (java) S 12694 12697 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92637101 10916999168 13358 33554432000 4194304 4196468 140725879409232 140424301149024 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12712] ppid=12694 vsize=10661132 memory=140245861023908 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12712/stat : 12712 (java) S 12694 12697 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92637101 10916999168 13358 33554432000 4194304 4196468 140725879409232 140424300096048 140424749230722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 53432 KiB

[startup+0.702042 s]
/proc/loadavg: 1.76 1.83 1.83 6/218 12712
/proc/meminfo: memFree=19770960/32770624 swapFree=67108860/67108860
[pid=12697] ppid=12694 vsize=10661128 memory=191524 CPUtime=1.99 cores=0,2,4,6
/proc/12697/stat : 12697 (java) S 12694 12697 11635 0 -1 1077944320 12432 0 0 0 193 6 0 0 20 0 15 0 92637095 10916995072 47881 33554432000 4194304 4196468 140725879409232 140725879391776 140424749219575 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
/proc/12697/statm: 2665283 47881 3124 1 0 2627263 0
[pid=12697/tid=12699] ppid=12694 vsize=10661132 memory=56 CPUtime=0.66 cores=0,2,4,6
/proc/12697/task/12699/stat : 12699 (java) R 12694 12697 11635 0 -1 4202560 5749 0 0 0 63 3 0 0 20 0 15 0 92637096 10916999168 47881 33554432000 4194304 4196468 140725879409232 140424753457568 140424379040096 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12700] ppid=12694 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12700/stat : 12700 (java) S 12694 12697 11635 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 92637096 10916999168 47881 33554432000 4194304 4196468 140725879409232 140424701840400 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12701] ppid=12694 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12701/stat : 12701 (java) S 12694 12697 11635 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 92637096 10916999168 47881 33554432000 4194304 4196468 140725879409232 140424700787856 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12702] ppid=12694 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12702/stat : 12702 (java) S 12694 12697 11635 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 92637096 10916999168 47881 33554432000 4194304 4196468 140725879409232 140424699734800 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12703] ppid=12694 vsize=10661132 memory=8320808402719684661 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12703/stat : 12703 (java) S 12694 12697 11635 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 92637096 10916999168 47881 33554432000 4194304 4196468 140725879409232 140424698682256 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12704] ppid=12694 vsize=10661132 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12704/stat : 12704 (java) S 12694 12697 11635 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 92637098 10916999168 47881 33554432000 4194304 4196468 140725879409232 140424308517104 140424749230722 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12705] ppid=12694 vsize=10661132 memory=796 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12705/stat : 12705 (java) S 12694 12697 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92637098 10916999168 47881 33554432000 4194304 4196468 140725879409232 140424307463328 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12706] ppid=12694 vsize=10661132 memory=8452 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12706/stat : 12706 (java) S 12694 12697 11635 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 92637099 10916999168 47881 33554432000 4194304 4196468 140725879409232 140424306410224 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12707] ppid=12694 vsize=10661132 memory=5776 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12707/stat : 12707 (java) S 12694 12697 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92637101 10916999168 47881 33554432000 4194304 4196468 140725879409232 140424305358800 140424749238171 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12708] ppid=12694 vsize=10661132 memory=1200 CPUtime=0.48 cores=0,2,4,6
/proc/12697/task/12708/stat : 12708 (java) R 12694 12697 11635 0 -1 4202560 1884 0 0 0 48 0 0 0 20 0 15 0 92637101 10916999168 47881 33554432000 4194304 4196468 140725879409232 140424304306928 140424732630466 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12709] ppid=12694 vsize=10661132 memory=12136 CPUtime=0.43 cores=0,2,4,6
/proc/12697/task/12709/stat : 12709 (java) R 12694 12697 11635 0 -1 4202560 1443 0 0 0 43 0 0 0 20 0 15 0 92637101 10916999168 47881 33554432000 4194304 4196468 140725879409232 140424303243184 140424729071615 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12710] ppid=12694 vsize=10661132 memory=1008 CPUtime=0.34 cores=0,2,4,6
/proc/12697/task/12710/stat : 12710 (java) S 12694 12697 11635 0 -1 1077944384 1865 0 0 0 34 0 0 0 20 0 15 0 92637101 10916999168 47881 33554432000 4194304 4196468 140725879409232 140424302201328 140424749230722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12711] ppid=12694 vsize=10661132 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12711/stat : 12711 (java) S 12694 12697 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92637101 10916999168 47881 33554432000 4194304 4196468 140725879409232 140424301149024 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12712] ppid=12694 vsize=10661132 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12712/stat : 12712 (java) S 12694 12697 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92637101 10916999168 47881 33554432000 4194304 4196468 140725879409232 140424300096048 140424749230722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
Current children cumulated CPU time: 1.99 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 191524 KiB

[startup+1.08647 s]
# the end of solver process 12697 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.00793 s, system=0.173008 s

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

[startup+0.8009 s]
/proc/loadavg: 1.76 1.83 1.83 6/218 12712
/proc/meminfo: memFree=19770960/32770624 swapFree=67108860/67108860
[pid=12697] ppid=12694 vsize=10661132 memory=255848 CPUtime=2.32 cores=0,2,4,6
/proc/12697/stat : 12697 (java) S 12694 12697 11635 0 -1 1077944320 12726 0 0 0 223 9 0 0 20 0 15 0 92637095 10916999168 63962 33554432000 4194304 4196468 140725879409232 140725879391776 140424749219575 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
/proc/12697/statm: 2665283 63962 3126 1 0 2627263 0
[pid=12697/tid=12699] ppid=12694 vsize=10661132 memory=15872 CPUtime=0.74 cores=0,2,4,6
/proc/12697/task/12699/stat : 12699 (java) R 12694 12697 11635 0 -1 4202560 5772 0 0 0 70 4 0 0 20 0 15 0 92637096 10916999168 63962 33554432000 4194304 4196468 140725879409232 140424753457784 140424379044036 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12700] ppid=12694 vsize=10661132 memory=15672 CPUtime=0.02 cores=0,2,4,6
/proc/12697/task/12700/stat : 12700 (java) S 12694 12697 11635 0 -1 1077944384 27 0 0 0 2 0 0 0 20 0 15 0 92637096 10916999168 63962 33554432000 4194304 4196468 140725879409232 140424701840400 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12701] ppid=12694 vsize=10661132 memory=2241 CPUtime=0.01 cores=0,2,4,6
/proc/12697/task/12701/stat : 12701 (java) S 12694 12697 11635 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 15 0 92637096 10916999168 63962 33554432000 4194304 4196468 140725879409232 140424700787856 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12702] ppid=12694 vsize=10661132 memory=2244 CPUtime=0.01 cores=0,2,4,6
/proc/12697/task/12702/stat : 12702 (java) S 12694 12697 11635 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 15 0 92637096 10916999168 63962 33554432000 4194304 4196468 140725879409232 140424699734800 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12703] ppid=12694 vsize=10661132 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/12697/task/12703/stat : 12703 (java) S 12694 12697 11635 0 -1 1077944384 20 0 0 0 1 0 0 0 20 0 15 0 92637096 10916999168 63962 33554432000 4194304 4196468 140725879409232 140424698682256 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12704] ppid=12694 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12704/stat : 12704 (java) S 12694 12697 11635 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 92637098 10916999168 63977 33554432000 4194304 4196468 140725879409232 140424308517104 140424749230722 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12705] ppid=12694 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12705/stat : 12705 (java) S 12694 12697 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92637098 10916999168 63977 33554432000 4194304 4196468 140725879409232 140424307463328 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12706] ppid=12694 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12706/stat : 12706 (java) S 12694 12697 11635 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 92637099 10916999168 63977 33554432000 4194304 4196468 140725879409232 140424306410224 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12707] ppid=12694 vsize=10661132 memory=-1807685287725067907 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12707/stat : 12707 (java) S 12694 12697 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92637101 10916999168 63977 33554432000 4194304 4196468 140725879409232 140424305358800 140424749238171 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12708] ppid=12694 vsize=10661132 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/12697/task/12708/stat : 12708 (java) R 12694 12697 11635 0 -1 4202560 2067 0 0 0 57 0 0 0 20 0 15 0 92637101 10916999168 63977 33554432000 4194304 4196468 140725879409232 140424304292952 140424730762880 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12709] ppid=12694 vsize=10661132 memory=0 CPUtime=0.51 cores=0,2,4,6
/proc/12697/task/12709/stat : 12709 (java) R 12694 12697 11635 0 -1 4202560 1460 0 0 0 51 0 0 0 20 0 15 0 92637101 10916999168 63977 33554432000 4194304 4196468 140725879409232 140424303247424 140424742319422 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12710] ppid=12694 vsize=10661132 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/12697/task/12710/stat : 12710 (java) S 12694 12697 11635 0 -1 1077944384 1902 0 0 0 36 0 0 0 20 0 15 0 92637101 10916999168 63977 33554432000 4194304 4196468 140725879409232 140424302201328 140424749230722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12711] ppid=12694 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12711/stat : 12711 (java) S 12694 12697 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92637101 10916999168 63977 33554432000 4194304 4196468 140725879409232 140424301149024 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12712] ppid=12694 vsize=10661132 memory=664970774370811545 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12712/stat : 12712 (java) S 12694 12697 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92637101 10916999168 63977 33554432000 4194304 4196468 140725879409232 140424300096048 140424749230722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
Current children cumulated CPU time: 2.32 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 255848 KiB

[startup+1.00152 s]*
/proc/loadavg: 1.76 1.83 1.83 5/218 12712
/proc/meminfo: memFree=19460756/32770624 swapFree=67108860/67108860
[pid=12697] ppid=12694 vsize=10661132 memory=397240 CPUtime=2.99 cores=0,2,4,6
/proc/12697/stat : 12697 (java) S 12694 12697 11635 0 -1 1077944320 13388 0 0 0 283 16 0 0 20 0 15 0 92637095 10916999168 99310 33554432000 4194304 4196468 140725879409232 140725879391776 140424749219575 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
/proc/12697/statm: 2665283 99310 3139 1 0 2627263 0
[pid=12697/tid=12699] ppid=12694 vsize=10661132 memory=6735269665583770266 CPUtime=0.89 cores=0,2,4,6
/proc/12697/task/12699/stat : 12699 (java) R 12694 12697 11635 0 -1 4202560 5807 0 0 0 83 6 0 0 20 0 15 0 92637096 10916999168 99310 33554432000 4194304 4196468 140725879409232 140424753454512 140424379535791 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12700] ppid=12694 vsize=10661132 memory=4211973972065787274 CPUtime=0.08 cores=0,2,4,6
/proc/12697/task/12700/stat : 12700 (java) S 12694 12697 11635 0 -1 1077944384 169 0 0 0 6 2 0 0 20 0 15 0 92637096 10916999168 99310 33554432000 4194304 4196468 140725879409232 140424701840400 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12701] ppid=12694 vsize=10661132 memory=140245860996736 CPUtime=0.05 cores=0,2,4,6
/proc/12697/task/12701/stat : 12701 (java) S 12694 12697 11635 0 -1 1077944384 42 0 0 0 4 1 0 0 20 0 15 0 92637096 10916999168 99310 33554432000 4194304 4196468 140725879409232 140424700787856 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12702] ppid=12694 vsize=10661132 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12697/task/12702/stat : 12702 (java) S 12694 12697 11635 0 -1 1077944384 146 0 0 0 6 2 0 0 20 0 15 0 92637096 10916999168 99310 33554432000 4194304 4196468 140725879409232 140424699734800 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12703] ppid=12694 vsize=10661132 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12697/task/12703/stat : 12703 (java) S 12694 12697 11635 0 -1 1077944384 86 0 0 0 5 2 0 0 20 0 15 0 92637096 10916999168 99310 33554432000 4194304 4196468 140725879409232 140424698682256 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12704] ppid=12694 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12704/stat : 12704 (java) S 12694 12697 11635 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 92637098 10916999168 99310 33554432000 4194304 4196468 140725879409232 140424308517104 140424749230722 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12705] ppid=12694 vsize=10661132 memory=2 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12705/stat : 12705 (java) S 12694 12697 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92637098 10916999168 99310 33554432000 4194304 4196468 140725879409232 140424307463328 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12706] ppid=12694 vsize=10661132 memory=7738423659538178206 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12706/stat : 12706 (java) S 12694 12697 11635 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 92637099 10916999168 99310 33554432000 4194304 4196468 140725879409232 140424306410224 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12707] ppid=12694 vsize=10661132 memory=7156898676518250348 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12707/stat : 12707 (java) S 12694 12697 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92637101 10916999168 99310 33554432000 4194304 4196468 140725879409232 140424305358800 140424749238171 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12708] ppid=12694 vsize=10661132 memory=0 CPUtime=0.71 cores=0,2,4,6
/proc/12697/task/12708/stat : 12708 (java) R 12694 12697 11635 0 -1 4202560 2118 0 0 0 71 0 0 0 20 0 15 0 92637101 10916999168 99310 33554432000 4194304 4196468 140725879409232 140424304296416 140424729063169 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12709] ppid=12694 vsize=10661132 memory=-1 CPUtime=0.68 cores=0,2,4,6
/proc/12697/task/12709/stat : 12709 (java) R 12694 12697 11635 0 -1 4202560 1545 0 0 0 68 0 0 0 20 0 15 0 92637101 10916999168 99310 33554432000 4194304 4196468 140725879409232 140424303254384 140424735258056 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12710] ppid=12694 vsize=10661132 memory=140245860996736 CPUtime=0.36 cores=0,2,4,6
/proc/12697/task/12710/stat : 12710 (java) R 12694 12697 11635 0 -1 1077944384 1905 0 0 0 36 0 0 0 20 0 15 0 92637101 10916999168 99310 33554432000 4194304 4196468 140725879409232 140424302201328 140424749230722 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12711] ppid=12694 vsize=10661132 memory=3473692815927871801 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12711/stat : 12711 (java) S 12694 12697 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92637101 10916999168 99310 33554432000 4194304 4196468 140725879409232 140424301149024 140424749229781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
[pid=12697/tid=12712] ppid=12694 vsize=10661132 memory=2315025776679444410 CPUtime=0 cores=0,2,4,6
/proc/12697/task/12712/stat : 12712 (java) S 12694 12697 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92637101 10916999168 99310 33554432000 4194304 4196468 140725879409232 140424300096048 140424749230722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140725879411829 140725879411977 140725879411977 140725879414735 0
Current children cumulated CPU time: 2.99 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 397240 KiB

Child status: 0
Real time (s): 1.08652
CPU time (s): 3.18093
CPU user time (s): 3.00793
CPU system time (s): 0.173008
CPU usage (%): 292.763
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 397240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.00793
system time used= 0.173008
maximum resident set size= 398268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13450
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1269
involuntary context switches= 38


# summary of solver processes directly reported to runsolver:
#   pid: 12697
#   total CPU time (s): 3.18093
#   total CPU user time (s): 3.00793
#   total CPU system time (s): 0.173008

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.029639 second user time and 0.059278 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-28 06:05:39
IDJOB=4298190
IDBENCH=141082
IDSOLVER=2762
FILE ID=node132/4298190-1532750739
RUNJOBID= node132-1532740752-11666
PBS_JOBID= 21022446
Free space on /tmp= 52024 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-graph-01-opt_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298190-1532750739/watcher-4298190-1532750739 -o /tmp/evaluation-result-4298190-1532750739/solver-4298190-1532750739 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532740752-11666 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298190-1532750739.xml

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

MD5SUM BENCH= ca38267c950192fd3d26d9a78c88ff19
RANDOM SEED=315853491

node132.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.65
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.65
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.65
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.65
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:        19845456 kB
MemAvailable:   28078920 kB
Buffers:          195432 kB
Cached:          8244060 kB
SwapCached:            0 kB
Active:          6446072 kB
Inactive:        5891540 kB
Active(anon):    3848248 kB
Inactive(anon):    77852 kB
Active(file):    2597824 kB
Inactive(file):  5813688 kB
Unevictable:        6992 kB
Mlocked:            6992 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1532 kB
Writeback:            16 kB
AnonPages:       3904892 kB
Mapped:            54400 kB
Shmem:             25248 kB
Slab:             277968 kB
SReclaimable:     250412 kB
SUnreclaim:        27556 kB
KernelStack:        3568 kB
PageTables:        13132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4728028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3780608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 52020 MiB
End job on node132 at 2018-07-28 06:05:40