Trace number 4265988

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
cosoco-sat 1.12? (TO) 2518.8601 2520.01

General information on the benchmark

NameBibd/Bibd-sum-stab1/
Bibd-sum-12-03-04.xml
MD5SUM4cb414677efb9576d4ff9b4f5d333658
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark6.8545599
Satisfiable
(Un)Satisfiability was proved
Number of variables1056
Number of constraints167
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1056}]
Minimum variable degree14
Maximum variable degree14
Distribution of variable degrees[{"degree":14,"count":1056}]
Minimum constraint arity12
Maximum constraint arity1056
Distribution of constraint arities[{"arity":12,"count":88},{"arity":88,"count":12},{"arity":176,"count":66},{"arity":1056,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":166}]
Optimization problemNO
Type of objective

Solver Data

0.07/1.28	c SAT : Variables: 2112 -- Clauses: 2112
9.67/10.81	c root propagations     : 0           
9.67/10.81	c restarts enabled, print stats at every restarts
9.67/10.81	c
9.67/10.81	c
9.67/10.81	c
9.67/10.81	c This is cosoco 1.12 --  
9.67/10.81	c
9.67/10.81	c command line: cosoco -lc -model -restarts -sat HOME/instance-4265988-1502571240.xml 
9.67/10.81	c ========================================[ Problem Statistics ]===========================================
9.67/10.81	c |                                                                                                       
9.67/10.81	c |  Parse time        :         0.16 s 
9.67/10.81	c |
9.67/10.81	c |               Variables: 1056
9.67/10.81	c |            Domain Sizes: 2..2
9.67/10.81	c |
9.67/10.81	c |             Constraints: 264
9.67/10.81	c |                   Arity: 12..176
9.67/10.81	c | 
9.67/10.81	c |                   Types: 
9.67/10.81	c |                          Intension: 66
9.67/10.81	c |                          Lex: 98
9.67/10.81	c |                          Sum: 100
9.67/10.81	c |                          
9.67/10.81	c =========================================================================================================
9.67/10.81	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
2518.85/2520.00	
2518.85/2520.00	c *** INTERRUPTED ***
2518.85/2520.00	c restarts              : 0           
2518.85/2520.00	c conflicts             : 0            (0 /sec)
2518.85/2520.00	c decisions             : 11           (0 /sec)
2518.85/2520.00	c propagations          : 11          (0 /sec)
2518.85/2520.00	c root propagations     : 0           
2518.85/2520.00	c filter calls          : 433            (0 /sec)
2518.85/2520.00	c useless filter calls  : 432            (99 %)
2518.85/2520.00	c
2518.85/2520.00	c clauses               : 2112
2518.85/2520.00	c SAT propagations      : 0
2518.85/2520.00	c SAT conflicts         : 0 (0 learnts)
2518.85/2520.00	c Memory used           : 52.00 MB
2518.85/2520.00	c CPU time              : 2518.85 s
2518.85/2520.00	
2518.85/2520.00	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 (14670 MiB free)
  memory of node 1: 16384 MiB (15296 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265988-1502571240/watcher-4265988-1502571240 -o /tmp/evaluation-result-4265988-1502571240/solver-4265988-1502571240 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502565147-7149 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4265988-1502571240.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=9316, runsolver pid=9313
Current StackSize limit: 8192 KiB


[startup+0.100211 s]*
/proc/loadavg: 2.00 2.02 2.02 3/185 9317
/proc/meminfo: memFree=30686656/32770624 swapFree=67108860/67108860
[pid=9316] ppid=9313 vsize=33976 memory=460 CPUtime=0 cores=1,3,5,7
/proc/9316/stat : 9316 (runsolver) D 9313 9316 7084 0 -1 4202560 110 0 0 0 0 0 0 0 20 0 1 0 156776833 34791424 115 18446744073709551615 4194304 4346622 140722636144976 140722636141608 140032383414999 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6446216 6449568 33976320 140722636152984 140722636153380 140722636153380 140722636156874 0
/proc/9316/statm: 8494 115 53 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 460 KiB

[startup+0.209132 s]*
/proc/loadavg: 2.00 2.02 2.02 2/185 9317
/proc/meminfo: memFree=30686656/32770624 swapFree=67108860/67108860
[pid=9316] ppid=9313 vsize=33976 memory=460 CPUtime=0 cores=1,3,5,7
/proc/9316/stat : 9316 (runsolver) D 9313 9316 7084 0 -1 4202560 110 0 0 0 0 0 0 0 20 0 1 0 156776833 34791424 115 18446744073709551615 4194304 4346622 140722636144976 140722636141608 140032383414999 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6446216 6449568 33976320 140722636152984 140722636153380 140722636153380 140722636156874 0
/proc/9316/statm: 8494 115 53 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 460 KiB

[startup+0.308887 s]*
/proc/loadavg: 2.00 2.02 2.02 2/185 9317
/proc/meminfo: memFree=30686656/32770624 swapFree=67108860/67108860
[pid=9316] ppid=9313 vsize=33976 memory=460 CPUtime=0 cores=1,3,5,7
/proc/9316/stat : 9316 (runsolver) D 9313 9316 7084 0 -1 4202560 110 0 0 0 0 0 0 0 20 0 1 0 156776833 34791424 115 18446744073709551615 4194304 4346622 140722636144976 140722636141608 140032383414999 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6446216 6449568 33976320 140722636152984 140722636153380 140722636153380 140722636156874 0
/proc/9316/statm: 8494 115 53 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 460 KiB

[startup+0.700333 s]
/proc/loadavg: 2.00 2.02 2.02 2/185 9317
/proc/meminfo: memFree=30686868/32770624 swapFree=67108860/67108860
[pid=9316] ppid=9313 vsize=33976 memory=460 CPUtime=0 cores=1,3,5,7
/proc/9316/stat : 9316 (runsolver) D 9313 9316 7084 0 -1 4202560 110 0 0 0 0 0 0 0 20 0 1 0 156776833 34791424 115 18446744073709551615 4194304 4346622 140722636144976 140722636141608 140032383414999 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6446216 6449568 33976320 140722636152984 140722636153380 140722636153380 140722636156874 0
/proc/9316/statm: 8494 115 53 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 460 KiB

[startup+1.50027 s]
/proc/loadavg: 2.00 2.02 2.02 2/185 9317
/proc/meminfo: memFree=30686868/32770624 swapFree=67108860/67108860
[pid=9316] ppid=9313 vsize=37404 memory=9576 CPUtime=0.37 cores=1,3,5,7
/proc/9316/stat : 9316 (cosoco) R 9313 9316 7084 0 -1 4202496 2601 0 0 0 37 0 0 0 20 0 1 0 156776833 38301696 2394 18446744073709551615 4194304 5972588 140726044729056 140726044726088 5053097 0 0 1 8405026 0 0 0 17 3 0 0 111 0 0 8070896 8075904 9650176 140726044737988 140726044738088 140726044738088 140726044741582 0
/proc/9316/statm: 9351 2394 835 435 0 2714 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 37404 KiB
Current children cumulated memory: 9576 KiB

[startup+3.10938 s]
/proc/loadavg: 2.00 2.02 2.02 3/185 9317
/proc/meminfo: memFree=30677908/32770624 swapFree=67108860/67108860
[pid=9316] ppid=9313 vsize=40176 memory=12480 CPUtime=1.98 cores=1,3,5,7
/proc/9316/stat : 9316 (cosoco) R 9313 9316 7084 0 -1 4202496 3286 0 0 0 198 0 0 0 20 0 1 0 156776833 41140224 3120 18446744073709551615 4194304 5972588 140726044729056 140726044726088 5071400 0 0 1 8405026 0 0 0 17 3 0 0 111 0 0 8070896 8075904 9650176 140726044737988 140726044738088 140726044738088 140726044741582 0
/proc/9316/statm: 10044 3120 836 435 0 3407 0
Current children cumulated CPU time: 1.98 s
Current children cumulated vsize: 40176 KiB
Current children cumulated memory: 12480 KiB
heavy processes:

[startup+6.30023 s]
/proc/loadavg: 1.92 2.00 2.01 3/185 9317
/proc/meminfo: memFree=30672568/32770624 swapFree=67108860/67108860
[pid=9316] ppid=9313 vsize=45588 memory=17796 CPUtime=5.17 cores=1,3,5,7
/proc/9316/stat : 9316 (cosoco) R 9313 9316 7084 0 -1 4202496 5433 0 0 0 517 0 0 0 20 0 1 0 156776833 46682112 4449 18446744073709551615 4194304 5972588 140726044729056 140726044726088 5070704 0 0 1 8405026 0 0 0 17 3 0 0 111 0 0 8070896 8075904 9650176 140726044737988 140726044738088 140726044738088 140726044741582 0
/proc/9316/statm: 11397 4449 836 435 0 4760 0
Current children cumulated CPU time: 5.17 s
Current children cumulated vsize: 45588 KiB
Current children cumulated memory: 17796 KiB

[startup+12.7002 s]
/proc/loadavg: 1.92 2.00 2.01 3/184 9317
/proc/meminfo: memFree=30662448/32770624 swapFree=67108860/67108860
[pid=9316] ppid=9313 vsize=53244 memory=25684 CPUtime=11.57 cores=1,3,5,7
/proc/9316/stat : 9316 (cosoco) R 9313 9316 7084 0 -1 4202496 9840 0 0 0 1156 1 0 0 20 0 1 0 156776833 54521856 6421 18446744073709551615 4194304 5972588 140726044729056 140726044726632 5071499 0 0 1 8405026 0 0 0 17 3 0 0 111 0 0 8070896 8075904 9650176 140726044737988 140726044738088 140726044738088 140726044741582 0
/proc/9316/statm: 13311 6421 840 435 0 6674 0
Current children cumulated CPU time: 11.57 s
Current children cumulated vsize: 53244 KiB
Current children cumulated memory: 25684 KiB

[startup+25.5003 s]
/proc/loadavg: 1.94 2.00 2.01 3/186 9331
/proc/meminfo: memFree=30657420/32770624 swapFree=67108860/67108860
[pid=9316] ppid=9313 vsize=53244 memory=25684 CPUtime=24.37 cores=1,3,5,7
/proc/9316/stat : 9316 (cosoco) R 9313 9316 7084 0 -1 4202496 11261 0 0 0 2436 1 0 0 20 0 1 0 156776833 54521856 6421 18446744073709551615 4194304 5972588 140726044729056 140726044726632 5099664 0 0 1 8405026 0 0 0 17 3 0 0 111 0 0 8070896 8075904 9650176 140726044737988 140726044738088 140726044738088 140726044741582 0
/proc/9316/statm: 13311 6421 840 435 0 6674 0
Current children cumulated CPU time: 24.37 s
Current children cumulated vsize: 53244 KiB
Current children cumulated memory: 25684 KiB

[startup+51.1091 s]
/proc/loadavg: 1.96 2.00 2.01 3/187 9332
/proc/meminfo: memFree=30657280/32770624 swapFree=67108860/67108860
[pid=9316] ppid=9313 vsize=53244 memory=25684 CPUtime=49.98 cores=1,3,5,7
/proc/9316/stat : 9316 (cosoco) R 9313 9316 7084 0 -1 4202496 12715 0 0 0 4997 1 0 0 20 0 1 0 156776833 54521856 6421 18446744073709551615 4194304 5972588 140726044729056 140726044726632 5071400 0 0 1 8405026 0 0 0 17 3 0 0 111 0 0 8070896 8075904 9650176 140726044737988 140726044738088 140726044738088 140726044741582 0
/proc/9316/statm: 13311 6421 840 435 0 6674 0
Current children cumulated CPU time: 49.98 s
Current children cumulated vsize: 53244 KiB
Current children cumulated memory: 25684 KiB

[startup+102.3 s]
/proc/loadavg: 1.98 2.00 2.01 3/187 9334
/proc/meminfo: memFree=30655628/32770624 swapFree=67108860/67108860
[pid=9316] ppid=9313 vsize=53244 memory=25684 CPUtime=101.17 cores=1,3,5,7
/proc/9316/stat : 9316 (cosoco) R 9313 9316 7084 0 -1 4202496 14037 0 0 0 10116 1 0 0 20 0 1 0 156776833 54521856 6421 18446744073709551615 4194304 5972588 140726044729056 140726044726632 5099664 0 0 1 8405026 0 0 0 17 3 0 0 111 0 0 8070896 8075904 9650176 140726044737988 140726044738088 140726044738088 140726044741582 0
/proc/9316/statm: 13311 6421 840 435 0 6674 0
Current children cumulated CPU time: 101.17 s
Current children cumulated vsize: 53244 KiB
Current children cumulated memory: 25684 KiB

[startup+162.3 s]
/proc/loadavg: 2.04 2.01 2.02 3/185 9337
/proc/meminfo: memFree=30659060/32770624 swapFree=67108860/67108860
[pid=9316] ppid=9313 vsize=53244 memory=25692 CPUtime=161.17 cores=1,3,5,7
/proc/9316/stat : 9316 (cosoco) R 9313 9316 7084 0 -1 4202496 14118 0 0 0 16116 1 0 0 20 0 1 0 156776833 54521856 6423 18446744073709551615 4194304 5972588 140726044729056 140726044726632 5071499 0 0 1 8405026 0 0 0 17 3 0 0 111 0 0 8070896 8075904 9650176 140726044737988 140726044738088 140726044738088 140726044741582 0
/proc/9316/statm: 13311 6423 840 435 0 6674 0
Current children cumulated CPU time: 161.17 s
Current children cumulated vsize: 53244 KiB
Current children cumulated memory: 25692 KiB

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 2.02 3/186 9340
/proc/meminfo: memFree=30659696/32770624 swapFree=67108860/67108860
[pid=9316] ppid=9313 vsize=53244 memory=25692 CPUtime=221.17 cores=1,3,5,7
/proc/9316/stat : 9316 (cosoco) R 9313 9316 7084 0 -1 4202496 14288 0 0 0 22116 1 0 0 20 0 1 0 156776833 54521856 6423 18446744073709551615 4194304 5972588 140726044729056 140726044726632 5099664 0 0 1 8405026 0 0 0 17 3 0 0 111 0 0 8070896 8075904 9650176 140726044737988 140726044738088 140726044738088 140726044741582 0
/proc/9316/statm: 13311 6423 840 435 0 6674 0
Current children cumulated CPU time: 221.17 s
Current children cumulated vsize: 53244 KiB
Current children cumulated memory: 25692 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/186 9342
/proc/meminfo: memFree=30659336/32770624 swapFree=67108860/67108860
[pid=9316] ppid=9313 vsize=53244 memory=25692 CPUtime=281.17 cores=1,3,5,7
/proc/9316/stat : 9316 (cosoco) R 9313 9316 7084 0 -1 4202496 14333 0 0 0 28116 1 0 0 20 0 1 0 156776833 54521856 6423 18446744073709551615 4194304 5972588 140726044729056 140726044726632 4909660 0 0 1 8405026 0 0 0 17 3 0 0 111 0 0 8070896 8075904 9650176 140726044737988 140726044738088 140726044738088 140726044741582 0
/proc/9316/statm: 13311 6423 840 435 0 6674 0
Current children cumulated CPU time: 281.17 s
Current children cumulated vsize: 53244 KiB
Current children cumulated memory: 25692 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/186 9344
/proc/meminfo: memFree=30659196/32770624 swapFree=67108860/67108860
[pid=9316] ppid=9313 vsize=53244 memory=25692 CPUtime=341.17 cores=1,3,5,7
/proc/9316/stat : 9316 (cosoco) R 9313 9316 7084 0 -1 4202496 14399 0 0 0 34116 1 0 0 20 0 1 0 156776833 54521856 6423 18446744073709551615 4194304 5972588 140726044729056 140726044726632 5071496 0 0 1 8405026 0 0 0 17 3 0 0 111 0 0 8070896 8075904 9650176 140726044737988 140726044738088 140726044738088 140726044741582 0
/proc/9316/statm: 13311 6423 840 435 0 6674 0
Current children cumulated CPU time: 341.17 s
Current children cumulated vsize: 53244 KiB
Current children cumulated memory: 25692 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/186 9346
/proc/meminfo: memFree=30658140/32770624 swapFree=67108860/67108860
[pid=9316] ppid=9313 vsize=53244 memory=25692 CPUtime=401.17 cores=1,3,5,7
/proc/9316/stat : 9316 (cosoco) R 9313 9316 7084 0 -1 4202496 14556 0 0 0 40116 1 0 0 20 0 1 0 156776833 54521856 6423 18446744073709551615 4194304 5972588 140726044729056 140726044726632 5071505 0 0 1 8405026 0 0 0 17 3 0 0 111 0 0 8070896 8075904 9650176 140726044737988 140726044738088 140726044738088 140726044741582 0
/proc/9316/statm: 13311 6423 840 435 0 6674 0
Current children cumulated CPU time: 401.17 s
Current children cumulated vsize: 53244 KiB
Current children cumulated memory: 25692 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/185 9348
/proc/meminfo: memFree=30655048/32770624 swapFree=67108860/67108860
[pid=9316] ppid=9313 vsize=53244 memory=25692 CPUtime=461.17 cores=1,3,5,7
/proc/9316/stat : 9316 (cosoco) R 9313 9316 7084 0 -1 4202496 14587 0 0 0 46116 1 0 0 20 0 1 0 156776833 54521856 6423 18446744073709551615 4194304 5972588 140726044729056 140726044726632 5053071 0 0 1 8405026 0 0 0 17 3 0 0 111 0 0 8070896 8075904 9650176 140726044737988 140726044738088 140726044738088 140726044741582 0
/proc/9316/statm: 13311 6423 840 435 0 6674 0
Current children cumulated CPU time: 461.17 s
Current children cumulated vsize: 53244 KiB
Current children cumulated memory: 25692 KiB

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

/proc/9316/statm: 13311 6423 840 435 0 6674 0
Current children cumulated CPU time: 1721.15 s
Current children cumulated vsize: 53244 KiB
Current children cumulated memory: 25692 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/186 9454
/proc/meminfo: memFree=30641156/32770624 swapFree=67108860/67108860
[pid=9316] ppid=9313 vsize=53244 memory=25692 CPUtime=1781.15 cores=1,3,5,7
/proc/9316/stat : 9316 (cosoco) R 9313 9316 7084 0 -1 4202496 15496 0 0 0 178114 1 0 0 20 0 1 0 156776833 54521856 6423 18446744073709551615 4194304 5972588 140726044729056 140726044726632 5099674 0 0 1 8405026 0 0 0 17 3 0 0 111 0 0 8070896 8075904 9650176 140726044737988 140726044738088 140726044738088 140726044741582 0
/proc/9316/statm: 13311 6423 840 435 0 6674 0
Current children cumulated CPU time: 1781.15 s
Current children cumulated vsize: 53244 KiB
Current children cumulated memory: 25692 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/189 9470
/proc/meminfo: memFree=30633592/32770624 swapFree=67108860/67108860
[pid=9316] ppid=9313 vsize=53244 memory=25692 CPUtime=1841.15 cores=1,3,5,7
/proc/9316/stat : 9316 (cosoco) R 9313 9316 7084 0 -1 4202496 15531 0 0 0 184114 1 0 0 20 0 1 0 156776833 54521856 6423 18446744073709551615 4194304 5972588 140726044729056 140726044726632 5099674 0 0 1 8405026 0 0 0 17 3 0 0 111 0 0 8070896 8075904 9650176 140726044737988 140726044738088 140726044738088 140726044741582 0
/proc/9316/statm: 13311 6423 840 435 0 6674 0
Current children cumulated CPU time: 1841.15 s
Current children cumulated vsize: 53244 KiB
Current children cumulated memory: 25692 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/189 9472
/proc/meminfo: memFree=30633760/32770624 swapFree=67108860/67108860
[pid=9316] ppid=9313 vsize=53244 memory=25692 CPUtime=1901.15 cores=1,3,5,7
/proc/9316/stat : 9316 (cosoco) R 9313 9316 7084 0 -1 4202496 15551 0 0 0 190114 1 0 0 20 0 1 0 156776833 54521856 6423 18446744073709551615 4194304 5972588 140726044729056 140726044726632 4909660 0 0 1 8405026 0 0 0 17 3 0 0 111 0 0 8070896 8075904 9650176 140726044737988 140726044738088 140726044738088 140726044741582 0
/proc/9316/statm: 13311 6423 840 435 0 6674 0
Current children cumulated CPU time: 1901.15 s
Current children cumulated vsize: 53244 KiB
Current children cumulated memory: 25692 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/186 9474
/proc/meminfo: memFree=30636476/32770624 swapFree=67108860/67108860
[pid=9316] ppid=9313 vsize=53244 memory=25692 CPUtime=1961.15 cores=1,3,5,7
/proc/9316/stat : 9316 (cosoco) R 9313 9316 7084 0 -1 4202496 15584 0 0 0 196114 1 0 0 20 0 1 0 156776833 54521856 6423 18446744073709551615 4194304 5972588 140726044729056 140726044726632 5053069 0 0 1 8405026 0 0 0 17 3 0 0 111 0 0 8070896 8075904 9650176 140726044737988 140726044738088 140726044738088 140726044741582 0
/proc/9316/statm: 13311 6423 840 435 0 6674 0
Current children cumulated CPU time: 1961.15 s
Current children cumulated vsize: 53244 KiB
Current children cumulated memory: 25692 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/185 9476
/proc/meminfo: memFree=30637212/32770624 swapFree=67108860/67108860
[pid=9316] ppid=9313 vsize=53244 memory=25692 CPUtime=2021.15 cores=1,3,5,7
/proc/9316/stat : 9316 (cosoco) R 9313 9316 7084 0 -1 4202496 15603 0 0 0 202114 1 0 0 20 0 1 0 156776833 54521856 6423 18446744073709551615 4194304 5972588 140726044729056 140726044726632 4909660 0 0 1 8405026 0 0 0 17 3 0 0 111 0 0 8070896 8075904 9650176 140726044737988 140726044738088 140726044738088 140726044741582 0
/proc/9316/statm: 13311 6423 840 435 0 6674 0
Current children cumulated CPU time: 2021.15 s
Current children cumulated vsize: 53244 KiB
Current children cumulated memory: 25692 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/186 9480
/proc/meminfo: memFree=30637140/32770624 swapFree=67108860/67108860
[pid=9316] ppid=9313 vsize=53244 memory=25692 CPUtime=2081.15 cores=1,3,5,7
/proc/9316/stat : 9316 (cosoco) R 9313 9316 7084 0 -1 4202496 15635 0 0 0 208114 1 0 0 20 0 1 0 156776833 54521856 6423 18446744073709551615 4194304 5972588 140726044729056 140726044726632 5099664 0 0 1 8405026 0 0 0 17 3 0 0 111 0 0 8070896 8075904 9650176 140726044737988 140726044738088 140726044738088 140726044741582 0
/proc/9316/statm: 13311 6423 840 435 0 6674 0
Current children cumulated CPU time: 2081.15 s
Current children cumulated vsize: 53244 KiB
Current children cumulated memory: 25692 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/186 9482
/proc/meminfo: memFree=30637144/32770624 swapFree=67108860/67108860
[pid=9316] ppid=9313 vsize=53244 memory=25692 CPUtime=2141.15 cores=1,3,5,7
/proc/9316/stat : 9316 (cosoco) R 9313 9316 7084 0 -1 4202496 15652 0 0 0 214114 1 0 0 20 0 1 0 156776833 54521856 6423 18446744073709551615 4194304 5972588 140726044729056 140726044726632 4909624 0 0 1 8405026 0 0 0 17 3 0 0 111 0 0 8070896 8075904 9650176 140726044737988 140726044738088 140726044738088 140726044741582 0
/proc/9316/statm: 13311 6423 840 435 0 6674 0
Current children cumulated CPU time: 2141.15 s
Current children cumulated vsize: 53244 KiB
Current children cumulated memory: 25692 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 9485
/proc/meminfo: memFree=30637424/32770624 swapFree=67108860/67108860
[pid=9316] ppid=9313 vsize=53244 memory=25692 CPUtime=2201.15 cores=1,3,5,7
/proc/9316/stat : 9316 (cosoco) R 9313 9316 7084 0 -1 4202496 15681 0 0 0 220114 1 0 0 20 0 1 0 156776833 54521856 6423 18446744073709551615 4194304 5972588 140726044729056 140726044726632 5070711 0 0 1 8405026 0 0 0 17 3 0 0 111 0 0 8070896 8075904 9650176 140726044737988 140726044738088 140726044738088 140726044741582 0
/proc/9316/statm: 13311 6423 840 435 0 6674 0
Current children cumulated CPU time: 2201.15 s
Current children cumulated vsize: 53244 KiB
Current children cumulated memory: 25692 KiB

[startup+2262.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/187 9487
/proc/meminfo: memFree=30637372/32770624 swapFree=67108860/67108860
[pid=9316] ppid=9313 vsize=53244 memory=25692 CPUtime=2261.15 cores=1,3,5,7
/proc/9316/stat : 9316 (cosoco) R 9313 9316 7084 0 -1 4202496 15698 0 0 0 226114 1 0 0 20 0 1 0 156776833 54521856 6423 18446744073709551615 4194304 5972588 140726044729056 140726044726632 5053069 0 0 1 8405026 0 0 0 17 3 0 0 111 0 0 8070896 8075904 9650176 140726044737988 140726044738088 140726044738088 140726044741582 0
/proc/9316/statm: 13311 6423 840 435 0 6674 0
Current children cumulated CPU time: 2261.15 s
Current children cumulated vsize: 53244 KiB
Current children cumulated memory: 25692 KiB

[startup+2322.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 9489
/proc/meminfo: memFree=30637372/32770624 swapFree=67108860/67108860
[pid=9316] ppid=9313 vsize=53244 memory=25692 CPUtime=2321.15 cores=1,3,5,7
/proc/9316/stat : 9316 (cosoco) R 9313 9316 7084 0 -1 4202496 15730 0 0 0 232114 1 0 0 20 0 1 0 156776833 54521856 6423 18446744073709551615 4194304 5972588 140726044729056 140726044726632 4909624 0 0 1 8405026 0 0 0 17 3 0 0 111 0 0 8070896 8075904 9650176 140726044737988 140726044738088 140726044738088 140726044741582 0
/proc/9316/statm: 13311 6423 840 435 0 6674 0
Current children cumulated CPU time: 2321.15 s
Current children cumulated vsize: 53244 KiB
Current children cumulated memory: 25692 KiB

[startup+2382.3 s]
/proc/loadavg: 1.94 2.00 2.04 3/186 9555
/proc/meminfo: memFree=31055920/32770624 swapFree=67108860/67108860
[pid=9316] ppid=9313 vsize=53244 memory=25692 CPUtime=2381.15 cores=1,3,5,7
/proc/9316/stat : 9316 (cosoco) R 9313 9316 7084 0 -1 4202496 15749 0 0 0 238114 1 0 0 20 0 1 0 156776833 54521856 6423 18446744073709551615 4194304 5972588 140726044729056 140726044726632 5053061 0 0 1 8405026 0 0 0 17 3 0 0 111 0 0 8070896 8075904 9650176 140726044737988 140726044738088 140726044738088 140726044741582 0
/proc/9316/statm: 13311 6423 840 435 0 6674 0
Current children cumulated CPU time: 2381.15 s
Current children cumulated vsize: 53244 KiB
Current children cumulated memory: 25692 KiB

[startup+2442.3 s]
/proc/loadavg: 1.98 2.00 2.04 3/189 9572
/proc/meminfo: memFree=31051632/32770624 swapFree=67108860/67108860
[pid=9316] ppid=9313 vsize=53244 memory=25692 CPUtime=2441.15 cores=1,3,5,7
/proc/9316/stat : 9316 (cosoco) R 9313 9316 7084 0 -1 4202496 15780 0 0 0 244114 1 0 0 20 0 1 0 156776833 54521856 6423 18446744073709551615 4194304 5972588 140726044729056 140726044726632 4909624 0 0 1 8405026 0 0 0 17 3 0 0 111 0 0 8070896 8075904 9650176 140726044737988 140726044738088 140726044738088 140726044741582 0
/proc/9316/statm: 13311 6423 840 435 0 6674 0
Current children cumulated CPU time: 2441.15 s
Current children cumulated vsize: 53244 KiB
Current children cumulated memory: 25692 KiB

[startup+2502.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/188 9574
/proc/meminfo: memFree=31051852/32770624 swapFree=67108860/67108860
[pid=9316] ppid=9313 vsize=53244 memory=25692 CPUtime=2501.15 cores=1,3,5,7
/proc/9316/stat : 9316 (cosoco) R 9313 9316 7084 0 -1 4202496 15797 0 0 0 250114 1 0 0 20 0 1 0 156776833 54521856 6423 18446744073709551615 4194304 5972588 140726044729056 140726044726632 4962376 0 0 1 8405026 0 0 0 17 3 0 0 111 0 0 8070896 8075904 9650176 140726044737988 140726044738088 140726044738088 140726044741582 0
/proc/9316/statm: 13311 6423 840 435 0 6674 0
Current children cumulated CPU time: 2501.15 s
Current children cumulated vsize: 53244 KiB
Current children cumulated memory: 25692 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 1.99 2.00 2.04 3/188 9574
/proc/meminfo: memFree=31051852/32770624 swapFree=67108860/67108860
[pid=9316] ppid=9313 vsize=53244 memory=25692 CPUtime=2518.85 cores=1,3,5,7
/proc/9316/stat : 9316 (cosoco) R 9313 9316 7084 0 -1 4202496 15814 0 0 0 251884 1 0 0 20 0 1 0 156776833 54521856 6423 18446744073709551615 4194304 5972588 140726044729056 140726044726632 5071400 0 0 1 8405026 0 0 0 17 3 0 0 111 0 0 8070896 8075904 9650176 140726044737988 140726044738088 140726044738088 140726044741582 0
/proc/9316/statm: 13311 6423 840 435 0 6674 0
Current children cumulated CPU time: 2518.85 s
Current children cumulated vsize: 53244 KiB
Current children cumulated memory: 25692 KiB

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

[startup+2520.01 s]
# the end of solver process 9316 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.85 s, system=0.012999 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): 2518.86
CPU user time (s): 2518.85
CPU system time (s): 0.012999
CPU usage (%): 99.9545
Max. virtual memory (cumulated for all children) (KiB): 53244
Max. memory (cumulated for all children) (KiB): 25692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.85
system time used= 0.012999
maximum resident set size= 25760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15867
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= 14
involuntary context switches= 644


# summary of solver processes directly reported to runsolver:
#   pid: 9316
#   total CPU time (s): 2518.86
#   total CPU user time (s): 2518.85
#   total CPU system time (s): 0.012999

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.87142 second user time and 16.0411 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-12 22:39:36
IDJOB=4265988
IDBENCH=123864
IDSOLVER=2655
FILE ID=node132/4265988-1502571240
RUNJOBID= node132-1502565147-7149
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/Bibd/Bibd-sum-stab1/Bibd-sum-12-03-04.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265988-1502571240/watcher-4265988-1502571240 -o /tmp/evaluation-result-4265988-1502571240/solver-4265988-1502571240 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502565147-7149 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4265988-1502571240.xml

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

MD5SUM BENCH= 4cb414677efb9576d4ff9b4f5d333658
RANDOM SEED=664816582

node132.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.74
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.74
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.74
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.74
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:        30686396 kB
MemAvailable:   31570568 kB
Buffers:          310620 kB
Cached:           882204 kB
SwapCached:            0 kB
Active:          1116788 kB
Inactive:         529168 kB
Active(anon):     453704 kB
Inactive(anon):    49012 kB
Active(file):     663084 kB
Inactive(file):   480156 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:               776 kB
Writeback:             4 kB
AnonPages:        452508 kB
Mapped:            64484 kB
Shmem:             49852 kB
Slab:             140584 kB
SReclaimable:     113536 kB
SUnreclaim:        27048 kB
KernelStack:        3312 kB
PageTables:         5648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     750260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    231424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62028 MiB
End job on node132 at 2017-08-12 23:21:36