Trace number 4265758

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

General information on the benchmark

NameOpd/Opd-sum-large/
Opd-10-360-120.xml
MD5SUM76b33169874d58bfc9aedd730e623c3c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark37
Best CPU time to get the best result obtained on this benchmark20056.5
Satisfiable
(Un)Satisfiability was proved
Number of variables3601
Number of constraints56
Number of domains2
Minimum domain size2
Maximum domain size329
Distribution of domain sizes[{"size":2,"count":3600},{"size":329,"count":1}]
Minimum variable degree11
Maximum variable degree46
Distribution of variable degrees[{"degree":11,"count":3600},{"degree":46,"count":1}]
Minimum constraint arity360
Maximum constraint arity3600
Distribution of constraint arities[{"arity":360,"count":10},{"arity":721,"count":45},{"arity":3600,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":55}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

0.31/0.33	c SAT : Variables: 7529 -- Clauses: 61157
0.31/0.33	c best=?? lower=0 upper=328 
2520.04/2520.01	c
2520.04/2520.01	c This is cosoco 1.12 --  
2520.04/2520.01	c
2520.04/2520.01	c command line: cosoco -lc -model -restarts -sat HOME/instance-4265758-1502568273.xml 
2520.04/2520.01	c enable optimization
2520.04/2520.01	c ========================================[ Problem Statistics ]===========================================
2520.04/2520.01	c |                                                                                                       
2520.04/2520.01	c |  Parse time        :         0.32 s 
2520.04/2520.01	c |
2520.04/2520.01	c |               Variables: 3601
2520.04/2520.01	c |            Domain Sizes: 2..329
2520.04/2520.01	c |
2520.04/2520.01	c |             Constraints: 424
2520.04/2520.01	c |                   Arity: 1..721  -- Unary: 1
2520.04/2520.01	c | 
2520.04/2520.01	c |                   Types: 
2520.04/2520.01	c |                          Intension: 46
2520.04/2520.01	c |                          Lex: 368
2520.04/2520.01	c |                          Sum: 10
2520.04/2520.01	c |                          
2520.04/2520.01	c =========================================================================================================
2520.04/2520.01	
2520.04/2520.01	c *** INTERRUPTED ***
2520.04/2520.01	c restarts              : 0           
2520.04/2520.01	c conflicts             : 1            (0 /sec)
2520.04/2520.01	c decisions             : 3121         (1 /sec)
2520.04/2520.01	c propagations          : 17086       (7 /sec)
2520.04/2520.01	c root propagations     : 32          
2520.04/2520.01	c filter calls          : 92907          (37 /sec)
2520.04/2520.01	c useless filter calls  : 87458          (94 %)
2520.04/2520.01	c
2520.04/2520.01	c clauses               : 61157
2520.04/2520.01	c SAT propagations      : 0
2520.04/2520.01	c SAT conflicts         : 0 (0 learnts)
2520.04/2520.01	c Memory used           : 299.22 MB
2520.04/2520.01	c CPU time              : 2519.91 s
2520.04/2520.01	
2520.04/2520.01	c No Bound found!
2520.04/2520.01	
2520.04/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 (13071 MiB free)
  memory of node 1: 16384 MiB (15027 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265758-1502568273/watcher-4265758-1502568273 -o /tmp/evaluation-result-4265758-1502568273/solver-4265758-1502568273 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502567255-24591 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4265758-1502568273.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=24755, runsolver pid=24752

[startup+0.1002 s]*
/proc/loadavg: 1.86 0.84 0.35 3/190 24756
/proc/meminfo: memFree=28768984/32770624 swapFree=67108860/67108860
[pid=24755] ppid=24752 vsize=32220 memory=8604 CPUtime=0.1 cores=0,2,4,6
/proc/24755/stat : 24755 (cosoco) R 24752 24755 24508 0 -1 4202496 2362 0 0 0 10 0 0 0 20 0 1 0 89915291 32993280 2151 33554432000 4194304 5972588 140728373358032 140728373354680 140503902280677 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 9895936 140728373363898 140728373363998 140728373363998 140728373366734 0
/proc/24755/statm: 8055 2151 805 435 0 1418 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 32220 KiB
Current children cumulated memory: 8604 KiB

[startup+0.209717 s]*
/proc/loadavg: 1.86 0.84 0.35 3/190 24756
/proc/meminfo: memFree=28765264/32770624 swapFree=67108860/67108860
[pid=24755] ppid=24752 vsize=35560 memory=12072 CPUtime=0.21 cores=0,2,4,6
/proc/24755/stat : 24755 (cosoco) R 24752 24755 24508 0 -1 4202496 3189 0 0 0 21 0 0 0 20 0 1 0 89915291 36413440 3018 33554432000 4194304 5972588 140728373358032 140728373354680 140503902280677 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 9895936 140728373363898 140728373363998 140728373363998 140728373366734 0
/proc/24755/statm: 8890 3018 805 435 0 2253 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 35560 KiB
Current children cumulated memory: 12072 KiB

[startup+0.309541 s]*
/proc/loadavg: 1.86 0.84 0.35 3/190 24756
/proc/meminfo: memFree=28762412/32770624 swapFree=67108860/67108860
[pid=24755] ppid=24752 vsize=38668 memory=15036 CPUtime=0.31 cores=0,2,4,6
/proc/24755/stat : 24755 (cosoco) R 24752 24755 24508 0 -1 4202496 3975 0 0 0 31 0 0 0 20 0 1 0 89915291 39596032 3759 33554432000 4194304 5972588 140728373358032 140728373354680 140503902280677 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 9895936 140728373363898 140728373363998 140728373363998 140728373366734 0
/proc/24755/statm: 9667 3759 805 435 0 3030 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 38668 KiB
Current children cumulated memory: 15036 KiB

[startup+0.700345 s]
/proc/loadavg: 1.86 0.84 0.35 3/190 24756
/proc/meminfo: memFree=28748088/32770624 swapFree=67108860/67108860
[pid=24755] ppid=24752 vsize=55248 memory=29508 CPUtime=0.69 cores=0,2,4,6
/proc/24755/stat : 24755 (cosoco) R 24752 24755 24508 0 -1 4202496 7076 0 0 0 69 0 0 0 20 0 1 0 89915291 56573952 7377 33554432000 4194304 5972588 140728373358032 140728373354680 4965753 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 9895936 140728373363898 140728373363998 140728373363998 140728373366734 0
/proc/24755/statm: 13812 7377 851 435 0 7175 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 55248 KiB
Current children cumulated memory: 29508 KiB

[startup+1.50034 s]
/proc/loadavg: 1.86 0.84 0.35 3/190 24756
/proc/meminfo: memFree=28746660/32770624 swapFree=67108860/67108860
[pid=24755] ppid=24752 vsize=59736 memory=33996 CPUtime=1.49 cores=0,2,4,6
/proc/24755/stat : 24755 (cosoco) R 24752 24755 24508 0 -1 4202496 8204 0 0 0 149 0 0 0 20 0 1 0 89915291 61169664 8499 33554432000 4194304 5972588 140728373358032 140728373354888 4965753 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 9895936 140728373363898 140728373363998 140728373363998 140728373366734 0
/proc/24755/statm: 14934 8499 851 435 0 8297 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 59736 KiB
Current children cumulated memory: 33996 KiB

[startup+3.10963 s]
/proc/loadavg: 1.95 0.87 0.37 3/190 24756
/proc/meminfo: memFree=28736800/32770624 swapFree=67108860/67108860
[pid=24755] ppid=24752 vsize=66864 memory=41008 CPUtime=3.09 cores=0,2,4,6
/proc/24755/stat : 24755 (cosoco) R 24752 24755 24508 0 -1 4202496 10711 0 0 0 309 0 0 0 20 0 1 0 89915291 68468736 10252 33554432000 4194304 5972588 140728373358032 140728373354888 4962376 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 9895936 140728373363898 140728373363998 140728373363998 140728373366734 0
/proc/24755/statm: 16716 10252 851 435 0 10079 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 66864 KiB
Current children cumulated memory: 41008 KiB

[startup+6.30033 s]
/proc/loadavg: 1.95 0.87 0.37 3/190 24756
/proc/meminfo: memFree=28720928/32770624 swapFree=67108860/67108860
[pid=24755] ppid=24752 vsize=84816 memory=59096 CPUtime=6.29 cores=0,2,4,6
/proc/24755/stat : 24755 (cosoco) R 24752 24755 24508 0 -1 4202496 16234 0 0 0 628 1 0 0 20 0 1 0 89915291 86851584 14774 33554432000 4194304 5972588 140728373358032 140728373354888 4962387 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 9895936 140728373363898 140728373363998 140728373363998 140728373366734 0
/proc/24755/statm: 21204 14774 851 435 0 14567 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 84816 KiB
Current children cumulated memory: 59096 KiB

[startup+12.7003 s]
/proc/loadavg: 1.96 0.91 0.39 3/190 24756
/proc/meminfo: memFree=28688564/32770624 swapFree=67108860/67108860
[pid=24755] ppid=24752 vsize=116760 memory=91120 CPUtime=12.69 cores=0,2,4,6
/proc/24755/stat : 24755 (cosoco) R 24752 24755 24508 0 -1 4202496 25601 0 0 0 1266 3 0 0 20 0 1 0 89915291 119562240 22780 33554432000 4194304 5972588 140728373358032 140728373354888 4965753 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 9895936 140728373363898 140728373363998 140728373363998 140728373366734 0
/proc/24755/statm: 29190 22780 852 435 0 22553 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 116760 KiB
Current children cumulated memory: 91120 KiB

[startup+25.5003 s]
/proc/loadavg: 1.97 0.95 0.40 3/190 24756
/proc/meminfo: memFree=28621852/32770624 swapFree=67108860/67108860
[pid=24755] ppid=24752 vsize=184872 memory=159024 CPUtime=25.49 cores=0,2,4,6
/proc/24755/stat : 24755 (cosoco) R 24752 24755 24508 0 -1 4202496 46359 0 0 0 2544 5 0 0 20 0 1 0 89915291 189308928 39756 33554432000 4194304 5972588 140728373358032 140728373354888 4965753 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 9895936 140728373363898 140728373363998 140728373363998 140728373366734 0
/proc/24755/statm: 46218 39756 852 435 0 39581 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 184872 KiB
Current children cumulated memory: 159024 KiB

[startup+51.1097 s]
/proc/loadavg: 1.98 1.03 0.45 3/190 24756
/proc/meminfo: memFree=28523960/32770624 swapFree=67108860/67108860
[pid=24755] ppid=24752 vsize=277272 memory=251760 CPUtime=51.09 cores=0,2,4,6
/proc/24755/stat : 24755 (cosoco) R 24752 24755 24508 0 -1 4202496 119391 0 0 0 5098 11 0 0 20 0 1 0 89915291 283926528 62940 33554432000 4194304 5972588 140728373358032 140728373354888 5099674 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 9895936 140728373363898 140728373363998 140728373363998 140728373366734 0
/proc/24755/statm: 69318 62940 853 435 0 62681 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 277272 KiB
Current children cumulated memory: 251760 KiB

[startup+102.3 s]
/proc/loadavg: 1.99 1.19 0.54 3/190 24757
/proc/meminfo: memFree=28524352/32770624 swapFree=67108860/67108860
[pid=24755] ppid=24752 vsize=277404 memory=251788 CPUtime=102.28 cores=0,2,4,6
/proc/24755/stat : 24755 (cosoco) R 24752 24755 24508 0 -1 4202496 126978 0 0 0 10217 11 0 0 20 0 1 0 89915291 284061696 62947 33554432000 4194304 5972588 140728373358032 140728373354952 5099674 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 9895936 140728373363898 140728373363998 140728373363998 140728373366734 0
/proc/24755/statm: 69351 62947 855 435 0 62714 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 277404 KiB
Current children cumulated memory: 251788 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 1.34 0.63 3/190 24758
/proc/meminfo: memFree=28524528/32770624 swapFree=67108860/67108860
[pid=24755] ppid=24752 vsize=277668 memory=252108 CPUtime=162.28 cores=0,2,4,6
/proc/24755/stat : 24755 (cosoco) R 24752 24755 24508 0 -1 4202496 127185 0 0 0 16217 11 0 0 20 0 1 0 89915291 284332032 63027 33554432000 4194304 5972588 140728373358032 140728373354952 4965423 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 9895936 140728373363898 140728373363998 140728373363998 140728373366734 0
/proc/24755/statm: 69417 63027 855 435 0 62780 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 277668 KiB
Current children cumulated memory: 252108 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 1.46 0.71 3/188 24759
/proc/meminfo: memFree=28523880/32770624 swapFree=67108860/67108860
[pid=24755] ppid=24752 vsize=278328 memory=252856 CPUtime=222.29 cores=0,2,4,6
/proc/24755/stat : 24755 (cosoco) R 24752 24755 24508 0 -1 4202496 127567 0 0 0 22217 12 0 0 20 0 1 0 89915291 285007872 63214 33554432000 4194304 5972588 140728373358032 140728373354808 4965744 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 9895936 140728373363898 140728373363998 140728373363998 140728373366734 0
/proc/24755/statm: 69582 63214 855 435 0 62945 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 278328 KiB
Current children cumulated memory: 252856 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 1.56 0.79 3/188 24760
/proc/meminfo: memFree=28523384/32770624 swapFree=67108860/67108860
[pid=24755] ppid=24752 vsize=278856 memory=253216 CPUtime=282.29 cores=0,2,4,6
/proc/24755/stat : 24755 (cosoco) R 24752 24755 24508 0 -1 4202496 127904 0 0 0 28217 12 0 0 20 0 1 0 89915291 285548544 63304 33554432000 4194304 5972588 140728373358032 140728373354952 5071496 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 9895936 140728373363898 140728373363998 140728373363998 140728373366734 0
/proc/24755/statm: 69714 63304 855 435 0 63077 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 278856 KiB
Current children cumulated memory: 253216 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.64 0.87 3/187 24762
/proc/meminfo: memFree=28522052/32770624 swapFree=67108860/67108860
[pid=24755] ppid=24752 vsize=280060 memory=254460 CPUtime=342.29 cores=0,2,4,6
/proc/24755/stat : 24755 (cosoco) R 24752 24755 24508 0 -1 4202496 128314 0 0 0 34217 12 0 0 20 0 1 0 89915291 286781440 63615 33554432000 4194304 5972588 140728373358032 140728373354792 5099674 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 9895936 140728373363898 140728373363998 140728373363998 140728373366734 0
/proc/24755/statm: 70015 63615 855 435 0 63378 0
Current children cumulated CPU time: 342.29 s
Current children cumulated vsize: 280060 KiB
Current children cumulated memory: 254460 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.70 0.94 3/187 24763
/proc/meminfo: memFree=28520664/32770624 swapFree=67108860/67108860
[pid=24755] ppid=24752 vsize=281256 memory=255668 CPUtime=402.29 cores=0,2,4,6
/proc/24755/stat : 24755 (cosoco) R 24752 24755 24508 0 -1 4202496 128701 0 0 0 40217 12 0 0 20 0 1 0 89915291 288006144 63917 33554432000 4194304 5972588 140728373358032 140728373354952 5071501 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 9895936 140728373363898 140728373363998 140728373363998 140728373366734 0
/proc/24755/statm: 70314 63917 855 435 0 63677 0
Current children cumulated CPU time: 402.29 s
Current children cumulated vsize: 281256 KiB
Current children cumulated memory: 255668 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.76 1.01 3/187 24764
/proc/meminfo: memFree=28518640/32770624 swapFree=67108860/67108860
[pid=24755] ppid=24752 vsize=283256 memory=257612 CPUtime=462.28 cores=0,2,4,6
/proc/24755/stat : 24755 (cosoco) R 24752 24755 24508 0 -1 4202496 129354 0 0 0 46216 12 0 0 20 0 1 0 89915291 290054144 64403 33554432000 4194304 5972588 140728373358032 140728373354952 5053069 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 9895936 140728373363898 140728373363998 140728373363998 140728373366734 0
/proc/24755/statm: 70814 64403 855 435 0 64177 0
Current children cumulated CPU time: 462.28 s
Current children cumulated vsize: 283256 KiB
Current children cumulated memory: 257612 KiB


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

/proc/24755/statm: 76599 70215 855 435 0 69962 0
Current children cumulated CPU time: 1722.31 s
Current children cumulated vsize: 306396 KiB
Current children cumulated memory: 280860 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.78 3/187 24828
/proc/meminfo: memFree=28495260/32770624 swapFree=67108860/67108860
[pid=24755] ppid=24752 vsize=306396 memory=280860 CPUtime=1782.31 cores=0,2,4,6
/proc/24755/stat : 24755 (cosoco) R 24752 24755 24508 0 -1 4202496 136947 0 0 0 178217 14 0 0 20 0 1 0 89915291 313749504 70215 33554432000 4194304 5972588 140728373358032 140728373354808 4965753 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 9895936 140728373363898 140728373363998 140728373363998 140728373366734 0
/proc/24755/statm: 76599 70215 855 435 0 69962 0
Current children cumulated CPU time: 1782.31 s
Current children cumulated vsize: 306396 KiB
Current children cumulated memory: 280860 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 1.79 3/188 24837
/proc/meminfo: memFree=28494828/32770624 swapFree=67108860/67108860
[pid=24755] ppid=24752 vsize=306396 memory=280860 CPUtime=1842.31 cores=0,2,4,6
/proc/24755/stat : 24755 (cosoco) R 24752 24755 24508 0 -1 4202496 137023 0 0 0 184217 14 0 0 20 0 1 0 89915291 313749504 70215 33554432000 4194304 5972588 140728373358032 140728373354808 5053061 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 9895936 140728373363898 140728373363998 140728373363998 140728373366734 0
/proc/24755/statm: 76599 70215 855 435 0 69962 0
Current children cumulated CPU time: 1842.31 s
Current children cumulated vsize: 306396 KiB
Current children cumulated memory: 280860 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 1.80 3/188 24838
/proc/meminfo: memFree=28495000/32770624 swapFree=67108860/67108860
[pid=24755] ppid=24752 vsize=306396 memory=280860 CPUtime=1902.32 cores=0,2,4,6
/proc/24755/stat : 24755 (cosoco) R 24752 24755 24508 0 -1 4202496 137099 0 0 0 190218 14 0 0 20 0 1 0 89915291 313749504 70215 33554432000 4194304 5972588 140728373358032 140728373354808 4965428 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 9895936 140728373363898 140728373363998 140728373363998 140728373366734 0
/proc/24755/statm: 76599 70215 855 435 0 69962 0
Current children cumulated CPU time: 1902.32 s
Current children cumulated vsize: 306396 KiB
Current children cumulated memory: 280860 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 1.81 3/188 24839
/proc/meminfo: memFree=28495000/32770624 swapFree=67108860/67108860
[pid=24755] ppid=24752 vsize=306396 memory=280860 CPUtime=1962.32 cores=0,2,4,6
/proc/24755/stat : 24755 (cosoco) R 24752 24755 24508 0 -1 4202496 137175 0 0 0 196218 14 0 0 20 0 1 0 89915291 313749504 70215 33554432000 4194304 5972588 140728373358032 140728373354808 5099664 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 9895936 140728373363898 140728373363998 140728373363998 140728373366734 0
/proc/24755/statm: 76599 70215 855 435 0 69962 0
Current children cumulated CPU time: 1962.32 s
Current children cumulated vsize: 306396 KiB
Current children cumulated memory: 280860 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 1.82 3/188 24840
/proc/meminfo: memFree=28495124/32770624 swapFree=67108860/67108860
[pid=24755] ppid=24752 vsize=306396 memory=280860 CPUtime=2022.32 cores=0,2,4,6
/proc/24755/stat : 24755 (cosoco) R 24752 24755 24508 0 -1 4202496 137251 0 0 0 202218 14 0 0 20 0 1 0 89915291 313749504 70215 33554432000 4194304 5972588 140728373358032 140728373354808 5053071 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 9895936 140728373363898 140728373363998 140728373363998 140728373366734 0
/proc/24755/statm: 76599 70215 855 435 0 69962 0
Current children cumulated CPU time: 2022.32 s
Current children cumulated vsize: 306396 KiB
Current children cumulated memory: 280860 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.83 3/188 24841
/proc/meminfo: memFree=28495104/32770624 swapFree=67108860/67108860
[pid=24755] ppid=24752 vsize=306396 memory=280860 CPUtime=2082.32 cores=0,2,4,6
/proc/24755/stat : 24755 (cosoco) R 24752 24755 24508 0 -1 4202496 137327 0 0 0 208218 14 0 0 20 0 1 0 89915291 313749504 70215 33554432000 4194304 5972588 140728373358032 140728373354808 4965400 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 9895936 140728373363898 140728373363998 140728373363998 140728373366734 0
/proc/24755/statm: 76599 70215 855 435 0 69962 0
Current children cumulated CPU time: 2082.32 s
Current children cumulated vsize: 306396 KiB
Current children cumulated memory: 280860 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.85 3/187 24843
/proc/meminfo: memFree=28494724/32770624 swapFree=67108860/67108860
[pid=24755] ppid=24752 vsize=306396 memory=280860 CPUtime=2142.32 cores=0,2,4,6
/proc/24755/stat : 24755 (cosoco) R 24752 24755 24508 0 -1 4202496 137402 0 0 0 214218 14 0 0 20 0 1 0 89915291 313749504 70215 33554432000 4194304 5972588 140728373358032 140728373354808 4962387 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 9895936 140728373363898 140728373363998 140728373363998 140728373366734 0
/proc/24755/statm: 76599 70215 855 435 0 69962 0
Current children cumulated CPU time: 2142.32 s
Current children cumulated vsize: 306396 KiB
Current children cumulated memory: 280860 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 1.86 3/187 24844
/proc/meminfo: memFree=28494956/32770624 swapFree=67108860/67108860
[pid=24755] ppid=24752 vsize=306396 memory=280860 CPUtime=2202.33 cores=0,2,4,6
/proc/24755/stat : 24755 (cosoco) R 24752 24755 24508 0 -1 4202496 137478 0 0 0 220219 14 0 0 20 0 1 0 89915291 313749504 70215 33554432000 4194304 5972588 140728373358032 140728373354808 4965423 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 9895936 140728373363898 140728373363998 140728373363998 140728373366734 0
/proc/24755/statm: 76599 70215 855 435 0 69962 0
Current children cumulated CPU time: 2202.33 s
Current children cumulated vsize: 306396 KiB
Current children cumulated memory: 280860 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 1.87 3/187 24845
/proc/meminfo: memFree=28494692/32770624 swapFree=67108860/67108860
[pid=24755] ppid=24752 vsize=306396 memory=280860 CPUtime=2262.33 cores=0,2,4,6
/proc/24755/stat : 24755 (cosoco) R 24752 24755 24508 0 -1 4202496 137554 0 0 0 226219 14 0 0 20 0 1 0 89915291 313749504 70215 33554432000 4194304 5972588 140728373358032 140728373354808 4962376 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 9895936 140728373363898 140728373363998 140728373363998 140728373366734 0
/proc/24755/statm: 76599 70215 855 435 0 69962 0
Current children cumulated CPU time: 2262.33 s
Current children cumulated vsize: 306396 KiB
Current children cumulated memory: 280860 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 1.87 3/187 24847
/proc/meminfo: memFree=28494772/32770624 swapFree=67108860/67108860
[pid=24755] ppid=24752 vsize=306396 memory=280860 CPUtime=2322.33 cores=0,2,4,6
/proc/24755/stat : 24755 (cosoco) R 24752 24755 24508 0 -1 4202496 137631 0 0 0 232219 14 0 0 20 0 1 0 89915291 313749504 70215 33554432000 4194304 5972588 140728373358032 140728373354808 5071499 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 9895936 140728373363898 140728373363998 140728373363998 140728373366734 0
/proc/24755/statm: 76599 70215 855 435 0 69962 0
Current children cumulated CPU time: 2322.33 s
Current children cumulated vsize: 306396 KiB
Current children cumulated memory: 280860 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.88 3/187 24848
/proc/meminfo: memFree=28494764/32770624 swapFree=67108860/67108860
[pid=24755] ppid=24752 vsize=306396 memory=280860 CPUtime=2382.33 cores=0,2,4,6
/proc/24755/stat : 24755 (cosoco) R 24752 24755 24508 0 -1 4202496 137707 0 0 0 238219 14 0 0 20 0 1 0 89915291 313749504 70215 33554432000 4194304 5972588 140728373358032 140728373354808 4965428 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 9895936 140728373363898 140728373363998 140728373363998 140728373366734 0
/proc/24755/statm: 76599 70215 855 435 0 69962 0
Current children cumulated CPU time: 2382.33 s
Current children cumulated vsize: 306396 KiB
Current children cumulated memory: 280860 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 1.88 3/188 24917
/proc/meminfo: memFree=19414900/32770624 swapFree=67108860/67108860
[pid=24755] ppid=24752 vsize=306396 memory=280860 CPUtime=2442.33 cores=0,2,4,6
/proc/24755/stat : 24755 (cosoco) R 24752 24755 24508 0 -1 4202496 137783 0 0 0 244219 14 0 0 20 0 1 0 89915291 313749504 70215 33554432000 4194304 5972588 140728373358032 140728373354808 4965753 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 9895936 140728373363898 140728373363998 140728373363998 140728373366734 0
/proc/24755/statm: 76599 70215 855 435 0 69962 0
Current children cumulated CPU time: 2442.33 s
Current children cumulated vsize: 306396 KiB
Current children cumulated memory: 280860 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 1.89 3/188 24918
/proc/meminfo: memFree=19415148/32770624 swapFree=67108860/67108860
[pid=24755] ppid=24752 vsize=306396 memory=280860 CPUtime=2502.33 cores=0,2,4,6
/proc/24755/stat : 24755 (cosoco) R 24752 24755 24508 0 -1 4202496 137859 0 0 0 250219 14 0 0 20 0 1 0 89915291 313749504 70215 33554432000 4194304 5972588 140728373358032 140728373354808 5071501 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 9895936 140728373363898 140728373363998 140728373363998 140728373366734 0
/proc/24755/statm: 76599 70215 855 435 0 69962 0
Current children cumulated CPU time: 2502.33 s
Current children cumulated vsize: 306396 KiB
Current children cumulated memory: 280860 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 1.89 3/188 24919
/proc/meminfo: memFree=19414636/32770624 swapFree=67108860/67108860
[pid=24755] ppid=24752 vsize=306396 memory=280860 CPUtime=2520.04 cores=0,2,4,6
/proc/24755/stat : 24755 (cosoco) R 24752 24755 24508 0 -1 4202496 137926 0 0 0 251990 14 0 0 20 0 1 0 89915291 313749504 70215 33554432000 4194304 5972588 140728373358032 140728373354808 4962381 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 9895936 140728373363898 140728373363998 140728373363998 140728373366734 0
/proc/24755/statm: 76599 70215 855 435 0 69962 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 306396 KiB
Current children cumulated memory: 280860 KiB

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

[startup+2520.01 s]
# the end of solver process 24755 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.91 s, system=0.149002 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): 2520.06
CPU user time (s): 2519.91
CPU system time (s): 0.149002
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 306396
Max. memory (cumulated for all children) (KiB): 280860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.91
system time used= 0.149002
maximum resident set size= 280932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137979
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= 15
involuntary context switches= 3176


# summary of solver processes directly reported to runsolver:
#   pid: 24755
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2519.91
#   total CPU system time (s): 0.149002

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.07254 second user time and 18.3394 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-12 21:50:15
IDJOB=4265758
IDBENCH=122969
IDSOLVER=2655
FILE ID=node104/4265758-1502568273
RUNJOBID= node104-1502567255-24591
PBS_JOBID= 20628287
Free space on /tmp= 61864 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/Opd/Opd-sum-large/Opd-10-360-120.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265758-1502568273/watcher-4265758-1502568273 -o /tmp/evaluation-result-4265758-1502568273/solver-4265758-1502568273 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502567255-24591 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4265758-1502568273.xml

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

MD5SUM BENCH= 76b33169874d58bfc9aedd730e623c3c
RANDOM SEED=1919979155

node104.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.43
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.43
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.43
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.43
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:        28774628 kB
MemAvailable:   31999496 kB
Buffers:          124488 kB
Cached:          3396020 kB
SwapCached:            0 kB
Active:           315096 kB
Inactive:        3258628 kB
Active(anon):      56096 kB
Inactive(anon):    25024 kB
Active(file):     259000 kB
Inactive(file):  3233604 kB
Unevictable:        6532 kB
Mlocked:            6532 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2392 kB
Writeback:             0 kB
AnonPages:         59772 kB
Mapped:            44392 kB
Shmem:             25228 kB
Slab:             121228 kB
SReclaimable:      96200 kB
SUnreclaim:        25028 kB
KernelStack:        3328 kB
PageTables:         5336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     358152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61860 MiB
End job on node104 at 2017-08-12 22:32:16