Trace number 4299174

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
cosoco 1.12? (TO) 2520.08 2519.9

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-09-4-rom_c18.xml
MD5SUM687e226d0bfa9953b2ddd48681aeb13c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables297
Number of constraints72
Number of domains5
Minimum domain size2
Maximum domain size84486
Distribution of domain sizes[{"size":2,"count":18},{"size":10,"count":126},{"size":27,"count":81},{"size":84486,"count":72}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":90},{"degree":2,"count":126},{"degree":8,"count":81}]
Minimum constraint arity12
Maximum constraint arity13
Distribution of constraint arities[{"arity":12,"count":18},{"arity":13,"count":54}]
Number of extensional constraints72
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":72}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

6.29/6.34	c best=?? lower=0 upper=648 
2520.07/2519.90	c
2520.07/2519.90	c This is cosoco 1.12 --  
2520.07/2519.90	c
2520.07/2519.90	c command line: HOME/cosoco -lc -model -restarts HOME/instance-4299174-1532791430.xml 
2520.07/2519.90	c enable optimization
2520.07/2519.90	c ========================================[ Problem Statistics ]===========================================
2520.07/2519.90	c |                                                                                                       
2520.07/2519.90	c |  Parse time        :         6.29 s 
2520.07/2519.90	c |
2520.07/2519.90	c |               Variables: 297
2520.07/2519.90	c |            Domain Sizes: 2..84486
2520.07/2519.90	c |
2520.07/2519.90	c |             Constraints: 73
2520.07/2519.90	c |                   Arity: 12..72
2520.07/2519.90	c | 
2520.07/2519.90	c |                   Types: 
2520.07/2519.90	c |                          Extension: 72  (nb tuples: 2087..147383) -- (shared: 64)
2520.07/2519.90	c |                          Sum: 1
2520.07/2519.90	c |                          
2520.07/2519.90	c |               Objective: Maximize Sum
2520.07/2519.90	
2520.07/2519.90	c =========================================================================================================
2520.07/2519.90	
2520.07/2519.90	c *** INTERRUPTED ***
2520.07/2519.90	c restarts              : 63          
2520.07/2519.90	c conflicts             : 430283       (171 /sec)
2520.07/2519.90	c decisions             : 1007599      (400 /sec)
2520.07/2519.90	c propagations          : 9938315782  (3943861 /sec)
2520.07/2519.90	c root propagations     : 3607020     
2520.07/2519.90	c filter calls          : 111477927      (44238 /sec)
2520.07/2519.90	c useless filter calls  : 78780332       (70 %)
2520.07/2519.90	c Memory used           : 193.31 MB
2520.07/2519.90	c CPU time              : 2519.95 s
2520.07/2519.90	
2520.07/2519.90	c No Bound found!
2520.07/2519.90	
2520.07/2519.90	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 (8444 MiB free)
  memory of node 1: 16384 MiB (11520 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299174-1532791430/watcher-4299174-1532791430 -o /tmp/evaluation-result-4299174-1532791430/solver-4299174-1532791430 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532776049-11497 --watchdog 2580 HOME/cosoco -lc -model -restarts HOME/instance-4299174-1532791430.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=13157, runsolver pid=13154

[startup+0.100205 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 13158
/proc/meminfo: memFree=20395028/32770624 swapFree=67108860/67108860
[pid=13157] ppid=13154 vsize=75704 memory=51984 CPUtime=0.1 cores=0,2,4,6
/proc/13157/stat : 13157 (cosoco) R 13154 13157 11466 0 -1 4202496 13154 0 0 0 9 1 0 0 20 0 1 0 96706169 77520896 12996 33554432000 4194304 6142532 140724870747392 140724870744024 5796154 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8243016 8247936 9826304 140724870755462 140724870755592 140724870755592 140724870758350 0
/proc/13157/statm: 18926 12996 783 476 0 12248 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 75704 KiB
Current children cumulated memory: 51984 KiB

[startup+0.209821 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 13158
/proc/meminfo: memFree=20394284/32770624 swapFree=67108860/67108860
[pid=13157] ppid=13154 vsize=76424 memory=52704 CPUtime=0.2 cores=0,2,4,6
/proc/13157/stat : 13157 (cosoco) R 13154 13157 11466 0 -1 4202496 13395 0 0 0 19 1 0 0 20 0 1 0 96706169 78258176 13176 33554432000 4194304 6142532 140724870747392 140724870744024 5802562 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8243016 8247936 9826304 140724870755462 140724870755592 140724870755592 140724870758350 0
/proc/13157/statm: 19106 13176 783 476 0 12428 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 76424 KiB
Current children cumulated memory: 52704 KiB

[startup+0.309078 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 13158
/proc/meminfo: memFree=20393540/32770624 swapFree=67108860/67108860
[pid=13157] ppid=13154 vsize=77336 memory=53408 CPUtime=0.3 cores=0,2,4,6
/proc/13157/stat : 13157 (cosoco) R 13154 13157 11466 0 -1 4202496 13664 0 0 0 29 1 0 0 20 0 1 0 96706169 79192064 13352 33554432000 4194304 6142532 140724870747392 140724870744024 5798127 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8243016 8247936 9826304 140724870755462 140724870755592 140724870755592 140724870758350 0
/proc/13157/statm: 19334 13352 783 476 0 12656 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 77336 KiB
Current children cumulated memory: 53408 KiB

[startup+0.700356 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 13158
/proc/meminfo: memFree=20391816/32770624 swapFree=67108860/67108860
[pid=13157] ppid=13154 vsize=80084 memory=55872 CPUtime=0.69 cores=0,2,4,6
/proc/13157/stat : 13157 (cosoco) R 13154 13157 11466 0 -1 4202496 14522 0 0 0 68 1 0 0 20 0 1 0 96706169 82006016 13968 33554432000 4194304 6142532 140724870747392 140724870744024 139658921790437 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8243016 8247936 9826304 140724870755462 140724870755592 140724870755592 140724870758350 0
/proc/13157/statm: 20021 13968 783 476 0 13343 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 80084 KiB
Current children cumulated memory: 55872 KiB

[startup+1.50034 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 13158
/proc/meminfo: memFree=20387648/32770624 swapFree=67108860/67108860
[pid=13157] ppid=13154 vsize=85580 memory=61616 CPUtime=1.49 cores=0,2,4,6
/proc/13157/stat : 13157 (cosoco) R 13154 13157 11466 0 -1 4202496 15807 0 0 0 147 2 0 0 20 0 1 0 96706169 87633920 15404 33554432000 4194304 6142532 140724870747392 140724870744040 139658921790437 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8243016 8247936 9826304 140724870755462 140724870755592 140724870755592 140724870758350 0
/proc/13157/statm: 21395 15404 783 476 0 14717 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 85580 KiB
Current children cumulated memory: 61616 KiB

[startup+3.10973 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 13158
/proc/meminfo: memFree=20361872/32770624 swapFree=67108860/67108860
[pid=13157] ppid=13154 vsize=108428 memory=84604 CPUtime=3.1 cores=0,2,4,6
/proc/13157/stat : 13157 (cosoco) R 13154 13157 11466 0 -1 4202496 22241 0 0 0 307 3 0 0 20 0 1 0 96706169 111030272 21151 33554432000 4194304 6142532 140724870747392 140724870744040 139658921788972 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8243016 8247936 9826304 140724870755462 140724870755592 140724870755592 140724870758350 0
/proc/13157/statm: 27107 21151 792 476 0 20429 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 108428 KiB
Current children cumulated memory: 84604 KiB

[startup+6.30035 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 13158
/proc/meminfo: memFree=20338756/32770624 swapFree=67108860/67108860
[pid=13157] ppid=13154 vsize=134628 memory=110236 CPUtime=6.29 cores=0,2,4,6
/proc/13157/stat : 13157 (cosoco) R 13154 13157 11466 0 -1 4202496 34837 0 0 0 625 4 0 0 20 0 1 0 96706169 137859072 27559 33554432000 4194304 6142532 140724870747392 140724870744040 5014776 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8243016 8247936 9826304 140724870755462 140724870755592 140724870755592 140724870758350 0
/proc/13157/statm: 33657 27559 793 476 0 26979 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 134628 KiB
Current children cumulated memory: 110236 KiB

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 13158
/proc/meminfo: memFree=20272980/32770624 swapFree=67108860/67108860
[pid=13157] ppid=13154 vsize=197944 memory=173824 CPUtime=12.68 cores=0,2,4,6
/proc/13157/stat : 13157 (cosoco) R 13154 13157 11466 0 -1 4202496 101007 0 0 0 1261 7 0 0 20 0 1 0 96706169 202694656 43456 33554432000 4194304 6142532 140724870747392 140724870744216 5333421 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8243016 8247936 9826304 140724870755462 140724870755592 140724870755592 140724870758350 0
/proc/13157/statm: 49486 43456 843 476 0 42808 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 197944 KiB
Current children cumulated memory: 173824 KiB

[startup+25.5005 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 13158
/proc/meminfo: memFree=20271228/32770624 swapFree=67108860/67108860
[pid=13157] ppid=13154 vsize=197944 memory=173824 CPUtime=25.49 cores=0,2,4,6
/proc/13157/stat : 13157 (cosoco) R 13154 13157 11466 0 -1 4202496 162475 0 0 0 2539 10 0 0 20 0 1 0 96706169 202694656 43456 33554432000 4194304 6142532 140724870747392 140724870744216 5017767 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8243016 8247936 9826304 140724870755462 140724870755592 140724870755592 140724870758350 0
/proc/13157/statm: 49486 43456 843 476 0 42808 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 197944 KiB
Current children cumulated memory: 173824 KiB

[startup+51.1098 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 13158
/proc/meminfo: memFree=20271848/32770624 swapFree=67108860/67108860
[pid=13157] ppid=13154 vsize=197944 memory=173940 CPUtime=51.09 cores=0,2,4,6
/proc/13157/stat : 13157 (cosoco) R 13154 13157 11466 0 -1 4202496 188386 0 0 0 5098 11 0 0 20 0 1 0 96706169 202694656 43485 33554432000 4194304 6142532 140724870747392 140724870744216 5017767 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8243016 8247936 9826304 140724870755462 140724870755592 140724870755592 140724870758350 0
/proc/13157/statm: 49486 43485 843 476 0 42808 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 197944 KiB
Current children cumulated memory: 173940 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 13160
/proc/meminfo: memFree=20272388/32770624 swapFree=67108860/67108860
[pid=13157] ppid=13154 vsize=197944 memory=174512 CPUtime=102.28 cores=0,2,4,6
/proc/13157/stat : 13157 (cosoco) R 13154 13157 11466 0 -1 4202496 204381 0 0 0 10216 12 0 0 20 0 1 0 96706169 202694656 43628 33554432000 4194304 6142532 140724870747392 140724870744216 5017767 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8243016 8247936 9826304 140724870755462 140724870755592 140724870755592 140724870758350 0
/proc/13157/statm: 49486 43628 843 476 0 42808 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 197944 KiB
Current children cumulated memory: 174512 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 13161
/proc/meminfo: memFree=20272864/32770624 swapFree=67108860/67108860
[pid=13157] ppid=13154 vsize=197944 memory=174512 CPUtime=162.28 cores=0,2,4,6
/proc/13157/stat : 13157 (cosoco) R 13154 13157 11466 0 -1 4202496 205680 0 0 0 16216 12 0 0 20 0 1 0 96706169 202694656 43628 33554432000 4194304 6142532 140724870747392 140724870744216 5017958 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8243016 8247936 9826304 140724870755462 140724870755592 140724870755592 140724870758350 0
/proc/13157/statm: 49486 43628 843 476 0 42808 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 197944 KiB
Current children cumulated memory: 174512 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 13162
/proc/meminfo: memFree=20272916/32770624 swapFree=67108860/67108860
[pid=13157] ppid=13154 vsize=197944 memory=174512 CPUtime=222.29 cores=0,2,4,6
/proc/13157/stat : 13157 (cosoco) R 13154 13157 11466 0 -1 4202496 206977 0 0 0 22217 12 0 0 20 0 1 0 96706169 202694656 43628 33554432000 4194304 6142532 140724870747392 140724870744216 5017909 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8243016 8247936 9826304 140724870755462 140724870755592 140724870755592 140724870758350 0
/proc/13157/statm: 49486 43628 843 476 0 42808 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 197944 KiB
Current children cumulated memory: 174512 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 13164
/proc/meminfo: memFree=20272908/32770624 swapFree=67108860/67108860
[pid=13157] ppid=13154 vsize=197944 memory=174512 CPUtime=282.29 cores=0,2,4,6
/proc/13157/stat : 13157 (cosoco) R 13154 13157 11466 0 -1 4202496 206977 0 0 0 28217 12 0 0 20 0 1 0 96706169 202694656 43628 33554432000 4194304 6142532 140724870747392 140724870744216 5017767 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8243016 8247936 9826304 140724870755462 140724870755592 140724870755592 140724870758350 0
/proc/13157/statm: 49486 43628 843 476 0 42808 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 197944 KiB
Current children cumulated memory: 174512 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 13165
/proc/meminfo: memFree=20273528/32770624 swapFree=67108860/67108860
[pid=13157] ppid=13154 vsize=197944 memory=174512 CPUtime=342.3 cores=0,2,4,6
/proc/13157/stat : 13157 (cosoco) R 13154 13157 11466 0 -1 4202496 208274 0 0 0 34218 12 0 0 20 0 1 0 96706169 202694656 43628 33554432000 4194304 6142532 140724870747392 140724870744216 5017997 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8243016 8247936 9826304 140724870755462 140724870755592 140724870755592 140724870758350 0
/proc/13157/statm: 49486 43628 843 476 0 42808 0
Current children cumulated CPU time: 342.3 s
Current children cumulated vsize: 197944 KiB
Current children cumulated memory: 174512 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 13300
/proc/meminfo: memFree=20009996/32770624 swapFree=67108860/67108860
[pid=13157] ppid=13154 vsize=197944 memory=174512 CPUtime=402.3 cores=0,2,4,6
/proc/13157/stat : 13157 (cosoco) R 13154 13157 11466 0 -1 4202496 208275 0 0 0 40218 12 0 0 20 0 1 0 96706169 202694656 43628 33554432000 4194304 6142532 140724870747392 140724870744216 5333565 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8243016 8247936 9826304 140724870755462 140724870755592 140724870755592 140724870758350 0
/proc/13157/statm: 49486 43628 843 476 0 42808 0
Current children cumulated CPU time: 402.3 s
Current children cumulated vsize: 197944 KiB
Current children cumulated memory: 174512 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 13301
/proc/meminfo: memFree=20010136/32770624 swapFree=67108860/67108860
[pid=13157] ppid=13154 vsize=197944 memory=174512 CPUtime=462.31 cores=0,2,4,6
/proc/13157/stat : 13157 (cosoco) R 13154 13157 11466 0 -1 4202496 209573 0 0 0 46219 12 0 0 20 0 1 0 96706169 202694656 43628 33554432000 4194304 6142532 140724870747392 140724870744216 5017759 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8243016 8247936 9826304 140724870755462 140724870755592 140724870755592 140724870758350 0
/proc/13157/statm: 49486 43628 843 476 0 42808 0
Current children cumulated CPU time: 462.31 s
Current children cumulated vsize: 197944 KiB
Current children cumulated memory: 174512 KiB


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

/proc/13157/statm: 49486 43636 843 476 0 42808 0
Current children cumulated CPU time: 1782.41 s
Current children cumulated vsize: 197944 KiB
Current children cumulated memory: 174544 KiB

[startup+1842.3 s]
/proc/loadavg: 2.05 2.13 2.09 3/188 13339
/proc/meminfo: memFree=20008084/32770624 swapFree=67108860/67108860
[pid=13157] ppid=13154 vsize=197944 memory=174544 CPUtime=1842.42 cores=0,2,4,6
/proc/13157/stat : 13157 (cosoco) R 13154 13157 11466 0 -1 4202496 223023 0 0 0 184229 13 0 0 20 0 1 0 96706169 202694656 43636 33554432000 4194304 6142532 140724870747392 140724870744216 5017767 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8243016 8247936 9826304 140724870755462 140724870755592 140724870755592 140724870758350 0
/proc/13157/statm: 49486 43636 843 476 0 42808 0
Current children cumulated CPU time: 1842.42 s
Current children cumulated vsize: 197944 KiB
Current children cumulated memory: 174544 KiB

[startup+1902.3 s]
/proc/loadavg: 2.02 2.10 2.09 3/187 13341
/proc/meminfo: memFree=20007712/32770624 swapFree=67108860/67108860
[pid=13157] ppid=13154 vsize=197944 memory=174564 CPUtime=1902.42 cores=0,2,4,6
/proc/13157/stat : 13157 (cosoco) R 13154 13157 11466 0 -1 4202496 224439 0 0 0 190229 13 0 0 20 0 1 0 96706169 202694656 43641 33554432000 4194304 6142532 140724870747392 140724870744216 5017767 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8243016 8247936 9826304 140724870755462 140724870755592 140724870755592 140724870758350 0
/proc/13157/statm: 49486 43641 843 476 0 42808 0
Current children cumulated CPU time: 1902.42 s
Current children cumulated vsize: 197944 KiB
Current children cumulated memory: 174564 KiB

[startup+1962.3 s]
/proc/loadavg: 2.01 2.08 2.08 3/187 13342
/proc/meminfo: memFree=20007932/32770624 swapFree=67108860/67108860
[pid=13157] ppid=13154 vsize=197944 memory=174564 CPUtime=1962.43 cores=0,2,4,6
/proc/13157/stat : 13157 (cosoco) R 13154 13157 11466 0 -1 4202496 224439 0 0 0 196230 13 0 0 20 0 1 0 96706169 202694656 43641 33554432000 4194304 6142532 140724870747392 140724870744216 5175264 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8243016 8247936 9826304 140724870755462 140724870755592 140724870755592 140724870758350 0
/proc/13157/statm: 49486 43641 843 476 0 42808 0
Current children cumulated CPU time: 1962.43 s
Current children cumulated vsize: 197944 KiB
Current children cumulated memory: 174564 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.07 2.08 3/187 13343
/proc/meminfo: memFree=20007428/32770624 swapFree=67108860/67108860
[pid=13157] ppid=13154 vsize=197944 memory=174564 CPUtime=2022.43 cores=0,2,4,6
/proc/13157/stat : 13157 (cosoco) R 13154 13157 11466 0 -1 4202496 225735 0 0 0 202230 13 0 0 20 0 1 0 96706169 202694656 43641 33554432000 4194304 6142532 140724870747392 140724870744216 5017767 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8243016 8247936 9826304 140724870755462 140724870755592 140724870755592 140724870758350 0
/proc/13157/statm: 49486 43641 843 476 0 42808 0
Current children cumulated CPU time: 2022.43 s
Current children cumulated vsize: 197944 KiB
Current children cumulated memory: 174564 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.06 2.07 3/187 13345
/proc/meminfo: memFree=20008032/32770624 swapFree=67108860/67108860
[pid=13157] ppid=13154 vsize=197944 memory=174564 CPUtime=2082.44 cores=0,2,4,6
/proc/13157/stat : 13157 (cosoco) R 13154 13157 11466 0 -1 4202496 225735 0 0 0 208231 13 0 0 20 0 1 0 96706169 202694656 43641 33554432000 4194304 6142532 140724870747392 140724870744216 5170140 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8243016 8247936 9826304 140724870755462 140724870755592 140724870755592 140724870758350 0
/proc/13157/statm: 49486 43641 843 476 0 42808 0
Current children cumulated CPU time: 2082.44 s
Current children cumulated vsize: 197944 KiB
Current children cumulated memory: 174564 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.05 2.07 3/187 13346
/proc/meminfo: memFree=20008048/32770624 swapFree=67108860/67108860
[pid=13157] ppid=13154 vsize=197944 memory=174564 CPUtime=2142.44 cores=0,2,4,6
/proc/13157/stat : 13157 (cosoco) R 13154 13157 11466 0 -1 4202496 227029 0 0 0 214231 13 0 0 20 0 1 0 96706169 202694656 43641 33554432000 4194304 6142532 140724870747392 140724870744216 5017759 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8243016 8247936 9826304 140724870755462 140724870755592 140724870755592 140724870758350 0
/proc/13157/statm: 49486 43641 843 476 0 42808 0
Current children cumulated CPU time: 2142.44 s
Current children cumulated vsize: 197944 KiB
Current children cumulated memory: 174564 KiB

[startup+2202.3 s]
/proc/loadavg: 2.44 2.15 2.10 3/187 13354
/proc/meminfo: memFree=20006820/32770624 swapFree=67108860/67108860
[pid=13157] ppid=13154 vsize=197944 memory=174564 CPUtime=2202.45 cores=0,2,4,6
/proc/13157/stat : 13157 (cosoco) R 13154 13157 11466 0 -1 4202496 227029 0 0 0 220232 13 0 0 20 0 1 0 96706169 202694656 43641 33554432000 4194304 6142532 140724870747392 140724870744216 5017909 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8243016 8247936 9826304 140724870755462 140724870755592 140724870755592 140724870758350 0
/proc/13157/statm: 49486 43641 843 476 0 42808 0
Current children cumulated CPU time: 2202.45 s
Current children cumulated vsize: 197944 KiB
Current children cumulated memory: 174564 KiB

[startup+2262.3 s]
/proc/loadavg: 2.19 2.13 2.10 3/187 13377
/proc/meminfo: memFree=20006940/32770624 swapFree=67108860/67108860
[pid=13157] ppid=13154 vsize=197944 memory=174564 CPUtime=2262.45 cores=0,2,4,6
/proc/13157/stat : 13157 (cosoco) R 13154 13157 11466 0 -1 4202496 227466 0 0 0 226232 13 0 0 20 0 1 0 96706169 202694656 43641 33554432000 4194304 6142532 140724870747392 140724870744216 5333269 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8243016 8247936 9826304 140724870755462 140724870755592 140724870755592 140724870758350 0
/proc/13157/statm: 49486 43641 843 476 0 42808 0
Current children cumulated CPU time: 2262.45 s
Current children cumulated vsize: 197944 KiB
Current children cumulated memory: 174564 KiB

[startup+2322.3 s]
/proc/loadavg: 2.07 2.11 2.09 3/187 13378
/proc/meminfo: memFree=20007640/32770624 swapFree=67108860/67108860
[pid=13157] ppid=13154 vsize=197944 memory=174564 CPUtime=2322.45 cores=0,2,4,6
/proc/13157/stat : 13157 (cosoco) R 13154 13157 11466 0 -1 4202496 227466 0 0 0 232232 13 0 0 20 0 1 0 96706169 202694656 43641 33554432000 4194304 6142532 140724870747392 140724870744216 5017759 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8243016 8247936 9826304 140724870755462 140724870755592 140724870755592 140724870758350 0
/proc/13157/statm: 49486 43641 843 476 0 42808 0
Current children cumulated CPU time: 2322.45 s
Current children cumulated vsize: 197944 KiB
Current children cumulated memory: 174564 KiB

[startup+2382.3 s]
/proc/loadavg: 2.03 2.09 2.08 3/187 13379
/proc/meminfo: memFree=20007112/32770624 swapFree=67108860/67108860
[pid=13157] ppid=13154 vsize=197944 memory=174564 CPUtime=2382.46 cores=0,2,4,6
/proc/13157/stat : 13157 (cosoco) R 13154 13157 11466 0 -1 4202496 227930 0 0 0 238233 13 0 0 20 0 1 0 96706169 202694656 43641 33554432000 4194304 6142532 140724870747392 140724870744216 5016538 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8243016 8247936 9826304 140724870755462 140724870755592 140724870755592 140724870758350 0
/proc/13157/statm: 49486 43641 843 476 0 42808 0
Current children cumulated CPU time: 2382.46 s
Current children cumulated vsize: 197944 KiB
Current children cumulated memory: 174564 KiB

[startup+2442.3 s]
/proc/loadavg: 2.01 2.07 2.08 3/187 13380
/proc/meminfo: memFree=20007188/32770624 swapFree=67108860/67108860
[pid=13157] ppid=13154 vsize=197944 memory=174564 CPUtime=2442.46 cores=0,2,4,6
/proc/13157/stat : 13157 (cosoco) R 13154 13157 11466 0 -1 4202496 227948 0 0 0 244233 13 0 0 20 0 1 0 96706169 202694656 43641 33554432000 4194304 6142532 140724870747392 140724870744216 5017909 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8243016 8247936 9826304 140724870755462 140724870755592 140724870755592 140724870758350 0
/proc/13157/statm: 49486 43641 843 476 0 42808 0
Current children cumulated CPU time: 2442.46 s
Current children cumulated vsize: 197944 KiB
Current children cumulated memory: 174564 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.06 2.07 3/187 13381
/proc/meminfo: memFree=20007700/32770624 swapFree=67108860/67108860
[pid=13157] ppid=13154 vsize=197944 memory=174564 CPUtime=2502.47 cores=0,2,4,6
/proc/13157/stat : 13157 (cosoco) R 13154 13157 11466 0 -1 4202496 228403 0 0 0 250234 13 0 0 20 0 1 0 96706169 202694656 43641 33554432000 4194304 6142532 140724870747392 140724870744216 5017990 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8243016 8247936 9826304 140724870755462 140724870755592 140724870755592 140724870758350 0
/proc/13157/statm: 49486 43641 843 476 0 42808 0
Current children cumulated CPU time: 2502.47 s
Current children cumulated vsize: 197944 KiB
Current children cumulated memory: 174564 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.9 s]
/proc/loadavg: 2.00 2.06 2.07 3/187 13381
/proc/meminfo: memFree=20007824/32770624 swapFree=67108860/67108860
[pid=13157] ppid=13154 vsize=197944 memory=174564 CPUtime=2520.07 cores=0,2,4,6
/proc/13157/stat : 13157 (cosoco) R 13154 13157 11466 0 -1 4202496 228403 0 0 0 251994 13 0 0 20 0 1 0 96706169 202694656 43641 33554432000 4194304 6142532 140724870747392 140724870744216 5017979 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8243016 8247936 9826304 140724870755462 140724870755592 140724870755592 140724870758350 0
/proc/13157/statm: 49486 43641 843 476 0 42808 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 197944 KiB
Current children cumulated memory: 174564 KiB

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

[startup+2519.9 s]
# the end of solver process 13157 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.95 s, system=0.13401 s

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

[startup+2519.9 s]
/proc/loadavg: 2.00 2.06 2.07 3/187 13381
/proc/meminfo: memFree=20007824/32770624 swapFree=67108860/67108860
[pid=13157] ppid=13154 vsize=197944 memory=174564 CPUtime=2520.07 cores=0,2,4,6
/proc/13157/stat : 13157 (cosoco) R 13154 13157 11466 0 -1 4202496 228403 0 0 0 251994 13 0 0 20 0 1 0 96706169 202694656 43641 33554432000 4194304 6142532 140724870747392 140724870744216 5017979 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8243016 8247936 9826304 140724870755462 140724870755592 140724870755592 140724870758350 0
/proc/13157/statm: 49486 43641 843 476 0 42808 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 197944 KiB
Current children cumulated memory: 174564 KiB

Child status: 1
Real time (s): 2519.9
CPU time (s): 2520.08
CPU user time (s): 2519.95
CPU system time (s): 0.13401
CPU usage (%): 100.007
Max. virtual memory (cumulated for all children) (KiB): 197944
Max. memory (cumulated for all children) (KiB): 174564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.95
system time used= 0.13401
maximum resident set size= 174636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 228454
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39
involuntary context switches= 663


# summary of solver processes directly reported to runsolver:
#   pid: 13157
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2519.95
#   total CPU system time (s): 0.13401

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1133 second user time and 18.7107 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-28 17:23:50
IDJOB=4299174
IDBENCH=141304
IDSOLVER=2761
FILE ID=node105/4299174-1532791430
RUNJOBID= node105-1532776049-11497
PBS_JOBID= 21022469
Free space on /tmp= 44604 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-09-4-rom_c18.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299174-1532791430/watcher-4299174-1532791430 -o /tmp/evaluation-result-4299174-1532791430/solver-4299174-1532791430 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532776049-11497 --watchdog 2580  HOME/cosoco -lc -model -restarts HOME/instance-4299174-1532791430.xml

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

MD5SUM BENCH= 687e226d0bfa9953b2ddd48681aeb13c
RANDOM SEED=1921404449

node105.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.32
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.32
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.32
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.32
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:        20443812 kB
MemAvailable:   31915708 kB
Buffers:          269676 kB
Cached:         11340896 kB
SwapCached:            0 kB
Active:          2421428 kB
Inactive:        9257148 kB
Active(anon):      22324 kB
Inactive(anon):    73344 kB
Active(file):    2399104 kB
Inactive(file):  9183804 kB
Unevictable:        7296 kB
Mlocked:            7296 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             19924 kB
Writeback:             0 kB
AnonPages:         79084 kB
Mapped:            45372 kB
Shmem:             25228 kB
Slab:             345004 kB
SReclaimable:     317448 kB
SUnreclaim:        27556 kB
KernelStack:        3376 kB
PageTables:         5364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     367732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44576 MiB
End job on node105 at 2018-07-28 18:05:50