Trace number 4265612

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.05 2520.01

General information on the benchmark

NameBinPacking/
BinPacking-tab-ft/BinPacking-tab-ft249-09.xml
MD5SUMa945271e4f3ca829c58581a3c461a76e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark2400.08
Satisfiable
(Un)Satisfiability was proved
Number of variables397
Number of constraints102
Number of domains2
Minimum domain size100
Maximum domain size142
Distribution of domain sizes[{"size":100,"count":1},{"size":142,"count":396}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":297},{"degree":4,"count":99}]
Minimum constraint arity4
Maximum constraint arity396
Distribution of constraint arities[{"arity":4,"count":99},{"arity":100,"count":1},{"arity":396,"count":2}]
Number of extensional constraints99
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":99},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.78/0.82	c Create Cardinality(vars,values,occurs) constraint using 396 Exactly/AtMost.. constraint 
0.78/0.82	c
1.19/1.22	c SAT : Variables: 56332 -- Clauses: 3969703
1.19/1.22	c best=?? lower=0 upper=99 
2298.92/2298.92	c
2298.92/2298.92	c This is cosoco 1.12 --  
2298.92/2298.92	c
2298.92/2298.92	c command line: cosoco -lc -model -restarts -sat HOME/instance-4265612-1502586703.xml 
2298.92/2298.92	c enable optimization
2298.92/2298.92	c ========================================[ Problem Statistics ]===========================================
2298.92/2298.92	c |                                                                                                       
2298.92/2298.92	c |  Parse time        :         1.14 s 
2298.92/2298.92	c |
2298.92/2298.92	c |               Variables: 397
2298.92/2298.92	c |            Domain Sizes: 100..142
2298.92/2298.92	c |
2298.92/2298.92	c |             Constraints: 341
2298.92/2298.92	c |                   Arity: 1..396  -- Unary: 1
2298.92/2298.92	c | 
2298.92/2298.92	c |                   Types: 
2298.92/2298.92	c |                          Exactly K: 142
2298.92/2298.92	c |                          Exactly K variable: 1
2298.92/2298.92	c |                          Extension: 99  (nb tuples: 157719..157719) -- (shared: 98)
2298.92/2298.92	c |                          Intension: 1
2298.92/2298.92	c |                          Lex: 98
2298.92/2298.92	c |                          
2298.92/2298.92	c =========================================================================================================
2298.92/2298.92	conflict 212lvl : 158 bt156-46535:0(8310)X16102327
2520.03/2520.01	
2520.03/2520.01	c *** INTERRUPTED ***
2520.03/2520.01	c restarts              : 181         
2520.03/2520.01	c conflicts             : 1710         (1 /sec)
2520.03/2520.01	c decisions             : 41470        (16 /sec)
2520.03/2520.01	c propagations          : 7322055     (2906 /sec)
2520.03/2520.01	c root propagations     : 21780       
2520.03/2520.01	c filter calls          : 66694930       (26468 /sec)
2520.03/2520.01	c useless filter calls  : 66035049       (99 %)
2520.03/2520.01	c
2520.03/2520.01	c clauses               : 3970816
2520.03/2520.01	c SAT propagations      : 175
2520.03/2520.01	c SAT conflicts         : 0 (1 learnts)
2520.03/2520.01	c Memory used           : 346.57 MB
2520.03/2520.01	c CPU time              : 2519.85 s
2520.03/2520.01	
2520.03/2520.01	c No Bound found!
2520.03/2520.01	
2520.03/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 (15427 MiB free)
  memory of node 1: 16384 MiB (15363 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265612-1502586703/watcher-4265612-1502586703 -o /tmp/evaluation-result-4265612-1502586703/solver-4265612-1502586703 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1502567256-24276 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4265612-1502586703.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=26797, runsolver pid=26794

[startup+0.100217 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 26798
/proc/meminfo: memFree=31525324/32770624 swapFree=67108860/67108860
[pid=26797] ppid=26794 vsize=31900 memory=7704 CPUtime=0.1 cores=0,2,4,6
/proc/26797/stat : 26797 (cosoco) R 26794 26797 24193 0 -1 4202496 2268 0 0 0 10 0 0 0 20 0 1 0 91758706 32665600 1926 33554432000 4194304 5972588 140735759036656 140735759033224 139847194790885 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 8070896 8075904 37036032 140735759041722 140735759041822 140735759041822 140735759044558 0
/proc/26797/statm: 7975 1926 716 435 0 1338 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 31900 KiB
Current children cumulated memory: 7704 KiB

[startup+0.209601 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 26798
/proc/meminfo: memFree=31524240/32770624 swapFree=67108860/67108860
[pid=26797] ppid=26794 vsize=33460 memory=8860 CPUtime=0.21 cores=0,2,4,6
/proc/26797/stat : 26797 (cosoco) R 26794 26797 24193 0 -1 4202496 2769 0 0 0 21 0 0 0 20 0 1 0 91758706 34263040 2215 33554432000 4194304 5972588 140735759036656 140735759033224 139847194790885 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 8070896 8075904 37036032 140735759041722 140735759041822 140735759041822 140735759044558 0
/proc/26797/statm: 8365 2215 716 435 0 1728 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 33460 KiB
Current children cumulated memory: 8860 KiB

[startup+0.309293 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 26798
/proc/meminfo: memFree=31523596/32770624 swapFree=67108860/67108860
[pid=26797] ppid=26794 vsize=34120 memory=10180 CPUtime=0.31 cores=0,2,4,6
/proc/26797/stat : 26797 (cosoco) R 26794 26797 24193 0 -1 4202496 3058 0 0 0 31 0 0 0 20 0 1 0 91758706 34938880 2545 33554432000 4194304 5972588 140735759036656 140735759033224 139847194790885 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 8070896 8075904 37036032 140735759041722 140735759041822 140735759041822 140735759044558 0
/proc/26797/statm: 8530 2545 716 435 0 1893 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 34120 KiB
Current children cumulated memory: 10180 KiB

[startup+0.700361 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 26798
/proc/meminfo: memFree=31520528/32770624 swapFree=67108860/67108860
[pid=26797] ppid=26794 vsize=41104 memory=14740 CPUtime=0.69 cores=0,2,4,6
/proc/26797/stat : 26797 (cosoco) R 26794 26797 24193 0 -1 4202496 4832 0 0 0 69 0 0 0 20 0 1 0 91758706 42090496 3685 33554432000 4194304 5972588 140735759036656 140735759033224 139847195229184 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 8070896 8075904 37036032 140735759041722 140735759041822 140735759041822 140735759044558 0
/proc/26797/statm: 10276 3685 716 435 0 3639 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 41104 KiB
Current children cumulated memory: 14740 KiB

[startup+1.50045 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 26798
/proc/meminfo: memFree=31347852/32770624 swapFree=67108860/67108860
[pid=26797] ppid=26794 vsize=353644 memory=309252 CPUtime=1.49 cores=0,2,4,6
/proc/26797/stat : 26797 (cosoco) R 26794 26797 24193 0 -1 4202496 60467 0 0 0 141 8 0 0 20 0 1 0 91758706 362131456 77313 33554432000 4194304 5972588 140735759036656 140735759033512 5139338 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 37036032 140735759041722 140735759041822 140735759041822 140735759044558 0
/proc/26797/statm: 88411 77313 841 435 0 81774 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 353644 KiB
Current children cumulated memory: 309252 KiB

[startup+3.10967 s]
/proc/loadavg: 1.92 2.00 2.04 3/187 26798
/proc/meminfo: memFree=31223432/32770624 swapFree=67108860/67108860
[pid=26797] ppid=26794 vsize=353644 memory=309448 CPUtime=3.1 cores=0,2,4,6
/proc/26797/stat : 26797 (cosoco) R 26794 26797 24193 0 -1 4202496 83162 0 0 0 300 10 0 0 20 0 1 0 91758706 362131456 77362 33554432000 4194304 5972588 140735759036656 140735759033304 5328685 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 37036032 140735759041722 140735759041822 140735759041822 140735759044558 0
/proc/26797/statm: 88411 77362 856 435 0 81774 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 353644 KiB
Current children cumulated memory: 309448 KiB

[startup+6.30043 s]
/proc/loadavg: 1.92 2.00 2.04 3/187 26798
/proc/meminfo: memFree=31223060/32770624 swapFree=67108860/67108860
[pid=26797] ppid=26794 vsize=354068 memory=309808 CPUtime=6.29 cores=0,2,4,6
/proc/26797/stat : 26797 (cosoco) R 26794 26797 24193 0 -1 4202496 117168 0 0 0 618 11 0 0 20 0 1 0 91758706 362565632 77452 33554432000 4194304 5972588 140735759036656 140735759033368 5139327 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 37036032 140735759041722 140735759041822 140735759041822 140735759044558 0
/proc/26797/statm: 88517 77452 856 435 0 81880 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 354068 KiB
Current children cumulated memory: 309808 KiB

[startup+12.7004 s]
/proc/loadavg: 1.93 2.00 2.04 3/187 26798
/proc/meminfo: memFree=31222936/32770624 swapFree=67108860/67108860
[pid=26797] ppid=26794 vsize=354532 memory=310196 CPUtime=12.69 cores=0,2,4,6
/proc/26797/stat : 26797 (cosoco) R 26794 26797 24193 0 -1 4202496 134935 0 0 0 1257 12 0 0 20 0 1 0 91758706 363040768 77549 33554432000 4194304 5972588 140735759036656 140735759033368 5139312 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 37036032 140735759041722 140735759041822 140735759041822 140735759044558 0
/proc/26797/statm: 88633 77549 856 435 0 81996 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 354532 KiB
Current children cumulated memory: 310196 KiB

[startup+25.5004 s]
/proc/loadavg: 1.95 2.00 2.04 3/187 26859
/proc/meminfo: memFree=31352416/32770624 swapFree=67108860/67108860
[pid=26797] ppid=26794 vsize=354712 memory=310804 CPUtime=25.48 cores=0,2,4,6
/proc/26797/stat : 26797 (cosoco) R 26794 26797 24193 0 -1 4202496 168124 0 0 0 2535 13 0 0 20 0 1 0 91758706 363225088 77701 33554432000 4194304 5972588 140735759036656 140735759033368 4935454 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 37036032 140735759041722 140735759041822 140735759041822 140735759044558 0
/proc/26797/statm: 88678 77701 856 435 0 82041 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 354712 KiB
Current children cumulated memory: 310804 KiB

[startup+51.1097 s]
/proc/loadavg: 1.96 2.00 2.04 3/187 26860
/proc/meminfo: memFree=31352244/32770624 swapFree=67108860/67108860
[pid=26797] ppid=26794 vsize=354712 memory=310824 CPUtime=51.1 cores=0,2,4,6
/proc/26797/stat : 26797 (cosoco) R 26794 26797 24193 0 -1 4202496 194103 0 0 0 5095 15 0 0 20 0 1 0 91758706 363225088 77706 33554432000 4194304 5972588 140735759036656 140735759033368 5139329 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 37036032 140735759041722 140735759041822 140735759041822 140735759044558 0
/proc/26797/statm: 88678 77706 856 435 0 82041 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 354712 KiB
Current children cumulated memory: 310824 KiB

[startup+102.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/187 26861
/proc/meminfo: memFree=31352072/32770624 swapFree=67108860/67108860
[pid=26797] ppid=26794 vsize=354884 memory=310972 CPUtime=102.28 cores=0,2,4,6
/proc/26797/stat : 26797 (cosoco) R 26794 26797 24193 0 -1 4202496 211749 0 0 0 10212 16 0 0 20 0 1 0 91758706 363401216 77743 33554432000 4194304 5972588 140735759036656 140735759033304 4935471 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 37036032 140735759041722 140735759041822 140735759041822 140735759044558 0
/proc/26797/statm: 88721 77743 856 435 0 82084 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 354884 KiB
Current children cumulated memory: 310972 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/187 26869
/proc/meminfo: memFree=31349980/32770624 swapFree=67108860/67108860
[pid=26797] ppid=26794 vsize=354884 memory=311992 CPUtime=162.28 cores=0,2,4,6
/proc/26797/stat : 26797 (cosoco) R 26794 26797 24193 0 -1 4202496 212128 0 0 0 16212 16 0 0 20 0 1 0 91758706 363401216 77998 33554432000 4194304 5972588 140735759036656 140735759033304 5139333 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 37036032 140735759041722 140735759041822 140735759041822 140735759044558 0
/proc/26797/statm: 88721 77998 856 435 0 82084 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 354884 KiB
Current children cumulated memory: 311992 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 26892
/proc/meminfo: memFree=31350116/32770624 swapFree=67108860/67108860
[pid=26797] ppid=26794 vsize=354884 memory=311992 CPUtime=222.28 cores=0,2,4,6
/proc/26797/stat : 26797 (cosoco) R 26794 26797 24193 0 -1 4202496 212636 0 0 0 22212 16 0 0 20 0 1 0 91758706 363401216 77998 33554432000 4194304 5972588 140735759036656 140735759033304 5032400 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 37036032 140735759041722 140735759041822 140735759041822 140735759044558 0
/proc/26797/statm: 88721 77998 856 435 0 82084 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 354884 KiB
Current children cumulated memory: 311992 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 26893
/proc/meminfo: memFree=31350500/32770624 swapFree=67108860/67108860
[pid=26797] ppid=26794 vsize=354884 memory=311992 CPUtime=282.28 cores=0,2,4,6
/proc/26797/stat : 26797 (cosoco) R 26794 26797 24193 0 -1 4202496 213097 0 0 0 28212 16 0 0 20 0 1 0 91758706 363401216 77998 33554432000 4194304 5972588 140735759036656 140735759033304 4935463 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 37036032 140735759041722 140735759041822 140735759041822 140735759044558 0
/proc/26797/statm: 88721 77998 856 435 0 82084 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 354884 KiB
Current children cumulated memory: 311992 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 26894
/proc/meminfo: memFree=31351104/32770624 swapFree=67108860/67108860
[pid=26797] ppid=26794 vsize=354884 memory=311992 CPUtime=342.29 cores=0,2,4,6
/proc/26797/stat : 26797 (cosoco) R 26794 26797 24193 0 -1 4202496 213454 0 0 0 34213 16 0 0 20 0 1 0 91758706 363401216 77998 33554432000 4194304 5972588 140735759036656 140735759033304 5139327 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 37036032 140735759041722 140735759041822 140735759041822 140735759044558 0
/proc/26797/statm: 88721 77998 856 435 0 82084 0
Current children cumulated CPU time: 342.29 s
Current children cumulated vsize: 354884 KiB
Current children cumulated memory: 311992 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 26895
/proc/meminfo: memFree=31351176/32770624 swapFree=67108860/67108860
[pid=26797] ppid=26794 vsize=354884 memory=311992 CPUtime=402.29 cores=0,2,4,6
/proc/26797/stat : 26797 (cosoco) R 26794 26797 24193 0 -1 4202496 214238 0 0 0 40213 16 0 0 20 0 1 0 91758706 363401216 77998 33554432000 4194304 5972588 140735759036656 140735759033304 5139312 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 37036032 140735759041722 140735759041822 140735759041822 140735759044558 0
/proc/26797/statm: 88721 77998 856 435 0 82084 0
Current children cumulated CPU time: 402.29 s
Current children cumulated vsize: 354884 KiB
Current children cumulated memory: 311992 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 26896
/proc/meminfo: memFree=31351488/32770624 swapFree=67108860/67108860
[pid=26797] ppid=26794 vsize=354884 memory=311992 CPUtime=462.3 cores=0,2,4,6
/proc/26797/stat : 26797 (cosoco) R 26794 26797 24193 0 -1 4202496 214810 0 0 0 46213 17 0 0 20 0 1 0 91758706 363401216 77998 33554432000 4194304 5972588 140735759036656 140735759033304 5139312 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 37036032 140735759041722 140735759041822 140735759041822 140735759044558 0
/proc/26797/statm: 88721 77998 856 435 0 82084 0
Current children cumulated CPU time: 462.3 s
Current children cumulated vsize: 354884 KiB
Current children cumulated memory: 311992 KiB


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

/proc/26797/statm: 88721 78025 856 435 0 82084 0
Current children cumulated CPU time: 1722.31 s
Current children cumulated vsize: 354884 KiB
Current children cumulated memory: 312100 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 26930
/proc/meminfo: memFree=31350548/32770624 swapFree=67108860/67108860
[pid=26797] ppid=26794 vsize=354884 memory=312104 CPUtime=1782.31 cores=0,2,4,6
/proc/26797/stat : 26797 (cosoco) R 26794 26797 24193 0 -1 4202496 228158 0 0 0 178213 18 0 0 20 0 1 0 91758706 363401216 78026 33554432000 4194304 5972588 140735759036656 140735759033304 5139312 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 37036032 140735759041722 140735759041822 140735759041822 140735759044558 0
/proc/26797/statm: 88721 78026 856 435 0 82084 0
Current children cumulated CPU time: 1782.31 s
Current children cumulated vsize: 354884 KiB
Current children cumulated memory: 312104 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 26932
/proc/meminfo: memFree=31350356/32770624 swapFree=67108860/67108860
[pid=26797] ppid=26794 vsize=354884 memory=312104 CPUtime=1842.31 cores=0,2,4,6
/proc/26797/stat : 26797 (cosoco) R 26794 26797 24193 0 -1 4202496 228806 0 0 0 184213 18 0 0 20 0 1 0 91758706 363401216 78026 33554432000 4194304 5972588 140735759036656 140735759033304 5139312 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 37036032 140735759041722 140735759041822 140735759041822 140735759044558 0
/proc/26797/statm: 88721 78026 856 435 0 82084 0
Current children cumulated CPU time: 1842.31 s
Current children cumulated vsize: 354884 KiB
Current children cumulated memory: 312104 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 26933
/proc/meminfo: memFree=31349932/32770624 swapFree=67108860/67108860
[pid=26797] ppid=26794 vsize=354884 memory=312108 CPUtime=1902.31 cores=0,2,4,6
/proc/26797/stat : 26797 (cosoco) R 26794 26797 24193 0 -1 4202496 229507 0 0 0 190213 18 0 0 20 0 1 0 91758706 363401216 78027 33554432000 4194304 5972588 140735759036656 140735759033304 4935657 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 37036032 140735759041722 140735759041822 140735759041822 140735759044558 0
/proc/26797/statm: 88721 78027 856 435 0 82084 0
Current children cumulated CPU time: 1902.31 s
Current children cumulated vsize: 354884 KiB
Current children cumulated memory: 312108 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 26939
/proc/meminfo: memFree=31349640/32770624 swapFree=67108860/67108860
[pid=26797] ppid=26794 vsize=354884 memory=312108 CPUtime=1962.31 cores=0,2,4,6
/proc/26797/stat : 26797 (cosoco) R 26794 26797 24193 0 -1 4202496 230132 0 0 0 196213 18 0 0 20 0 1 0 91758706 363401216 78027 33554432000 4194304 5972588 140735759036656 140735759033304 5032400 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 37036032 140735759041722 140735759041822 140735759041822 140735759044558 0
/proc/26797/statm: 88721 78027 856 435 0 82084 0
Current children cumulated CPU time: 1962.31 s
Current children cumulated vsize: 354884 KiB
Current children cumulated memory: 312108 KiB

[startup+2022.3 s]
/proc/loadavg: 2.16 2.05 2.06 3/192 26980
/proc/meminfo: memFree=31307940/32770624 swapFree=67108860/67108860
[pid=26797] ppid=26794 vsize=354884 memory=312108 CPUtime=2022.31 cores=0,2,4,6
/proc/26797/stat : 26797 (cosoco) R 26794 26797 24193 0 -1 4202496 230851 0 0 0 202213 18 0 0 20 0 1 0 91758706 363401216 78027 33554432000 4194304 5972588 140735759036656 140735759033304 4935486 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 37036032 140735759041722 140735759041822 140735759041822 140735759044558 0
/proc/26797/statm: 88721 78027 856 435 0 82084 0
Current children cumulated CPU time: 2022.31 s
Current children cumulated vsize: 354884 KiB
Current children cumulated memory: 312108 KiB

[startup+2082.3 s]
/proc/loadavg: 2.09 2.05 2.06 3/189 26988
/proc/meminfo: memFree=31289700/32770624 swapFree=67108860/67108860
[pid=26797] ppid=26794 vsize=354884 memory=312108 CPUtime=2082.31 cores=0,2,4,6
/proc/26797/stat : 26797 (cosoco) R 26794 26797 24193 0 -1 4202496 231476 0 0 0 208213 18 0 0 20 0 1 0 91758706 363401216 78027 33554432000 4194304 5972588 140735759036656 140735759033304 4935463 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 37036032 140735759041722 140735759041822 140735759041822 140735759044558 0
/proc/26797/statm: 88721 78027 856 435 0 82084 0
Current children cumulated CPU time: 2082.31 s
Current children cumulated vsize: 354884 KiB
Current children cumulated memory: 312108 KiB

[startup+2142.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/189 26989
/proc/meminfo: memFree=31290320/32770624 swapFree=67108860/67108860
[pid=26797] ppid=26794 vsize=354884 memory=312108 CPUtime=2142.31 cores=0,2,4,6
/proc/26797/stat : 26797 (cosoco) R 26794 26797 24193 0 -1 4202496 232054 0 0 0 214213 18 0 0 20 0 1 0 91758706 363401216 78027 33554432000 4194304 5972588 140735759036656 140735759033304 5139312 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 37036032 140735759041722 140735759041822 140735759041822 140735759044558 0
/proc/26797/statm: 88721 78027 856 435 0 82084 0
Current children cumulated CPU time: 2142.31 s
Current children cumulated vsize: 354884 KiB
Current children cumulated memory: 312108 KiB

[startup+2202.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/189 26990
/proc/meminfo: memFree=31290564/32770624 swapFree=67108860/67108860
[pid=26797] ppid=26794 vsize=354884 memory=312112 CPUtime=2202.31 cores=0,2,4,6
/proc/26797/stat : 26797 (cosoco) R 26794 26797 24193 0 -1 4202496 232648 0 0 0 220213 18 0 0 20 0 1 0 91758706 363401216 78028 33554432000 4194304 5972588 140735759036656 140735759033304 5139312 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 37036032 140735759041722 140735759041822 140735759041822 140735759044558 0
/proc/26797/statm: 88721 78028 856 435 0 82084 0
Current children cumulated CPU time: 2202.31 s
Current children cumulated vsize: 354884 KiB
Current children cumulated memory: 312112 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/189 26991
/proc/meminfo: memFree=31290720/32770624 swapFree=67108860/67108860
[pid=26797] ppid=26794 vsize=354884 memory=312116 CPUtime=2262.32 cores=0,2,4,6
/proc/26797/stat : 26797 (cosoco) R 26794 26797 24193 0 -1 4202496 233313 0 0 0 226213 19 0 0 20 0 1 0 91758706 363401216 78029 33554432000 4194304 5972588 140735759036656 140735759033304 5139312 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 37036032 140735759041722 140735759041822 140735759041822 140735759044558 0
/proc/26797/statm: 88721 78029 856 435 0 82084 0
Current children cumulated CPU time: 2262.32 s
Current children cumulated vsize: 354884 KiB
Current children cumulated memory: 312116 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/189 26992
/proc/meminfo: memFree=31291248/32770624 swapFree=67108860/67108860
[pid=26797] ppid=26794 vsize=354884 memory=312156 CPUtime=2322.32 cores=0,2,4,6
/proc/26797/stat : 26797 (cosoco) R 26794 26797 24193 0 -1 4202496 233947 0 0 0 232213 19 0 0 20 0 1 0 91758706 363401216 78039 33554432000 4194304 5972588 140735759036656 140735759033880 5139329 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 37036032 140735759041722 140735759041822 140735759041822 140735759044558 0
/proc/26797/statm: 88721 78039 862 435 0 82084 0
Current children cumulated CPU time: 2322.32 s
Current children cumulated vsize: 354884 KiB
Current children cumulated memory: 312156 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 26993
/proc/meminfo: memFree=31291460/32770624 swapFree=67108860/67108860
[pid=26797] ppid=26794 vsize=354884 memory=312156 CPUtime=2382.32 cores=0,2,4,6
/proc/26797/stat : 26797 (cosoco) R 26794 26797 24193 0 -1 4202496 234585 0 0 0 238213 19 0 0 20 0 1 0 91758706 363401216 78039 33554432000 4194304 5972588 140735759036656 140735759033880 5139327 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 37036032 140735759041722 140735759041822 140735759041822 140735759044558 0
/proc/26797/statm: 88721 78039 862 435 0 82084 0
Current children cumulated CPU time: 2382.32 s
Current children cumulated vsize: 354884 KiB
Current children cumulated memory: 312156 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 26994
/proc/meminfo: memFree=31291548/32770624 swapFree=67108860/67108860
[pid=26797] ppid=26794 vsize=354884 memory=312156 CPUtime=2442.32 cores=0,2,4,6
/proc/26797/stat : 26797 (cosoco) R 26794 26797 24193 0 -1 4202496 235226 0 0 0 244213 19 0 0 20 0 1 0 91758706 363401216 78039 33554432000 4194304 5972588 140735759036656 140735759033880 5032450 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 37036032 140735759041722 140735759041822 140735759041822 140735759044558 0
/proc/26797/statm: 88721 78039 862 435 0 82084 0
Current children cumulated CPU time: 2442.32 s
Current children cumulated vsize: 354884 KiB
Current children cumulated memory: 312156 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 26995
/proc/meminfo: memFree=31291372/32770624 swapFree=67108860/67108860
[pid=26797] ppid=26794 vsize=354884 memory=312160 CPUtime=2502.32 cores=0,2,4,6
/proc/26797/stat : 26797 (cosoco) R 26794 26797 24193 0 -1 4202496 235810 0 0 0 250213 19 0 0 20 0 1 0 91758706 363401216 78040 33554432000 4194304 5972588 140735759036656 140735759033880 5139329 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 37036032 140735759041722 140735759041822 140735759041822 140735759044558 0
/proc/26797/statm: 88721 78040 862 435 0 82084 0
Current children cumulated CPU time: 2502.32 s
Current children cumulated vsize: 354884 KiB
Current children cumulated memory: 312160 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 26995
/proc/meminfo: memFree=31291496/32770624 swapFree=67108860/67108860
[pid=26797] ppid=26794 vsize=354884 memory=312160 CPUtime=2520.03 cores=0,2,4,6
/proc/26797/stat : 26797 (cosoco) R 26794 26797 24193 0 -1 4202496 235870 0 0 0 251984 19 0 0 20 0 1 0 91758706 363401216 78040 33554432000 4194304 5972588 140735759036656 140735759033880 5032455 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 37036032 140735759041722 140735759041822 140735759041822 140735759044558 0
/proc/26797/statm: 88721 78040 862 435 0 82084 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 354884 KiB
Current children cumulated memory: 312160 KiB

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

[startup+2520.01 s]
# the end of solver process 26797 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.85 s, system=0.197003 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.05
CPU user time (s): 2519.85
CPU system time (s): 0.197003
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 354884
Max. memory (cumulated for all children) (KiB): 312160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.85
system time used= 0.197003
maximum resident set size= 312232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 235920
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= 3153


# summary of solver processes directly reported to runsolver:
#   pid: 26797
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2519.85
#   total CPU system time (s): 0.197003

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.69669 second user time and 18.495 second system time

The end

Launcher Data

Begin job on node102 at 2017-08-13 02:57:25
IDJOB=4265612
IDBENCH=135979
IDSOLVER=2655
FILE ID=node102/4265612-1502586703
RUNJOBID= node102-1502567256-24276
PBS_JOBID= 20628289
Free space on /tmp= 61908 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-ft/BinPacking-tab-ft249-09.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265612-1502586703/watcher-4265612-1502586703 -o /tmp/evaluation-result-4265612-1502586703/solver-4265612-1502586703 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1502567256-24276 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4265612-1502586703.xml

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

MD5SUM BENCH= a945271e4f3ca829c58581a3c461a76e
RANDOM SEED=1357303880

node102.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.35
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.35
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.35
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.35
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:        31531004 kB
MemAvailable:   31836480 kB
Buffers:           85192 kB
Cached:           529464 kB
SwapCached:            0 kB
Active:           738612 kB
Inactive:         106132 kB
Active(anon):     181304 kB
Inactive(anon):    77216 kB
Active(file):     557308 kB
Inactive(file):    28916 kB
Unevictable:        6460 kB
Mlocked:            6460 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4684 kB
Writeback:             0 kB
AnonPages:        236628 kB
Mapped:            43852 kB
Shmem:             25228 kB
Slab:              95724 kB
SReclaimable:      70176 kB
SUnreclaim:        25548 kB
KernelStack:        3328 kB
PageTables:         5392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     550180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61904 MiB
End job on node102 at 2017-08-13 03:39:26