Trace number 4265759

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-sat 1.12? (TO) 2519.8601 2520.01

General information on the benchmark

NameOpd/Opd-sum-large/
Opd-12-350-100.xml
MD5SUM498e8e69e2f573dee371e4fc9819ce0a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark38
Best CPU time to get the best result obtained on this benchmark2400.1
Satisfiable
(Un)Satisfiability was proved
Number of variables4201
Number of constraints79
Number of domains2
Minimum domain size2
Maximum domain size328
Distribution of domain sizes[{"size":2,"count":4200},{"size":328,"count":1}]
Minimum variable degree13
Maximum variable degree67
Distribution of variable degrees[{"degree":13,"count":4200},{"degree":67,"count":1}]
Minimum constraint arity350
Maximum constraint arity4200
Distribution of constraint arities[{"arity":350,"count":12},{"arity":701,"count":66},{"arity":4200,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":78}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

0.40/0.47	c SAT : Variables: 8728 -- Clauses: 62029
0.40/0.47	c best=?? lower=0 upper=327 
2519.86/2520.01	c
2519.86/2520.01	c This is cosoco 1.12 --  
2519.86/2520.01	c
2519.86/2520.01	c command line: cosoco -lc -model -restarts -sat HOME/instance-4265759-1502568152.xml 
2519.86/2520.01	c enable optimization
2519.86/2520.01	c ========================================[ Problem Statistics ]===========================================
2519.86/2520.01	c |                                                                                                       
2519.86/2520.01	c |  Parse time        :         0.46 s 
2519.86/2520.01	c |
2519.86/2520.01	c |               Variables: 4201
2519.86/2520.01	c |            Domain Sizes: 2..328
2519.86/2520.01	c |
2519.86/2520.01	c |             Constraints: 439
2519.86/2520.01	c |                   Arity: 1..701  -- Unary: 1
2519.86/2520.01	c | 
2519.86/2520.01	c |                   Types: 
2519.86/2520.01	c |                          Intension: 67
2519.86/2520.01	c |                          Lex: 360
2519.86/2520.01	c |                          Sum: 12
2519.86/2520.01	c |                          
2519.86/2520.01	c =========================================================================================================
2519.86/2520.01	
2519.86/2520.01	c *** INTERRUPTED ***
2519.86/2520.01	c restarts              : 0           
2519.86/2520.01	c conflicts             : 1            (0 /sec)
2519.86/2520.01	c decisions             : 3751         (1 /sec)
2519.86/2520.01	c propagations          : 12755       (5 /sec)
2519.86/2520.01	c root propagations     : 23          
2519.86/2520.01	c filter calls          : 93815          (37 /sec)
2519.86/2520.01	c useless filter calls  : 90607          (96 %)
2519.86/2520.01	c
2519.86/2520.01	c clauses               : 62029
2519.86/2520.01	c SAT propagations      : 0
2519.86/2520.01	c SAT conflicts         : 0 (0 learnts)
2519.86/2520.01	c Memory used           : 401.89 MB
2519.86/2520.01	c CPU time              : 2519.66 s
2519.86/2520.01	
2519.86/2520.01	c No Bound found!
2519.86/2520.01	
2519.86/2520.01	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 (13113 MiB free)
  memory of node 1: 16384 MiB (13400 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265759-1502568152/watcher-4265759-1502568152 -o /tmp/evaluation-result-4265759-1502568152/solver-4265759-1502568152 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1502567255-24898 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4265759-1502568152.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=25238, runsolver pid=25235

[startup+0.100154 s]*
/proc/loadavg: 0.95 0.26 0.12 3/189 25239
/proc/meminfo: memFree=27144520/32770624 swapFree=67108860/67108860
[pid=25238] ppid=25235 vsize=32512 memory=9024 CPUtime=0.1 cores=0,2,4,6
/proc/25238/stat : 25238 (cosoco) R 25235 25238 24815 0 -1 4202496 2448 0 0 0 10 0 0 0 20 0 1 0 89902910 33292288 2256 33554432000 4194304 5972588 140731711934224 140731711930872 140588723636252 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 24526848 140731711935674 140731711935774 140731711935774 140731711938510 0
/proc/25238/statm: 8128 2256 805 435 0 1491 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 32512 KiB
Current children cumulated memory: 9024 KiB

[startup+0.210022 s]*
/proc/loadavg: 0.95 0.26 0.12 3/189 25239
/proc/meminfo: memFree=27141172/32770624 swapFree=67108860/67108860
[pid=25238] ppid=25235 vsize=35956 memory=12468 CPUtime=0.21 cores=0,2,4,6
/proc/25238/stat : 25238 (cosoco) R 25235 25238 24815 0 -1 4202496 3279 0 0 0 21 0 0 0 20 0 1 0 89902910 36818944 3117 33554432000 4194304 5972588 140731711934224 140731711930872 140588723262444 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 24526848 140731711935674 140731711935774 140731711935774 140731711938510 0
/proc/25238/statm: 8989 3117 805 435 0 2352 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 35956 KiB
Current children cumulated memory: 12468 KiB

[startup+0.309711 s]*
/proc/loadavg: 0.95 0.26 0.12 3/189 25239
/proc/meminfo: memFree=27137948/32770624 swapFree=67108860/67108860
[pid=25238] ppid=25235 vsize=38932 memory=15316 CPUtime=0.31 cores=0,2,4,6
/proc/25238/stat : 25238 (cosoco) R 25235 25238 24815 0 -1 4202496 4051 0 0 0 31 0 0 0 20 0 1 0 89902910 39866368 3829 33554432000 4194304 5972588 140731711934224 140731711930872 140588722801637 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 24526848 140731711935674 140731711935774 140731711935774 140731711938510 0
/proc/25238/statm: 9733 3829 805 435 0 3096 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 38932 KiB
Current children cumulated memory: 15316 KiB

[startup+0.700349 s]
/proc/loadavg: 0.95 0.26 0.12 3/189 25239
/proc/meminfo: memFree=27120092/32770624 swapFree=67108860/67108860
[pid=25238] ppid=25235 vsize=60924 memory=33812 CPUtime=0.69 cores=0,2,4,6
/proc/25238/stat : 25238 (cosoco) R 25235 25238 24815 0 -1 4202496 8641 0 0 0 68 1 0 0 20 0 1 0 89902910 62386176 8453 33554432000 4194304 5972588 140731711934224 140731711930872 4962387 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 24526848 140731711935674 140731711935774 140731711935774 140731711938510 0
/proc/25238/statm: 15231 8453 851 435 0 8594 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 60924 KiB
Current children cumulated memory: 33812 KiB

[startup+1.50036 s]
/proc/loadavg: 1.03 0.29 0.13 3/189 25239
/proc/meminfo: memFree=27118668/32770624 swapFree=67108860/67108860
[pid=25238] ppid=25235 vsize=65412 memory=38300 CPUtime=1.49 cores=0,2,4,6
/proc/25238/stat : 25238 (cosoco) R 25235 25238 24815 0 -1 4202496 9758 0 0 0 148 1 0 0 20 0 1 0 89902910 66981888 9575 33554432000 4194304 5972588 140731711934224 140731711930872 4965753 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 24526848 140731711935674 140731711935774 140731711935774 140731711938510 0
/proc/25238/statm: 16353 9575 851 435 0 9716 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 65412 KiB
Current children cumulated memory: 38300 KiB

[startup+3.10963 s]
/proc/loadavg: 1.03 0.29 0.13 3/189 25239
/proc/meminfo: memFree=27108500/32770624 swapFree=67108860/67108860
[pid=25238] ppid=25235 vsize=72408 memory=45164 CPUtime=3.09 cores=0,2,4,6
/proc/25238/stat : 25238 (cosoco) R 25235 25238 24815 0 -1 4202496 12242 0 0 0 308 1 0 0 20 0 1 0 89902910 74145792 11291 33554432000 4194304 5972588 140731711934224 140731711931080 4965753 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 24526848 140731711935674 140731711935774 140731711935774 140731711938510 0
/proc/25238/statm: 18102 11291 851 435 0 11465 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 72408 KiB
Current children cumulated memory: 45164 KiB

[startup+6.30033 s]
/proc/loadavg: 1.11 0.32 0.14 3/189 25239
/proc/meminfo: memFree=27091944/32770624 swapFree=67108860/67108860
[pid=25238] ppid=25235 vsize=90228 memory=63132 CPUtime=6.29 cores=0,2,4,6
/proc/25238/stat : 25238 (cosoco) R 25235 25238 24815 0 -1 4202496 17681 0 0 0 627 2 0 0 20 0 1 0 89902910 92393472 15783 33554432000 4194304 5972588 140731711934224 140731711931080 4962387 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 24526848 140731711935674 140731711935774 140731711935774 140731711938510 0
/proc/25238/statm: 22557 15783 851 435 0 15920 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 90228 KiB
Current children cumulated memory: 63132 KiB

[startup+12.7003 s]
/proc/loadavg: 1.18 0.34 0.15 3/189 25239
/proc/meminfo: memFree=27061316/32770624 swapFree=67108860/67108860
[pid=25238] ppid=25235 vsize=124020 memory=96924 CPUtime=12.69 cores=0,2,4,6
/proc/25238/stat : 25238 (cosoco) R 25235 25238 24815 0 -1 4202496 27578 0 0 0 1266 3 0 0 20 0 1 0 89902910 126996480 24231 33554432000 4194304 5972588 140731711934224 140731711931080 140588722801637 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 24526848 140731711935674 140731711935774 140731711935774 140731711938510 0
/proc/25238/statm: 31005 24231 852 435 0 24368 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 124020 KiB
Current children cumulated memory: 96924 KiB

[startup+25.5003 s]
/proc/loadavg: 1.31 0.40 0.17 3/183 25293
/proc/meminfo: memFree=26998048/32770624 swapFree=67108860/67108860
[pid=25238] ppid=25235 vsize=193452 memory=166336 CPUtime=25.49 cores=0,2,4,6
/proc/25238/stat : 25238 (cosoco) R 25235 25238 24815 0 -1 4202496 48312 0 0 0 2544 5 0 0 20 0 1 0 89902910 198094848 41584 33554432000 4194304 5972588 140731711934224 140731711931080 4962376 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 24526848 140731711935674 140731711935774 140731711935774 140731711938510 0
/proc/25238/statm: 48363 41584 852 435 0 41726 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 193452 KiB
Current children cumulated memory: 166336 KiB

[startup+51.1097 s]
/proc/loadavg: 1.58 0.55 0.23 3/189 25303
/proc/meminfo: memFree=26850776/32770624 swapFree=67108860/67108860
[pid=25238] ppid=25235 vsize=328488 memory=301468 CPUtime=51.1 cores=0,2,4,6
/proc/25238/stat : 25238 (cosoco) R 25235 25238 24815 0 -1 4202496 85642 0 0 0 5099 11 0 0 20 0 1 0 89902910 336371712 75367 33554432000 4194304 5972588 140731711934224 140731711931080 140588722801637 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 24526848 140731711935674 140731711935774 140731711935774 140731711938510 0
/proc/25238/statm: 82122 75367 852 435 0 75485 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 328488 KiB
Current children cumulated memory: 301468 KiB

[startup+102.3 s]
/proc/loadavg: 1.82 0.77 0.32 3/189 25304
/proc/meminfo: memFree=26806184/32770624 swapFree=67108860/67108860
[pid=25238] ppid=25235 vsize=372048 memory=344968 CPUtime=102.28 cores=0,2,4,6
/proc/25238/stat : 25238 (cosoco) R 25235 25238 24815 0 -1 4202496 161557 0 0 0 10212 16 0 0 20 0 1 0 89902910 380977152 86242 33554432000 4194304 5972588 140731711934224 140731711931144 5099674 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 24526848 140731711935674 140731711935774 140731711935774 140731711938510 0
/proc/25238/statm: 93012 86242 855 435 0 86375 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 372048 KiB
Current children cumulated memory: 344968 KiB

[startup+162.3 s]
/proc/loadavg: 1.93 1.00 0.43 3/189 25312
/proc/meminfo: memFree=26805084/32770624 swapFree=67108860/67108860
[pid=25238] ppid=25235 vsize=372180 memory=345228 CPUtime=162.28 cores=0,2,4,6
/proc/25238/stat : 25238 (cosoco) R 25235 25238 24815 0 -1 4202496 164196 0 0 0 16212 16 0 0 20 0 1 0 89902910 381112320 86307 33554432000 4194304 5972588 140731711934224 140731711931000 4965428 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 24526848 140731711935674 140731711935774 140731711935774 140731711938510 0
/proc/25238/statm: 93045 86307 855 435 0 86408 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 372180 KiB
Current children cumulated memory: 345228 KiB

[startup+222.3 s]
/proc/loadavg: 1.97 1.18 0.53 3/189 25313
/proc/meminfo: memFree=26804840/32770624 swapFree=67108860/67108860
[pid=25238] ppid=25235 vsize=372576 memory=345380 CPUtime=222.27 cores=0,2,4,6
/proc/25238/stat : 25238 (cosoco) R 25235 25238 24815 0 -1 4202496 164373 0 0 0 22211 16 0 0 20 0 1 0 89902910 381517824 86345 33554432000 4194304 5972588 140731711934224 140731711931144 5071501 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 24526848 140731711935674 140731711935774 140731711935774 140731711938510 0
/proc/25238/statm: 93144 86345 855 435 0 86507 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 372576 KiB
Current children cumulated memory: 345380 KiB

[startup+282.3 s]
/proc/loadavg: 1.99 1.33 0.62 3/187 25314
/proc/meminfo: memFree=26804360/32770624 swapFree=67108860/67108860
[pid=25238] ppid=25235 vsize=372972 memory=345992 CPUtime=282.27 cores=0,2,4,6
/proc/25238/stat : 25238 (cosoco) R 25235 25238 24815 0 -1 4202496 164750 0 0 0 28211 16 0 0 20 0 1 0 89902910 381923328 86498 33554432000 4194304 5972588 140731711934224 140731711931000 4965753 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 24526848 140731711935674 140731711935774 140731711935774 140731711938510 0
/proc/25238/statm: 93243 86498 855 435 0 86606 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 372972 KiB
Current children cumulated memory: 345992 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.45 0.70 3/187 25315
/proc/meminfo: memFree=26804180/32770624 swapFree=67108860/67108860
[pid=25238] ppid=25235 vsize=373504 memory=346316 CPUtime=342.26 cores=0,2,4,6
/proc/25238/stat : 25238 (cosoco) R 25235 25238 24815 0 -1 4202496 165086 0 0 0 34210 16 0 0 20 0 1 0 89902910 382468096 86579 33554432000 4194304 5972588 140731711934224 140731711931064 4965428 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 24526848 140731711935674 140731711935774 140731711935774 140731711938510 0
/proc/25238/statm: 93376 86579 855 435 0 86739 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 373504 KiB
Current children cumulated memory: 346316 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.55 0.79 3/187 25316
/proc/meminfo: memFree=26802988/32770624 swapFree=67108860/67108860
[pid=25238] ppid=25235 vsize=374560 memory=347448 CPUtime=402.26 cores=0,2,4,6
/proc/25238/stat : 25238 (cosoco) R 25235 25238 24815 0 -1 4202496 165462 0 0 0 40210 16 0 0 20 0 1 0 89902910 383549440 86862 33554432000 4194304 5972588 140731711934224 140731711930984 5071456 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 24526848 140731711935674 140731711935774 140731711935774 140731711938510 0
/proc/25238/statm: 93640 86862 855 435 0 87003 0
Current children cumulated CPU time: 402.26 s
Current children cumulated vsize: 374560 KiB
Current children cumulated memory: 347448 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.63 0.86 3/187 25318
/proc/meminfo: memFree=26802696/32770624 swapFree=67108860/67108860
[pid=25238] ppid=25235 vsize=375356 memory=348300 CPUtime=462.25 cores=0,2,4,6
/proc/25238/stat : 25238 (cosoco) R 25235 25238 24815 0 -1 4202496 165851 0 0 0 46209 16 0 0 20 0 1 0 89902910 384364544 87075 33554432000 4194304 5972588 140731711934224 140731711931144 5099668 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 24526848 140731711935674 140731711935774 140731711935774 140731711938510 0
/proc/25238/statm: 93839 87075 855 435 0 87202 0
Current children cumulated CPU time: 462.25 s
Current children cumulated vsize: 375356 KiB
Current children cumulated memory: 348300 KiB


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

/proc/25238/statm: 102883 96124 855 435 0 96246 0
Current children cumulated CPU time: 1722.17 s
Current children cumulated vsize: 411532 KiB
Current children cumulated memory: 384496 KiB

[startup+1782.3 s]
/proc/loadavg: 2.40 2.17 1.80 3/187 25381
/proc/meminfo: memFree=26764920/32770624 swapFree=67108860/67108860
[pid=25238] ppid=25235 vsize=411532 memory=384496 CPUtime=1782.17 cores=0,2,4,6
/proc/25238/stat : 25238 (cosoco) R 25235 25238 24815 0 -1 4202496 176721 0 0 0 178198 19 0 0 20 0 1 0 89902910 421408768 96124 33554432000 4194304 5972588 140731711934224 140731711931000 4909657 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 24526848 140731711935674 140731711935774 140731711935774 140731711938510 0
/proc/25238/statm: 102883 96124 855 435 0 96246 0
Current children cumulated CPU time: 1782.17 s
Current children cumulated vsize: 411532 KiB
Current children cumulated memory: 384496 KiB

[startup+1842.3 s]
/proc/loadavg: 2.39 2.23 1.84 3/187 25382
/proc/meminfo: memFree=26765188/32770624 swapFree=67108860/67108860
[pid=25238] ppid=25235 vsize=411532 memory=384496 CPUtime=1842.16 cores=0,2,4,6
/proc/25238/stat : 25238 (cosoco) R 25235 25238 24815 0 -1 4202496 176821 0 0 0 184197 19 0 0 20 0 1 0 89902910 421408768 96124 33554432000 4194304 5972588 140731711934224 140731711931000 4965753 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 24526848 140731711935674 140731711935774 140731711935774 140731711938510 0
/proc/25238/statm: 102883 96124 855 435 0 96246 0
Current children cumulated CPU time: 1842.16 s
Current children cumulated vsize: 411532 KiB
Current children cumulated memory: 384496 KiB

[startup+1902.3 s]
/proc/loadavg: 2.14 2.19 1.85 3/187 25383
/proc/meminfo: memFree=26765684/32770624 swapFree=67108860/67108860
[pid=25238] ppid=25235 vsize=411532 memory=384496 CPUtime=1902.16 cores=0,2,4,6
/proc/25238/stat : 25238 (cosoco) R 25235 25238 24815 0 -1 4202496 176901 0 0 0 190197 19 0 0 20 0 1 0 89902910 421408768 96124 33554432000 4194304 5972588 140731711934224 140731711931000 4965428 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 24526848 140731711935674 140731711935774 140731711935774 140731711938510 0
/proc/25238/statm: 102883 96124 855 435 0 96246 0
Current children cumulated CPU time: 1902.16 s
Current children cumulated vsize: 411532 KiB
Current children cumulated memory: 384496 KiB

[startup+1962.3 s]
/proc/loadavg: 2.05 2.15 1.86 3/188 25392
/proc/meminfo: memFree=26764216/32770624 swapFree=67108860/67108860
[pid=25238] ppid=25235 vsize=411532 memory=384496 CPUtime=1962.17 cores=0,2,4,6
/proc/25238/stat : 25238 (cosoco) R 25235 25238 24815 0 -1 4202496 176989 0 0 0 196197 20 0 0 20 0 1 0 89902910 421408768 96124 33554432000 4194304 5972588 140731711934224 140731711931000 4962376 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 24526848 140731711935674 140731711935774 140731711935774 140731711938510 0
/proc/25238/statm: 102883 96124 855 435 0 96246 0
Current children cumulated CPU time: 1962.17 s
Current children cumulated vsize: 411532 KiB
Current children cumulated memory: 384496 KiB

[startup+2022.3 s]
/proc/loadavg: 2.02 2.12 1.87 3/188 25393
/proc/meminfo: memFree=26764344/32770624 swapFree=67108860/67108860
[pid=25238] ppid=25235 vsize=411532 memory=384496 CPUtime=2022.17 cores=0,2,4,6
/proc/25238/stat : 25238 (cosoco) R 25235 25238 24815 0 -1 4202496 177055 0 0 0 202197 20 0 0 20 0 1 0 89902910 421408768 96124 33554432000 4194304 5972588 140731711934224 140731711931000 5070711 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 24526848 140731711935674 140731711935774 140731711935774 140731711938510 0
/proc/25238/statm: 102883 96124 855 435 0 96246 0
Current children cumulated CPU time: 2022.17 s
Current children cumulated vsize: 411532 KiB
Current children cumulated memory: 384496 KiB

[startup+2082.3 s]
/proc/loadavg: 2.01 2.10 1.87 3/188 25394
/proc/meminfo: memFree=26764196/32770624 swapFree=67108860/67108860
[pid=25238] ppid=25235 vsize=411532 memory=384496 CPUtime=2082.16 cores=0,2,4,6
/proc/25238/stat : 25238 (cosoco) R 25235 25238 24815 0 -1 4202496 177139 0 0 0 208196 20 0 0 20 0 1 0 89902910 421408768 96124 33554432000 4194304 5972588 140731711934224 140731711931000 5099674 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 24526848 140731711935674 140731711935774 140731711935774 140731711938510 0
/proc/25238/statm: 102883 96124 855 435 0 96246 0
Current children cumulated CPU time: 2082.16 s
Current children cumulated vsize: 411532 KiB
Current children cumulated memory: 384496 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.08 1.88 3/188 25395
/proc/meminfo: memFree=26764312/32770624 swapFree=67108860/67108860
[pid=25238] ppid=25235 vsize=411532 memory=384496 CPUtime=2142.16 cores=0,2,4,6
/proc/25238/stat : 25238 (cosoco) R 25235 25238 24815 0 -1 4202496 177223 0 0 0 214196 20 0 0 20 0 1 0 89902910 421408768 96124 33554432000 4194304 5972588 140731711934224 140731711931000 5070711 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 24526848 140731711935674 140731711935774 140731711935774 140731711938510 0
/proc/25238/statm: 102883 96124 855 435 0 96246 0
Current children cumulated CPU time: 2142.16 s
Current children cumulated vsize: 411532 KiB
Current children cumulated memory: 384496 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.07 1.89 3/188 25396
/proc/meminfo: memFree=26764312/32770624 swapFree=67108860/67108860
[pid=25238] ppid=25235 vsize=411532 memory=384496 CPUtime=2202.16 cores=0,2,4,6
/proc/25238/stat : 25238 (cosoco) R 25235 25238 24815 0 -1 4202496 177307 0 0 0 220196 20 0 0 20 0 1 0 89902910 421408768 96124 33554432000 4194304 5972588 140731711934224 140731711931000 5070711 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 24526848 140731711935674 140731711935774 140731711935774 140731711938510 0
/proc/25238/statm: 102883 96124 855 435 0 96246 0
Current children cumulated CPU time: 2202.16 s
Current children cumulated vsize: 411532 KiB
Current children cumulated memory: 384496 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.06 1.89 3/187 25398
/proc/meminfo: memFree=26764824/32770624 swapFree=67108860/67108860
[pid=25238] ppid=25235 vsize=411532 memory=384496 CPUtime=2262.16 cores=0,2,4,6
/proc/25238/stat : 25238 (cosoco) R 25235 25238 24815 0 -1 4202496 177391 0 0 0 226196 20 0 0 20 0 1 0 89902910 421408768 96124 33554432000 4194304 5972588 140731711934224 140731711931000 4965753 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 24526848 140731711935674 140731711935774 140731711935774 140731711938510 0
/proc/25238/statm: 102883 96124 855 435 0 96246 0
Current children cumulated CPU time: 2262.16 s
Current children cumulated vsize: 411532 KiB
Current children cumulated memory: 384496 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.04 1.90 3/187 25399
/proc/meminfo: memFree=26764436/32770624 swapFree=67108860/67108860
[pid=25238] ppid=25235 vsize=411532 memory=384496 CPUtime=2322.15 cores=0,2,4,6
/proc/25238/stat : 25238 (cosoco) R 25235 25238 24815 0 -1 4202496 177493 0 0 0 232195 20 0 0 20 0 1 0 89902910 421408768 96124 33554432000 4194304 5972588 140731711934224 140731711931000 4962387 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 24526848 140731711935674 140731711935774 140731711935774 140731711938510 0
/proc/25238/statm: 102883 96124 855 435 0 96246 0
Current children cumulated CPU time: 2322.15 s
Current children cumulated vsize: 411532 KiB
Current children cumulated memory: 384496 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.04 1.90 3/187 25400
/proc/meminfo: memFree=26764684/32770624 swapFree=67108860/67108860
[pid=25238] ppid=25235 vsize=411532 memory=384496 CPUtime=2382.15 cores=0,2,4,6
/proc/25238/stat : 25238 (cosoco) R 25235 25238 24815 0 -1 4202496 177574 0 0 0 238195 20 0 0 20 0 1 0 89902910 421408768 96124 33554432000 4194304 5972588 140731711934224 140731711931000 4909657 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 24526848 140731711935674 140731711935774 140731711935774 140731711938510 0
/proc/25238/statm: 102883 96124 855 435 0 96246 0
Current children cumulated CPU time: 2382.15 s
Current children cumulated vsize: 411532 KiB
Current children cumulated memory: 384496 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.03 1.91 3/187 25402
/proc/meminfo: memFree=26764800/32770624 swapFree=67108860/67108860
[pid=25238] ppid=25235 vsize=411532 memory=384496 CPUtime=2442.15 cores=0,2,4,6
/proc/25238/stat : 25238 (cosoco) R 25235 25238 24815 0 -1 4202496 177658 0 0 0 244195 20 0 0 20 0 1 0 89902910 421408768 96124 33554432000 4194304 5972588 140731711934224 140731711931000 4962376 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 24526848 140731711935674 140731711935774 140731711935774 140731711938510 0
/proc/25238/statm: 102883 96124 855 435 0 96246 0
Current children cumulated CPU time: 2442.15 s
Current children cumulated vsize: 411532 KiB
Current children cumulated memory: 384496 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.03 1.92 3/187 25403
/proc/meminfo: memFree=26764436/32770624 swapFree=67108860/67108860
[pid=25238] ppid=25235 vsize=411532 memory=384496 CPUtime=2502.15 cores=0,2,4,6
/proc/25238/stat : 25238 (cosoco) R 25235 25238 24815 0 -1 4202496 177727 0 0 0 250195 20 0 0 20 0 1 0 89902910 421408768 96124 33554432000 4194304 5972588 140731711934224 140731711931000 4962376 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 24526848 140731711935674 140731711935774 140731711935774 140731711938510 0
/proc/25238/statm: 102883 96124 855 435 0 96246 0
Current children cumulated CPU time: 2502.15 s
Current children cumulated vsize: 411532 KiB
Current children cumulated memory: 384496 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.03 1.92 3/188 25410
/proc/meminfo: memFree=26763792/32770624 swapFree=67108860/67108860
[pid=25238] ppid=25235 vsize=411532 memory=384496 CPUtime=2519.86 cores=0,2,4,6
/proc/25238/stat : 25238 (cosoco) R 25235 25238 24815 0 -1 4202496 177742 0 0 0 251966 20 0 0 20 0 1 0 89902910 421408768 96124 33554432000 4194304 5972588 140731711934224 140731711931000 5099674 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 24526848 140731711935674 140731711935774 140731711935774 140731711938510 0
/proc/25238/statm: 102883 96124 855 435 0 96246 0
Current children cumulated CPU time: 2519.86 s
Current children cumulated vsize: 411532 KiB
Current children cumulated memory: 384496 KiB

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

[startup+2520.01 s]
# the end of solver process 25238 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.66 s, system=0.201988 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.86
CPU user time (s): 2519.66
CPU system time (s): 0.201988
CPU usage (%): 99.9942
Max. virtual memory (cumulated for all children) (KiB): 411532
Max. memory (cumulated for all children) (KiB): 384496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.66
system time used= 0.201988
maximum resident set size= 384568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177792
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= 16
involuntary context switches= 1805


# summary of solver processes directly reported to runsolver:
#   pid: 25238
#   total CPU time (s): 2519.86
#   total CPU user time (s): 2519.66
#   total CPU system time (s): 0.201988

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1188 second user time and 17.446 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-12 21:48:14
IDJOB=4265759
IDBENCH=122943
IDSOLVER=2655
FILE ID=node113/4265759-1502568152
RUNJOBID= node113-1502567255-24898
PBS_JOBID= 20628282
Free space on /tmp= 61808 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/Opd/Opd-sum-large/Opd-12-350-100.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265759-1502568152/watcher-4265759-1502568152 -o /tmp/evaluation-result-4265759-1502568152/solver-4265759-1502568152 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1502567255-24898 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4265759-1502568152.xml

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

MD5SUM BENCH= 498e8e69e2f573dee371e4fc9819ce0a
RANDOM SEED=1024866560

node113.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.89
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.89
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.89
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.89
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:        27151004 kB
MemAvailable:   31990376 kB
Buffers:          121232 kB
Cached:          5010796 kB
SwapCached:            0 kB
Active:           464012 kB
Inactive:        4727848 kB
Active(anon):      62376 kB
Inactive(anon):    24988 kB
Active(file):     401636 kB
Inactive(file):  4702860 kB
Unevictable:        6572 kB
Mlocked:            6572 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2600 kB
Writeback:             0 kB
AnonPages:         57312 kB
Mapped:            43636 kB
Shmem:             25224 kB
Slab:             126864 kB
SReclaimable:     101420 kB
SUnreclaim:        25444 kB
KernelStack:        3296 kB
PageTables:         4804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     357912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61804 MiB
End job on node113 at 2017-08-12 22:30:14