Trace number 4265991

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
cosoco-sat 1.12? (TO) 2519.96 2520.01

General information on the benchmark

NameBibd/Bibd-sum-sym/
Bibd-sum-09-084-28-03-07.xml
MD5SUM861dcf4d41da694b9fafa61d8399bea0
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.5899401
Satisfiable
(Un)Satisfiability was proved
Number of variables756
Number of constraints130
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":756}]
Minimum variable degree11
Maximum variable degree11
Distribution of variable degrees[{"degree":11,"count":756}]
Minimum constraint arity9
Maximum constraint arity756
Distribution of constraint arities[{"arity":9,"count":84},{"arity":84,"count":9},{"arity":168,"count":36},{"arity":756,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":129}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.09	c SAT : Variables: 1512 -- Clauses: 1512
286.96/287.03	c root propagations     : 0           
286.96/287.03	c restarts enabled, print stats at every restarts
286.96/287.03	c
286.96/287.03	c
286.96/287.03	c
286.96/287.03	c This is cosoco 1.12 --  
286.96/287.03	c
286.96/287.03	c command line: cosoco -lc -model -restarts -sat HOME/instance-4265991-1502571222.xml 
286.96/287.03	c ========================================[ Problem Statistics ]===========================================
286.96/287.03	c |                                                                                                       
286.96/287.03	c |  Parse time        :         0.09 s 
286.96/287.03	c |
286.96/287.03	c |               Variables: 756
286.96/287.03	c |            Domain Sizes: 2..2
286.96/287.03	c |
286.96/287.03	c |             Constraints: 220
286.96/287.03	c |                   Arity: 9..168
286.96/287.03	c | 
286.96/287.03	c |                   Types: 
286.96/287.03	c |                          Intension: 36
286.96/287.03	c |                          Lex: 91
286.96/287.03	c |                          Sum: 93
286.96/287.03	c |                          
286.96/287.03	c =========================================================================================================
286.96/287.03	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
2519.95/2520.00	
2519.95/2520.00	c *** INTERRUPTED ***
2519.95/2520.00	c restarts              : 0           
2519.95/2520.00	c conflicts             : 0            (0 /sec)
2519.95/2520.00	c decisions             : 6            (0 /sec)
2519.95/2520.00	c propagations          : 6           (0 /sec)
2519.95/2520.00	c root propagations     : 0           
2519.95/2520.00	c filter calls          : 287            (0 /sec)
2519.95/2520.00	c useless filter calls  : 286            (99 %)
2519.95/2520.00	c
2519.95/2520.00	c clauses               : 1512
2519.95/2520.00	c SAT propagations      : 0
2519.95/2520.00	c SAT conflicts         : 0 (0 learnts)
2519.95/2520.00	c Memory used           : 41.74 MB
2519.95/2520.00	c CPU time              : 2519.94 s
2519.95/2520.00	
2519.95/2520.00	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 (13809 MiB free)
  memory of node 1: 16384 MiB (15677 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265991-1502571222/watcher-4265991-1502571222 -o /tmp/evaluation-result-4265991-1502571222/solver-4265991-1502571222 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node115-1502567253-24061 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4265991-1502571222.xml 

running on 4 cores: 1,3,5,7

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=25149, runsolver pid=25146

[startup+0.100265 s]*
/proc/loadavg: 2.16 2.15 2.10 3/187 25150
/proc/meminfo: memFree=30191264/32770624 swapFree=67108860/67108860
[pid=25149] ppid=25146 vsize=34684 memory=6796 CPUtime=0.1 cores=1,3,5,7
/proc/25149/stat : 25149 (cosoco) R 25146 25149 23976 0 -1 4202496 1914 0 0 0 10 0 0 0 20 0 1 0 90210008 35516416 1699 33554432000 4194304 5972588 140723398812848 140723398810072 5071467 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 16117760 140723398821050 140723398821150 140723398821150 140723398823886 0
/proc/25149/statm: 8671 1699 821 435 0 2034 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 34684 KiB
Current children cumulated memory: 6796 KiB

[startup+0.209455 s]*
/proc/loadavg: 2.16 2.15 2.10 3/187 25150
/proc/meminfo: memFree=30191264/32770624 swapFree=67108860/67108860
[pid=25149] ppid=25146 vsize=34684 memory=7060 CPUtime=0.2 cores=1,3,5,7
/proc/25149/stat : 25149 (cosoco) R 25146 25149 23976 0 -1 4202496 1934 0 0 0 20 0 0 0 20 0 1 0 90210008 35516416 1765 33554432000 4194304 5972588 140723398812848 140723398810072 5071499 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 16117760 140723398821050 140723398821150 140723398821150 140723398823886 0
/proc/25149/statm: 8671 1765 835 435 0 2034 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 34684 KiB
Current children cumulated memory: 7060 KiB

[startup+0.308672 s]*
/proc/loadavg: 2.16 2.15 2.10 3/187 25150
/proc/meminfo: memFree=30190892/32770624 swapFree=67108860/67108860
[pid=25149] ppid=25146 vsize=34684 memory=7060 CPUtime=0.3 cores=1,3,5,7
/proc/25149/stat : 25149 (cosoco) R 25146 25149 23976 0 -1 4202496 1934 0 0 0 30 0 0 0 20 0 1 0 90210008 35516416 1765 33554432000 4194304 5972588 140723398812848 140723398810072 5071499 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 16117760 140723398821050 140723398821150 140723398821150 140723398823886 0
/proc/25149/statm: 8671 1765 835 435 0 2034 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 34684 KiB
Current children cumulated memory: 7060 KiB

[startup+0.700274 s]
/proc/loadavg: 2.15 2.14 2.10 3/187 25150
/proc/meminfo: memFree=30190892/32770624 swapFree=67108860/67108860
[pid=25149] ppid=25146 vsize=34684 memory=7060 CPUtime=0.69 cores=1,3,5,7
/proc/25149/stat : 25149 (cosoco) R 25146 25149 23976 0 -1 4202496 1935 0 0 0 69 0 0 0 20 0 1 0 90210008 35516416 1765 33554432000 4194304 5972588 140723398812848 140723398810072 4968848 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 16117760 140723398821050 140723398821150 140723398821150 140723398823886 0
/proc/25149/statm: 8671 1765 835 435 0 2034 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 34684 KiB
Current children cumulated memory: 7060 KiB

[startup+1.50028 s]
/proc/loadavg: 2.15 2.14 2.10 3/187 25150
/proc/meminfo: memFree=30190596/32770624 swapFree=67108860/67108860
[pid=25149] ppid=25146 vsize=34684 memory=7060 CPUtime=1.49 cores=1,3,5,7
/proc/25149/stat : 25149 (cosoco) R 25146 25149 23976 0 -1 4202496 1938 0 0 0 149 0 0 0 20 0 1 0 90210008 35516416 1765 33554432000 4194304 5972588 140723398812848 140723398810072 5071395 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 16117760 140723398821050 140723398821150 140723398821150 140723398823886 0
/proc/25149/statm: 8671 1765 835 435 0 2034 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 34684 KiB
Current children cumulated memory: 7060 KiB

[startup+3.10889 s]
/proc/loadavg: 2.15 2.14 2.10 3/187 25150
/proc/meminfo: memFree=30190600/32770624 swapFree=67108860/67108860
[pid=25149] ppid=25146 vsize=34816 memory=7116 CPUtime=3.1 cores=1,3,5,7
/proc/25149/stat : 25149 (cosoco) R 25146 25149 23976 0 -1 4202496 2023 0 0 0 310 0 0 0 20 0 1 0 90210008 35651584 1779 33554432000 4194304 5972588 140723398812848 140723398809880 5099664 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 16117760 140723398821050 140723398821150 140723398821150 140723398823886 0
/proc/25149/statm: 8704 1779 835 435 0 2067 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 34816 KiB
Current children cumulated memory: 7116 KiB

[startup+6.30027 s]
/proc/loadavg: 2.14 2.14 2.10 3/187 25150
/proc/meminfo: memFree=30190848/32770624 swapFree=67108860/67108860
[pid=25149] ppid=25146 vsize=34816 memory=7144 CPUtime=6.29 cores=1,3,5,7
/proc/25149/stat : 25149 (cosoco) R 25146 25149 23976 0 -1 4202496 2113 0 0 0 629 0 0 0 20 0 1 0 90210008 35651584 1786 33554432000 4194304 5972588 140723398812848 140723398809880 4909657 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 16117760 140723398821050 140723398821150 140723398821150 140723398823886 0
/proc/25149/statm: 8704 1786 835 435 0 2067 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 34816 KiB
Current children cumulated memory: 7144 KiB

[startup+12.7003 s]
/proc/loadavg: 2.12 2.14 2.10 3/187 25150
/proc/meminfo: memFree=30191172/32770624 swapFree=67108860/67108860
[pid=25149] ppid=25146 vsize=35080 memory=7312 CPUtime=12.68 cores=1,3,5,7
/proc/25149/stat : 25149 (cosoco) R 25146 25149 23976 0 -1 4202496 2273 0 0 0 1268 0 0 0 20 0 1 0 90210008 35921920 1828 33554432000 4194304 5972588 140723398812848 140723398809880 5070711 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 16117760 140723398821050 140723398821150 140723398821150 140723398823886 0
/proc/25149/statm: 8770 1828 835 435 0 2133 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 35080 KiB
Current children cumulated memory: 7312 KiB

[startup+25.5003 s]
/proc/loadavg: 2.11 2.14 2.09 3/187 25150
/proc/meminfo: memFree=30190588/32770624 swapFree=67108860/67108860
[pid=25149] ppid=25146 vsize=35476 memory=7784 CPUtime=25.48 cores=1,3,5,7
/proc/25149/stat : 25149 (cosoco) R 25146 25149 23976 0 -1 4202496 2587 0 0 0 2548 0 0 0 20 0 1 0 90210008 36327424 1946 33554432000 4194304 5972588 140723398812848 140723398809880 5099674 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 16117760 140723398821050 140723398821150 140723398821150 140723398823886 0
/proc/25149/statm: 8869 1946 835 435 0 2232 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 35476 KiB
Current children cumulated memory: 7784 KiB

[startup+51.109 s]
/proc/loadavg: 2.06 2.12 2.09 3/188 25158
/proc/meminfo: memFree=30187820/32770624 swapFree=67108860/67108860
[pid=25149] ppid=25146 vsize=36136 memory=8472 CPUtime=51.09 cores=1,3,5,7
/proc/25149/stat : 25149 (cosoco) R 25146 25149 23976 0 -1 4202496 2921 0 0 0 5109 0 0 0 20 0 1 0 90210008 37003264 2118 33554432000 4194304 5972588 140723398812848 140723398809880 4909639 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 16117760 140723398821050 140723398821150 140723398821150 140723398823886 0
/proc/25149/statm: 9034 2118 835 435 0 2397 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 36136 KiB
Current children cumulated memory: 8472 KiB

[startup+102.3 s]
/proc/loadavg: 2.03 2.10 2.09 3/188 25159
/proc/meminfo: memFree=30186672/32770624 swapFree=67108860/67108860
[pid=25149] ppid=25146 vsize=37588 memory=9768 CPUtime=102.27 cores=1,3,5,7
/proc/25149/stat : 25149 (cosoco) R 25146 25149 23976 0 -1 4202496 3543 0 0 0 10227 0 0 0 20 0 1 0 90210008 38490112 2442 33554432000 4194304 5972588 140723398812848 140723398809880 5071408 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 16117760 140723398821050 140723398821150 140723398821150 140723398823886 0
/proc/25149/statm: 9397 2442 836 435 0 2760 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 37588 KiB
Current children cumulated memory: 9768 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.08 2.08 3/188 25160
/proc/meminfo: memFree=30185364/32770624 swapFree=67108860/67108860
[pid=25149] ppid=25146 vsize=39304 memory=11520 CPUtime=162.27 cores=1,3,5,7
/proc/25149/stat : 25149 (cosoco) R 25146 25149 23976 0 -1 4202496 4466 0 0 0 16227 0 0 0 20 0 1 0 90210008 40247296 2880 33554432000 4194304 5972588 140723398812848 140723398809880 5099664 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 16117760 140723398821050 140723398821150 140723398821150 140723398823886 0
/proc/25149/statm: 9826 2880 836 435 0 3189 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 39304 KiB
Current children cumulated memory: 11520 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.07 2.07 3/188 25161
/proc/meminfo: memFree=30183472/32770624 swapFree=67108860/67108860
[pid=25149] ppid=25146 vsize=40888 memory=13280 CPUtime=222.26 cores=1,3,5,7
/proc/25149/stat : 25149 (cosoco) R 25146 25149 23976 0 -1 4202496 5294 0 0 0 22226 0 0 0 20 0 1 0 90210008 41869312 3320 33554432000 4194304 5972588 140723398812848 140723398809880 5071499 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 16117760 140723398821050 140723398821150 140723398821150 140723398823886 0
/proc/25149/statm: 10222 3320 836 435 0 3585 0
Current children cumulated CPU time: 222.26 s
Current children cumulated vsize: 40888 KiB
Current children cumulated memory: 13280 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.06 2.07 3/188 25162
/proc/meminfo: memFree=30180912/32770624 swapFree=67108860/67108860
[pid=25149] ppid=25146 vsize=42736 memory=14988 CPUtime=282.25 cores=1,3,5,7
/proc/25149/stat : 25149 (cosoco) R 25146 25149 23976 0 -1 4202496 6163 0 0 0 28225 0 0 0 20 0 1 0 90210008 43761664 3747 33554432000 4194304 5972588 140723398812848 140723398809880 4909657 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 16117760 140723398821050 140723398821150 140723398821150 140723398823886 0
/proc/25149/statm: 10684 3747 836 435 0 4047 0
Current children cumulated CPU time: 282.25 s
Current children cumulated vsize: 42736 KiB
Current children cumulated memory: 14988 KiB

[startup+342.3 s]
/proc/loadavg: 1.95 2.03 2.06 3/187 25163
/proc/meminfo: memFree=30180800/32770624 swapFree=67108860/67108860
[pid=25149] ppid=25146 vsize=42736 memory=15124 CPUtime=342.25 cores=1,3,5,7
/proc/25149/stat : 25149 (cosoco) R 25146 25149 23976 0 -1 4202496 7136 0 0 0 34225 0 0 0 20 0 1 0 90210008 43761664 3781 33554432000 4194304 5972588 140723398812848 140723398810424 5053056 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 16117760 140723398821050 140723398821150 140723398821150 140723398823886 0
/proc/25149/statm: 10684 3781 840 435 0 4047 0
Current children cumulated CPU time: 342.25 s
Current children cumulated vsize: 42736 KiB
Current children cumulated memory: 15124 KiB

[startup+402.3 s]
/proc/loadavg: 1.98 2.03 2.05 3/187 25164
/proc/meminfo: memFree=30179180/32770624 swapFree=67108860/67108860
[pid=25149] ppid=25146 vsize=42736 memory=15124 CPUtime=402.25 cores=1,3,5,7
/proc/25149/stat : 25149 (cosoco) R 25146 25149 23976 0 -1 4202496 7535 0 0 0 40225 0 0 0 20 0 1 0 90210008 43761664 3781 33554432000 4194304 5972588 140723398812848 140723398810424 5071400 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 16117760 140723398821050 140723398821150 140723398821150 140723398823886 0
/proc/25149/statm: 10684 3781 840 435 0 4047 0
Current children cumulated CPU time: 402.25 s
Current children cumulated vsize: 42736 KiB
Current children cumulated memory: 15124 KiB

[startup+462.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/187 25165
/proc/meminfo: memFree=30179144/32770624 swapFree=67108860/67108860
[pid=25149] ppid=25146 vsize=42736 memory=15124 CPUtime=462.25 cores=1,3,5,7
/proc/25149/stat : 25149 (cosoco) R 25146 25149 23976 0 -1 4202496 7861 0 0 0 46225 0 0 0 20 0 1 0 90210008 43761664 3781 33554432000 4194304 5972588 140723398812848 140723398810424 5099674 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 16117760 140723398821050 140723398821150 140723398821150 140723398823886 0
/proc/25149/statm: 10684 3781 840 435 0 4047 0
Current children cumulated CPU time: 462.25 s
Current children cumulated vsize: 42736 KiB
Current children cumulated memory: 15124 KiB


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

/proc/25149/statm: 10684 3782 840 435 0 4047 0
Current children cumulated CPU time: 1722.25 s
Current children cumulated vsize: 42736 KiB
Current children cumulated memory: 15128 KiB

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 25227
/proc/meminfo: memFree=30154332/32770624 swapFree=67108860/67108860
[pid=25149] ppid=25146 vsize=42736 memory=15128 CPUtime=1782.25 cores=1,3,5,7
/proc/25149/stat : 25149 (cosoco) R 25146 25149 23976 0 -1 4202496 9575 0 0 0 178224 1 0 0 20 0 1 0 90210008 43761664 3782 33554432000 4194304 5972588 140723398812848 140723398810424 4909660 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 16117760 140723398821050 140723398821150 140723398821150 140723398823886 0
/proc/25149/statm: 10684 3782 840 435 0 4047 0
Current children cumulated CPU time: 1782.25 s
Current children cumulated vsize: 42736 KiB
Current children cumulated memory: 15128 KiB

[startup+1842.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 25235
/proc/meminfo: memFree=30150304/32770624 swapFree=67108860/67108860
[pid=25149] ppid=25146 vsize=42736 memory=15128 CPUtime=1842.25 cores=1,3,5,7
/proc/25149/stat : 25149 (cosoco) R 25146 25149 23976 0 -1 4202496 9599 0 0 0 184224 1 0 0 20 0 1 0 90210008 43761664 3782 33554432000 4194304 5972588 140723398812848 140723398810424 5071505 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 16117760 140723398821050 140723398821150 140723398821150 140723398823886 0
/proc/25149/statm: 10684 3782 840 435 0 4047 0
Current children cumulated CPU time: 1842.25 s
Current children cumulated vsize: 42736 KiB
Current children cumulated memory: 15128 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25236
/proc/meminfo: memFree=30146000/32770624 swapFree=67108860/67108860
[pid=25149] ppid=25146 vsize=42736 memory=15128 CPUtime=1902.25 cores=1,3,5,7
/proc/25149/stat : 25149 (cosoco) R 25146 25149 23976 0 -1 4202496 9636 0 0 0 190224 1 0 0 20 0 1 0 90210008 43761664 3782 33554432000 4194304 5972588 140723398812848 140723398810424 5071499 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 16117760 140723398821050 140723398821150 140723398821150 140723398823886 0
/proc/25149/statm: 10684 3782 840 435 0 4047 0
Current children cumulated CPU time: 1902.25 s
Current children cumulated vsize: 42736 KiB
Current children cumulated memory: 15128 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25237
/proc/meminfo: memFree=30142964/32770624 swapFree=67108860/67108860
[pid=25149] ppid=25146 vsize=42736 memory=15128 CPUtime=1962.25 cores=1,3,5,7
/proc/25149/stat : 25149 (cosoco) R 25146 25149 23976 0 -1 4202496 9658 0 0 0 196224 1 0 0 20 0 1 0 90210008 43761664 3782 33554432000 4194304 5972588 140723398812848 140723398810424 5070704 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 16117760 140723398821050 140723398821150 140723398821150 140723398823886 0
/proc/25149/statm: 10684 3782 840 435 0 4047 0
Current children cumulated CPU time: 1962.25 s
Current children cumulated vsize: 42736 KiB
Current children cumulated memory: 15128 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25238
/proc/meminfo: memFree=30142768/32770624 swapFree=67108860/67108860
[pid=25149] ppid=25146 vsize=42736 memory=15128 CPUtime=2022.25 cores=1,3,5,7
/proc/25149/stat : 25149 (cosoco) R 25146 25149 23976 0 -1 4202496 9696 0 0 0 202224 1 0 0 20 0 1 0 90210008 43761664 3782 33554432000 4194304 5972588 140723398812848 140723398810424 4909660 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 16117760 140723398821050 140723398821150 140723398821150 140723398823886 0
/proc/25149/statm: 10684 3782 840 435 0 4047 0
Current children cumulated CPU time: 2022.25 s
Current children cumulated vsize: 42736 KiB
Current children cumulated memory: 15128 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25239
/proc/meminfo: memFree=30139568/32770624 swapFree=67108860/67108860
[pid=25149] ppid=25146 vsize=42736 memory=15128 CPUtime=2082.25 cores=1,3,5,7
/proc/25149/stat : 25149 (cosoco) R 25146 25149 23976 0 -1 4202496 9721 0 0 0 208224 1 0 0 20 0 1 0 90210008 43761664 3782 33554432000 4194304 5972588 140723398812848 140723398810424 4965560 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 16117760 140723398821050 140723398821150 140723398821150 140723398823886 0
/proc/25149/statm: 10684 3782 840 435 0 4047 0
Current children cumulated CPU time: 2082.25 s
Current children cumulated vsize: 42736 KiB
Current children cumulated memory: 15128 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25304
/proc/meminfo: memFree=29276976/32770624 swapFree=67108860/67108860
[pid=25149] ppid=25146 vsize=42736 memory=15128 CPUtime=2142.24 cores=1,3,5,7
/proc/25149/stat : 25149 (cosoco) R 25146 25149 23976 0 -1 4202496 9746 0 0 0 214222 2 0 0 20 0 1 0 90210008 43761664 3782 33554432000 4194304 5972588 140723398812848 140723398810424 5099674 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 16117760 140723398821050 140723398821150 140723398821150 140723398823886 0
/proc/25149/statm: 10684 3782 840 435 0 4047 0
Current children cumulated CPU time: 2142.24 s
Current children cumulated vsize: 42736 KiB
Current children cumulated memory: 15128 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25305
/proc/meminfo: memFree=22382132/32770624 swapFree=67108860/67108860
[pid=25149] ppid=25146 vsize=42736 memory=15128 CPUtime=2202.24 cores=1,3,5,7
/proc/25149/stat : 25149 (cosoco) R 25146 25149 23976 0 -1 4202496 9860 0 0 0 220222 2 0 0 20 0 1 0 90210008 43761664 3782 33554432000 4194304 5972588 140723398812848 140723398810424 5071505 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 16117760 140723398821050 140723398821150 140723398821150 140723398823886 0
/proc/25149/statm: 10684 3782 840 435 0 4047 0
Current children cumulated CPU time: 2202.24 s
Current children cumulated vsize: 42736 KiB
Current children cumulated memory: 15128 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25306
/proc/meminfo: memFree=22318188/32770624 swapFree=67108860/67108860
[pid=25149] ppid=25146 vsize=42736 memory=15128 CPUtime=2262.24 cores=1,3,5,7
/proc/25149/stat : 25149 (cosoco) R 25146 25149 23976 0 -1 4202496 9883 0 0 0 226222 2 0 0 20 0 1 0 90210008 43761664 3782 33554432000 4194304 5972588 140723398812848 140723398810424 5070704 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 16117760 140723398821050 140723398821150 140723398821150 140723398823886 0
/proc/25149/statm: 10684 3782 840 435 0 4047 0
Current children cumulated CPU time: 2262.24 s
Current children cumulated vsize: 42736 KiB
Current children cumulated memory: 15128 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25307
/proc/meminfo: memFree=22318280/32770624 swapFree=67108860/67108860
[pid=25149] ppid=25146 vsize=42736 memory=15128 CPUtime=2322.24 cores=1,3,5,7
/proc/25149/stat : 25149 (cosoco) R 25146 25149 23976 0 -1 4202496 9906 0 0 0 232222 2 0 0 20 0 1 0 90210008 43761664 3782 33554432000 4194304 5972588 140723398812848 140723398810424 5053056 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 16117760 140723398821050 140723398821150 140723398821150 140723398823886 0
/proc/25149/statm: 10684 3782 840 435 0 4047 0
Current children cumulated CPU time: 2322.24 s
Current children cumulated vsize: 42736 KiB
Current children cumulated memory: 15128 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25308
/proc/meminfo: memFree=22316224/32770624 swapFree=67108860/67108860
[pid=25149] ppid=25146 vsize=42736 memory=15128 CPUtime=2382.24 cores=1,3,5,7
/proc/25149/stat : 25149 (cosoco) R 25146 25149 23976 0 -1 4202496 9929 0 0 0 238222 2 0 0 20 0 1 0 90210008 43761664 3782 33554432000 4194304 5972588 140723398812848 140723398810424 5071499 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 16117760 140723398821050 140723398821150 140723398821150 140723398823886 0
/proc/25149/statm: 10684 3782 840 435 0 4047 0
Current children cumulated CPU time: 2382.24 s
Current children cumulated vsize: 42736 KiB
Current children cumulated memory: 15128 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 25317
/proc/meminfo: memFree=22316152/32770624 swapFree=67108860/67108860
[pid=25149] ppid=25146 vsize=42736 memory=15128 CPUtime=2442.24 cores=1,3,5,7
/proc/25149/stat : 25149 (cosoco) R 25146 25149 23976 0 -1 4202496 9964 0 0 0 244222 2 0 0 20 0 1 0 90210008 43761664 3782 33554432000 4194304 5972588 140723398812848 140723398810424 5053056 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 16117760 140723398821050 140723398821150 140723398821150 140723398823886 0
/proc/25149/statm: 10684 3782 840 435 0 4047 0
Current children cumulated CPU time: 2442.24 s
Current children cumulated vsize: 42736 KiB
Current children cumulated memory: 15128 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 25318
/proc/meminfo: memFree=22315972/32770624 swapFree=67108860/67108860
[pid=25149] ppid=25146 vsize=42736 memory=15128 CPUtime=2502.24 cores=1,3,5,7
/proc/25149/stat : 25149 (cosoco) R 25146 25149 23976 0 -1 4202496 9986 0 0 0 250222 2 0 0 20 0 1 0 90210008 43761664 3782 33554432000 4194304 5972588 140723398812848 140723398810424 5099674 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 16117760 140723398821050 140723398821150 140723398821150 140723398823886 0
/proc/25149/statm: 10684 3782 840 435 0 4047 0
Current children cumulated CPU time: 2502.24 s
Current children cumulated vsize: 42736 KiB
Current children cumulated memory: 15128 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 25318
/proc/meminfo: memFree=22316400/32770624 swapFree=67108860/67108860
[pid=25149] ppid=25146 vsize=42736 memory=15128 CPUtime=2519.95 cores=1,3,5,7
/proc/25149/stat : 25149 (cosoco) R 25146 25149 23976 0 -1 4202496 10008 0 0 0 251993 2 0 0 20 0 1 0 90210008 43761664 3782 33554432000 4194304 5972588 140723398812848 140723398810424 5071501 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 16117760 140723398821050 140723398821150 140723398821150 140723398823886 0
/proc/25149/statm: 10684 3782 840 435 0 4047 0
Current children cumulated CPU time: 2519.95 s
Current children cumulated vsize: 42736 KiB
Current children cumulated memory: 15128 KiB

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

[startup+2520.01 s]
# the end of solver process 25149 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.94 s, system=0.023999 s

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

Child status: 1
Real time (s): 2520.01
CPU time (s): 2519.96
CPU user time (s): 2519.94
CPU system time (s): 0.023999
CPU usage (%): 99.9981
Max. virtual memory (cumulated for all children) (KiB): 42736
Max. memory (cumulated for all children) (KiB): 15128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.94
system time used= 0.023999
maximum resident set size= 15196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10064
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= 11
involuntary context switches= 2809


# summary of solver processes directly reported to runsolver:
#   pid: 25149
#   total CPU time (s): 2519.96
#   total CPU user time (s): 2519.94
#   total CPU system time (s): 0.023999

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.8714 second user time and 14.638 second system time

The end

Launcher Data

Begin job on node115 at 2017-08-12 22:39:24
IDJOB=4265991
IDBENCH=123823
IDSOLVER=2655
FILE ID=node115/4265991-1502571222
RUNJOBID= node115-1502567253-24061
PBS_JOBID= 20628280
Free space on /tmp= 61896 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/Bibd/Bibd-sum-sym/Bibd-sum-09-084-28-03-07.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265991-1502571222/watcher-4265991-1502571222 -o /tmp/evaluation-result-4265991-1502571222/solver-4265991-1502571222 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node115-1502567253-24061 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4265991-1502571222.xml

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

MD5SUM BENCH= 861dcf4d41da694b9fafa61d8399bea0
RANDOM SEED=89857216

node115.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.69
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.69
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.69
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.69
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:        30194860 kB
MemAvailable:   30307380 kB
Buffers:           77376 kB
Cached:           331284 kB
SwapCached:            0 kB
Active:          2032532 kB
Inactive:         119836 kB
Active(anon):    1690592 kB
Inactive(anon):    81292 kB
Active(file):     341940 kB
Inactive(file):    38544 kB
Unevictable:        6212 kB
Mlocked:            6212 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2324 kB
Writeback:            16 kB
AnonPages:       1756320 kB
Mapped:            44360 kB
Shmem:             25224 kB
Slab:             121312 kB
SReclaimable:      95740 kB
SUnreclaim:        25572 kB
KernelStack:        3360 kB
PageTables:         8280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2127408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    833536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61896 MiB
End job on node115 at 2017-08-12 23:21:25