Trace number 4265835

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 2519.8999

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-18.xml
MD5SUMc676f6660bfbd7761e9ca0de91c4f968
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables391
Number of constraints390
Number of domains2
Minimum domain size2
Maximum domain size324
Distribution of domain sizes[{"size":2,"count":66},{"size":324,"count":325}]
Minimum variable degree2
Maximum variable degree66
Distribution of variable degrees[{"degree":2,"count":68},{"degree":3,"count":256},{"degree":4,"count":66},{"degree":66,"count":1}]
Minimum constraint arity2
Maximum constraint arity324
Distribution of constraint arities[{"arity":2,"count":323},{"arity":3,"count":66},{"arity":324,"count":1}]
Number of extensional constraints0
Number of intensional constraints389
Distribution of constraint types[{"type":"intension","count":389},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

1.62/1.75	c SAT : Variables: 105432 -- Clauses: 17006407
1.62/1.75	c best=?? lower=-66 upper=0 
102.22/102.31	c
102.22/102.31	c This is cosoco 1.12 --  
102.22/102.31	c
102.22/102.31	c command line: cosoco -lc -model -restarts -sat HOME/instance-4265835-1502579747.xml 
102.22/102.31	c enable optimization
102.22/102.31	c ========================================[ Problem Statistics ]===========================================
102.22/102.31	c |                                                                                                       
102.22/102.31	c |  Parse time        :         1.50 s 
102.22/102.31	c |
102.22/102.31	c |               Variables: 391
102.22/102.31	c |            Domain Sizes: 2..324
102.22/102.31	c |
102.22/102.31	c |             Constraints: 391
102.22/102.31	c |                   Arity: 2..324  -- Binary: 323  -- Ternary: 66
102.22/102.31	c | 
102.22/102.31	c |                   Types: 
102.22/102.31	c |                          All Different: 1
102.22/102.31	c |                          Intension: 389
102.22/102.31	c |                          Sum: 1
102.22/102.31	c |                          
102.22/102.31	c =========================================================================================================
102.22/102.31	conflict 965lvl : 300 bt300-5793:0(103516)X68646782
1226.32/1226.34	conflict 645lvl : 301 bt301-100428:0(103367)X69366443
2520.05/2519.90	
2520.05/2519.90	c *** INTERRUPTED ***
2520.05/2519.90	c restarts              : 569         
2520.05/2519.90	c conflicts             : 811795       (322 /sec)
2520.05/2519.90	c decisions             : 2499031      (992 /sec)
2520.05/2519.90	c propagations          : 776528372   (308178 /sec)
2520.05/2519.90	c root propagations     : 0           
2520.05/2519.90	c filter calls          : 48186156       (19123 /sec)
2520.05/2519.90	c useless filter calls  : 25763901       (53 %)
2520.05/2519.90	c
2520.05/2519.90	c clauses               : 17010872
2520.05/2519.90	c SAT propagations      : 4431
2520.05/2519.90	c SAT conflicts         : 0 (2 learnts)
2520.05/2519.90	c Memory used           : 828.82 MB
2520.05/2519.90	c CPU time              : 2519.74 s
2520.05/2519.90	
2520.05/2519.90	c No Bound found!
2520.05/2519.90	
2520.05/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 (15002 MiB free)
  memory of node 1: 16384 MiB (15455 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265835-1502579747/watcher-4265835-1502579747 -o /tmp/evaluation-result-4265835-1502579747/solver-4265835-1502579747 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502565153-967 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4265835-1502579747.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=3957, runsolver pid=3954
Current StackSize limit: 8192 KiB


[startup+0.100152 s]*
/proc/loadavg: 2.00 2.01 2.05 3/185 3958
/proc/meminfo: memFree=31188244/32770624 swapFree=67108860/67108860
[pid=3957] ppid=3954 vsize=28580 memory=4912 CPUtime=0.03 cores=1,3,5,7
/proc/3957/stat : 3957 (cosoco) R 3954 3957 897 0 -1 4202496 1436 0 0 0 3 0 0 0 20 0 1 0 60195374 29265920 1228 18446744073709551615 4194304 5972588 140724065087552 140724065084200 4967517 0 0 1 0 0 0 0 17 5 0 0 6 0 0 8070896 8075904 39763968 140724065092036 140724065092136 140724065092136 140724065095630 0
/proc/3957/statm: 7145 1228 792 435 0 508 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 28580 KiB
Current children cumulated memory: 4912 KiB

[startup+0.209449 s]*
/proc/loadavg: 2.00 2.01 2.05 3/185 3958
/proc/meminfo: memFree=31186384/32770624 swapFree=67108860/67108860
[pid=3957] ppid=3954 vsize=30148 memory=6620 CPUtime=0.14 cores=1,3,5,7
/proc/3957/stat : 3957 (cosoco) R 3954 3957 897 0 -1 4202496 1839 0 0 0 14 0 0 0 20 0 1 0 60195374 30871552 1655 18446744073709551615 4194304 5972588 140724065087552 140724065084200 140116766444517 0 0 1 0 0 0 0 17 5 0 0 6 0 0 8070896 8075904 39763968 140724065092036 140724065092136 140724065092136 140724065095630 0
/proc/3957/statm: 7537 1655 792 435 0 900 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 30148 KiB
Current children cumulated memory: 6620 KiB

[startup+0.30901 s]*
/proc/loadavg: 2.00 2.01 2.05 3/185 3958
/proc/meminfo: memFree=31184896/32770624 swapFree=67108860/67108860
[pid=3957] ppid=3954 vsize=31600 memory=7928 CPUtime=0.24 cores=1,3,5,7
/proc/3957/stat : 3957 (cosoco) R 3954 3957 897 0 -1 4202496 2208 0 0 0 24 0 0 0 20 0 1 0 60195374 32358400 1982 18446744073709551615 4194304 5972588 140724065087552 140724065084200 140116766444517 0 0 1 0 0 0 0 17 5 0 0 6 0 0 8070896 8075904 39763968 140724065092036 140724065092136 140724065092136 140724065095630 0
/proc/3957/statm: 7900 1982 792 435 0 1263 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 31600 KiB
Current children cumulated memory: 7928 KiB

[startup+0.700378 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 3958
/proc/meminfo: memFree=31181920/32770624 swapFree=67108860/67108860
[pid=3957] ppid=3954 vsize=149836 memory=116064 CPUtime=0.62 cores=1,3,5,7
/proc/3957/stat : 3957 (cosoco) R 3954 3957 897 0 -1 4202496 21024 0 0 0 59 3 0 0 20 0 1 0 60195374 153432064 29016 18446744073709551615 4194304 5972588 140724065087552 140724065084200 140116766444517 0 0 1 0 0 0 0 17 5 0 0 6 0 0 8070896 8075904 39763968 140724065092036 140724065092136 140724065092136 140724065095630 0
/proc/3957/statm: 37492 29016 828 435 0 30855 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 149836 KiB
Current children cumulated memory: 116064 KiB

[startup+1.50039 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 3958
/proc/meminfo: memFree=30909416/32770624 swapFree=67108860/67108860
[pid=3957] ppid=3954 vsize=598344 memory=563452 CPUtime=1.42 cores=1,3,5,7
/proc/3957/stat : 3957 (cosoco) R 3954 3957 897 0 -1 4202496 83855 0 0 0 128 14 0 0 20 0 1 0 60195374 612704256 140863 18446744073709551615 4194304 5972588 140724065087552 140724065084344 140116766944970 0 0 1 0 0 0 0 17 5 0 0 6 0 0 8070896 8075904 39763968 140724065092036 140724065092136 140724065092136 140724065095630 0
/proc/3957/statm: 149586 140863 828 435 0 142949 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 598344 KiB
Current children cumulated memory: 563452 KiB

[startup+3.10948 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 3958
/proc/meminfo: memFree=30477164/32770624 swapFree=67108860/67108860
[pid=3957] ppid=3954 vsize=842688 memory=714528 CPUtime=3.03 cores=1,3,5,7
/proc/3957/stat : 3957 (cosoco) R 3954 3957 897 0 -1 4202496 109535 0 0 0 285 18 0 0 20 0 1 0 60195374 862912512 178632 18446744073709551615 4194304 5972588 140724065087552 140724065084360 5071058 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 39763968 140724065092036 140724065092136 140724065092136 140724065095630 0
/proc/3957/statm: 210672 178632 844 435 0 204035 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 842688 KiB
Current children cumulated memory: 714528 KiB

[startup+6.30033 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 3958
/proc/meminfo: memFree=30475304/32770624 swapFree=67108860/67108860
[pid=3957] ppid=3954 vsize=844800 memory=716688 CPUtime=6.23 cores=1,3,5,7
/proc/3957/stat : 3957 (cosoco) R 3954 3957 897 0 -1 4202496 126916 0 0 0 603 20 0 0 20 0 1 0 60195374 865075200 179172 18446744073709551615 4194304 5972588 140724065087552 140724065084360 4975792 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 39763968 140724065092036 140724065092136 140724065092136 140724065095630 0
/proc/3957/statm: 211200 179172 844 435 0 204563 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 844800 KiB
Current children cumulated memory: 716688 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 3958
/proc/meminfo: memFree=30473816/32770624 swapFree=67108860/67108860
[pid=3957] ppid=3954 vsize=845860 memory=717816 CPUtime=12.63 cores=1,3,5,7
/proc/3957/stat : 3957 (cosoco) R 3954 3957 897 0 -1 4202496 147073 0 0 0 1242 21 0 0 20 0 1 0 60195374 866160640 179454 18446744073709551615 4194304 5972588 140724065087552 140724065084408 4978745 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 39763968 140724065092036 140724065092136 140724065092136 140724065095630 0
/proc/3957/statm: 211465 179454 844 435 0 204828 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 845860 KiB
Current children cumulated memory: 717816 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 3958
/proc/meminfo: memFree=30472948/32770624 swapFree=67108860/67108860
[pid=3957] ppid=3954 vsize=847048 memory=718992 CPUtime=25.43 cores=1,3,5,7
/proc/3957/stat : 3957 (cosoco) R 3954 3957 897 0 -1 4202496 181768 0 0 0 2520 23 0 0 20 0 1 0 60195374 867377152 179748 18446744073709551615 4194304 5972588 140724065087552 140724065084408 4975100 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 39763968 140724065092036 140724065092136 140724065092136 140724065095630 0
/proc/3957/statm: 211762 179748 844 435 0 205125 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 847048 KiB
Current children cumulated memory: 718992 KiB

[startup+51.1095 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 3959
/proc/meminfo: memFree=30472052/32770624 swapFree=67108860/67108860
[pid=3957] ppid=3954 vsize=847564 memory=719548 CPUtime=51.03 cores=1,3,5,7
/proc/3957/stat : 3957 (cosoco) R 3954 3957 897 0 -1 4202496 217643 0 0 0 5078 25 0 0 20 0 1 0 60195374 867905536 179887 18446744073709551615 4194304 5972588 140724065087552 140724065084408 4970771 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 39763968 140724065092036 140724065092136 140724065092136 140724065095630 0
/proc/3957/statm: 211891 179887 844 435 0 205254 0
Current children cumulated CPU time: 51.03 s
Current children cumulated vsize: 847564 KiB
Current children cumulated memory: 719548 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 3961
/proc/meminfo: memFree=30474352/32770624 swapFree=67108860/67108860
[pid=3957] ppid=3954 vsize=847944 memory=719924 CPUtime=102.22 cores=1,3,5,7
/proc/3957/stat : 3957 (cosoco) R 3954 3957 897 0 -1 4202496 275240 0 0 0 10195 27 0 0 20 0 1 0 60195374 868294656 179981 18446744073709551615 4194304 5972588 140724065087552 140724065084776 5071030 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 39763968 140724065092036 140724065092136 140724065092136 140724065095630 0
/proc/3957/statm: 211986 179981 844 435 0 205349 0
Current children cumulated CPU time: 102.22 s
Current children cumulated vsize: 847944 KiB
Current children cumulated memory: 719924 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 3963
/proc/meminfo: memFree=30471960/32770624 swapFree=67108860/67108860
[pid=3957] ppid=3954 vsize=848192 memory=722224 CPUtime=162.22 cores=1,3,5,7
/proc/3957/stat : 3957 (cosoco) R 3954 3957 897 0 -1 4202496 302610 0 0 0 16193 29 0 0 20 0 1 0 60195374 868548608 180556 18446744073709551615 4194304 5972588 140724065087552 140724065084776 5070984 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 39763968 140724065092036 140724065092136 140724065092136 140724065095630 0
/proc/3957/statm: 212048 180556 850 435 0 205411 0
Current children cumulated CPU time: 162.22 s
Current children cumulated vsize: 848192 KiB
Current children cumulated memory: 722224 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 3965
/proc/meminfo: memFree=30473864/32770624 swapFree=67108860/67108860
[pid=3957] ppid=3954 vsize=848320 memory=722332 CPUtime=222.22 cores=1,3,5,7
/proc/3957/stat : 3957 (cosoco) R 3954 3957 897 0 -1 4202496 311356 0 0 0 22193 29 0 0 20 0 1 0 60195374 868679680 180583 18446744073709551615 4194304 5972588 140724065087552 140724065084776 4978757 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 39763968 140724065092036 140724065092136 140724065092136 140724065095630 0
/proc/3957/statm: 212080 180583 850 435 0 205443 0
Current children cumulated CPU time: 222.22 s
Current children cumulated vsize: 848320 KiB
Current children cumulated memory: 722332 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 3968
/proc/meminfo: memFree=30473212/32770624 swapFree=67108860/67108860
[pid=3957] ppid=3954 vsize=848320 memory=722444 CPUtime=282.22 cores=1,3,5,7
/proc/3957/stat : 3957 (cosoco) R 3954 3957 897 0 -1 4202496 320288 0 0 0 28192 30 0 0 20 0 1 0 60195374 868679680 180611 18446744073709551615 4194304 5972588 140724065087552 140724065084776 4965848 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 39763968 140724065092036 140724065092136 140724065092136 140724065095630 0
/proc/3957/statm: 212080 180611 850 435 0 205443 0
Current children cumulated CPU time: 282.22 s
Current children cumulated vsize: 848320 KiB
Current children cumulated memory: 722444 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 3970
/proc/meminfo: memFree=30473364/32770624 swapFree=67108860/67108860
[pid=3957] ppid=3954 vsize=848448 memory=722452 CPUtime=342.23 cores=1,3,5,7
/proc/3957/stat : 3957 (cosoco) R 3954 3957 897 0 -1 4202496 323227 0 0 0 34193 30 0 0 20 0 1 0 60195374 868810752 180613 18446744073709551615 4194304 5972588 140724065087552 140724065084776 4978114 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 39763968 140724065092036 140724065092136 140724065092136 140724065095630 0
/proc/3957/statm: 212112 180613 850 435 0 205475 0
Current children cumulated CPU time: 342.23 s
Current children cumulated vsize: 848448 KiB
Current children cumulated memory: 722452 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 3972
/proc/meminfo: memFree=30473232/32770624 swapFree=67108860/67108860
[pid=3957] ppid=3954 vsize=848448 memory=722524 CPUtime=402.23 cores=1,3,5,7
/proc/3957/stat : 3957 (cosoco) R 3954 3957 897 0 -1 4202496 326090 0 0 0 40193 30 0 0 20 0 1 0 60195374 868810752 180631 18446744073709551615 4194304 5972588 140724065087552 140724065084776 5071894 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 39763968 140724065092036 140724065092136 140724065092136 140724065095630 0
/proc/3957/statm: 212112 180631 850 435 0 205475 0
Current children cumulated CPU time: 402.23 s
Current children cumulated vsize: 848448 KiB
Current children cumulated memory: 722524 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 3974
/proc/meminfo: memFree=30472860/32770624 swapFree=67108860/67108860
[pid=3957] ppid=3954 vsize=848448 memory=722536 CPUtime=462.24 cores=1,3,5,7
/proc/3957/stat : 3957 (cosoco) R 3954 3957 897 0 -1 4202496 326723 0 0 0 46194 30 0 0 20 0 1 0 60195374 868810752 180634 18446744073709551615 4194304 5972588 140724065087552 140724065084776 5071856 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 39763968 140724065092036 140724065092136 140724065092136 140724065095630 0
/proc/3957/statm: 212112 180634 850 435 0 205475 0
Current children cumulated CPU time: 462.24 s
Current children cumulated vsize: 848448 KiB
Current children cumulated memory: 722536 KiB


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

/proc/3957/statm: 212178 181217 850 435 0 205541 0
Current children cumulated CPU time: 1782.37 s
Current children cumulated vsize: 848712 KiB
Current children cumulated memory: 724868 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 4186
/proc/meminfo: memFree=25275056/32770624 swapFree=67108860/67108860
[pid=3957] ppid=3954 vsize=848712 memory=724868 CPUtime=1842.38 cores=1,3,5,7
/proc/3957/stat : 3957 (cosoco) R 3954 3957 897 0 -1 4202496 351691 0 0 0 184207 31 0 0 20 0 1 0 60195374 869081088 181217 18446744073709551615 4194304 5972588 140724065087552 140724065084200 4968825 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 39763968 140724065092036 140724065092136 140724065092136 140724065095630 0
/proc/3957/statm: 212178 181217 850 435 0 205541 0
Current children cumulated CPU time: 1842.38 s
Current children cumulated vsize: 848712 KiB
Current children cumulated memory: 724868 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 4188
/proc/meminfo: memFree=24824740/32770624 swapFree=67108860/67108860
[pid=3957] ppid=3954 vsize=848712 memory=724868 CPUtime=1902.38 cores=1,3,5,7
/proc/3957/stat : 3957 (cosoco) R 3954 3957 897 0 -1 4202496 351978 0 0 0 190207 31 0 0 20 0 1 0 60195374 869081088 181217 18446744073709551615 4194304 5972588 140724065087552 140724065084200 4975096 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 39763968 140724065092036 140724065092136 140724065092136 140724065095630 0
/proc/3957/statm: 212178 181217 850 435 0 205541 0
Current children cumulated CPU time: 1902.38 s
Current children cumulated vsize: 848712 KiB
Current children cumulated memory: 724868 KiB

[startup+1962.3 s]
/proc/loadavg: 2.35 2.13 2.08 4/182 4190
/proc/meminfo: memFree=23010776/32770624 swapFree=67108860/67108860
[pid=3957] ppid=3954 vsize=848712 memory=724876 CPUtime=1962.39 cores=1,3,5,7
/proc/3957/stat : 3957 (cosoco) R 3954 3957 897 0 -1 4202496 353633 0 0 0 196208 31 0 0 20 0 1 0 60195374 869081088 181219 18446744073709551615 4194304 5972588 140724065087552 140724065084200 5071040 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 39763968 140724065092036 140724065092136 140724065092136 140724065095630 0
/proc/3957/statm: 212178 181219 850 435 0 205541 0
Current children cumulated CPU time: 1962.39 s
Current children cumulated vsize: 848712 KiB
Current children cumulated memory: 724876 KiB

[startup+2022.3 s]
/proc/loadavg: 2.54 2.23 2.12 3/194 4220
/proc/meminfo: memFree=18525404/32770624 swapFree=67108860/67108860
[pid=3957] ppid=3954 vsize=848712 memory=724876 CPUtime=2022.4 cores=1,3,5,7
/proc/3957/stat : 3957 (cosoco) R 3954 3957 897 0 -1 4202496 354009 0 0 0 202209 31 0 0 20 0 1 0 60195374 869081088 181219 18446744073709551615 4194304 5972588 140724065087552 140724065084200 4968862 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 39763968 140724065092036 140724065092136 140724065092136 140724065095630 0
/proc/3957/statm: 212178 181219 850 435 0 205541 0
Current children cumulated CPU time: 2022.4 s
Current children cumulated vsize: 848712 KiB
Current children cumulated memory: 724876 KiB

[startup+2082.3 s]
/proc/loadavg: 2.57 2.25 2.14 6/194 4222
/proc/meminfo: memFree=17796388/32770624 swapFree=67108860/67108860
[pid=3957] ppid=3954 vsize=848712 memory=724876 CPUtime=2082.4 cores=1,3,5,7
/proc/3957/stat : 3957 (cosoco) R 3954 3957 897 0 -1 4202496 354339 0 0 0 208209 31 0 0 20 0 1 0 60195374 869081088 181219 18446744073709551615 4194304 5972588 140724065087552 140724065084200 4972708 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 39763968 140724065092036 140724065092136 140724065092136 140724065095630 0
/proc/3957/statm: 212178 181219 850 435 0 205541 0
Current children cumulated CPU time: 2082.4 s
Current children cumulated vsize: 848712 KiB
Current children cumulated memory: 724876 KiB

[startup+2142.3 s]
/proc/loadavg: 3.22 2.50 2.23 6/194 4224
/proc/meminfo: memFree=17454572/32770624 swapFree=67108860/67108860
[pid=3957] ppid=3954 vsize=848712 memory=724876 CPUtime=2142.42 cores=1,3,5,7
/proc/3957/stat : 3957 (cosoco) R 3954 3957 897 0 -1 4202496 355844 0 0 0 214210 32 0 0 20 0 1 0 60195374 869081088 181219 18446744073709551615 4194304 5972588 140724065087552 140724065084200 4971920 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 39763968 140724065092036 140724065092136 140724065092136 140724065095630 0
/proc/3957/statm: 212178 181219 850 435 0 205541 0
Current children cumulated CPU time: 2142.42 s
Current children cumulated vsize: 848712 KiB
Current children cumulated memory: 724876 KiB

[startup+2202.3 s]
/proc/loadavg: 4.19 2.88 2.37 6/197 4229
/proc/meminfo: memFree=17453164/32770624 swapFree=67108860/67108860
[pid=3957] ppid=3954 vsize=848712 memory=724876 CPUtime=2202.42 cores=1,3,5,7
/proc/3957/stat : 3957 (cosoco) R 3954 3957 897 0 -1 4202496 355966 0 0 0 220210 32 0 0 20 0 1 0 60195374 869081088 181219 18446744073709551615 4194304 5972588 140724065087552 140724065084200 4972795 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 39763968 140724065092036 140724065092136 140724065092136 140724065095630 0
/proc/3957/statm: 212178 181219 850 435 0 205541 0
Current children cumulated CPU time: 2202.42 s
Current children cumulated vsize: 848712 KiB
Current children cumulated memory: 724876 KiB

[startup+2262.3 s]
/proc/loadavg: 4.33 3.17 2.51 6/197 4231
/proc/meminfo: memFree=17452552/32770624 swapFree=67108860/67108860
[pid=3957] ppid=3954 vsize=848712 memory=724876 CPUtime=2262.43 cores=1,3,5,7
/proc/3957/stat : 3957 (cosoco) R 3954 3957 897 0 -1 4202496 356271 0 0 0 226211 32 0 0 20 0 1 0 60195374 869081088 181219 18446744073709551615 4194304 5972588 140724065087552 140724065084200 5071040 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 39763968 140724065092036 140724065092136 140724065092136 140724065095630 0
/proc/3957/statm: 212178 181219 850 435 0 205541 0
Current children cumulated CPU time: 2262.43 s
Current children cumulated vsize: 848712 KiB
Current children cumulated memory: 724876 KiB

[startup+2322.3 s]
/proc/loadavg: 4.11 3.32 2.60 6/198 4248
/proc/meminfo: memFree=17448400/32770624 swapFree=67108860/67108860
[pid=3957] ppid=3954 vsize=848712 memory=724876 CPUtime=2322.43 cores=1,3,5,7
/proc/3957/stat : 3957 (cosoco) R 3954 3957 897 0 -1 4202496 357800 0 0 0 232211 32 0 0 20 0 1 0 60195374 869081088 181219 18446744073709551615 4194304 5972588 140724065087552 140724065084200 5071744 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 39763968 140724065092036 140724065092136 140724065092136 140724065095630 0
/proc/3957/statm: 212178 181219 850 435 0 205541 0
Current children cumulated CPU time: 2322.43 s
Current children cumulated vsize: 848712 KiB
Current children cumulated memory: 724876 KiB

[startup+2382.3 s]
/proc/loadavg: 4.56 3.59 2.73 6/198 4250
/proc/meminfo: memFree=17448704/32770624 swapFree=67108860/67108860
[pid=3957] ppid=3954 vsize=848712 memory=724876 CPUtime=2382.44 cores=1,3,5,7
/proc/3957/stat : 3957 (cosoco) R 3954 3957 897 0 -1 4202496 358095 0 0 0 238212 32 0 0 20 0 1 0 60195374 869081088 181219 18446744073709551615 4194304 5972588 140724065087552 140724065084200 5099616 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 39763968 140724065092036 140724065092136 140724065092136 140724065095630 0
/proc/3957/statm: 212178 181219 850 435 0 205541 0
Current children cumulated CPU time: 2382.44 s
Current children cumulated vsize: 848712 KiB
Current children cumulated memory: 724876 KiB

[startup+2442.3 s]
/proc/loadavg: 3.25 3.42 2.74 3/182 4344
/proc/meminfo: memFree=30270052/32770624 swapFree=67108860/67108860
[pid=3957] ppid=3954 vsize=848712 memory=724876 CPUtime=2442.45 cores=1,3,5,7
/proc/3957/stat : 3957 (cosoco) R 3954 3957 897 0 -1 4202496 358461 0 0 0 244213 32 0 0 20 0 1 0 60195374 869081088 181219 18446744073709551615 4194304 5972588 140724065087552 140724065084200 5070984 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 39763968 140724065092036 140724065092136 140724065092136 140724065095630 0
/proc/3957/statm: 212178 181219 850 435 0 205541 0
Current children cumulated CPU time: 2442.45 s
Current children cumulated vsize: 848712 KiB
Current children cumulated memory: 724876 KiB

[startup+2502.3 s]
/proc/loadavg: 2.46 3.16 2.69 3/182 4346
/proc/meminfo: memFree=30262000/32770624 swapFree=67108860/67108860
[pid=3957] ppid=3954 vsize=848712 memory=724876 CPUtime=2502.45 cores=1,3,5,7
/proc/3957/stat : 3957 (cosoco) R 3954 3957 897 0 -1 4202496 358590 0 0 0 250213 32 0 0 20 0 1 0 60195374 869081088 181219 18446744073709551615 4194304 5972588 140724065087552 140724065084200 5071820 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 39763968 140724065092036 140724065092136 140724065092136 140724065095630 0
/proc/3957/statm: 212178 181219 850 435 0 205541 0
Current children cumulated CPU time: 2502.45 s
Current children cumulated vsize: 848712 KiB
Current children cumulated memory: 724876 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.9 s]
/proc/loadavg: 2.33 3.09 2.67 3/182 4347
/proc/meminfo: memFree=30254652/32770624 swapFree=67108860/67108860
[pid=3957] ppid=3954 vsize=848712 memory=724876 CPUtime=2520.05 cores=1,3,5,7
/proc/3957/stat : 3957 (cosoco) R 3954 3957 897 0 -1 4202496 358806 0 0 0 251973 32 0 0 20 0 1 0 60195374 869081088 181219 18446744073709551615 4194304 5972588 140724065087552 140724065084200 4975100 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 39763968 140724065092036 140724065092136 140724065092136 140724065095630 0
/proc/3957/statm: 212178 181219 850 435 0 205541 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 848712 KiB
Current children cumulated memory: 724876 KiB

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

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

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

[startup+2519.9 s]
/proc/loadavg: 2.33 3.09 2.67 3/182 4347
/proc/meminfo: memFree=30254652/32770624 swapFree=67108860/67108860
[pid=3957] ppid=3954 vsize=848712 memory=724876 CPUtime=2520.05 cores=1,3,5,7
/proc/3957/stat : 3957 (cosoco) R 3954 3957 897 0 -1 4202496 358806 0 0 0 251973 32 0 0 20 0 1 0 60195374 869081088 181219 18446744073709551615 4194304 5972588 140724065087552 140724065084200 4975100 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 39763968 140724065092036 140724065092136 140724065092136 140724065095630 0
/proc/3957/statm: 212178 181219 850 435 0 205541 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 848712 KiB
Current children cumulated memory: 724876 KiB

Child status: 1
Real time (s): 2519.9
CPU time (s): 2520.06
CPU user time (s): 2519.74
CPU system time (s): 0.325032
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 848712
Max. memory (cumulated for all children) (KiB): 724876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.74
system time used= 0.325032
maximum resident set size= 724948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 358855
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= 47
involuntary context switches= 841


# summary of solver processes directly reported to runsolver:
#   pid: 3957
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2519.74
#   total CPU system time (s): 0.325032

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.13863 second user time and 15.3803 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-13 01:01:41
IDJOB=4265835
IDBENCH=130619
IDSOLVER=2655
FILE ID=node125/4265835-1502579747
RUNJOBID= node125-1502565153-967
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-18.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265835-1502579747/watcher-4265835-1502579747 -o /tmp/evaluation-result-4265835-1502579747/solver-4265835-1502579747 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502565153-967 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4265835-1502579747.xml

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

MD5SUM BENCH= c676f6660bfbd7761e9ca0de91c4f968
RANDOM SEED=1812292662

node125.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.07
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.07
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.07
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.07
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:        31189604 kB
MemAvailable:   31983388 kB
Buffers:          275096 kB
Cached:           808316 kB
SwapCached:            0 kB
Active:           598572 kB
Inactive:         557576 kB
Active(anon):      73064 kB
Inactive(anon):    24908 kB
Active(file):     525508 kB
Inactive(file):   532668 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2364 kB
Writeback:             0 kB
AnonPages:         72472 kB
Mapped:            48320 kB
Shmem:             25252 kB
Slab:             128396 kB
SReclaimable:     102888 kB
SUnreclaim:        25508 kB
KernelStack:        3264 kB
PageTables:         5308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     348044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node125 at 2017-08-13 01:43:41