Trace number 4265987

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) 2520.0601 2519.8999

General information on the benchmark

NameBibd/Bibd-sum-open/
Bibd-sum-55-099-27-15-07.xml
MD5SUM7191cf568ef3dfffabd726f015901700
Bench CategoryCSP (decision 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 variables5445
Number of constraints1640
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":5445}]
Minimum variable degree57
Maximum variable degree57
Distribution of variable degrees[{"degree":57,"count":5445}]
Minimum constraint arity55
Maximum constraint arity5445
Distribution of constraint arities[{"arity":55,"count":99},{"arity":99,"count":55},{"arity":198,"count":1485},{"arity":5445,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":1639}]
Optimization problemNO
Type of objective

Solver Data

3.73/3.89	c SAT : Variables: 10890 -- Clauses: 10890
2520.04/2519.90	c
2520.04/2519.90	c This is cosoco 1.12 --  
2520.04/2519.90	c
2520.04/2519.90	c command line: cosoco -lc -model -restarts -sat HOME/instance-4265987-1502571301.xml 
2520.04/2519.90	c ========================================[ Problem Statistics ]===========================================
2520.04/2519.90	c |                                                                                                       
2520.04/2519.90	c |  Parse time        :         3.76 s 
2520.04/2519.90	c |
2520.04/2519.90	c |               Variables: 5445
2520.04/2519.90	c |            Domain Sizes: 2..2
2520.04/2519.90	c |
2520.04/2519.90	c |             Constraints: 1791
2520.04/2519.90	c |                   Arity: 55..198
2520.04/2519.90	c | 
2520.04/2519.90	c |                   Types: 
2520.04/2519.90	c |                          Intension: 1485
2520.04/2519.90	c |                          Lex: 152
2520.04/2519.90	c |                          Sum: 154
2520.04/2519.90	c |                          
2520.04/2519.90	c =========================================================================================================
2520.04/2519.90	
2520.04/2519.90	c *** INTERRUPTED ***
2520.04/2519.90	c restarts              : 0           
2520.04/2519.90	c conflicts             : 0            (0 /sec)
2520.04/2519.90	c decisions             : 0            (0 /sec)
2520.04/2519.90	c propagations          : 0           (0 /sec)
2520.04/2519.90	c root propagations     : 0           
2520.04/2519.90	c filter calls          : 435            (0 /sec)
2520.04/2519.90	c useless filter calls  : 434            (99 %)
2520.04/2519.90	c
2520.04/2519.90	c clauses               : 10890
2520.04/2519.90	c SAT propagations      : 0
2520.04/2519.90	c SAT conflicts         : 0 (0 learnts)
2520.04/2519.90	c Memory used           : 243.74 MB
2520.04/2519.90	c CPU time              : 2519.96 s
2520.04/2519.90	
2520.04/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 (15015 MiB free)
  memory of node 1: 16384 MiB (15305 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265987-1502571301/watcher-4265987-1502571301 -o /tmp/evaluation-result-4265987-1502571301/solver-4265987-1502571301 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502565190-8354 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4265987-1502571301.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
solver pid=9757, runsolver pid=9754
Current StackSize limit: 8192 KiB


[startup+0.101001 s]*
/proc/loadavg: 1.98 1.99 1.95 5/190 9758
/proc/meminfo: memFree=31041688/32770624 swapFree=67108860/67108860
[pid=9757] ppid=9754 vsize=34608 memory=11012 CPUtime=0.04 cores=1,3,5,7
/proc/9757/stat : 9757 (cosoco) R 9754 9757 8289 0 -1 4202496 2956 0 0 0 4 0 0 0 20 0 1 0 104945337 35438592 2753 18446744073709551615 4194304 5972588 140725166109680 140725166103400 140139278093285 0 0 1 0 0 0 0 17 5 0 0 5 0 0 8070896 8075904 13635584 140725166113220 140725166113320 140725166113320 140725166116814 0
/proc/9757/statm: 8652 2753 773 435 0 2015 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 34608 KiB
Current children cumulated memory: 11012 KiB

[startup+0.209816 s]*
/proc/loadavg: 1.98 1.99 1.95 3/190 9758
/proc/meminfo: memFree=31038340/32770624 swapFree=67108860/67108860
[pid=9757] ppid=9754 vsize=38436 memory=14772 CPUtime=0.15 cores=1,3,5,7
/proc/9757/stat : 9757 (cosoco) R 9754 9757 8289 0 -1 4202496 3902 0 0 0 15 0 0 0 20 0 1 0 104945337 39358464 3693 18446744073709551615 4194304 5972588 140725166109680 140725166103400 140139278093285 0 0 1 0 0 0 0 17 5 0 0 5 0 0 8070896 8075904 13635584 140725166113220 140725166113320 140725166113320 140725166116814 0
/proc/9757/statm: 9609 3693 796 435 0 2972 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 38436 KiB
Current children cumulated memory: 14772 KiB

[startup+0.309581 s]*
/proc/loadavg: 1.98 1.99 1.95 3/190 9758
/proc/meminfo: memFree=31034248/32770624 swapFree=67108860/67108860
[pid=9757] ppid=9754 vsize=41860 memory=18200 CPUtime=0.25 cores=1,3,5,7
/proc/9757/stat : 9757 (cosoco) R 9754 9757 8289 0 -1 4202496 4759 0 0 0 25 0 0 0 20 0 1 0 104945337 42864640 4550 18446744073709551615 4194304 5972588 140725166109680 140725166103400 140139279036057 0 0 1 0 0 0 0 17 5 0 0 5 0 0 8070896 8075904 13635584 140725166113220 140725166113320 140725166113320 140725166116814 0
/proc/9757/statm: 10465 4550 797 435 0 3828 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 41860 KiB
Current children cumulated memory: 18200 KiB

[startup+0.700295 s]
/proc/loadavg: 1.98 1.99 1.95 3/190 9758
/proc/meminfo: memFree=31027552/32770624 swapFree=67108860/67108860
[pid=9757] ppid=9754 vsize=55128 memory=31604 CPUtime=0.63 cores=1,3,5,7
/proc/9757/stat : 9757 (cosoco) R 9754 9757 8289 0 -1 4202496 8063 0 0 0 62 1 0 0 20 0 1 0 104945337 56451072 7901 18446744073709551615 4194304 5972588 140725166109680 140725166103880 140139278554092 0 0 1 0 0 0 0 17 5 0 0 5 0 0 8070896 8075904 13635584 140725166113220 140725166113320 140725166113320 140725166116814 0
/proc/9757/statm: 13782 7901 797 435 0 7145 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 55128 KiB
Current children cumulated memory: 31604 KiB

[startup+1.50031 s]
/proc/loadavg: 1.98 1.99 1.95 3/190 9758
/proc/meminfo: memFree=31010824/32770624 swapFree=67108860/67108860
[pid=9757] ppid=9754 vsize=82728 memory=59204 CPUtime=1.43 cores=1,3,5,7
/proc/9757/stat : 9757 (cosoco) R 9754 9757 8289 0 -1 4202496 14965 0 0 0 141 2 0 0 20 0 1 0 104945337 84713472 14801 18446744073709551615 4194304 5972588 140725166109680 140725166103880 140139278093285 0 0 1 0 0 0 0 17 5 0 0 5 0 0 8070896 8075904 13635584 140725166113220 140725166113320 140725166113320 140725166116814 0
/proc/9757/statm: 20682 14801 797 435 0 14045 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 82728 KiB
Current children cumulated memory: 59204 KiB

[startup+3.10966 s]
/proc/loadavg: 1.98 1.99 1.95 3/190 9758
/proc/meminfo: memFree=30941264/32770624 swapFree=67108860/67108860
[pid=9757] ppid=9754 vsize=138400 memory=114880 CPUtime=3.04 cores=1,3,5,7
/proc/9757/stat : 9757 (cosoco) R 9754 9757 8289 0 -1 4202496 29732 0 0 0 300 4 0 0 20 0 1 0 104945337 141721600 28720 18446744073709551615 4194304 5972588 140725166109680 140725166103880 140139278093285 0 0 1 0 0 0 0 17 5 0 0 5 0 0 8070896 8075904 13635584 140725166113220 140725166113320 140725166113320 140725166116814 0
/proc/9757/statm: 34600 28720 797 435 0 27963 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 138400 KiB
Current children cumulated memory: 114880 KiB

[startup+6.30035 s]
/proc/loadavg: 1.98 1.99 1.95 3/190 9758
/proc/meminfo: memFree=30901432/32770624 swapFree=67108860/67108860
[pid=9757] ppid=9754 vsize=179100 memory=151312 CPUtime=6.22 cores=1,3,5,7
/proc/9757/stat : 9757 (cosoco) R 9754 9757 8289 0 -1 4202496 41366 0 0 0 616 6 0 0 20 0 1 0 104945337 183398400 37828 18446744073709551615 4194304 5972588 140725166109680 140725166106904 5071463 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 13635584 140725166113220 140725166113320 140725166113320 140725166116814 0
/proc/9757/statm: 44775 37828 835 435 0 38138 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 179100 KiB
Current children cumulated memory: 151312 KiB

[startup+12.7003 s]
/proc/loadavg: 1.98 1.99 1.95 3/190 9758
/proc/meminfo: memFree=30901300/32770624 swapFree=67108860/67108860
[pid=9757] ppid=9754 vsize=179100 memory=151324 CPUtime=12.63 cores=1,3,5,7
/proc/9757/stat : 9757 (cosoco) R 9754 9757 8289 0 -1 4202496 41441 0 0 0 1257 6 0 0 20 0 1 0 104945337 183398400 37831 18446744073709551615 4194304 5972588 140725166109680 140725166106904 4962396 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 13635584 140725166113220 140725166113320 140725166113320 140725166116814 0
/proc/9757/statm: 44775 37831 835 435 0 38138 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 179100 KiB
Current children cumulated memory: 151324 KiB

[startup+25.5003 s]
/proc/loadavg: 1.98 1.99 1.95 3/190 9759
/proc/meminfo: memFree=30901660/32770624 swapFree=67108860/67108860
[pid=9757] ppid=9754 vsize=179496 memory=151696 CPUtime=25.43 cores=1,3,5,7
/proc/9757/stat : 9757 (cosoco) R 9754 9757 8289 0 -1 4202496 41635 0 0 0 2537 6 0 0 20 0 1 0 104945337 183803904 37924 18446744073709551615 4194304 5972588 140725166109680 140725166106712 5099674 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 13635584 140725166113220 140725166113320 140725166113320 140725166116814 0
/proc/9757/statm: 44874 37924 835 435 0 38237 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 179496 KiB
Current children cumulated memory: 151696 KiB

[startup+51.1091 s]
/proc/loadavg: 1.99 1.99 1.95 3/188 9759
/proc/meminfo: memFree=30903256/32770624 swapFree=67108860/67108860
[pid=9757] ppid=9754 vsize=180288 memory=152500 CPUtime=51.04 cores=1,3,5,7
/proc/9757/stat : 9757 (cosoco) R 9754 9757 8289 0 -1 4202496 41898 0 0 0 5098 6 0 0 20 0 1 0 104945337 184614912 38125 18446744073709551615 4194304 5972588 140725166109680 140725166106712 4909657 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 13635584 140725166113220 140725166113320 140725166113320 140725166116814 0
/proc/9757/statm: 45072 38125 835 435 0 38435 0
Current children cumulated CPU time: 51.04 s
Current children cumulated vsize: 180288 KiB
Current children cumulated memory: 152500 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/186 9761
/proc/meminfo: memFree=30903520/32770624 swapFree=67108860/67108860
[pid=9757] ppid=9754 vsize=181608 memory=154000 CPUtime=102.23 cores=1,3,5,7
/proc/9757/stat : 9757 (cosoco) R 9754 9757 8289 0 -1 4202496 42286 0 0 0 10217 6 0 0 20 0 1 0 104945337 185966592 38500 18446744073709551615 4194304 5972588 140725166109680 140725166106712 5053061 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 13635584 140725166113220 140725166113320 140725166113320 140725166116814 0
/proc/9757/statm: 45402 38500 835 435 0 38765 0
Current children cumulated CPU time: 102.23 s
Current children cumulated vsize: 181608 KiB
Current children cumulated memory: 154000 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/187 9764
/proc/meminfo: memFree=30901788/32770624 swapFree=67108860/67108860
[pid=9757] ppid=9754 vsize=183324 memory=155628 CPUtime=162.23 cores=1,3,5,7
/proc/9757/stat : 9757 (cosoco) R 9754 9757 8289 0 -1 4202496 42782 0 0 0 16217 6 0 0 20 0 1 0 104945337 187723776 38907 18446744073709551615 4194304 5972588 140725166109680 140725166106712 4909657 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 13635584 140725166113220 140725166113320 140725166113320 140725166116814 0
/proc/9757/statm: 45831 38907 835 435 0 39194 0
Current children cumulated CPU time: 162.23 s
Current children cumulated vsize: 183324 KiB
Current children cumulated memory: 155628 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/186 9766
/proc/meminfo: memFree=30900072/32770624 swapFree=67108860/67108860
[pid=9757] ppid=9754 vsize=185040 memory=157252 CPUtime=222.24 cores=1,3,5,7
/proc/9757/stat : 9757 (cosoco) R 9754 9757 8289 0 -1 4202496 43242 0 0 0 22218 6 0 0 20 0 1 0 104945337 189480960 39313 18446744073709551615 4194304 5972588 140725166109680 140725166106712 5099664 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 13635584 140725166113220 140725166113320 140725166113320 140725166116814 0
/proc/9757/statm: 46260 39313 835 435 0 39623 0
Current children cumulated CPU time: 222.24 s
Current children cumulated vsize: 185040 KiB
Current children cumulated memory: 157252 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/186 9769
/proc/meminfo: memFree=30898544/32770624 swapFree=67108860/67108860
[pid=9757] ppid=9754 vsize=186756 memory=159100 CPUtime=282.24 cores=1,3,5,7
/proc/9757/stat : 9757 (cosoco) R 9754 9757 8289 0 -1 4202496 43684 0 0 0 28218 6 0 0 20 0 1 0 104945337 191238144 39775 18446744073709551615 4194304 5972588 140725166109680 140725166106712 5099664 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 13635584 140725166113220 140725166113320 140725166113320 140725166116814 0
/proc/9757/statm: 46689 39775 835 435 0 40052 0
Current children cumulated CPU time: 282.24 s
Current children cumulated vsize: 186756 KiB
Current children cumulated memory: 159100 KiB

[startup+342.3 s]
/proc/loadavg: 2.04 2.00 1.96 3/186 9771
/proc/meminfo: memFree=30897068/32770624 swapFree=67108860/67108860
[pid=9757] ppid=9754 vsize=188340 memory=160732 CPUtime=342.25 cores=1,3,5,7
/proc/9757/stat : 9757 (cosoco) R 9754 9757 8289 0 -1 4202496 44140 0 0 0 34219 6 0 0 20 0 1 0 104945337 192860160 40183 18446744073709551615 4194304 5972588 140725166109680 140725166106712 5053069 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 13635584 140725166113220 140725166113320 140725166113320 140725166116814 0
/proc/9757/statm: 47085 40183 835 435 0 40448 0
Current children cumulated CPU time: 342.25 s
Current children cumulated vsize: 188340 KiB
Current children cumulated memory: 160732 KiB

[startup+402.3 s]
/proc/loadavg: 2.01 2.00 1.96 3/186 9773
/proc/meminfo: memFree=30895420/32770624 swapFree=67108860/67108860
[pid=9757] ppid=9754 vsize=190188 memory=162308 CPUtime=402.26 cores=1,3,5,7
/proc/9757/stat : 9757 (cosoco) R 9754 9757 8289 0 -1 4202496 44584 0 0 0 40219 7 0 0 20 0 1 0 104945337 194752512 40577 18446744073709551615 4194304 5972588 140725166109680 140725166106712 5099664 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 13635584 140725166113220 140725166113320 140725166113320 140725166116814 0
/proc/9757/statm: 47547 40577 835 435 0 40910 0
Current children cumulated CPU time: 402.26 s
Current children cumulated vsize: 190188 KiB
Current children cumulated memory: 162308 KiB

[startup+462.3 s]
/proc/loadavg: 2.01 2.00 1.96 3/185 9775
/proc/meminfo: memFree=30893520/32770624 swapFree=67108860/67108860
[pid=9757] ppid=9754 vsize=191772 memory=163932 CPUtime=462.26 cores=1,3,5,7
/proc/9757/stat : 9757 (cosoco) R 9754 9757 8289 0 -1 4202496 45043 0 0 0 46219 7 0 0 20 0 1 0 104945337 196374528 40983 18446744073709551615 4194304 5972588 140725166109680 140725166106712 4909657 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 13635584 140725166113220 140725166113320 140725166113320 140725166116814 0
/proc/9757/statm: 47943 40983 835 435 0 41306 0
Current children cumulated CPU time: 462.26 s
Current children cumulated vsize: 191772 KiB
Current children cumulated memory: 163932 KiB


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

/proc/9757/statm: 57216 50299 836 435 0 50579 0
Current children cumulated CPU time: 1782.38 s
Current children cumulated vsize: 228864 KiB
Current children cumulated memory: 201196 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/190 9958
/proc/meminfo: memFree=29628796/32770624 swapFree=67108860/67108860
[pid=9757] ppid=9754 vsize=230448 memory=202780 CPUtime=1842.38 cores=1,3,5,7
/proc/9757/stat : 9757 (cosoco) R 9754 9757 8289 0 -1 4202496 55502 0 0 0 184230 8 0 0 20 0 1 0 104945337 235978752 50695 18446744073709551615 4194304 5972588 140725166109680 140725166106712 5071456 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 13635584 140725166113220 140725166113320 140725166113320 140725166116814 0
/proc/9757/statm: 57612 50695 836 435 0 50975 0
Current children cumulated CPU time: 1842.38 s
Current children cumulated vsize: 230448 KiB
Current children cumulated memory: 202780 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 9960
/proc/meminfo: memFree=29630952/32770624 swapFree=67108860/67108860
[pid=9757] ppid=9754 vsize=232164 memory=204392 CPUtime=1902.39 cores=1,3,5,7
/proc/9757/stat : 9757 (cosoco) R 9754 9757 8289 0 -1 4202496 56004 0 0 0 190231 8 0 0 20 0 1 0 104945337 237735936 51098 18446744073709551615 4194304 5972588 140725166109680 140725166106712 4909657 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 13635584 140725166113220 140725166113320 140725166113320 140725166116814 0
/proc/9757/statm: 58041 51098 836 435 0 51404 0
Current children cumulated CPU time: 1902.39 s
Current children cumulated vsize: 232164 KiB
Current children cumulated memory: 204392 KiB

[startup+1962.3 s]
/proc/loadavg: 2.29 2.08 2.01 3/187 9962
/proc/meminfo: memFree=29629568/32770624 swapFree=67108860/67108860
[pid=9757] ppid=9754 vsize=233880 memory=206216 CPUtime=1962.39 cores=1,3,5,7
/proc/9757/stat : 9757 (cosoco) R 9754 9757 8289 0 -1 4202496 56415 0 0 0 196231 8 0 0 20 0 1 0 104945337 239493120 51554 18446744073709551615 4194304 5972588 140725166109680 140725166106712 5099668 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 13635584 140725166113220 140725166113320 140725166113320 140725166116814 0
/proc/9757/statm: 58470 51554 836 435 0 51833 0
Current children cumulated CPU time: 1962.39 s
Current children cumulated vsize: 233880 KiB
Current children cumulated memory: 206216 KiB

[startup+2022.3 s]
/proc/loadavg: 2.34 2.15 2.04 3/187 9965
/proc/meminfo: memFree=29627944/32770624 swapFree=67108860/67108860
[pid=9757] ppid=9754 vsize=235596 memory=207828 CPUtime=2022.4 cores=1,3,5,7
/proc/9757/stat : 9757 (cosoco) R 9754 9757 8289 0 -1 4202496 56918 0 0 0 202232 8 0 0 20 0 1 0 104945337 241250304 51957 18446744073709551615 4194304 5972588 140725166109680 140725166106712 5070704 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 13635584 140725166113220 140725166113320 140725166113320 140725166116814 0
/proc/9757/statm: 58899 51957 836 435 0 52262 0
Current children cumulated CPU time: 2022.4 s
Current children cumulated vsize: 235596 KiB
Current children cumulated memory: 207828 KiB

[startup+2082.3 s]
/proc/loadavg: 2.13 2.12 2.04 3/184 9967
/proc/meminfo: memFree=29627332/32770624 swapFree=67108860/67108860
[pid=9757] ppid=9754 vsize=237180 memory=209392 CPUtime=2082.41 cores=1,3,5,7
/proc/9757/stat : 9757 (cosoco) R 9754 9757 8289 0 -1 4202496 57326 0 0 0 208232 9 0 0 20 0 1 0 104945337 242872320 52348 18446744073709551615 4194304 5972588 140725166109680 140725166106712 5071499 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 13635584 140725166113220 140725166113320 140725166113320 140725166116814 0
/proc/9757/statm: 59295 52348 836 435 0 52658 0
Current children cumulated CPU time: 2082.41 s
Current children cumulated vsize: 237180 KiB
Current children cumulated memory: 209392 KiB

[startup+2142.3 s]
/proc/loadavg: 2.05 2.10 2.04 3/185 9970
/proc/meminfo: memFree=29623812/32770624 swapFree=67108860/67108860
[pid=9757] ppid=9754 vsize=238896 memory=211000 CPUtime=2142.42 cores=1,3,5,7
/proc/9757/stat : 9757 (cosoco) R 9754 9757 8289 0 -1 4202496 57788 0 0 0 214233 9 0 0 20 0 1 0 104945337 244629504 52750 18446744073709551615 4194304 5972588 140725166109680 140725166106712 5071499 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 13635584 140725166113220 140725166113320 140725166113320 140725166116814 0
/proc/9757/statm: 59724 52750 836 435 0 53087 0
Current children cumulated CPU time: 2142.42 s
Current children cumulated vsize: 238896 KiB
Current children cumulated memory: 211000 KiB

[startup+2202.3 s]
/proc/loadavg: 2.02 2.08 2.04 3/185 9972
/proc/meminfo: memFree=29622280/32770624 swapFree=67108860/67108860
[pid=9757] ppid=9754 vsize=240612 memory=212832 CPUtime=2202.42 cores=1,3,5,7
/proc/9757/stat : 9757 (cosoco) R 9754 9757 8289 0 -1 4202496 58235 0 0 0 220233 9 0 0 20 0 1 0 104945337 246386688 53208 18446744073709551615 4194304 5972588 140725166109680 140725166106712 4909657 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 13635584 140725166113220 140725166113320 140725166113320 140725166116814 0
/proc/9757/statm: 60153 53208 836 435 0 53516 0
Current children cumulated CPU time: 2202.42 s
Current children cumulated vsize: 240612 KiB
Current children cumulated memory: 212832 KiB

[startup+2262.3 s]
/proc/loadavg: 2.01 2.07 2.04 3/186 9975
/proc/meminfo: memFree=29620508/32770624 swapFree=67108860/67108860
[pid=9757] ppid=9754 vsize=242196 memory=214464 CPUtime=2262.43 cores=1,3,5,7
/proc/9757/stat : 9757 (cosoco) R 9754 9757 8289 0 -1 4202496 58694 0 0 0 226234 9 0 0 20 0 1 0 104945337 248008704 53616 18446744073709551615 4194304 5972588 140725166109680 140725166106712 4965560 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 13635584 140725166113220 140725166113320 140725166113320 140725166116814 0
/proc/9757/statm: 60549 53616 836 435 0 53912 0
Current children cumulated CPU time: 2262.43 s
Current children cumulated vsize: 242196 KiB
Current children cumulated memory: 214464 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.06 2.04 3/185 9977
/proc/meminfo: memFree=29618792/32770624 swapFree=67108860/67108860
[pid=9757] ppid=9754 vsize=244044 memory=216392 CPUtime=2322.43 cores=1,3,5,7
/proc/9757/stat : 9757 (cosoco) R 9754 9757 8289 0 -1 4202496 59182 0 0 0 232234 9 0 0 20 0 1 0 104945337 249901056 54098 18446744073709551615 4194304 5972588 140725166109680 140725166106712 5071456 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 13635584 140725166113220 140725166113320 140725166113320 140725166116814 0
/proc/9757/statm: 61011 54098 836 435 0 54374 0
Current children cumulated CPU time: 2322.43 s
Current children cumulated vsize: 244044 KiB
Current children cumulated memory: 216392 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.04 2.04 3/189 9994
/proc/meminfo: memFree=29612552/32770624 swapFree=67108860/67108860
[pid=9757] ppid=9754 vsize=245628 memory=218004 CPUtime=2382.43 cores=1,3,5,7
/proc/9757/stat : 9757 (cosoco) R 9754 9757 8289 0 -1 4202496 59646 0 0 0 238234 9 0 0 20 0 1 0 104945337 251523072 54501 18446744073709551615 4194304 5972588 140725166109680 140725166106712 5071488 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 13635584 140725166113220 140725166113320 140725166113320 140725166116814 0
/proc/9757/statm: 61407 54501 836 435 0 54770 0
Current children cumulated CPU time: 2382.43 s
Current children cumulated vsize: 245628 KiB
Current children cumulated memory: 218004 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.04 2.04 3/190 9997
/proc/meminfo: memFree=29610588/32770624 swapFree=67108860/67108860
[pid=9757] ppid=9754 vsize=247344 memory=219564 CPUtime=2442.44 cores=1,3,5,7
/proc/9757/stat : 9757 (cosoco) R 9754 9757 8289 0 -1 4202496 60095 0 0 0 244235 9 0 0 20 0 1 0 104945337 253280256 54891 18446744073709551615 4194304 5972588 140725166109680 140725166106712 4965560 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 13635584 140725166113220 140725166113320 140725166113320 140725166116814 0
/proc/9757/statm: 61836 54891 836 435 0 55199 0
Current children cumulated CPU time: 2442.44 s
Current children cumulated vsize: 247344 KiB
Current children cumulated memory: 219564 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.03 2.04 3/187 9999
/proc/meminfo: memFree=29612772/32770624 swapFree=67108860/67108860
[pid=9757] ppid=9754 vsize=249060 memory=221172 CPUtime=2502.44 cores=1,3,5,7
/proc/9757/stat : 9757 (cosoco) R 9754 9757 8289 0 -1 4202496 60559 0 0 0 250235 9 0 0 20 0 1 0 104945337 255037440 55293 18446744073709551615 4194304 5972588 140725166109680 140725166106712 5053069 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 13635584 140725166113220 140725166113320 140725166113320 140725166116814 0
/proc/9757/statm: 62265 55293 836 435 0 55628 0
Current children cumulated CPU time: 2502.44 s
Current children cumulated vsize: 249060 KiB
Current children cumulated memory: 221172 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.9 s]
/proc/loadavg: 2.00 2.03 2.04 3/186 9999
/proc/meminfo: memFree=29612416/32770624 swapFree=67108860/67108860
[pid=9757] ppid=9754 vsize=249588 memory=221952 CPUtime=2520.04 cores=1,3,5,7
/proc/9757/stat : 9757 (cosoco) R 9754 9757 8289 0 -1 4202496 60700 0 0 0 251995 9 0 0 20 0 1 0 104945337 255578112 55488 18446744073709551615 4194304 5972588 140725166109680 140725166106712 5053056 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 13635584 140725166113220 140725166113320 140725166113320 140725166116814 0
/proc/9757/statm: 62397 55488 836 435 0 55760 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 249588 KiB
Current children cumulated memory: 221952 KiB

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

[startup+2519.9 s]
# the end of solver process 9757 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.96 s, system=0.100008 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.03 2.04 3/186 9999
/proc/meminfo: memFree=29612416/32770624 swapFree=67108860/67108860
[pid=9757] ppid=9754 vsize=249588 memory=221952 CPUtime=2520.04 cores=1,3,5,7
/proc/9757/stat : 9757 (cosoco) R 9754 9757 8289 0 -1 4202496 60700 0 0 0 251995 9 0 0 20 0 1 0 104945337 255578112 55488 18446744073709551615 4194304 5972588 140725166109680 140725166106712 5053056 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 13635584 140725166113220 140725166113320 140725166113320 140725166116814 0
/proc/9757/statm: 62397 55488 836 435 0 55760 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 249588 KiB
Current children cumulated memory: 221952 KiB

Child status: 1
Real time (s): 2519.9
CPU time (s): 2520.06
CPU user time (s): 2519.96
CPU system time (s): 0.100008
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 249588
Max. memory (cumulated for all children) (KiB): 221952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.96
system time used= 0.100008
maximum resident set size= 222048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60746
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= 10
involuntary context switches= 3149


# summary of solver processes directly reported to runsolver:
#   pid: 9757
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2519.96
#   total CPU system time (s): 0.100008

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.17178 second user time and 15.6606 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-12 22:40:54
IDJOB=4265987
IDBENCH=124079
IDSOLVER=2655
FILE ID=node133/4265987-1502571301
RUNJOBID= node133-1502565190-8354
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/Bibd/Bibd-sum-open/Bibd-sum-55-099-27-15-07.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265987-1502571301/watcher-4265987-1502571301 -o /tmp/evaluation-result-4265987-1502571301/solver-4265987-1502571301 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502565190-8354 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4265987-1502571301.xml

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

MD5SUM BENCH= 7191cf568ef3dfffabd726f015901700
RANDOM SEED=1737884889

node133.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.17
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.17
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.17
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.17
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:        31048756 kB
MemAvailable:   31954048 kB
Buffers:          308320 kB
Cached:           897600 kB
SwapCached:            0 kB
Active:           778052 kB
Inactive:         505352 kB
Active(anon):      77372 kB
Inactive(anon):    41304 kB
Active(file):     700680 kB
Inactive(file):   464048 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2344 kB
Writeback:             0 kB
AnonPages:         76976 kB
Mapped:            57500 kB
Shmem:             41660 kB
Slab:             140104 kB
SReclaimable:     112796 kB
SUnreclaim:        27308 kB
KernelStack:        3408 kB
PageTables:         5896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     358220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node133 at 2017-08-12 23:22:54